body{
    font-family: 'Open Sans', sans-serif;
}

.tag-btn, .tag-btn:hover, .tag-btn:active, .tag-btn:focus{
    padding: 2px 5px;
    background-color: maroon;
    color: white;
}

.msg-error{
    display: none;
    color: red;
    padding: 10px 0px;
}

.msg-section{
    background-color: beige;
}

.msg-page-heading{
    text-align: center;
    font-weight: 600;
}

.msg-imp-icon{
    font-weight: 800;
    background: midnightblue;
    color: white;
    padding: 1px 4px;
    font-family: monospace;
    font-size: 12px;
}

.margin-top-30{
    margin-top:30px;
}

.success-msg{
    display: none;
    color: green;
}

.test-msg-notice{
    font-size: 12px;
    color: red;
}

.test-msg-confirm-txt{
    font-size: 16px;
}

.msg-modal-body{
    height: unset !important;
    padding: unset !important;
}

.msg-modal-body p{
    margin-top: unset !important;
}

.input-url{
    width: 30%;
}

.tag-btn-section{
    margin-top: 5px;
}

#add-url-field-btn{
    padding: 2px 5px;
}

.url-field-div{
    padding: 0px;
    margin-bottom: 5px;
}

#msg-char-count{
    color: blue;
}

#msg-text-area{
    height: 198px;
    width: 416px;
    margin-bottom: 10px;
}

.topbar-center-logo {
    background: #266ebc;
}

.topbar-center-logo .menu {
    background: #2c3840;
}

.topbar-center-logo .menu a {
    color: #fefefe;
}

.topbar-center-logo .top-bar-center {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.topbar-center-logo-mobile {
    background: #2c3840;
}

.nav-logo-center{
    position: absolute;
    left: 45%;
    color: #337ab7;
}
.header-height{
    height: 75px;
}

.logo-image-pad{
    padding: 10px;
}

.topbar-center-logo-mobile .menu-icon {
    vertical-align: text-top;
}

.logo-image{
    width: 105px;
}

.page-content{
    width: 70%;
    /*border: 1px solid;*/
}
.page-heading{
    font-weight: 600;
}
.search-form, .search-list-box{
    width: 70%;
}
.search-form .input-group .btn-search{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px;
}
.search-form .input-group  input {
    color: #2A2826;
    border: 0px solid transparent;
    background-color: #f7f7f7;
    box-shadow: none;
    outline: none;
}
.search-form .input-group  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d0d0d0;
}
.search-form .input-group  input::-moz-placeholder { /* Firefox 19+ */
    color:#d0d0d0;
}
.search-form .input-group  input:-ms-input-placeholder { /* IE 10+ */
    color: #d0d0d0;
}
.search-form .input-group  input:-moz-placeholder { /* Firefox 18- */
    color:  #d0d0d0;
}
.search-result-list{
    padding-left: 0;
    list-style: none;
}
.form-group.terms-conditions .btn-group-sm>.btn, .btn-sm {
    border-radius: 26px;
    padding: 2px 5px;
    outline: none;
    font-size: 10px;
    background-color: #dcdbdb;
    color: #000;
    border: none;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: none;
}
.form-group.terms-conditions .btn span.glyphicon {
    opacity: 0;
}
.form-group.terms-conditions .btn.active span.glyphicon {
    opacity: 1;
}
.all-communications-checkbox .all-communications-text{
    display: inline-block;
    vertical-align: top;
}
.all-communications-checkbox .btn-group{
    margin-left: 20px;
}
.display-inline-block{
    display: inline-block;
}
.remove-all-info-checkbox {
    margin-top: 10px;
}
.remove-all-info-checkbox p {
    vertical-align: top;
}
.btn-update{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 50px;
    margin-top: 20px;
}
.brands-list{
    width: 60%;
    padding-top: 20px;
    padding-right: 5px;
}
.brands-list-item{
    margin: 0 0 30px;
    background-color: #efefef;
    border-radius: 7px;
}
.brands-list-item .img-part{
    padding-left: 0;
    position: relative;
}
.brands-list-item .img-part .img-box {
    width: 70%;
}
.brands-list-item .img-part .img-box img{
    border-radius: 7px;
    width: 100%;
}
.brands-list-item-col{
    text-align: center;
    width: 13%;
    padding-top: 15px;
    position: relative;
}

.brands-list-item .img-box .brands-list-item-heading{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 68%;
}
.brands-list-item .brands-list-item-heading{
    position: absolute;
    top: -20px;
}
.brands-list-item .brands-list-item-col .brands-list-item-heading {
    left: 0;
    right: 0;
}
.brands-list-item-col .form-group{
    margin-bottom: 0;
}
.brands-list-item-col .form-group.terms-conditions .btn-group-sm>.btn, .btn-sm {
    margin-bottom: 0;
    margin-right: 0;
}

.search-list-box li{
    cursor: pointer;
}
.mCSB_inside>.mCSB_container{
    padding-top: 20px;
}

