                
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
    padding:0px;
    color:#666;
}
a{
    text-decoration:none;
    cursor: pointer;
}

#carForm label  {
    float:left;
    display:block;
    width:175px;
    text-align:right;
    margin-right:10px;
}
#carForm div {

}

input[type=file]{
    float:left;
}



.header {
    background:url(/images/admin/logo.jpg) no-repeat 20px 20px;
    position:relative;
    height:140px;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}
.login {
    float:right;
    margin: 20px;

}
.login a {
    float:right;
    display: block;
    width:80px;
    padding: 5px;
    background-color: #d42e12;
    color: #FFF;

}
.login .userName {
    margin-top:5px;
    display: block;
    text-align: right;


}

.menu {
    position:absolute;
    width:100%;
    bottom:0px;
    background-color: #d42e12;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    float: left;
    padding: 10px 15px;
}
.menu a.active {
    background-color: darkred;
    font-weight: bold;

}
.content {
    padding:40px;
    padding-top: 80px;
}


.table {
    cursor:default;
    max-width: 1260px;
    margin: auto;
    padding-top: 10px;
}

.table .col {
    float:left;
    position: relative;
}

.table .tableHeaders {
    background-color: #EAEAEA;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
}
.table .row {
    position:relative;
    padding:10px;
    /*border-bottom:1px solid #CCC;*/
    text-align:center;
    background-color: #FaFaFa;
    border-radius: 3px;
    margin-bottom: 5px;

}
.table .row input {
    /*
    position:absolute;
    right:6px;
    top:6px;
    */

    margin-right: 5px;
}
.table .row:hover {
    background-color: rgba(0,0,0,0.1);
}
.table .tableHeaders:hover {
    border:none;
    border-bottom:1px solid #CCC;
    background-color:#EAEAEA;
    font-size:11px;
    color: #666;

}

.table .unavailable {
    opacity:0.5;
}
.table .webPriceList {
    background-color: aliceblue ;
}
.table .vipPriceList {
    background-color: lightyellow;
}
.table  input[type=text] {
    width: 80%;
    margin: auto;
    text-align: center;
    border-radius: 3px;
    background: none;
    border: 0px;
    background-color: rgba(255,255,255,0.75);
    padding: 5px;
    display: block;
    color: grey;
    font-weight: bold;
}
.table  input:focus {
    box-shadow: 0px 0px 5px 2px #d42e12;
    outline: 0;
    background-color: white;
    color: black;
}
.table td {
    padding: 5px;
}

.table thead td {
    background-color: white;
    text-align: center;
}
.table thead tr:nth-child(1) td {
    font-size: 18px;
    color: lightgrey;
    border-bottom: 1px solid #CCC;
}
.table thead tr:nth-child(2) td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table thead tr:nth-child(3) td {
    background-color: #898989;
    color: white;
}

.table tbody td:first-child {
    background-color: white;
    text-align: right;
}

.table table {
    overflow: hidden;
}

.table tr {
    background-color: #F2F2F2;
}
.table tr:hover {
    background-color: rgba(0,0,0,0.15);
}

.table td, .table th {
    position: relative;
}
.table td:hover::after,
.table th:hover::after {
    content: "";
    position: absolute;
    /*background-color: rgba(0,0,0,0.1);*/
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

.button {
    background-color:#d42e12;
    padding:5px 10px;
    color:#FFF;
    margin:10px;
    display:block;
    float:right;
    font-weight:bold;
    border: 0px;
    font-family: Arial;
    margin:1px;
    cursor: pointer;
    border-radius: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.button.accept {
    background-color: #d42e12;
}
.button.accept:hover {
    background-color: darkred;
}
.button.cancel {
    background-color: #CCC;
}
.button.cancel:hover {
    background-color: #999;
}

input.button{
    font-size: 11px;
    margin: 0px;

}
.button:hover{
    background-color: darkred;

}
input.button:hover{
    background-color: darkred;

}

select option[selected=selected]{

    color:#FFF;
    display: block;
    font-weight: bold;
    background-color: #d42e12;

}

.groupPriceMonths {
    width: 350px;
    float: right;
    margin:20px 0px;
}
.groupPriceMonths a {
    float:left;
    margin:1px;
    font-size: 11px;
    font-weight: normal;
}






/*---------- Wrap -------------*/
.wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
* html .wrap {
    height:1%;
}
.wrap {
    display:block;
}
.wrap {
    display:inline-block;
}
.wrap {
    display:block;
}
.loginAdmin{
    position: fixed;
    width:300px;
    height:200px;


    padding: 15px;
    margin-left:-150px;
    margin-top: -100px;
    left:50%;
    top:50%;

}
.loginAdmin .boxForm{
    background-color: #fafafa;
    border: 1px solid #EAEAEA;
    padding: 20px 20px;
}
.loginAdmin  .boxForm input{
    width:150px;
    float: left;
    margin-bottom: 5px;
}

.loginAdmin form label{
    width:75px;
    float: left;
    color:#000;
    text-align: right;
    margin-right: 10px;
}

.order {
    color: #d42e12;
}


.order.active i {
    background: url(/images/admin/arrowsOrder.gif) left top;
    width: 8px;
    height: 7px;

    display: inline-block;
    margin-left: 5px;
}
.order.active.ASC i {
    background: url(/images/admin/arrowsOrder.gif) right top;
}
.pricesMonths {
    padding: 40px;
    width: 600px;
    height:450px;
    margin:auto;

}
.pricesMonths a {
    float: left;
    display: block;
    width: 23%;
    height: 33%;
    background-color: #f3f3f3;
    border: 1px solid #FFF;
}
.pricesMonths a b {
    display: block;
    padding-top: 45%;

    color: #d42e12;
    font-size: 18px;
    text-align: center;
}
.pricesMonths a:hover {
    background-color: #d42e12;
}
.pricesMonths a:hover b {
    color: #FFF;
}

.form {
    width: 800px;
    margin: auto;
}
.form .row{
    padding:10px;
    /*border-bottom:1px solid #CCC;*/
    text-align:left;
    background-color: #FaFaFa;
    border-radius: 3px;
    margin-bottom: 5px;
}
.form .row label,
.form .row input,
.form .row textarea{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.form .row label{
    width: 20%;
    text-align: right;
    margin-right: 2%;
    vertical-align: top;
}
.form .row input[type=text],
.form .row textarea{
    width: 75%;
    text-align: left;
    border-radius: 3px;
    background: none;
    border: 0px;
    background-color: rgba(255,255,255,0.75);
    padding: 10px;
    color: grey;
    font-weight: bold;
}
.form .row input[type=text]:disabled,
.form .row textarea:disabled {
    background-color: transparent;
    color: #999;
}
.form .row input[type=text].jscolor {
    width: 70px;
    text-align: center;
}
.form .row input[type=text].jscolor:focus {
    box-shadow: none;
}
.form .row input[type=text]:focus {
    box-shadow: 0px 0px 5px 2px #d42e12;
    outline: 0;
    background-color: white;
    color: black;
}
.toolbar {
    position: absolute;
    width: 99%;
    height: 27px;
    background-color: #F2F2F2;
    left: 0px;
    top: 140px;
    padding: 10px 0.5%;
    text-align: right;
}
.toolbar h2 {
    float: left;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    max-width: 530px;
    overflow: hidden;
    white-space: nowrap;
}