.logo-brandit-s{
	display: block;
	margin: 0 auto;
	padding-top: 35px;
	width:300px;
}
.login-map-bg{
    background-size:100%;
    height:100%;

}
.login-map-bg:before{
    content: "";
    background: #001f12 url(/img/world_map.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.35;
}
.rb{
/*    background: transparent url(/img/RBO7.png) no-repeat bottom center;*/
    background: transparent;
    /*background-size: 431px 600px;*/
    background-size: 849px 580px;
    padding: 100px 0px
}
.login-map-bg .container{
    height: 100%;
}
.login-map-bg .container .main{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-form{
    margin:0 auto;
    width: 400px;
    height: 400px;
    background: #001f12;
    padding: 0 45px;
    background-color: transparent;
}
.login-field-s{
    border: 0px;
    padding-top:35px;
}
.login-contianer{
    margin:0 auto;
}
.login-contianer .user-reg{
    overflow: hidden;
    margin-bottom: 10px;
}
.user-reg .user-l{
    color: #fff;
    font-weight: bold;
}
.user-reg .reg{
    color: #fff;
}
.login-contianer .field input{
    border: none;
    background-color: #fff !important;
    background: #fff !important;
    padding: 10px 10px;
    width: 100%;
    margin-bottom:20px;
    border-radius: 0px;
}
.login-contianer .help-block{
    margin-top: 15px;
    color: #fff;
}
.login-contianer .submit{
    /*width: 150px;*/
    width: 100%;
    margin: 10px auto;
}
.login-contianer .submit button{
    border: 1px solid #eee;
    background: transparent;
    color: #fff;padding: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    cursor:pointer;
}
.alert-danger {
    color: #fff !important;
    background-color: #ff4d00 !important;
    border-color: #eee;
}
.bluea-stat{
    overflow: hidden;
    background: #001f12;
    background: #ff4d00;
    color: #fff;
    margin: 15px 15px 25px;
}
.bluea-stat div h2{
    font-weight: bold;
    margin: 8px 0 0;
}
.search-domain, .find-domain, .todo-list, .dark-blue-box{
    background: #001f12;
    margin-bottom: 20px;
}
.dark-blue-box .blue-box-head,.dark-blue-box .box-body{
    background: #001f12;
}
.dark-blue-box .blue-box-head{
    padding: 10px 15px 0 15px;
}
.dark-blue-box .box-body{
    padding: 10px 20px 20px;
}
.search-domain .form-group label, .find-domain .form-group label{
    font-size: 17px;
    color: #fff;
    margin: 10px 0;
}
.search-domain .formactions input, .find-domain .formactions input{
    margin-top: 43px;
    background: #001f12;
    /*border: none;*/
    /*border-radius: 0px;*/
    padding: 7px 0px;
    width: 100%;
}
.todo-list input.btn{
    /*background: #001f12;*/
    /*border: none;*/
    /*border-radius: 0px;*/
    padding: 7px 0px;
    width: 100%;
}
.find-domain .formactions input{
    margin-top: 0px;
}
.todo-list, .dark-blue-box{
    padding: 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.todo-list{
     padding: 10px 15px 20px;
}
.todo-list h3, .dark-blue-box h3{
    font-size: 17px;
    color: #fff;
    padding: 10px 0 20px;
    font-weight: bold;
    margin: 0px;
}
.todo-list i, .dark-blue-box i{
    margin-top: 12px;
    margin-right: 12px !important;
}
.check-cust{
    margin-right: 10px !important;
}
.custom-chck-form input[type="checkbox"] + label{
    font-weight: normal;
}
.custom-chck-form input[type="checkbox"] {
    display:none !important;
}
.custom-chck-form input[type="checkbox"] + label:before {
    border: 1px solid #ffffff;
    background-color: #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}
.custom-chck-form input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center;
}
.blue-box-btn{
    display: block;
    margin: 15px auto 0;
    background: #001f12;
    border: none;
    padding: 8px 0;
    color: #fff;
    width: 23%;
    text-align: center;
}
.dark-blue-box .blue-box-btn{
    padding: 8px 15px;
    width: initial;
}


.map-and-stats{
    max-height: 432px;
    min-height: 432px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.map-and-stats .box-title{
    font-size: 17px;
    font-weight: bold;
}
.map-and-stats .box-header{
    padding: 12px 0 10px;
}
.blue-box-btn-right{
    background: #001f12;
    border: none;
    padding: 8px 0;
    color: #fff;
    width: 100%;
    text-align: center;
}
.blue-box-input{
    width: 100% !important;
    padding: 6px;
    color: #000;
}
.dark-blue-box a{
    color: #001f12;
    font-size: 16px;
    font-weight: bold;
}
.sidebar-right-s .sidebar{
    padding: 15px 25px;
}
.sidebar-right-s{
    background: #eeefef;
    color: #999999;
}
.sidebar-right-s span{
    color: #333333;
    font-size: 20px;
}
.sidebar-right-s .sidebar ul{
    list-style-type: none;
    padding-left: 0px;
}
.sidebar-right-s .sidebar ul li{
    margin-bottom: 10px;
}
.news-t{
    min-height: 66px;
    background: #000;
    color: #fff;
    padding-top: 6px;
}
.news-t h4{
    padding: 14px 25px;
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
}
.first-tw-icon{
    margin-top: 15px;
    margin-right: 12px !important;
    color: #fff;
    margin-left: 15px;
}
.box-right-arr {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
    line-height: inherit;
}
.head-box-title{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.head-box-ul{
    padding-left: 0px;
    list-style-type: none;
    color: #fff;
    overflow: hidden;
}
.head-box-ul li{
    font-size: 16px;
}
.custom-menu-1{
    float: left !important;
}
.custom-menu-1 .label-warning{
    background-color: #ff4d00;
}
.top-input{
    width: 77%;
    float: left;
}
.top-input-btn{
    background: #001f12;
    border: none;
    border-radius: 0px;
    padding: 7px 0px;
    width: 15%;
    color: #fff;
    margin-left: 20px;
}
.sidebar-blue-head{
    height: 50px;
    background: #001f12;
    color: #fff;
    margin-top: 20px;
}
.sidebar-blue-head h4{
    padding: 14px 25px;
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
}
.main-header .logo img{
    width: 85px;
    /*position: absolute;*/
    /*left: 15px;*/
    /*bottom: 3px;*/
    /*float: left;*/
    text-align: left;
    vertical-align: middle;
}
.table-bordered>thead>tr>th{
    border: none;
    padding: 3px 10px;
}
.blue-head-t thead{
    background: #001f12;
    color: #fff;
}
.blue-head-t thead tr th:first-child{
    border-top-left-radius: 8px;
}
.blue-head-t thead tr th:last-child{
    border-top-right-radius: 8px;
}
.blue-r-btn{
    background: #001f12;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 0px;
    min-width: 180px;
}
.blue-r-btn:hover{
    background: #3c6252;
    color: #fff;
}
.blue-r-btn1{
    background: #001f12;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.blue-r-btn1:hover{
    background: #3c6252;
    color: #fff;
}
.mid-table-arr{
    height: 280px;
}
.mid-table-arr i{
    font-size: 40px;
    color: #bcbdc0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    width: 35px;
}
.blue-head-t tbody{
    border: 1px solid #d2d6de;
}
.blue-head-t tbody tr td{
    border: none;
}
.box{
    border: none;
    box-shadow: none;
    border-radius: none;
}
.domains-box-title label, .ent-domains-t{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.ent-domains-t{
    margin-top: 10px;
}
.gray-dom-text{
    float: right;
    color: #999999;
}
.idn-text p a{
    text-decoration: underline;
}
.sidebar-menu .treeview.active .treeview-menu li:hover{
    background: #d1d2d4;
}
.sidebar-menu .treeview.active .treeview-menu li.active{
    background: #d1d2d4;
}
.transfer-options input,.transfer-options select{
    width: 100%;
}
.gray-select{
    border: none;
    background: #d1d2d4;
    color: #333;
    border-radius: 3px !important;
    padding: 4px;
}
.add-line{
    margin-top: 20px;
    min-width: 180px;
}
.add-line i{
    float: left;
    font-size: 20px;
    color: #666;
    margin-top: 1px;
    margin-right: 10px;
}
.start-transf-btn{
    float: right;
    overflow: hidden;
    padding: 20px 0px 20px;
}
.start-transf-btn a.blue-r-btn{
    padding: 5px 51px;
}
.bulk-select{
    width: 200px !important;
}
.account-select{
    margin: 35px 0;
}
.options-line input{
    padding: 3px 4px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
.def-cont-container .form-group, .def-name-container .form-group{
    overflow: hidden;
}
.def-cont-container .form-group label, .def-name-container .form-group label{
    float: left;
    width: 21%;
    margin-top: 4px;
}
.def-cont-container .form-group select.load-details, .def-name-container .form-group input{
    float: left;
    width: 79%;
    height: 31px;
    border-radius: 3px !important;
}
.nopadding{
    padding: 0px !important;
}
.btn-width button.blue-r-btn{
    min-width: 190px;
}
.foot-search-box{
    overflow: hidden;
}
.foot-search-box label{
    float: left;
    width: 11%;
    margin-top: 5px;
}
.foot-search-box input{
    float: left;
    width: 89%;
}
.foot-custom-search{
    width: 75%;
    margin: 0 auto;
}
.foot-custom-search .blue-r-btn{
    width: 100%;
}
.reset-btn button{
    padding: 4px 12px;
}
.foot-visit{
    color: #fff;
    margin: 45px auto 10px auto;
    display: block;
    width: 300px;
    text-align: center;
    font-size: 14px;
}
.box-w-margin .box-header{
    padding: 10px;
}
.evt-date label, .evt-class label, .evt-subclass label, .evt-subaccount label{
    float: left;
    margin: 5px 5px 0 0;
}
.evt-date .input-group{
    width: 80%
}
.evt-class select{
    width: 56%;
}
.evt-subclass select{
    width: 39%;
}
.evt-subaccount select{
    width: 52%;
}
thead.blue1{
    background-color: #001f12 !important;
    color: #eee !important;
    text-transform: uppercase;

}
.events-log-text{
    margin-bottom: 30px;
}
.trademark-info{
    margin: 15px 0;
}
.trademark-fields .form-group, .domains-add-container .form-group{
    overflow: hidden;
}
.wide-date-range #daterange{
    width: 100%;
}
.wide-date-range .daterange_container{
    max-width: 100% !important;
}
.tm-fields, .admin1-text{
    margin-bottom: 30px;
}
.extra-padding{
    padding: 0 15px;
}
.custom-find-btn{
    padding-left: 0px !important;
}
li.treeview a span {
    font-weight: bold;
}
.blue-modal .modal-header{
    background: #1a4279;
    border: none;
}
.blue-modal .modal-body{
    padding: 0px;
}
.blue-modal .modal-header h4{
     color: #fff;
}
.blue-modal li.active{
    background: #0a69a7;
}
.blue-modal li{
    background: #315587;
}
.blue-modal li a{
     color: #fff !important;
}
.blue-modal li a:hover {
    background: initial !important;
    border: none !important;
    background-color: initial !important;
}
.blue-modal li.active a{
    background: #0a69a7;
    border: none;
}
.blue-modal .nav-tabs{
    background: #1a4279;
}
.blue-modal .nav-tabs>li{
    margin: 0px;
    border: none;
    padding: 10px 30px;
}
.blue-modal .nav-tabs>li a{
     margin: 0px;
    border: none;
}
.blue-modal .tab-content{
    padding: 20px;
}
.blue-modal thead.dark{
    background: #2878b0 !important;
}
.blue-modal .close{
    color: #fff !important;
    opacity: 0.7;
}
.blue-modal .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .blue-modal .nav-tabs>li>a, .nav-tabs>li>a:focus{
    background: initial !important;
    border: none  !important;
}
.modal-blue-head{
    background: #001f12;
    padding: 15px 55px;
    color: #fff;
}
.blue-modal .modal-margins{
    padding: 38px 55px 0;
}
.modal-comments{
    clear: both;
    margin-top: 45px;
}
.modal-comments textarea{
     width: 55%;
}
.modal-comments p{
    float: left;
}
.modal-blue-head h3{
    margin: 0px;
}
.blue-modal .modal-body form{
    padding: 38px 55px 0;
}
.modal-submit-btn{
    width: 215px;
    margin: 55px auto 0;
    display: block;
}
.fb-bullets input[type="radio"] {
    display:none;
}
.fb-bullets{
    width: 303px;
    margin: 0 auto;
}
.fb-bullets span{
    display:inline-block;
    width:60px;
    height:60px;
    margin:0px 20px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border-radius: 50%;
}
.btn-red{
    margin: 0px !important;
}
.btn-green1{
    background-color: #52b650;
}
.btn-green2{
    background-color: #a7cd45;
}
.btn-yellow{
    background-color: #f8ed3e;
}
.btn-red{
    background-color: #ff4d00;
}
/*.btn-outline{
    border-width: 1px !important;
    background-color: transparent; !important;
}*/
.fb-bullets input[type="radio"]:checked + label span {
    background-image:url(../img/checked.png);
    background-size: 60px 60px;
}
.modal-order-checkbox{
    float: left;
}
.modal-order-checkbox input, .modal-order-checkbox label{
    float: left;
    margin-right: 10px;
}
.testdtd{
    width: 100% !important;
}
.navbar li a.dropdown-toggle .hidden-xs{
    display: block;
    max-width: initial;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.navbar .dropdown a.dropdown-toggle{
    height: 53px;
}
.ml-10 {
    margin-left: 10px;
}







@media (max-width: 1240px) and (min-width: 992px){
    .custom-w3{
        width: 54%;
    }
    .custom-w1{
        width: 30%;
    }
    .custom-hide1{
        display: none !important;
    }
    .custom-w2{
        width: 25%;
    }
    .navbar li a.dropdown-toggle .hidden-xs{
         width: 157px;
    }
}
@media (max-width: 1500px) and (min-width: 1200px){
    .custom-w10, .custom-w11{
        width: 50% !important;
    }
    .navbar li a.dropdown-toggle .hidden-xs{
         width: 45px;
    }
}



/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1400px) {
    .foot-custom-search{
        width: 100%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .custom-w10{
        padding-bottom: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .search-domains-h #domainForm{
        display: none;
    }
    .nav-avatar-box .navbar-nav > li > a{
        padding-top: 13px;
    }
    .language-selector{
        padding: 14px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .login-form{
        width: 400px;
    }
}

@media only screen and (max-width : 550px) {
    .bluea-stat div{
        width: 100%;
    }
    .foot-search-box input{
        float: right;
        width: 80%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .login-form, .logo-brandit-s{
        width: 100%;
    }
    .low-wide{
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
