

#idserv .megamnu {
    display: block;
    padding: 10px 22px;
    width: 100%;
    background: #0e1b2e;
}

    #idserv .megamnu span {
        color: #ccc;
        text-decoration: none;
        text-transform: uppercase;
        /* margin-left: 30px;*/
    }

.ba-btn.ba-btn-sq-sm {
    padding: 6px 10px;
    color: #2e5c99;
}

.btnclose {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index:100;
}
.smx {
    font-size: 11px;
    font-weight: 100;
}
.form-group {
    margin-bottom: 1rem;
}



.exo-menu {
    background: #1f2125 !important;
    height: 40px;
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
}


.pl-0{padding-left:0;}
.pl-10 {  padding-left: 10px;}
.pl-15 {  padding-left: 15px;}
.pb-10 { padding-bottom:10px;}
.mt-25{ margin-top:25px;}
.mt-15 { margin-top: 15px;}
.mb-5{margin-bottom:5px;}
.pl-25 {
    padding-left: 50px;
}
.pr-25 {
    padding-right: 50px;
}

.mr-20{ margin-right:20px;}
.ml-0{ margin-left:0;}
.mr-0{  margin-right: 0;}

#loginForm ul,#registerForm ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.brd {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 4px 2px 12px 4px #e4edff;
}

.field-icon {
    float: right;
    margin-right: 11px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.field-validation-error {
    display: block;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.btnmnu:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
}

.grn{
    color: #2cad06;
}



.itmrw {
    padding: 5px;
    margin-bottom: 3px !important;
    border: 1px dotted #ddd;
}




.rwbrd{
    border: 1px dotted #ddd;
    padding: 5px;
    margin-bottom:2px;
}



.orgLogo {
    border: 1px dotted #ddd;
    border-radius: 8px;
    margin-bottom: 5px;
    min-height: 100px;
}

.logoimg {
    margin-right: 10px;
    width: 89px;
    clip-path: circle(37px at center);
    background-color: white;
}

.logobgBrd {
    background: #dddbff;
    width: 89px;
    clip-path: circle(38px at center);
    float: left;
}


#tabpn .tab-content {
    min-height: 90vh;
}

.toggle.btn-xs {
    min-width: 45px!important;
    min-height: 22px;
    height: 26px !important;
    
}
.toggle-group.btn {
    padding: 5px 10px 5px 10px !important;
}
.btn-togoff {
    background-color: #f7d1d1;
    color: darkred;
    border-color: #f7d1d1;
    padding-top: 3px;
}
.btn-togon {
    background-color: #77cf7655;
    color: darkgreen;
    border-color: #77cf7655;
    padding-top: 3px;
}

.toggle{ margin-top:5px;}
.fa-gry {
    color: #69727e;
    
}

#pnSrchtop .navbar-nav {
    margin:0; }

#pnSrchtop .navbar-nav > li > a {
    color: #ddd;
}

    #pnSrchtop .navbar-nav > li > a:hover {
        color: #fff;
    }

#pnSrchtop .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #bdbaba;
    background-color: #232328;
}

.d-inline-block{

    display:inline-block;
}
.navbar-nav > li {
    float: left;
  	font-weight: 500;
}

.userbloc {
    width: 43px;
    height: 28px;
    clip-path: circle(14px at center);
    background-color: #36383d;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin-left: -8px;
    text-transform: uppercase;
}

#pnSrchtop .navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    padding-top: 10px;
    margin-right: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 50px;
    box-shadow: 3px 4px 4px 0px #cee6fb73;
}

#pnSrchtop .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #111;
    background-color: #b5c9e3;
}

#topusrnav a {
    color: #111;
    padding-left:20px;
    text-decoration: none;
}
#topusrnav li:hover {
    background-color: #b5c9e3;
    text-decoration: none;
}
.usrtop .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 15px;
}

.navbar-nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-bottom-color: #fff;
    position: absolute;
    top: -7px;
    left: 80%;
}
.dropdown-caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-style: solid;
    border-width: 4px 4px 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

    @media (max-width: 1280px) {

        .pl-25 {
            padding-left: 15px;
        }

        .pr-25 {
            padding-right: 15px;
        }
    }

@media (max-width: 992px) {

    

}

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
    
        /* width: auto; */
    /* margin-top: 0; */
    /* background-color: transparent; */
    /* border: 0; */
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
}
}