﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.dashboard .menu li a img {
    width: 150px;
    height: 150px;    
}

.dashboard .menu li a p {
    text-align:center;
    color:#fff;
    background-color:#ff6a00;
    font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
}


.dashboard .addin-menu li{
    list-style:none;
    width:250px;
    margin-left:25px;
    padding:4px;
    border:1px solid #ccc;
}

.dashboard .addin-menu li:first-child {
    background:#000000;
    color:#fff;
    border:none;    
}

.dashboard .addin-menu li a{
    color:#000;
}

.dashboard .addin-menu li a:hover{
    font-weight:bold;
    text-decoration:none;
}

.rowdropdown {
    width: 60px;
}

.rowdropdown .dropdown-toggle {
    background-image: url('images/icons/btndropdown.png');
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rowdropdown .dropdown-menu {
    top:inherit;
    left:inherit;
}

table tbody .btn {
    padding:1px 3px;
}

.pallatelist {
    margin-top:25px;
}

.pallatelist li {
    list-style: none;
    float: left;
    width: 250px;
    padding: 15px;
}

.pallatelist li a img {
    width: 200px;
    height: 200px;
    border: 1px solid #d5d1d1;
}

.pallatelist li a .pallatenumber {
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.trdelete img {
    width: 16px;
    height: 16px;
}

.center-sm-screen-border {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}



@media (max-width: 570px) {
    .dashboard .menu {
        padding: 0;
        margin: 0;
    }

    .dashboard .menu li {
        width: 46%;
        height: 46%;
        margin-right: 8px;
        margin-bottom: 15px;
        padding: 0;
    }

    .dashboard .menu li a img {
        width: 100%;
        height: 100%;
    }

    .dashboard .menu li a p {        
        text-align:center;
        font-size:12px;
        white-space:nowrap;
        color:#fff;
        background-color:#ff6a00;
        font-weight:bold;
        padding-top:2px;
        padding-bottom:2px;
        overflow:hidden;
    }

}


.autosearch {
    background-image: url('../Content/images/img/search.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y:center;
}

.modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
}



#tbllist table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

#tbllist td,
#tbllist th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#tbllist th {
    background-color: #ccd;
}

#tbllist tr:nth-child(even) {
    background-color: #ecf6fc;
}

#tbllist tr:nth-child(odd) {
    background-color: #ddeedd;
}


select{
    height:25px;
}