.table-void{
    pointer-events: none;
    opacity: 0.5;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.left-company{
    padding-right: 0;
    cursor: pointer;
}

.tms-logo,
.da-logo{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.right-company{
    padding-left: 0;
    cursor: pointer;
}

.left-company .company-tab{
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #f2f2f2;
}

.left-company .company-tab-selected{
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #266ebc;
}

.right-company .company-tab{
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f2f2f2;
}

.right-company .company-tab-selected{
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #266ebc;
}

.company-tab-selected p{
    color: #fff;
}

.company-logo{
    padding: 15px 100px;
    height: 100px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-header .close{
    margin-top: 10px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    border: 1px solid white;
    color: white;
    padding: 0px 5px;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 25px;
    background-color: #2869A1;
    color: white;
}
.modal-header h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-body {
    padding: 2px 16px;
    height: 75px;
}
.modal-body p{
    margin-top: 25px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.brands-list::-webkit-scrollbar-track{
    background-color: #F5F5F5;
}

.brands-list::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}

.brands-list::-webkit-scrollbar-thumb{
    background-color: #dcdbdb;
    border-radius: 7px;
}
.filter-item{
    display: inline-block;
    padding: 5px;
}
.filter-item p{
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
}
.filter-item select{
    width: 115px;
}
#result_list{
    width: 100%;
}
.filter-item.download-btn{
    float: right;
}
td{
    text-align: center;
}
.text{
    text-align: center;
}

.multiselect-container>li>a>label {
    padding: 4px 20px 3px 20px;
}

.brand-logo-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
}
.brand-name{
    background-color: #f2f2f2;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.brand-name p{
    padding: 10px;
    color: #000;
}

.da-privacy-policy p{
    text-align: justify;
}

.our-brands{
    margin: 20px 0;
}

.our-brands h3{
    font-size: 2.3em;
}

/*
 *  STYLE 4
 */

.intl-tel-input{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.intl-tel-input.allow-dropdown .flag-container{
    z-index: 7;
}
.search-form .intl-tel-input.allow-dropdown input{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
    border-top-right-radius: 0;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 0;
}
h4.alert-success,
h4.alert-danger{
    display: none;
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 374px){
    .page-heading {
        font-size: 20px;
    }
    .page-content p{
        font-size: 12px;
    }
    .search-result-list{
        font-size: 12px;
    }
    .brands-list-item .brands-list-item-heading{
        font-size: 10px;
    }
    .brands-list-item-col{
        padding: 8px 0 0;
    }
    .form-group.terms-conditions .btn-group-sm>.btn, .btn-sm {
        padding: 0px 2.5px;
    }
    .search-form .input-group .btn-search {
        font-size: 20px;
        height: 40px;
    }
    .search-form .input-group input.form-control{
        font-size: 14px;
        height: 40px;
    }
    .nav-logo-center {
        left: 32%;
    }
    .company-logo{
        padding: 0px 0px;
        height: 45px;
    }
}
@media (min-width: 375px) and (max-width: 767px){
    .page-heading {
        font-size: 25px;
    }
    .page-content p{
        font-size: 14px;
    }
    .search-result-list{
        font-size: 14px;
    }
    .brands-list-item .brands-list-item-heading{
        font-size: 14px;
    }
    .brands-list-item-col{
        padding: 14px 0 0;
    }
    .form-group.terms-conditions .btn-group-sm>.btn, .btn-sm {
        padding: 1px 3.5px;
    }
    .search-form .input-group .btn-search {
        font-size: 25px;
        height: 46px;
    }
    .search-form .input-group input.form-control{
        font-size: 14px;
        height: 46px;
    }
    .nav-logo-center {
        left: 35%;
    }
    .company-logo{
        padding: 0;
        height: 45px;
    }
    .company-description p{
        font-size: 0.7em;
        height: 50px;
    }
    .company-description{
        height: 50px;
        overflow-y: scroll;
    }
}
@media (max-width: 767px) {
    .page-content{
        width: 100%;
        max-width: 365px;
        margin: auto;
    }
    .page-heading {
        text-align: center;
    }
    .search-form, .search-list-box{
        width: 100%;
    }
    .search-form .input-group{
        display: block;
    }
    .search-form .input-group input.form-control,
    .search-form .input-group .btn-search{
        border-radius: 7px;
    }
    .search-form .input-group .btn-search{
        margin-top: 10px;
    }
    .brands-list {
        width: 100%;
        max-height: 330px;
        overflow: hidden;
        overflow-y: auto;
    }
    .brands-list-item .img-part .img-box {
        width: 100%;
    }
    .brands-list-item .img-box .brands-list-item-heading {
        width: 85%;
    }
    .text-center-mobile{
        text-align: center;
    }
    .brands-list-item .brands-list-item-heading{
        top: -23px;
    }
    .remove-all-info-checkbox p {
        vertical-align: top;
        width: 86%;
    }
    .da_brands .brand-tab:nth-child(2n+1),
    .tms_brands .brand-tab:nth-child(2n+1)
    {  /* selects 1, 4, 7, 10, etc. */
        clear: both;
    }
    .intl-tel-input{
        display: inline-block;
    }
}
@media (min-width: 768px) {

    .da_brands .brand-tab:nth-child(3n+1),
    .tms_brands .brand-tab:nth-child(3n+1)
    {  /* selects 1, 4, 7, 10, etc. */
        clear: both;
    }
    .page-content {
        width: 95%;
    }
    .brands-list {
        width: 70%;
        max-height: 390px;
        overflow: hidden;
        overflow-y: auto;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }

}
@media (min-width: 1024px){
    .page-content {
        width: 75%;
    }
    .brands-list {
        width: 80%;
        max-height: 430px;
    }
}
@media (min-width: 1200px){
    .brands-list {
        width: 65%;
    }
}