input[disabled]{
    background: #ccc;
}

#order td {
    background:none;
    font-size: 14px;
    /*padding: 8px 8px;*/
    vertical-align: middle;
}

.table_dark {
    background: #E6ECEF;
}

#order img {
    padding: 0px;
    border: none;
    background-color: transparent;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    vertical-align: middle !important;
}

#order td h4 {
    color:#024692;
}


.jquery-validate-error {
    position: absolute !important;
}
.releative {
    position: relative;
}
span.required {
    color: rgb(209, 28, 28);
}
.select2-container .select2-choice {
    height: 16px;
    padding: 2px 4px;
    width: 90%;
}
.select2-container .select2-choice .select2-arrow b {
    line-height: 22px;
    padding: 0px;
}

#order_form_generator .select2-container .select2-choice {
    height: inherit;
}

.select2-results .select2-highlighted {
    color: black;
    font-weight: bold;
}
.select2-search input {
    width: 215px;
}
.select2-search:after {
    right: 25px;
}
.tooltip_link {
    cursor: pointer;
}
.margin-top {
    margin-top: 20px;
}
.name-form-block {
    width: 100px;
}
#name-form {
    width: 90%; 
    height: 22px;
}
.firstname_block {
    width: 240px;
}
.firstname_block input {
    width: 90%;
}
.lastname_block {
    width: 270px;
}
.lastname_block input {
    width: 100%;
}
.half-part {
    width: 50%;
}
#email, #skype, #phone {
    width: 90%;
}
#country {
    width: 295px;
}

[name=custom_client_file_uploader] {
    display: inline !important;
    width: auto !important;
}



@media only screen and (max-width: 782px){
    input[type=checkbox], input[type=radio] {
        height:16px;
        width:16px;
    }
}



@media only screen and (max-width: 1850px)
{
    .panel table td input{
        width:100%;
    }
    .panel table td input[type="radio"],  .panel table td input[type="checkbox"] {
        width: inherit;
    }
}



/*================================ FOR ATAHUALPA AND TUBORG SITEMAP NAVIGATION =================================================*/

ul.page-numbers li {
    display: inline;
}

.status-publish ul.page-numbers {
    border: 0px;
}

#currency-form .error {
    border: 1px solid #ff0000;
}