/*========================================================
        DARK LAYOUT
=========================================================*/
html {
  font-size : 14px;
  height : 100%;
  letter-spacing : 0.01rem;
}
html body {
  height : 100%;
  background-color : #F4F4F4;
  direction : ltr;
  /*
      * Blank page
      */
}
input::placeholder {
  color: #b3b3b3 !important;
}
html body .content {
  padding : 0;
  position : relative;
  -webkit-transition : 300ms ease all;
          transition : 300ms ease all;
  -webkit-backface-visibility : hidden;
          backface-visibility : hidden;
  min-height : calc(100% - 4rem);
  margin-left : 280px;
}
html body .content.app-content {
  overflow : hidden;
}
html body .content.app-content.show-overlay .content-overlay {
  z-index : 10;
  opacity : 1;
}
html body .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow {
  background : -webkit-linear-gradient(top, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
  background :         linear-gradient(180deg, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
}
html body .content.app-content .content-overlay {
  position : fixed;
  opacity : 0;
  width : 100%;
  height : 100%;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
  background-color : rgba(0, 0, 0, 0.5);
  cursor : pointer;
  -webkit-transition : all 0.7s;
          transition : all 0.7s;
  z-index : -1;
}
html body .content.app-content .content-area-wrapper {
  height : calc(100% - 5rem);
  margin : calc(5rem + 2.7rem) 2.2rem 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  position : relative;
}
html body .content.app-content .content-area-wrapper .content-wrapper {
  margin-top : 0;
  height : calc(100vh - 13rem);
  height : calc(var(--vh, 1vh) * 100 - 13rem);
}
html body .content .content-wrapper {
    padding: calc(1.5rem - 0.4rem) 1.5rem 0;
    margin-top: 5.5rem;
}
html body .content .content-wrapper .content-header-title {
  font-weight : 500;
  color : #636363;
  margin-right : 1rem;
}
html body .content .content-wrapper .content-header-right .dropdown-toggle::after {
  display : none;
}
html body .content .content-wrapper .content-header-right .dropdown-toggle i {
  margin-right : 0;
}
html body .content .content-wrapper .content-header-right .btn-icon {
  padding : 0.8rem;
}
html body .content .content-wrapper .content-header-right .btn-icon i {
  font-size : 1rem;
}
html body.navbar-hidden .app-content .content-wrapper {
  padding : 2.2rem;
  margin-top : 0;
}
html body.navbar-hidden .app-content .content-area-wrapper {
  padding : 0;
  margin-top : 2.5rem;
}
html body.navbar-static .main-menu {
  top : 0;
}
html body.navbar-static .app-content .navbar-container {
  padding-left : 2.2rem;
  padding-right : 1.2rem;
}
html body.navbar-static .app-content .content-wrapper {
  padding : 2.2rem;
  margin-top : 0;
  padding-top : 1rem;
}
html body.navbar-static .app-content .content-area-wrapper {
  margin-top : 1rem;
}
html body.navbar-sticky .app-content .navbar-container {
  padding-left : 2.2rem;
  padding-right : 1rem;
}
html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show {
  width : 98%;
  left : 1%;
}
html body.navbar-sticky .app-content .content-wrapper {
  padding : 2.2rem;
  margin-top : 4.65rem;
}
html body.navbar-static .navbar-container, html body.navbar-sticky .navbar-container {
  padding-left : 2.2rem;
  padding-right : 1rem;
}
html body.navbar-static .navbar-container .search-input .search-list.show, html body.navbar-sticky .navbar-container .search-input .search-list.show {
  width : 98%;
  left : 1%;
}
html body.fixed-footer .content.app-content {
  margin-bottom : 3rem;
}
html body p {
  line-height : 1.5rem;
}
html body.bg-full-screen-image {
  background : url(../images/lg_banner.png) no-repeat center center;
  background-size : cover;
}
.date_icoo{background : url(../images/calender_ic.png) no-repeat center right 10px;}
.times_icoo{background : url(../images/time_icons.png) no-repeat center right 10px;}
#mng_txt_box .ar_managess form {
  display: flex;
}
.password-field-height{
  padding: 0.3rem 0.7rem;
  padding-top: 0.3rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  }
.titl_area_hd {
    display: inline-block;
    width: 100%;
    border-bottom: #D7D7D7 solid 1px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.titl_area_hd h2 {
    font-size: 20px;
    font-weight: 600;
    color: #AF0023;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.titl_area_hd h2 span.right_areaaa {
    float: right;
	position: relative;
    top: -10px;
}


.dispatchss {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.dispatchss button.dal_bg_color {
    background: #AB6371 !important;
    max-width: 180px;
    width: 100%;
    margin-bottom: 5px;
}
.dispatchss p {
    color: #AF0023;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.mld_p_contnts {
    display: inline-block;
    width: 100%;
}
.mld_p_contnts p {
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 15px;
}
.mld_p_contnts h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 15px;
}
.mld_p_contnts span {
    font-size: 12px;
    color: #7B7B7B;
    font-weight: 500;
    line-height: 18px;
}
.mld_p_contnts span strong {
    font-weight: 600;
	color: #1E1E1E;
}

span.sm_size_content {
    display: block;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    right: 0;
}
#manage_areaass {
    position: relative;
}
#manage_areaass img.dwn {
    float: right;
    position: absolute;
    right: 17%;
    z-index: 9;
    cursor: pointer;
    top: 9px;
}


html body.bg-full-screen-image:before {
    background:#5c5c5c69;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.greay{color:#626262;}
.greay:hover{color:#ad2521;}

.d-flex.justify-content-center {
    position: relative;
    z-index: 2;
}
.row.cont{display: contents;}

.login_cn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 25px;
}
.login_cn .meddils {
    width: 100%;
}


.login_cn .meddils .hedding_areaa {
    margin-bottom: 30px;
}
.login_cn .meddils .hedding_areaa h4 {
    color: #000000;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
}

.login_cn .meddils .hedding_areaa p {
    color: #767676;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.login_cn .meddils .form_box_areaa label {
    position: relative;
    color: #1E1E1E;
    left: 0;
    opacity: 1;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.login_cn .meddils .form_box_areaa input.form-control.logn {
    background: #fff;
    border: #C0C0C0 solid 1px;
    padding: 0 12px 0 !important;
    font-size: 14px !important;
    color: #000;
	font-weight:500;
    height: 43px;
}

.login_cn .meddils .form_box_areaa input.form-control.logn::placeholder {
  color: #767676;
  opacity: 1;
  font-size: 14px !important;
}

.login_cn .meddils .form_box_areaa input.form-control.logn::-ms-input-placeholder {
  color: #767676;
  font-size: 14px !important;
}

.login_cn .meddils .form_box_areaa fieldset.form-label-group {
    margin: 0 0 17px;
}


.plcol {
    background: #AD2521;
    padding: 16px 0;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 0;
	font-size: 16px;
}
.plcol:hover {
    border-color: #f6d4cd !important;
    color: #fff !important;
    box-shadow: 0 8px 25px -8px #6e625f;
}
.logn::placeholder {
  color: #ccc;
}

.logn{background: #0f1642;
    border: #697178 solid 1px;
    color: #fff;
    padding: 22px 17px !important;}


.logn:focus {
    color: #fff;
    background-color: #0f1642;
    border-color: #f6d4cd;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.login_cn .text-right a {
    color: #1e1e1e;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.main-menu.menu-light .navigation li a svg {
    margin-right: 12px;
	margin-left: 3px;
}
.futy{font-size:14px; font-weight:600; margin-bottom:7px;}

#all_inp_l{border-radius: 1.428rem; border: 1px solid #DAE1E7; padding:1.45rem 0rem 1.45rem 0.9rem !important; margin:0 5px;}
#slct{width: 12rem;     margin-left: 5px;}


.user_n_inv {
    float: left;
    width: 230px;
    height: 210px;
    overflow: hidden;
    border: #c78e84 solid 1px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
    line-height: 65px;
    font-size: 22px;
    font-weight: 500;
    color: #c78e84;
    margin-top: 15px;
    margin-right: 10px;
}
.user_n_inv img {
    border-radius: 10px;
    width: 224px;
    height: 204px;
}
.lfecontn.prfts {
    padding: 0px 30px 25px 0px;
}
.lfecontn.prfts p {
    padding-bottom: 10px;
}
.usr_cn p {
    margin: 0;
    font-size: 13px;
    color: #78788e;
}
span.wdset {
    width: 135px;
    display: inline-table;
}
span.bgf1 {
        font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
    color: #000;
}

.contnt_ad {
    white-space: break-spaces !important;
    width: 280px;
}

.usr_cn {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
.amut_s {
    float: right;
    margin-top: 15px;
}
.amut_s h1 {
    margin: 5px 0 4px 0;
    font-size: 20px;
    color: #191919;
}
.amut_s h1 span {
    color: #c78e84;
}
.amut_s p {
    margin: 0;
    font-size: 14px;
    color: #78788e;
}

.bgr_gr {
    background: #fff7f3;
    padding: 30px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
	margin-bottom: 20px;
}
.bgr_gr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bgr_gr ul li {
    width: 25%;
    float: left;
    padding-left: 0px;
}
.bgr_gr ul li p {
    margin: 0;
    font-size: 14px;
    color: #78788e;
}
.bgr_gr ul li h1 {
    margin: 5px 0 4px 0;
    font-size: 20px;
    color: #191919;
}
.bgr_gr ul li h1 span {
    color: #c78e84;
}
.bgr_gr ul li:nth-child(2n+2) {
    padding-left: 60px;
}

.stapone {
    border: #f7f7f7 solid 1px;
    border-radius: 4px;
    padding: 15px 0 15px 20px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #f9f9f9;
}
.stapone h3 {
    font-size: 20px;
	    margin: 0;
}
.ml_0 {
    margin-left: 0 !important;
}
ul.nav.nav-tabs.tbs_all {
    border: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
.status-green, a.status-green {
    background-color: #e5faf3;
    border: 1px solid #00ce7c;
    color: #00ce7c;
}
.custom-badge {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    min-width: auto;
    padding: 1px 10px;
    text-align: center;
}

.user_n {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: #c78e84 solid 1px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
    line-height: 65px;
    font-size: 22px;
    font-weight: 500;
    color: #c78e84;
    margin-top: 15px;
    margin-right: 10px;
}
.user_n img {
    border-radius: 10px;
    width: 144px;
    height: 144px;
}

.updlist {
    text-align: center;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mt_0 {
    margin-top: 0px !important;
}
.updlist p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.usr_cn.ml_0 h2 {
    margin:8px 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #c78e84;
}
.lfecontn.prfts {
    padding: 0px 30px 25px 0px;
}
.pb_0 {
    padding-bottom: 0 !important;
}
span.wdset1 {
    width: 155px;
    display: inline-table;
}

span.wdset2 {
    width: 120px;
    display: inline-table;
}

.tablistbx {
    background: #fff;
    border: #f1f1f1 solid 1px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #f5f5f5;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.imgbx {
    width: 326px;
    float: left;
    overflow: hidden;
    height: 245px;
    border-radius: 5px;
}
.imgbx img {
    width: 100%;
    object-fit: cover;
}
#tabcontnt h1 a {
    color: #000;
    font-weight: 500;
}
#tabcontnt {
    float: left;
    width: 64.5%;
    padding-left: 30px;
}
#tabcontnt h1 {
    font-size: 20px;
    margin: 30px 0 5px 0;
    color: #191919;
    font-weight: 400;
}
#tabcontnt p {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #78788e;
    margin-bottom: 30px;
}
#unctnt {
    margin-bottom: 17px;
}
#unctnt p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #d7d7dd;
    margin-bottom: 0px;
}
#unctnt h3 {
    font-size: 14px;
    margin: 5px 0 0 0;
    color: #191919;
    font-weight: 500;
}

.table.no-wrap1 {
    position: relative;
    border-collapse: separate;
    border-spacing: 0 7px;
}

table.table.no-wrap1.pd_st tr td {
    border: none;
}
table.table.no-wrap1.pd_st tr td {
    padding: 16px;
    line-height: 40px;
	font-size:13px;
}
.table.no-wrap1 td:first-child {
    border-radius: 6px 0 0 6px;
}
span.amtarw {
    width: 41px;
    height: 41px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
}
.cursr {
    cursor: pointer !important;
}
td.greenbtn span {
    background: #94d13c;
    border-radius: 20px;
    padding: 7px 20px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
table.table.no-wrap1.pd_st tr td {
    border: none;
}
td.bgt {
    font-weight: 500;
    font-size: 13px !important;
}
.table.no-wrap1 {
    position: relative;
    border-collapse: separate;
    border-spacing: 0 7px;
}
table.undertbl {
    width: 100%;
    margin: 20px 0 0px 0;
    color: #191919;
}
tr.onsho td {
    border-radius: 0px 0px 6px 6px !important;
    position: relative;
    top: -12px;
}
td.clrtb {
    color: #9b9bab !important;
}
.table.no-wrap1 td {
    background: #f5f6f8;
}
table.undertbl tr td {
    line-height: 35px !important;
}
.f_20 {
    font-size: 18px !important;
    font-weight: 600;
}


.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}
tr.onsho td {
    border-radius: 0px 0px 6px 6px !important;
    position: relative;
    top: -12px;
}
table.undertbl {
    width: 100%;
    margin: 20px 0 0px 0;
	color: #191919;
}
table.undertbl tr td {
    padding: 0 !important;
}
tr.onsho td {
    padding: 0 0px !important;
}
table.undertbl tr td {
    line-height: 35px !important;
}
td.clrtb {
    color:#5a5a5a !important;
}
td.strontb {
    color: #191919 !important;
    font-weight: 500;
    text-align: right;
}
.brdtop {
       border-top: #ebedf1 solid 1px;
    padding: 0 10px;
    margin: 0 0;
}
.totlfils {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-left: 40px;
}
td.greenbtn span {
    background: #94d13c;
    border-radius: 20px;
    padding: 7px 20px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.arrowrou {
    transform: rotate(45deg);
}
.tbs_all li.nav-item {
    margin-right: 15px;
}

#autocomplete {
  padding: 7px;
    text-align: left;
}

.autocomplete-suggestions {
  text-align: left;
  border: 1px solid #999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #d6a299;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* .w_50{width:50%;} */

html body.blank-page .content {
  margin-left : 0;
}
html body.blank-page .content.app-content {
  overflow : overlay;
  overflow-x : hidden;
}
html body.blank-page .content.app-content .header-navbar-shadow {
  display : none;
}
html body.blank-page .content-wrapper {
  padding : 0 !important;
  margin-top : 0;
}
html body.blank-page .content-wrapper .flexbox-container {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  height : 100vh;
  height : calc(var(--vh, 1vh) * 100);
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
}
html body[data-col='1-column'] .content, html body[data-col='1-column'] .footer {
  margin-left : 0 !important;
}
html .pace .pace-progress {
  background : #ad2521;
}


#desktop_areaa .nav.nav-tabs .nav-item .nav-link {
    color: #626262;
    font-size: 14px;
    border: none;
    min-width: auto;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
}
#desktop_areaa .nav.nav-tabs.nav-justified .nav-item a.nav-link.active {
    border: none;
    background-color: transparent;
    color: #af0023;
	font-weight:600;
}
.graph_areaa {
    background: #fff;
    padding: 0px 10px 10px;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    border: #e5e5e5 solid 1px;
    border-radius: 6px;
	height: 307px;
    width: 100%;
}


.graph_areaa canvas#speedChart {
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 12px;
}


#mng_txt_box .ar_managess {
    display: flex;
}
#mng_txt_box .ar_managess .actions.action-btns {
    margin: 0;
}
#mng_txt_box .ar_managess button.btn.btn-outline-primary1 {
   font-size: 12px;
   padding: 12px 8px !important;
}
#mng_txt_box .ar_managess .actions.action-btns:last-child {
    margin-left: 7px;
}
#mng_txt_box .ar_managess .action-filters {
  margin-right: 7px;
  display: flex;
}
#mng_txt_box .ar_managess .slt_area_boxx.mr-1 select.form-control {
    font-size: 12px;
}
#mng_txt_box .ar_managess label {
    margin: 0 7px 0 0;
}
#mng_txt_box .ar_managess label input#exspec {
    border-radius: 5px;
    border: none;
}
#mng_txt_box .ar_managess label:after {
    right: 15px;
    left: inherit;
    font-size: 18px;
    color: #ad2521;
    top: 9px;
}
#mng_txt_box .ar_managess label input#exspec {
    border-radius: 5px;
    border: none;
    padding: 1.45rem 1rem 1.45rem 1rem !important;
    font-size: 15px;
    color: #8A8A8A;
}

#mng_txt_box .ar_managess label input#exspec::placeholder {
  font-size: 15px;
    color: #8A8A8A;
}

#mng_txt_box .ar_managess label input#exspec::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 15px;
    color: #8A8A8A;
}

#mng_txt_box .ar_managess .filtters {
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer;
}

.breadcrumbs-top .breadcrumb#manages_space {
    padding: 0 !important;
    border: none;
}

.top.manags_area .h_titlss ol#manages_space {
    padding-left: 0 !important;
    margin: 0 !important;
    border: none;
}

.fltr_areaa {
    display: inline-block;
    width: 100%;
}
.fltr_areaa button {
    background: #fff;
    border: #cccccc solid 1px;
    height: 38px;
    border-radius: 5px;
    width: 100%;
    color: #b33532;
    font-weight: 600;
}
.fltr_areaa button:hover{
	background: #b33532;
	color: #fff;
	border: #b33532 solid 1px;
}
.fltr_areaa button:hover img{
	filter: brightness(0) invert(1);
}

.all_pop_modalss .modal-dialog-scrollable .modal-body {
    overflow-y: inherit;
    padding: 15px 15px 15px !important;
}
.green_light_box {
    border: #4AAC5B solid 1px;
    background: #CEE8D3;
    padding: 5px 30px;
    text-align: center;
    font-size: 14px;
    color: #2DB24D;
    line-height: 22px;
    font-weight: 500;
	border-radius:5px;
}

.red_light_box {
    border: #AF0023 solid 1px;
    background: #E8CFD4;
    padding: 5px 30px;
    text-align: center;
    font-size: 14px;
    color:#AF0023;
    line-height: 22px;
    font-weight: 500;
	border-radius:5px;
}

#searc_areaaa #ComboBox {
    width: 100%;
    height: 38px;
	position:relative;
}
#searc_areaaa select.form-control.cb--select {
    z-index: 9;
    background: #fff;
    position: relative;
}
#searc_areaaa #ComboBox input.form-control.cb--input {
	background: url(../images/arrow-down.png) no-repeat;
    background-position: calc(100% - 12px) 14px, calc(100% - 20px) 13px, 100% 0;
	cursor:pointer;
}
#searc_areaaa #ComboBox span.cb--hint {
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 0;
}
#searc_areaaa select.form-control.cb--select option.cb--option {
    line-height: 26px !important;
    display: block;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.card.noti_f_c_list {
    display: inline-block;
    width: 100%;
    padding: 15px;
	margin-bottom: 15px;
}
.card.noti_f_c_list .mg_areaa {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.card.noti_f_c_list .nt_contxt {
    float: left;
    max-width: 880px;
    width: 100%;
}
.card.noti_f_c_list .nt_contxt h4 {
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 600;
}
.card.noti_f_c_list .nt_contxt p {
    margin: 0;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
}
.card.noti_f_c_list .tm_txt {
    float: right;
    color: #9E9E9E;
    font-size: 14px;
}

.card.noti_f_c_list.tst_mlos {
    display: inline-block;
    width: 100%;
}
.card.noti_f_c_list.tst_mlos .mg_areaa {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
}
.card.noti_f_c_list.tst_mlos .mg_areaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.noti_f_c_list.tst_mlos .nt_contxt {
    max-width: 93%;
    width: 100%;
}

.card.noti_f_c_list.tst_mlos .nt_contxt span.sm_name {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.card.noti_f_c_list.tst_mlos .nt_contxt h4 {
    display: inline-block;
    width: 100%;
}
.card.noti_f_c_list.tst_mlos .nt_contxt h4 span.str_iconss {
    float: right;
    font-size: 15px;
}
.card.noti_f_c_list.tst_mlos .nt_contxt h4 span.str_iconss i.fa.fa-star {
    color: #E2B02F;
}

.card.noti_f_c_list.tst_mlos .nt_contxt h4 span.str_iconss i.fa.fa-star-o {
    color: #A7A7A7;
}


.meinlists {
    /* -webkit-box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
    box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding-top: 20px; */
}
.meinlists ul.tree {
    margin-left: -12px;
}

.levellist {
    display: block !important;
    background: #fff;
    border:#f3f3f3 solid 1px;
    height: 52px;
    position: relative;
    top: -10px;
	padding: 5px;
	line-height: 40px;
	    width: 100%;
}
/* .levellist1 {
        display: block !important;
    background: #fff;
    border: #ccc solid 1px;
    height: 52px;
    position: relative;
    top: -11px;
    padding: 5px;
    line-height: 40px;
}

.levellist2 {
        display: block !important;
    background: #fff;
    border: #ccc solid 1px;
    height: 52px;
    position: relative;
    top: -12px;
    left: 1px;
    padding: 5px;
    line-height: 40px;
} */

.listcon {
    float: left;
    width: 23%;
    font-size: 13px;
    font-weight: 500;
}
.levim {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.levim img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: left;
}
/* .levellist ul {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.levellist ul li:before {
    display: none;
}

.levellist ul li {
    float: left;
}
.levellist ul:before {
    display: none;
} */

.hrlink {
    color: #3374f3;
}
.hrlink:hover{text-decoration:underline;}
.detarows{display:block !important; margin-bottom:20px;}
.pd_0{padding:0 !important;}
.pb_0{padding-bottom:0 !important;}

.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin-left: 0.4em;
  position: relative;
}

.tree ul ul {
  margin-left: .3em;
}

.tree ul:before {
  content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    border-left: 1px dashed #ccc;
}

.tree li {
  margin: 0;
  padding:0px;
  line-height: 2em;
  color: #555;
  font-weight: 700;
  position: relative;
  width:100%;
}
.tree li ul li {
    padding:0 0 0 45px;
}

.tree ul li:before {
  content: "";
    display: block;
    width: 40px;
    height: 0;
    border-top: 1px dashed #ccc;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0px;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  /*margin-right: 5px;*/
}

.tree li a {
  text-decoration: none;
  color: #555;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #555;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.tree ul,
.tree li {
  /* cursor: pointer; */
}

.tree .btn-default.active {
  background-color: #1c90c1;
  color: #fff;
}

.tree .btn-default {
  background-color: #eee;
}

.tree .fa-info-circle {
  color: #1c90c1;
}


.tree li ul li ul li .listcon:nth-child(1n+1) {
    width: 18.5%;
}
.tree li ul li ul li .listcon:nth-child(2n+1) {
    width: 24.5% !important;
}
.tree li ul li ul li .listcon:nth-child(3n+1) {
    width: 24.1% !important;
}

.tree li ul li ul li ul li .listcon:nth-child(1n+1) {
    width: 16%;
}
.tree li ul li ul li ul li .listcon:nth-child(2n+1) {
    width:26.5% !important;
}
.tree li ul li ul li ul li .listcon:nth-child(3n+1) {
    width:24.7% !important;
}

.tree li ul li ul li ul li ul li .listcon:nth-child(1n+1) {
    width: 16%;
}
.tree li ul li ul li ul li ul li .listcon:nth-child(2n+1) {
    width:20.5% !important;
}
.tree li ul li ul li ul li ul li .listcon:nth-child(3n+1) {
    width:25.5% !important;
}

.tree li ul li ul li ul li ul li ul li .listcon:nth-child(1n+1) {
    width: 16%;
}
.tree li ul li ul li ul li ul li ul li .listcon:nth-child(2n+1) {
    width:19.5% !important;
}
.tree li ul li ul li ul li ul li ul li .listcon:nth-child(3n+1) {
    width:26.7% !important;
}
/* .tree ul ul ul li .btn-group.fullw {
    width: 99.4%;
} */

.orvimg {
       float: left;
    width: 85px;
    overflow: hidden;
    height: 85px;
    margin-right: 30px;
    margin-left: 15px;
    border-radius: 50px;
}
li.branch i {
   font-size: 22px;
    position: relative;
    color: #c6a6a2;
    top: -7px;
}

.detacont {
   float: left;
    margin-right: 140px;
    margin-top: 22px;
}
.mr-0{margin-right:0 !important;}
.detacont h1 {
    font-size:18px;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.detacont p {
        font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #909090;
}

.btn-group.fullw {
    width: 97%;
}


.app-content.center-layout {
  overflow : hidden;
}

div#setspsdt input {
    padding-left: 16px !important;
}
div#setspsdt input::-webkit-input-placeholder{color:#999;}



.tabbable-panel {
    padding-top: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
    margin-right: 0;
    color: #737373;
    line-height: 35px;
    padding: 10px 20px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #2c2c2c;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #2c2c2c;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
 /*  border-top: 1px solid #eee; */
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.sectionblock{display: block !important;
    box-shadow: 0px 6px 8px #cccccc40;}


.rcotp {
    font-size: 12px;
    margin: 5px 0 0 0;
}
.rcotp sub {
    color: #ff0000;
    font-size: 12px;
    bottom: 0;
}

.rcotp span {
    float: right;
    color: #afafaf;
}
.no-gutter2 > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
}
.imagePreview_2 {
    width: 100%;
    height: 140px;
    background-position: center center;
    background: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 5px;
	border: #e7e7e7 dashed 1px;
}
.imgslct {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 62px 0;
	color:#000;
	font-weight:600;
}
.imagePreview_3 {
    width: 100%;
    height: 140px;
    background-position: center center;
    background: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 5px;
	border: #e7e7e7 dashed 1px;
}
.imgUp1 {
    margin-bottom: 10px;
	position:relative;
}
.row.no-gutter2.mb_20 {
    margin: 0 0 0 -7px;
}
.hdheding h5 {
        color: #989898;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 8px 0;
}
/*
* Col 3 layout for detached and general type
*/
@media (min-width: 992px) {
  body .content-right {
    width : calc(100vw - (100vw - 100%) - 280px);
    float : right;
  }
  body .content-left {
    width : calc(100vw - (100vw - 100%) - 280px);
    float : left;
  }
  body .content-detached {
    width : 100%;
  }
  body .content-detached.content-right {
    float : right;
    margin-left : -280px;
  }
  body .content-detached.content-right .content-body {
    margin-left : calc(280px + 2.2rem);
  }
  body .content-detached.content-left {
    float : left;
    margin-right : -280px;
  }
  body .content-detached.content-left .content-body {
    margin-right : calc(280px + 2.2rem);
  }
  .sidebar-right.sidebar-sticky {
    float : right !important;
    margin-left : -280px;
    width : 280px !important;
    margin-top : 6rem;
  }
}

.truncate {
  overflow : hidden !important;
  text-overflow : ellipsis !important;
  white-space : nowrap !important;
}

@media (max-width: 575.98px) {
  html body .content .content-wrapper {
    padding : calc(0rem - 0.4rem) calc(2rem - 1rem) 0;
  }
}

@media (max-width: 575.98px) {
  body.navbar-static .app-content .header-navbar .navbar-container, body.navbar-sticky .app-content .header-navbar .navbar-container {
    padding-left : 1rem;
    padding-right : 0.5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.full-screen {
    width : 100%;
  }
  html.full-screen .content.app-content {
    height : 100%;
    overflow : scroll;
    overflow-x : hidden;
  }
}

/*=========================================================================================
    File Name: sidebar.scss
    Description: content sidebar specific scss.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.sidebar {
  position : relative;
  width : 100%;
}
@media (min-width: 992px) {
  .sidebar {
    vertical-align : top;
  }
}

.sidebar-fixed {
  position : fixed;
  height : 100%;
  overflow : scroll;
}

.sidenav-overlay {
  position : fixed;
  top : 0;
  left : 0;
  right : 0;
  height : 120vh;
  background-color : rgba(0, 0, 0, 0.5);
  z-index : 997;
  display : none;
}

.drag-target {
  height : 100%;
  width : 40px;
  position : fixed;
  top : 0;
  left : -10px;
  z-index : 1036;
}

@media (min-width: 992px) {
  .sidebar-left {
    float : left;
  }
  .sidebar-right {
    float : right;
  }
}

footer.footer {
  padding : 1rem 2.2rem;
}
footer.footer a {
  margin : 0 0.3rem;
}
footer.footer span i {
  margin-left : 0.5rem;
  font-size : 1.51rem;
  color : #EA5455;
  position : relative;
  top : 2px;
}
footer.footer .scroll-top {
  padding : 0.81rem 0.83rem;
}

footer.navbar-shadow {
  box-shadow : 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
}

footer.navbar-border {
  border-top : 1px solid #E4E7ED;
}

body.fixed-footer footer.footer-light {
  background : #FFFFFF;
  box-shadow : 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
}

body.fixed-footer footer.footer-dark {
  background : #B8C2CC;
  color : #FFFFFF;
}

.scroll-top {
  position : fixed;
  bottom : 5%;
  right : 30px;
  display : none;
  z-index : 99;
}

.tippy-popper {
    display: none;
}


.bluebg {
    background-image: linear-gradient(to bottom right, #5156c9, #7b7fde);
	margin-bottom:25px;
}
.skybluebg {
	background-image: linear-gradient(to bottom right, #3d9cf3, #4c8cbc);
}

.ratview {
   border-radius: 7px;
    padding: 34px 20px;
}
.conts{float:left;  width: 50%;}
.allcnt {
    margin-bottom:30px;

}
.allcnt:last-child {
    margin-bottom:0px;
}
.allcnt h3 {
    color: #fff;
    margin: 0 0 2px 0;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
}
.allcnt p {
    color: #fff;
    margin: 0;
	line-height: 17px;
    padding: 0;
    font-size: 12px;
}
.imgsstr {
    float: left;
    position: relative;
    top: 37px;
}
.lscont p {
    font-size: 12px;
}

.container {
  width: 80%;
  margin: 15px auto;
}

ul.list-group.list-group-flush.customer-info {
    margin-top: 35px;
}

li.breadcrumb-item .a {
    fill: none;
    stroke: #ad2521;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
li.breadcrumb-item a svg {
    position: relative;
    top: -3px;
}
/* .fullw{display:contents;} */

.mang_boxx {
    display: inline-block;
    width: 100%;
}

.mang_boxx .titls_tx {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
}
.mang_boxx .titls_tx span.vw_link {
    float: right;
}
.mang_boxx .titls_tx span.vw_link a {
    font-size: 14px;
    color: #af0023;
}
.mang_boxx .titls_tx span.vw_link a:hover {
    text-decoration:underline;
}


.pd_b{padding-bottom:5px;}

.fulwidh li {
    width: 100%;
    margin-bottom: 5px;
}

.fulwidh li .vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: #b4b4b4;
    border-radius: 2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    margin-right: 0.5rem;
}
.fulwidh li .vs-checkbox-con input:checked ~ .vs-checkbox {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #ad2521;
}

.coltable tr th {
    border: none;
    color: #000;
	white-space: nowrap;
}

.coltable tr td {
    font-size: 13px;
    white-space: nowrap;
    color: #4D4D4D;
    font-weight: 500;
}

.fullw .container {
    max-width: 100% !important;
    width: 100%;
    margin: 15px auto;
}
.lstset {
    padding: 0 0.6rem 0;
}

.coltable ul.list-unstyled.mb-0 {
    width: 0px;
}
span.conls {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 12px;
}

.act_g {
    background: #f6fdf9;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 12px;
    border: #28c76f solid 1px;
    color: #28c76f;
}
.detailview {
	background: #5f9ea008;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 12px;
    border: #5f9ea0 solid 1px;
    color: #5f9ea0;
	cursor:pointer;
}
.processview {
	background: #5f9ea008;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 12px;
    border: #0480be solid 1px;
    color: #0480be;
}

.inact_g {
   background: #f9ebeb;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 12px;
    border: #fc4240 solid 1px;
    color: #fb1010;
}

.pnact_g {
    background: #e67f151c;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 12px;
    border: #ec7415 solid 1px;
    color: #ec7415;
	font-weight: 600;
}

.otherin{padding: 3px 9px;
    color: #ad2521;
    border-radius: 20px;
    font-size: 11px;
    margin-left: 10px;
	border:#ad2521 solid 1px; background:#fff;}

.otherin:hover{padding: 3px 9px;
    color: #fff;
    border-radius: 20px;
    font-size: 11px;
    margin-left: 10px;
	border:#ad2521 solid 1px; background:#ad2521;}

/* .dibydcontent {
    white-space: normal !important;
} */

.red {
    color: #f00;
}

.clearfix{clear:both;}

.card-header.border-bottom.pb-2.viewlicl {
    display: block;
    padding-bottom: 0 !important;
}

.card-header.border-bottom.pb-2.viewlicl p span {
    padding-left: 5px;
}

.card-header.border-bottom.pb-2.viewlicl p {
    margin-top: 5px;
    font-size: 13px;
}
.openv {
    background: #ffcc00;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    border-radius: 20px;
    padding: 1px 9px 2px 9px !important;
    margin-left: 5px;
}

.checlist {
}
.checlist h4 {
    margin:0 0 12px 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.chat {
    border-radius: 5px;
    border: #cccccc solid 1px;
    box-shadow: 0px 8px 8px #9993;
}
.chat .chat-history {
    padding: 20px;
    overflow: auto;
    height: 500px;
}
.chat .chat-history ul {
    padding: 0;
}
.chat .chat-history ul li {
    list-style: none;
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px;
	font-size: 12px;
}
.chat .chat-history .message-data .message-data-name {
    font-size: 14px;
    font-weight: 700;
}
.avatar_img {
    width: 33px;
    height: 33px;
    border-radius: 50px;
}
.chat .chat-history .message {
    color: #444;
    padding: 12px 15px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.chat .chat-history .other-message {
    background: #d9e7ea;
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #d9e7ea !important;
    left: 93% !important;
}
.chat .chat-history .my-message {
    background: #e8e8e8;
}
.com-text {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e8e8e8;
    border-width: 10px;
    margin-left: -10px;
}


.table-responsive.setall {
    overflow-x: revert;
}
.setall .top {
    padding: 0 !important;
}
.f_14 {
    font-size: 14px !important;
    color: #000 !important;
}
select.selecttyp {
    width: 8.714rem;
    height: 2.7rem;
    border-radius: 1.428rem;
    border: 1px solid #DAE1E7;
    background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
    padding-left: 10px;
    font-size: 13px;
}
select.selecttyp:focus {
    outline: none;
}
#exspec{padding:1.45rem 1rem 1.45rem 3rem !important; font-size:13px; width:300px;}
#exspec::placeholder {color: #a0a0a0; font-size:13px;}


.fulwidh i.vs-icon.feather.icon-check {
    line-height: 13px !important;
}


.imgAdd_tf {
    width: 143px;
    height: 143px;
    color: #9f9f9f;
    border: #d6d6d6 dashed 1px;
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 15px;
	border-radius: 5px;
}
.imgAdd_tf p {
    font-size: 29px !important;
    font-weight: 100 !important;
    margin: 40px 0 -4px 0;
}
.tx_u p {
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
label.btnoverp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    font-size: 0;
}
.del {
    position: absolute;
    top: 0px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.imagePreview {
    width: 142px;
    height: 142px;
    border-radius: 100px;
    background-position: center center;
    background: url(../images/no-images.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.col-lg-3.col-sm-3.col-6.imgUp {
    max-width: 171px !important;
}


.prof_txtx {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    width: 100%;
}
.prof_txtx.pre_edit {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    width: 100%;
}
.prof_txtx h4 {
    color: #1E1E1E;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 19px;
}
.prof_txtx p {
    color: #1E1E1E;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 16px;
}
.prof_txtx span {
    color: #767676;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}
.white_tx{color:#fff !important;}

#container_line{height:280px; margin-top:20px;}
#container_line text.highcharts-title {
    display: none;
}
.disabal_areaa {
    position: relative;
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
}
.disabal_areaa:before {
    background: #7272723D;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: no-drop;
}
.disabal_areaa .col-lg-6.col-md-6.col-12:nth-child(1) {
    padding-top: 10px;
}
.disabal_areaa .col-lg-6.col-md-6.col-12:nth-child(2) {
    padding-top: 10px;
}

.black_tx {
    color: #1E1E1E !important;
}




.timepicker{position:absolute;z-index:1000;float:left;width:160px;padding-bottom:5px;margin:2px 0 0 0;list-style:none;font-size:14px;text-align:center;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.timepicker:after,.timepicker:before{content:'';border-top:0;display:inline-block;position:absolute}.timepicker .icon-up{background:url(../images/arrow_top.png)no-repeat;}.timepicker .icon-down{background:url(../images/arrow_bottom.png)no-repeat;}.timepicker .icon-down,.timepicker .icon-up{display:inline-block;width:55px;height:38px;background-position:center center;background-repeat:no-repeat;background-size:45%;opacity:.4;cursor:pointer}.timepicker .icon-down:hover,.timepicker .icon-up:hover{opacity:.7}.timepicker:before{top:-7px;left:6px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-bottom-color:rgba(0,0,0,.2)}.timepicker:after{top:-6px;left:7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.timepicker .title{padding:10px 0 5px 0;color:#888;width:100%;cursor:default}.timepicker .cell-2{float:left;width:20%;min-height:14px;cursor:default}.timepicker .cell-4{width:40%;float:left}.timepicker .handle,.timepicker .text{position:relative}.timepicker .chose-all{position:relative;margin:0 10px 0 10px}.timepicker .chose-all .text{font:bold 18px/22px arial,sans-serif}.timepicker a{color:#aaa;text-decoration:none}.timepicker .text{color:#666}.timepicker .text a{color:#444}.timepicker .text a:active,.timepicker .text a:focus,.timepicker .text a:hover{color:#222}.timepicker ul{list-style:none;padding:0;margin:0 5px}.timepicker li.cell-2{padding:3px 0;cursor:pointer}.timepicker li.cell-2:hover{background:#ccc;color:#555}



.width_25 {
    float: left;
    width: 22%;
    margin-right: 10px;
}

.width_75 {
    float: left;
    width: 75%;
}

.note-dialog .form-group label {
    display: block;
}
.note-editor .btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 0.5rem !important;
font-size: 12px !important;}

/* .modal-content .modal-header {
    padding-top: 10px;
    border-bottom: #e8e8e8 solid 1px;
	padding-bottom:10px;
	text-align:center !important;
    display: unset;
}
.modal-content .modal-header button {
    position: absolute;
    right: 17px;
    top: 13px;
    outline: 0;
}
.modal-title{margin:0;  font-size:20px;  text-transform: uppercase;  font-weight: 800;}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
} */

.setwth{max-width:430px; margin:1.75rem auto;}
.pdmfor{padding:20px 24px 35px;}
svg.feather.feather-key1 {color:#ad2521;}
.form-group.clorblu {
    margin-top: 3px;
}
.form-group.clorblu a {
    color: #ad2521;
    font-weight: 600;
    font-size: 15px;
}
.form-group.clorblu img {
    position: relative;
    top: -2px;
}

.col-lg-5.col-sm-5.col-6.imgUp {
    max-width: 171px;
}

li.breadcrumb-item.cloth a {
    color: #626262;
}
li.breadcrumb-item.cloth a:hover {
    text-decoration:underline;
}


.clearfix{clear:both;}

/*=========================================================================================
    File Name: navigations.scss
    Description: Common mixin for menus, contain dark and light version scss.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.main-menu {
  z-index : 1031;
  position : absolute;
  display : table-cell;
  height : 100%;
  overflow : hidden;
}
.main-menu.menu-light {
    color: #ffffff;
    background: #AF0023;
}
.main-menu.menu-light .main-menu-header {
  padding : 20px;
}
.main-menu.menu-light .main-menu-header .menu-search {
  background : #E6E6E6;
  padding : 0.5rem 1rem;
  color : #494949;
}
.main-menu.menu-light .main-menu-header .menu-search:focus {
  border-color : #D9D9D9;
}
.main-menu.menu-light .navigation {
    background: #AF0023;
}
.main-menu.menu-light .navigation .navigation-header {
  color : #999999;
  margin : calc(2.2rem - 0.2rem) 0 0.8rem 2.2rem;
  padding : 0;
  line-height : 1.5;
  letter-spacing : 0.01rem;
}
.main-menu.menu-light .navigation .navigation-header span {
  font-weight : 500;
}

.main-menu.menu-light .navigation li.has-sub ul.menu-content {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0 25px;
    background: #C03954;
    border-radius: 7px;
}

.main-menu.menu-light .navigation > li > ul li.is-shown a {
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 7px;
}
.main-menu.menu-light .navigation > li > ul li.is-shown a:hover {
    background: #fff;
    color: #af0023;
}
.main-menu.menu-light .navigation > li > ul li.active {
    background: #fff !important;
    color: #af0023 !important;
}
.main-menu.menu-light .navigation > li > ul li.active span {
    color: #af0023 !important;
}
.main-menu.menu-light .navigation li a span{position: relative;    top: 2px;}
.main-menu.menu-light .navigation li a {
  color: #fff;
    font-weight: 500;
  padding : 12px 12px 12px 12px;
  line-height : 1.45;
  -webkit-transition : padding 0.35s ease 0s !important;
          transition : padding 0.35s ease 0s !important;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color : #AFAFAF;
}
.main-menu.menu-light .navigation li.hover > a {
  padding-left : 20px;
  -webkit-transition : padding 0.35s ease 0s !important;
          transition : padding 0.35s ease 0s !important;
}
.main-menu.menu-light .navigation > li {
  padding : 0 15px;
}
.main-menu.menu-light .navigation > li > a .label {
  margin-top : 4px;
  margin-right : 5px;
}
.main-menu.menu-light .navigation > li > a i {
  position : relative;
  top : 1px;
}
.main-menu.menu-light .navigation > li.open > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color : #af0023;
  background : #fdf7f5;
  transition : transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
  border-radius : 6px;
  margin-bottom : 7px;
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display : none;
}


.main-menu.menu-light .navigation > li.open > a img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(-8);
}
.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #fdf7f5, rgb(253 247 245));
    color: #2c2c2c;
    font-weight: 400;
    border-radius: 6px;
}
.main-menu.menu-light .navigation > li.active > a img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(-8);
}


.main-menu.menu-light .navigation > li .active {
  background : #F0F0F0;
}
.main-menu.menu-light .navigation > li .active > a {
  color : #ad2521;
  margin-bottom : 0;
}
.main-menu.menu-light .navigation > li .active .hover > a {
  background : whitesmoke;
}
.main-menu.menu-light .navigation > li ul {
  padding : 0;
  margin : 0;
}
.main-menu.menu-light .navigation > li ul li {
  color : #626262;
  background : transparent;
}
.main-menu.menu-light .navigation > li ul li > a {
    padding: 10px 15px 13px 20px;
}
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
  display : none;
}
.main-menu.menu-light .navigation > li ul .open > a, .main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color : #626262;
}
.main-menu.menu-light .navigation > li ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul {
  display : block;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul {
  display : block;
}
.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
  color : #6C6C6C;
}
/* .main-menu.menu-light .navigation > li ul .active {
  background : -webkit-linear-gradient(332deg, #ad2521, rgba(115, 103, 240, 0.7));
  background :         linear-gradient(118deg, #ad2521, rgba(115, 103, 240, 0.7));
  box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
  border-radius : 4px;
} */


/* .main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(332deg, #000000, rgb(0 0 0));
    background: linear-gradient(118deg, #000000, rgb(14 14 14));
    box-shadow: 0 0 10px 1px rgb(232 232 232);
    border-radius: 4px;
} */

.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(332deg, #F6C3B9, #F6C3B9);
    background: linear-gradient(118deg, #F6C3B9, #F6C3B9);
    box-shadow: 0 0 10px 1px rgb(232 232 232);
    border-radius: 4px;
}

.main-menu.menu-light .navigation > li ul .active > a {
  color : #2c2c2c;
}
.main-menu.menu-light .navigation > li > ul {
  background : #FFFFFF;
}
.main-menu.menu-light ul.menu-popout {
  background : #FFFFFF;
}
.main-menu.menu-light ul.menu-popout li a {
  color : #626262;
}
.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
  color : #AFAFAF;
}
.main-menu.menu-light ul.menu-popout li.hover > a, .main-menu.menu-light ul.menu-popout li:hover > a, .main-menu.menu-light ul.menu-popout li.open > a {
  background : #F0F0F0;
}
.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
  display : none;
}
.main-menu.menu-light ul.menu-popout .open > a {
  color : #626262;
}
.main-menu.menu-light ul.menu-popout .open > ul {
  display : block;
}
.main-menu.menu-light ul.menu-popout .open > ul .open {
  background : #E8E8E8;
}
.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
  display : block;
  background : #E8E8E8;
}
.main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
  color : #6C6C6C;
  background-color : whitesmoke;
}
.main-menu.menu-light ul.menu-popout .active {
  background : rgba(0, 0, 0, 0.06);
}
.main-menu.menu-light ul.menu-popout .active > a {
  color : #7C7C7C;
  background-color : whitesmoke;
}
.main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
  background-color : transparent;
}
.main-menu.menu-dark {
  color : #DCDCDC;
  background : #10163A;
}
.main-menu.menu-dark .main-menu-header {
  padding : 20px;
}
.main-menu.menu-dark .main-menu-header .menu-search {
  background : #050712;
  padding : 0.5rem 1rem;
  color : #C3C3C3;
}
.main-menu.menu-dark .main-menu-header .menu-search:focus {
  border-color : black;
}
.main-menu.menu-dark .navigation {
  background : #10163A;
}
.main-menu.menu-dark .navigation .navigation-header {
  color : white;
  margin : calc(2.2rem - 0.2rem) 0 0.8rem 2.2rem;
  padding : 0;
  line-height : 1.5;
  letter-spacing : 0.01rem;
}
.main-menu.menu-dark .navigation .navigation-header span {
  font-weight : 500;
}
.main-menu.menu-dark .navigation li.has-sub ul.menu-content {
  padding : 7px;
  margin : -7px -7px 0 -7px;
}
.main-menu.menu-dark .navigation li a {
  color : #D0D0D0;
  padding : 10px 15px 10px 15px;
  line-height : 1.45;
  -webkit-transition : padding 0.35s ease 0s !important;
          transition : padding 0.35s ease 0s !important;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color : white;
}
.main-menu.menu-dark .navigation li.hover > a {
  padding-left : 25px;
  -webkit-transition : padding 0.35s ease 0s !important;
          transition : padding 0.35s ease 0s !important;
}
.main-menu.menu-dark .navigation > li {
  padding : 0 15px;
}
.main-menu.menu-dark .navigation > li > a .label {
  margin-top : 4px;
  margin-right : 5px;
}
.main-menu.menu-dark .navigation > li > a i {
  position : relative;
  top : 1px;
}
.main-menu.menu-dark .navigation > li.open > a, .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  color : #C3C3C3;
  background : #0C102A;
  transition : transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
  border-radius : 6px;
  margin-bottom : 7px;
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display : none;
}
.main-menu.menu-dark .navigation > li.active > a {
  background : -webkit-linear-gradient(332deg, #ad2521, rgba(115, 103, 240, 0.7));
  background :         linear-gradient(118deg, #ad2521, rgba(115, 103, 240, 0.7));
  box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
  color : #FFFFFF;
  font-weight : 400;
  border-radius : 4px;
}
.main-menu.menu-dark .navigation > li .active {
  background : #090D22;
}
.main-menu.menu-dark .navigation > li .active > a {
  color : #ad2521;
  margin-bottom : 0;
}
.main-menu.menu-dark .navigation > li .active .hover > a {
  background : #0C102A;
}
.main-menu.menu-dark .navigation > li ul {
  padding : 0;
  margin : 0;
}
.main-menu.menu-dark .navigation > li ul li {
  color : #DCDCDC;
  background : transparent;
}
.main-menu.menu-dark .navigation > li ul li > a {
  padding : 10px 15px 10px 20px;
}
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
  display : none;
}
.main-menu.menu-dark .navigation > li ul .open > a, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
  color : #DCDCDC;
}
.main-menu.menu-dark .navigation > li ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul {
  display : block;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul {
  display : block;
}
.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  color : #E6E6E6;
}
.main-menu.menu-dark .navigation > li ul .active {
  background : -webkit-linear-gradient(332deg, #ad2521, rgba(115, 103, 240, 0.7));
  background :         linear-gradient(118deg, #ad2521, rgba(115, 103, 240, 0.7));
  box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
  border-radius : 4px;
}
.main-menu.menu-dark .navigation > li ul .active > a {
  color : #FFFFFF;
}
.main-menu.menu-dark .navigation > li > ul {
  background : #10163A;
}
.main-menu.menu-dark ul.menu-popout {
  background : #10163A;
}
.main-menu.menu-dark ul.menu-popout li a {
  color : #DCDCDC;
}
.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
  color : white;
}
.main-menu.menu-dark ul.menu-popout li.hover > a, .main-menu.menu-dark ul.menu-popout li:hover > a, .main-menu.menu-dark ul.menu-popout li.open > a {
  background : #090D22;
}
.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
  display : none;
}
.main-menu.menu-dark ul.menu-popout .open > a {
  color : #DCDCDC;
}
.main-menu.menu-dark ul.menu-popout .open > ul {
  display : block;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open {
  background : #060816;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
  display : block;
  background : #060816;
}
.main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
  color : #E6E6E6;
  background-color : #0C102A;
}
.main-menu.menu-dark ul.menu-popout .active {
  background : rgba(0, 0, 0, 0.06);
}
.main-menu.menu-dark ul.menu-popout .active > a {
  color : #F6F6F6;
  background-color : #0C102A;
}
.main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
  background-color : transparent;
}
.main-menu.menu-fixed {
  position : fixed;
  /* fallback if needed */
}
.main-menu.menu-fixed .main-menu-footer {
  position : fixed;
}
.main-menu.menu-static {
  height : 100%;
  padding-bottom : calc(100% - 20rem);
}
.main-menu.menu-static .main-menu-content {
  height : unset !important;
}
.main-menu.menu-shadow {
  box-shadow : 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.main-menu.menu-border {
  border-right : 1px solid #E4E7ED;
}
/* .main-menu .shadow-bottom {
  display : none;
  position : absolute;
  z-index : 2;
  height : 60px;
  width : 100%;
  pointer-events : none;
  margin-top : -1.3rem;


} */

.main-menu .shadow-bottom {
    display: none;
    position: absolute;
    z-index: 2;
    height: 60px;
    width: 100%;
    pointer-events: none;
    margin-top: -0.6rem;
}

.main-menu.menu-native-scroll .main-menu-content {
  overflow-y : scroll;
}
.main-menu .navbar-header {
    width: 280px;
    height: 63px;
    position: relative;
    padding: 0rem 1rem 0rem 1.64rem;
    -webkit-transition: 300msease all;
    transition: 300msease all;
    background: #ffff;
    border-right: #e3e3e3 solid 1px;
}
.main-menu .navbar-header .navbar-brand {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
      margin-top: 0.9rem;
}
.main-menu .navbar-header .navbar-brand .brand-logo {
}
.main-menu .navbar-header .navbar-brand .brand-text {
  color : #ad2521;
  padding-left : 1rem;
  font-weight : 600;
  letter-spacing : 0.01rem;
  font-size : 1.57rem;
  -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
.main-menu .navbar-header .modern-nav-toggle {
  -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
.main-menu .main-menu-content {
  height : calc(100% - 6rem) !important;
  position : relative;
}
.main-menu ul {
  list-style : none;
  margin : 0;
  padding : 0;
}
.main-menu ul.navigation-main {
  overflow-x : hidden;
}
.main-menu ul.navigation-main > li:first-child {
  margin-top : 1rem;
}
.main-menu a {
  outline : none;
}
.main-menu a:hover, .main-menu a:focus {
  text-decoration : none;
}

.navigation {
  font-size : 1.1rem;
  font-family : 'Montserrat', Helvetica, Arial, serif;
  font-weight : 400;
  overflow-y : hidden;
  padding-bottom : 20px;
}
.navigation .navigation-header {
  font-family : 'Montserrat', Helvetica, Arial, serif;
  font-weight : 500;
  line-height : 1.2;
  padding : 12px 22px;
  font-size : 0.9rem;
  text-transform : uppercase;
}
.navigation li {
  position : relative;
  white-space : nowrap;
}
.navigation li a {
  display : block;
  text-overflow : ellipsis;
  overflow : hidden;
}
.navigation li a i {
  font-size : 0.8rem;
  margin-right : 1.38rem;
}
.navigation li.disabled a {
  cursor : not-allowed;
}

.menu-popout li.disabled a {
  cursor : not-allowed;
}

.dropdown-notification .nav-link-label {
  position : relative;
}

.dropdown-notification .notification-text {
  margin-bottom : 0.5rem;
  font-size : smaller;
  color : #626262;
}

.dropdown-notification .notification-title {
  color : rgba(255, 255, 255, 0.75);
}

.dropdown-notification .notification-tag {
  position : relative;
  top : -4px;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right {
  right : -2px;
  padding : 0;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
  background : #ad2521;
  border-color : #ad2521;
}

.dropdown-notification .dropdown-menu-header {
  border-top-left-radius : 5px;
  border-top-right-radius : 5px;
  background : #ad2521;
  color : #FFFFFF;
  text-align : center;
}
.dropdown-notification .dropdown-menu-header .dropdown-header h3 {
  margin-bottom : 0.25rem;
}
.bg-rgba-pink {
    background: #F2DBDB !important;
}

.manag_boxx .meddils {
    width: 100%;
    display: inline-block;
}
.manag_boxx .meddils .cnt_txt_ar {
    float: right;
    max-width: 225px;
    width: 100%;
}

.main-menu-header .user-content {
  padding : 20px;
}
.main-menu-header .user-content .media {
  overflow : inherit;
}
.main-menu-header .user-content .media-body {
  vertical-align : bottom;
  opacity : 1;
  width : 150px;
  white-space : nowrap;
  -webkit-transition : all 0.3s ease 0.15s;
          transition : all 0.3s ease 0.15s;
}

.main-menu-footer {
  position : relative;
  overflow : hidden;
  bottom : 0;
  display : block;
  z-index : 1000;
  color : white;
  background-color : #9AA9B7;
}
.main-menu-footer.footer-open {
  max-height : 500px;
  -webkit-transition : max-height 0.2s ease-in-out;
          transition : max-height 0.2s ease-in-out;
}
.main-menu-footer a {
  color : white;
}
.main-menu-footer a:hover, .main-menu-footer a:focus {
  color : #FFFFFF;
}
.main-menu-footer .header {
  height : 19px;
  border-bottom : 1px solid #A9B5C1;
}
.main-menu-footer .toggle {
  -webkit-transform : rotate(0deg);
      -ms-transform : rotate(0deg);
          transform : rotate(0deg);
  transition : -webkit-transform 0.2s ease-in-out;
}
.main-menu-footer .content {
  padding : 0;
}
.main-menu-footer .content .actions > a {
  display : block;
  float : left;
  width : 33.33333%;
  padding : 1rem 0;
  color : white;
  text-align : center;
  border-top : 1px solid #A9B5C1;
  border-left : 1px solid #A9B5C1;
}
.main-menu-footer .content .actions > a > span {
  font-size : 1.35rem;
}
.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
  color : #FFFFFF;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left : 0;
}

body.menu-collapsed .menu-static {
  padding-bottom : calc(100% - 14rem);
}

@media (max-width: 767.98px) {
	.amut_s {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bgr_gr ul li {
width: 100%; margin-bottom:15px;}
.bgr_gr ul li:nth-child(2n+2) {
    padding-left: 0px;
    margin: 0;
}
.bgr_gr {padding: 20px;}

.updlist p {
    float: left;
    margin-top: 13px;
}
.stapone h3 {
    font-size: 17px;
}
.usr_cn.ml_0 h2 {
    margin: 0px 0 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #c78e84;
}

.usr_cn {
    margin-left: 0px;
}

	#all_inp_l{margin:0;}
	.dataTables_length .form-group {margin: 0;}
	#slct {margin-left: 0;}

.mbltr tr th {white-space: nowrap;}
.mbltr tr td {white-space: nowrap;}
.breadcrumb {width: 100%;
    border: none;
    position: relative;
    left: -10px;
    padding: 12px 0 0 0 !important;}

.content-header-title {margin-left: 0.5rem;}
.mlset_2{display:block !important;}
.fullw{width: 100% !important; margin: 0;}
.fullw label{display:block !important; width:100% !important;}
.slembst{}
.slembst select.selecttyp {width: 5.8rem;}
#exspec {width: 100%;}
.container {
    max-width: 100%;
}
.breadcrumb#manages_space {
    font-size: 14px;
    padding: 0 !important;
}


.login_cn {
    padding: 20px 10px 20px 10px !important;
    border-left: none;
}
.row.cont {
    display: block;
}
  .menu-hide .main-menu, .menu-open .main-menu {
    -webkit-transition : top 0.35s, height 0.35s, -webkit-transform 0.25s;
            transition : top 0.35s, height 0.35s, -webkit-transform 0.25s;
            transition : transform 0.25s, top 0.35s, height 0.35s;
            transition : transform 0.25s, top 0.35s, height 0.35s, -webkit-transform 0.25s;
  }
  .main-menu {
    -webkit-transform : translate3d(-240px, 0, 0);
            transform : translate3d(-240px, 0, 0);
    -webkit-backface-visibility : hidden;
            backface-visibility : hidden;
    -webkit-perspective : 1000;
            perspective : 1000;
  }
  .menu-open .main-menu {
    -webkit-transform : translate3d(0, 0, 0);
            transform : translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .drag-target {
    z-index : 0;
  }
}

body.fixed-footer .main-menu.menu-fixed {
  height : 100%;
}

@media (max-width: 1200px) {
  body .main-menu.menu-static {
    padding-bottom : 100%;
  }
}

.display-inline {
  display : inline !important;
}

.display-block {
  display : block !important;
}

.display-inline-block {
  display : inline-block !important;
}

.display-hidden {
  display : none !important;
}

.display-table-cell {
  display : table-cell !important;
}

.position-top-0 {
  top : 0;
}

.position-right-0 {
  right : 0;
}

.position-bottom-0 {
  bottom : 0;
}

.position-left-0 {
  left : 0;
}

.zindex-1 {
  z-index : 1 !important;
}

.zindex-2 {
  z-index : 2 !important;
}

.zindex-3 {
  z-index : 3 !important;
}

.zindex-4 {
  z-index : 4 !important;
}

.zindex-0 {
  z-index : 0 !important;
}

.zindex-minus-1 {
  z-index : -1 !important;
}

.zindex-minus-2 {
  z-index : -2 !important;
}

.zindex-minus-3 {
  z-index : -3 !important;
}

.zindex-minus-4 {
  z-index : -4 !important;
}

.no-edge-top {
  top : 0 !important;
}

.no-edge-bottom {
  bottom : 0 !important;
}

.no-edge-left {
  left : 0 !important;
}

.no-edge-right {
  right : 0 !important;
}

.cursor-pointer {
  cursor : pointer;
}

.cursor-move {
  cursor : move;
}

.cursor-default {
  cursor : default;
}

.cursor-progress {
  cursor : progress;
}

.cursor-not-allowed {
  cursor : not-allowed;
}

.overflow-hidden {
  overflow : hidden;
}

.overflow-visible {
  overflow : visible;
}

.overflow-auto {
  overflow : auto;
}

.overflow-scroll {
  overflow : scroll;
}

.overflow-x-scroll {
  overflow : scroll;
}

.overflow-y-scroll {
  overflow : scroll;
}

.bullets-inside {
  list-style : inside;
}

.list-style-circle {
  list-style : circle;
}

.list-style-square {
  list-style : square;
}

.list-style-icons {
  padding-left : 10px;
  margin-left : 0;
  list-style : none;
}
.list-style-icons > li i {
  float : left;
  width : 1em;
  margin : 0 6px 0 0;
}

.border {
  border : 1px solid;
}

.border-top {
  border-top : 1px solid;
}

.border-bottom {
  border-bottom : 1px solid;
}

.border-left {
  border-left : 1px solid;
}

.border-right {
  border-right : 1px solid;
}

.border-2 {
  border-width : 2px !important;
}

.border-top-2 {
  border-top-width : 2px !important;
}

.border-bottom-2 {
  border-bottom-width : 2px !important;
}

.border-left-2 {
  border-left-width : 2px !important;
}

.border-right-2 {
  border-right-width : 2px !important;
}

.border-3 {
  border-width : 3px !important;
}

.border-top-3 {
  border-top-width : 3px !important;
}

.border-bottom-3 {
  border-bottom-width : 3px !important;
}

.border-left-3 {
  border-left-width : 3px !important;
}

.border-right-3 {
  border-right-width : 3px !important;
}

.no-border-top-radius {
  border-top-left-radius : 0 !important;
  border-top-right-radius : 0 !important;
}

.no-border-bottom-radius {
  border-bottom-left-radius : 0 !important;
  border-bottom-right-radius : 0 !important;
}

.no-border-top-left-radius {
  border-top-left-radius : 0 !important;
}

.no-border-top-right-radius {
  border-top-right-radius : 0 !important;
}

.no-border-bottom-left-radius {
  border-bottom-left-radius : 0 !important;
}

.no-border-bottom-right-radius {
  border-bottom-right-radius : 0 !important;
}

.box-shadow-0 {
  box-shadow : none !important;
}

.box-shadow-1 {
  box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
  box-shadow : 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3 {
  box-shadow : 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4 {
  box-shadow : 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5 {
  box-shadow : 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.box-shadow-6 {
  box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.fit {
  max-width : 100% !important;
}

.half-width {
  width : 50% !important;
}

.full-width {
  width : 100% !important;
}

.full-height {
  height : 100% !important;
}

.width-50 {
  width : 50px !important;
}

.width-100 {
  width : 100px !important;
}

.width-150 {
  width : 150px !important;
}

.width-200 {
  width : 200px !important;
}

.width-250 {
  width : 250px !important;
}

.width-300 {
  width : 300px !important;
}

.width-350 {
  width : 350px !important;
}

.width-400 {
  width : 400px !important;
}

.width-450 {
  width : 450px !important;
}

.width-500 {
  width : 500px !important;
}

.width-550 {
  width : 550px !important;
}

.width-600 {
  width : 600px !important;
}

.width-650 {
  width : 650px !important;
}

.width-700 {
  width : 700px !important;
}

.width-750 {
  width : 750px !important;
}

.width-800 {
  width : 800px !important;
}

.width-5-per {
  width : 5% !important;
}

.width-10-per {
  width : 10% !important;
}

.width-15-per {
  width : 15% !important;
}

.width-20-per {
  width : 20% !important;
}

.width-25-per {
  width : 25% !important;
}

.width-30-per {
  width : 30% !important;
}

.width-35-per {
  width : 35% !important;
}

.width-40-per {
  width : 40% !important;
}

.width-45-per {
  width : 45% !important;
}

.width-50-per {
  width : 50% !important;
}

.width-55-per {
  width : 55% !important;
}

.width-60-per {
  width : 60% !important;
}

.width-65-per {
  width : 65% !important;
}

.width-70-per {
  width : 70% !important;
}

.width-75-per {
  width : 75% !important;
}

.width-80-per {
  width : 80% !important;
}

.width-90-per {
  width : 90% !important;
}

.width-95-per {
  width : 95% !important;
}

.height-50 {
  height : 50px !important;
}

.height-75 {
  height : 75px !important;
}

.height-100 {
  height : 100px !important;
}

.height-150 {
  height : 150px !important;
}

.height-200 {
  height : 200px !important;
}

.height-250 {
  height : 250px !important;
}

.height-300 {
  height : 300px !important;
}

.height-350 {
  height : 350px !important;
}

.height-400 {
  height : 400px !important;
}

.height-450 {
  height : 450px !important;
}

.height-500 {
  height : 500px !important;
}

.height-550 {
  height : 550px !important;
}

.height-600 {
  height : 600px !important;
}

.height-650 {
  height : 650px !important;
}

.height-700 {
  height : 700px !important;
}

.height-750 {
  height : 750px !important;
}

.height-800 {
  height : 800px !important;
}

.height-5-per {
  height : 5% !important;
}

.height-10-per {
  height : 10% !important;
}

.height-15-per {
  height : 15% !important;
}

.height-20-per {
  height : 20% !important;
}

.height-25-per {
  height : 25% !important;
}

.height-30-per {
  height : 30% !important;
}

.height-35-per {
  height : 35% !important;
}

.height-40-per {
  height : 40% !important;
}

.height-45-per {
  height : 45% !important;
}

.height-50-per {
  height : 50% !important;
}

.height-55-per {
  height : 55% !important;
}

.height-60-per {
  height : 60% !important;
}

.height-65-per {
  height : 65% !important;
}

.height-70-per {
  height : 70% !important;
}

.height-75-per {
  height : 75% !important;
}

.height-80-per {
  height : 80% !important;
}

.full-height-vh-with-nav {
  height : calc(100vh - 5rem - 4rem);
  height : calc(var(--vh, 1vh) * 100 - 5rem - 4rem);
}

.full-height-vh {
  height : 100vh;
  height : calc(var(--vh, 1vh) * 100);
}

.line-height-1 {
  line-height : 1 !important;
}

.line-height-2 {
  line-height : 2 !important;
}

.rotate-45 {
  -webkit-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-45-inverse {
  -webkit-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.rotate-90 {
  -webkit-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-90-inverse {
  -webkit-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.rotate-180 {
  -webkit-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-180-inverse {
  -webkit-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.pull-up {
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
}
.pull-up:hover {
  -webkit-transform : translateY(-4px) scale(1.02);
      -ms-transform : translateY(-4px) scale(1.02);
          transform : translateY(-4px) scale(1.02);
  box-shadow : 0 14px 24px rgba(62, 57, 107, 0.2);
  z-index : 30;
}

.spinner {
  display : inline-block;
  -webkit-animation : spin 1s linear infinite;
          animation : spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

.spinner-reverse {
  display : inline-block;
  -webkit-animation : spin-reverse 1s linear infinite;
          animation : spin-reverse 1s linear infinite;
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(-360deg);
            transform : rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(-360deg);
            transform : rotate(-360deg);
  }
}

.bg-cover {
  background-size : cover !important;
}

.background-repeat {
  background-repeat : repeat !important;
}

.background-no-repeat {
  background-repeat : no-repeat !important;
}

.img-xl {
  width : 64px !important;
  height : 64px !important;
}

.img-lg {
  width : 44px !important;
  height : 44px !important;
}

.img-sm {
  width : 36px !important;
  height : 36px !important;
}

.img-xs {
  width : 32px !important;
  height : 32px !important;
}

.bullet {
  width : 1rem;
  height : 1rem;
  border-radius : 50%;
  display : inline-block;
}
.bullet.bullet-xs {
  width : 0.5rem;
  height : 0.5rem;
}
.bullet.bullet-sm {
  width : 0.714rem;
  height : 0.714rem;
}
.bullet.bullet-lg {
  width : 1.25rem;
  height : 1.25rem;
}

.avatar {
  white-space : nowrap;
  background-color : #C3C3C3;
  border-radius : 50%;
  position : relative;
  cursor : pointer;
  color : #FFFFFF;
  display : -webkit-inline-box;
  display : -webkit-inline-flex;
  display : -ms-inline-flexbox;
  display :         inline-flex;
  font-size : 0.75rem;
  text-align : center;
  vertical-align : middle;
  margin : 5px;
}
.avatar .avatar-content {
  width : 32px;
  height : 32px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
}
.avatar .avatar-content .avatar-icon {
  font-size : 1.2rem;
}
.avatar [class*='avatar-status-'] {
  border-radius : 50%;
  width : 11px;
  height : 11px;
  position : absolute;
  right : 0;
  bottom : 0;
  border : 1px solid #FFFFFF;
}
.avatar [class*='avatar-status-'].avatar-status-lg {
  width : 17px;
  height : 17px;
  border-width : 2px;
}
.avatar .avatar-status-online {
  background-color : #28C76F;
}
.avatar .avatar-status-busy {
  background-color : #EA5455;
}
.avatar .avatar-status-away {
  background-color : #FF9F43;
}
.avatar .avatar-status-offline {
  background-color : #B8C2CC;
}
.avatar img {
  border-radius : 50%;
}
.avatar.avatar-xl {
  font-size : 1.5rem;
}
.avatar.avatar-xl img {
  width : 70px;
  height : 70px;
}
.avatar.avatar-xl .avatar-content {
  height : 70px;
  width : 70px;
}
.avatar.avatar-xl .avatar-content .avatar-icon {
  font-size : 3rem;
}
.avatar.avatar-lg {
  font-size : 1.2rem;
}
.avatar.avatar-lg img {
  width : 50px;
  height : 50px;
}
.avatar.avatar-lg .avatar-content {
  width : 50px;
  height : 50px;
}
.avatar.avatar-lg .avatar-content .avatar-icon {
  font-size : 2rem;
}
.avatar.avatar-sm .avatar-content {
  width : 24px;
  height : 24px;
}
.avatar.avatar-sm .avatar-content .avatar-icon {
  font-size : 1rem;
}
.avatar.avatar-sm img {
  width : 24px;
  height : 24px;
}

/*=========================================================================================
	File Name: search.scss
	Description: Search  functionality.
	----------------------------------------------------------------------------------------
	Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.navbar-container a.nav-link-search {
  float : left;
}

.navbar-container .search-input {
  float : left;
  width : 0;
}
.navbar-container .search-input input {
  width : 0;
  border : none;
  background : none;
  -webkit-transition : all 0.2s ease-out;
          transition : all 0.2s ease-out;
  line-height : 16px;
  padding : 1.6rem 3.6rem;
}
.navbar-container .search-input.open {
  position : absolute;
  left : 0;
  background : #FFFFFF;
  right : 0;
  width : 100%;
  z-index : 1000;
  border-radius : 0.5rem;
}
.navbar-container .search-input.open .search-input-close, .navbar-container .search-input.open .search-input-icon {
  display : block;
}
.navbar-container .search-input.open input {
  width : 100%;
  outline : none;
  background : none;
  -webkit-transition : all 0.3s ease-out;
          transition : all 0.3s ease-out;
}
.navbar-container .search-input .search-list {
  max-height : 450px;
  height : calc(100vh - 11rem);
  position : absolute;
  top : 100%;
  left : 0;
  background : #FFFFFF;
  width : 100%;
  margin-top : 0.5rem;
  padding-left : 0;
  border-radius : 0.5rem;
  display : none;
}
.navbar-container .search-input .search-list.search-list-bookmark {
  height : auto !important;
}
.navbar-container .search-input .search-list.show {
  display : block;
}
.navbar-container .search-input .search-list li a {
  padding : 0.9rem 1rem;
  color : #626262;
}
.navbar-container .search-input .search-list li a span[class*='feather icon-'] {
  font-size : 1.25rem;
}
.navbar-container .search-input .search-list li:first-child {
  border-top-left-radius : 0.5rem;
  border-top-right-radius : 0.5rem;
}
.navbar-container .search-input .search-list li:last-child {
  border-bottom-left-radius : 0.5rem;
  border-bottom-right-radius : 0.5rem;
}
.navbar-container .search-input .search-list li.auto-suggestion:hover, .navbar-container .search-input .search-list li.auto-suggestion.current_item {
  background-color : #F1F1F1;
}
.navbar-container .search-input .search-input-icon {
  z-index : 2;
  display : none;
  position : absolute;
  left : 1.5rem;
  top : 37%;
  cursor : pointer;
}
.navbar-container .search-input .search-input-icon i {
  font-size : 1.25rem;
}
.navbar-container .search-input .search-input-close {
  z-index : 1;
  display : none;
  position : absolute;
  right : 2rem;
  top : 32%;
  cursor : pointer;
}
.navbar-container .search-input .search-input-close i {
  font-size : 1.75rem;
}

.navbar-container .bookmark-input {
  position : absolute;
  top : 102%;
  width : 25%;
  display : none;
}
.navbar-container .bookmark-input.show {
  display : block;
}
.navbar-container .bookmark-input .bookmark-input-icon {
  position : absolute;
  z-index : 1;
  top : 0.85rem;
  left : 1rem;
}
.navbar-container .bookmark-input input {
  padding : 0.7rem 0.7rem 0.7rem 2.5rem;
  width : 100%;
  background : #FFFFFF;
  border : 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-container .bookmark-input input:focus {
  border : 1px solid #ad2521;
}
.navbar-container .bookmark-input .search-list {
  box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.navbar-container .bookmark-icon {
  cursor : pointer;
}

.navbar-container .dropdown.bookmark-dropdown {
  padding : 1.4rem 0.5rem 1.35rem;
}
.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
  display : none;
}

.navbar-container .search-data-title {
  line-height : 1.25rem;
}

.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
  color : #F5F7FA;
  border-radius : 0.5rem;
}

.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
  color : #F5F7FA;
  border : 1px solid #F5F7FA;
}

body.navbar-static .navbar-container .search-input.open {
  border-radius : 0;
}

.apexcharts-canvas .apexcharts-tooltip {
  color : #626262 !important;
}
.apexcharts-canvas .apexcharts-tooltip.dark {
  color : #FFFFFF !important;
}

.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item {
  color : #626262;
}

.apexcharts-xaxistooltip {
  color : #626262 !important;
}

#client-retention-chart .apexcharts-canvas .apexcharts-legend {
  left : -14px !important;
}

.apexcharts-toolbar {
  z-index : 10;
}

.btn-social, .btn-social-icon {
  position : relative;
  padding-left : 4.95rem;
  text-align : left;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
  position : absolute;
  left : 0;
  top : 2px;
  bottom : 0;
  width : 2.95rem;
  line-height : 2.7rem;
  font-size : 1rem;
  text-align : center;
  border-right : 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon {
  height : 2.95rem;
  width : 2.95rem;
  padding : 0;
}
.btn-social-icon > :first-child {
  border : none;
  text-align : center;
  width : 100% !important;
}

.btn-adn {
  background-color : #D87A68;
  color : #FFFFFF;
  background-color : #D87A68;
  border-color : #FFFFFF;
}
.btn-adn:hover {
  color : #FFFFFF;
  background-color : #D87A68;
  border-color : #D87A68;
}
.btn-adn:focus, .btn-adn.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-adn.disabled, .btn-adn:disabled {
  color : #FFFFFF;
  background-color : #D87A68;
  border-color : #FFFFFF;
}
.btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active, .show > .btn-adn.dropdown-toggle {
  color : #FFFFFF;
  background-color : #CE563F;
  border-color : #DFDFDF;
}
.btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show > .btn-adn.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket {
  background-color : #205081;
  color : #FFFFFF;
  background-color : #205081;
  border-color : #FFFFFF;
}
.btn-bitbucket:hover {
  color : #FFFFFF;
  background-color : #205081;
  border-color : #205081;
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
  color : #FFFFFF;
  background-color : #205081;
  border-color : #FFFFFF;
}
.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show > .btn-bitbucket.dropdown-toggle {
  color : #FFFFFF;
  background-color : #163758;
  border-color : #DFDFDF;
}
.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox {
  background-color : #1087DD;
  color : #FFFFFF;
  background-color : #1087DD;
  border-color : #FFFFFF;
}
.btn-dropbox:hover {
  color : #FFFFFF;
  background-color : #1087DD;
  border-color : #1087DD;
}
.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color : #FFFFFF;
  background-color : #1087DD;
  border-color : #FFFFFF;
}
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
  color : #FFFFFF;
  background-color : #0D6AAD;
  border-color : #DFDFDF;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
  background-color : #3B5998;
  color : #FFFFFF;
  background-color : #3B5998;
  border-color : #FFFFFF;
}
.btn-facebook:hover {
  color : #FFFFFF;
  background-color : #3B5998;
  border-color : #3B5998;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color : #FFFFFF;
  background-color : #3B5998;
  border-color : #FFFFFF;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color : #FFFFFF;
  background-color : #2D4373;
  border-color : #DFDFDF;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr {
  background-color : #FF0084;
  color : #FFFFFF;
  background-color : #FF0084;
  border-color : #FFFFFF;
}
.btn-flickr:hover {
  color : #FFFFFF;
  background-color : #FF0084;
  border-color : #FF0084;
}
.btn-flickr:focus, .btn-flickr.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
  color : #FFFFFF;
  background-color : #FF0084;
  border-color : #FFFFFF;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
  color : #FFFFFF;
  background-color : #CC006A;
  border-color : #DFDFDF;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare {
  background-color : #F94877;
  color : #FFFFFF;
  background-color : #F94877;
  border-color : #FFFFFF;
}
.btn-foursquare:hover {
  color : #FFFFFF;
  background-color : #F94877;
  border-color : #F94877;
}
.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color : #FFFFFF;
  background-color : #F94877;
  border-color : #FFFFFF;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
  color : #FFFFFF;
  background-color : #F71752;
  border-color : #DFDFDF;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github {
  background-color : #444444;
  color : #FFFFFF;
  background-color : #444444;
  border-color : #FFFFFF;
}
.btn-github:hover {
  color : #FFFFFF;
  background-color : #444444;
  border-color : #444444;
}
.btn-github:focus, .btn-github.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
  color : #FFFFFF;
  background-color : #444444;
  border-color : #FFFFFF;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
  color : #FFFFFF;
  background-color : #2B2B2B;
  border-color : #DFDFDF;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google {
  background-color : #DD4B39;
  color : #FFFFFF;
  background-color : #DD4B39;
  border-color : #FFFFFF;
}
.btn-google:hover {
  color : #FFFFFF;
  background-color : #DD4B39;
  border-color : #DD4B39;
}
.btn-google:focus, .btn-google.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color : #FFFFFF;
  background-color : #DD4B39;
  border-color : #FFFFFF;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color : #FFFFFF;
  background-color : #C23321;
  border-color : #DFDFDF;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram {
  background-color : #3F729B;
  color : #FFFFFF;
  background-color : #3F729B;
  border-color : #FFFFFF;
}
.btn-instagram:hover {
  color : #FFFFFF;
  background-color : #3F729B;
  border-color : #3F729B;
}
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color : #FFFFFF;
  background-color : #3F729B;
  border-color : #FFFFFF;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color : #FFFFFF;
  background-color : #305777;
  border-color : #DFDFDF;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin {
  background-color : #007BB6;
  color : #FFFFFF;
  background-color : #007BB6;
  border-color : #FFFFFF;
}
.btn-linkedin:hover {
  color : #FFFFFF;
  background-color : #007BB6;
  border-color : #007BB6;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color : #FFFFFF;
  background-color : #007BB6;
  border-color : #FFFFFF;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color : #FFFFFF;
  background-color : #005983;
  border-color : #DFDFDF;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft {
  background-color : #2672EC;
  color : #FFFFFF;
  background-color : #2672EC;
  border-color : #FFFFFF;
}
.btn-microsoft:hover {
  color : #FFFFFF;
  background-color : #2672EC;
  border-color : #2672EC;
}
.btn-microsoft:focus, .btn-microsoft.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-microsoft.disabled, .btn-microsoft:disabled {
  color : #FFFFFF;
  background-color : #2672EC;
  border-color : #FFFFFF;
}
.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show > .btn-microsoft.dropdown-toggle {
  color : #FFFFFF;
  background-color : #125ACD;
  border-color : #DFDFDF;
}
.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki {
  background-color : #F4731C;
  color : #FFFFFF;
  background-color : #F4731C;
  border-color : #FFFFFF;
}
.btn-odnoklassniki:hover {
  color : #FFFFFF;
  background-color : #F4731C;
  border-color : #F4731C;
}
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
  color : #FFFFFF;
  background-color : #F4731C;
  border-color : #FFFFFF;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active, .show > .btn-odnoklassniki.dropdown-toggle {
  color : #FFFFFF;
  background-color : #D35B0A;
  border-color : #DFDFDF;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-openid {
  background-color : #F7931E;
  color : #2A2E30;
  background-color : #F7931E;
  border-color : #FFFFFF;
}
.btn-openid:hover {
  color : #2A2E30;
  background-color : #F7931E;
  border-color : #F7931E;
}
.btn-openid:focus, .btn-openid.focus {
  box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-openid.disabled, .btn-openid:disabled {
  color : #2A2E30;
  background-color : #F7931E;
  border-color : #FFFFFF;
}
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
  color : #FFFFFF;
  background-color : #DA7908;
  border-color : #DFDFDF;
}
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-pinterest {
  background-color : #CB2027;
  color : #FFFFFF;
  background-color : #CB2027;
  border-color : #FFFFFF;
}
.btn-pinterest:hover {
  color : #FFFFFF;
  background-color : #CB2027;
  border-color : #CB2027;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color : #FFFFFF;
  background-color : #CB2027;
  border-color : #FFFFFF;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color : #FFFFFF;
  background-color : #9F191F;
  border-color : #DFDFDF;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-reddit {
  background-color : #EFF7FF;
  color : #2A2E30;
  background-color : #EFF7FF;
  border-color : #000000;
}
.btn-reddit:hover {
  color : #FFFFFF;
  background-color : #000000;
  border-color : #000000;
}
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow : 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
  color : #2A2E30;
  background-color : #EFF7FF;
  border-color : #000000;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
  color : #2A2E30;
  background-color : #BCDEFF;
  border-color : black;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}

.btn-soundcloud {
  background-color : #FF5500;
  color : #FFFFFF;
  background-color : #FF5500;
  border-color : #FFFFFF;
}
.btn-soundcloud:hover {
  color : #FFFFFF;
  background-color : #FF5500;
  border-color : #FF5500;
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-soundcloud.disabled, .btn-soundcloud:disabled {
  color : #FFFFFF;
  background-color : #FF5500;
  border-color : #FFFFFF;
}
.btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
  color : #FFFFFF;
  background-color : #CC4400;
  border-color : #DFDFDF;
}
.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr {
  background-color : #2C4762;
  color : #FFFFFF;
  background-color : #2C4762;
  border-color : #FFFFFF;
}
.btn-tumblr:hover {
  color : #FFFFFF;
  background-color : #2C4762;
  border-color : #2C4762;
}
.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color : #FFFFFF;
  background-color : #2C4762;
  border-color : #FFFFFF;
}
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
  color : #FFFFFF;
  background-color : #1C2E3F;
  border-color : #DFDFDF;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-twitter {
  background-color : #55ACEE;
  color : #2A2E30;
  background-color : #55ACEE;
  border-color : #FFFFFF;
}
.btn-twitter:hover {
  color : #2A2E30;
  background-color : #55ACEE;
  border-color : #55ACEE;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color : #2A2E30;
  background-color : #55ACEE;
  border-color : #FFFFFF;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color : #FFFFFF;
  background-color : #2795E9;
  border-color : #DFDFDF;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-vimeo {
  background-color : #1AB7EA;
  color : #FFFFFF;
  background-color : #1AB7EA;
  border-color : #FFFFFF;
}
.btn-vimeo:hover {
  color : #FFFFFF;
  background-color : #1AB7EA;
  border-color : #1AB7EA;
}
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color : #FFFFFF;
  background-color : #1AB7EA;
  border-color : #FFFFFF;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
  color : #FFFFFF;
  background-color : #1295BF;
  border-color : #DFDFDF;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk {
  background-color : #587EA3;
  color : #FFFFFF;
  background-color : #587EA3;
  border-color : #FFFFFF;
}
.btn-vk:hover {
  color : #FFFFFF;
  background-color : #587EA3;
  border-color : #587EA3;
}
.btn-vk:focus, .btn-vk.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
  color : #FFFFFF;
  background-color : #587EA3;
  border-color : #FFFFFF;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
  color : #FFFFFF;
  background-color : #466482;
  border-color : #DFDFDF;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo {
  background-color : #720E9E;
  color : #FFFFFF;
  background-color : #720E9E;
  border-color : #FFFFFF;
}
.btn-yahoo:hover {
  color : #FFFFFF;
  background-color : #720E9E;
  border-color : #720E9E;
}
.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color : #FFFFFF;
  background-color : #720E9E;
  border-color : #FFFFFF;
}
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
  color : #FFFFFF;
  background-color : #500A6F;
  border-color : #DFDFDF;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-adn {
  border : 1px solid #D87A68 !important;
  color : #D87A68;
}

.btn-outline-bitbucket {
  border : 1px solid #205081 !important;
  color : #205081;
}

.btn-outline-dropbox {
  border : 1px solid #1087DD !important;
  color : #1087DD;
}

.btn-outline-facebook {
  border : 1px solid #3B5998 !important;
  color : #3B5998;
}

.btn-outline-flickr {
  border : 1px solid #FF0084 !important;
  color : #FF0084;
}

.btn-outline-foursquare {
  border : 1px solid #F94877 !important;
  color : #F94877;
}

.btn-outline-github {
  border : 1px solid #444444 !important;
  color : #444444;
}

.btn-outline-google {
  border : 1px solid #DD4B39 !important;
  color : #DD4B39;
}

.btn-outline-instagram {
  border : 1px solid #3F729B !important;
  color : #3F729B;
}

.btn-outline-linkedin {
  border : 1px solid #007BB6 !important;
  color : #007BB6;
}

.btn-outline-microsoft {
  border : 1px solid #2672EC !important;
  color : #2672EC;
}

.btn-outline-odnoklassniki {
  border : 1px solid #F4731C !important;
  color : #F4731C;
}

.btn-outline-openid {
  border : 1px solid #F7931E !important;
  color : #F7931E;
}

.btn-outline-pinterest {
  border : 1px solid #CB2027 !important;
  color : #CB2027;
}

.btn-outline-reddit {
  border : 1px solid #FF4500 !important;
  color : #FF4500;
}

.btn-outline-soundcloud {
  border : 1px solid #FF5500 !important;
  color : #FF5500;
}

.btn-outline-tumblr {
  border : 1px solid #2C4762 !important;
  color : #2C4762;
}

.btn-outline-twitter {
  border : 1px solid #55ACEE !important;
  color : #55ACEE;
}

.btn-outline-vimeo {
  border : 1px solid #1AB7EA !important;
  color : #1AB7EA;
}

.btn-outline-vk {
  border : 1px solid #587EA3 !important;
  color : #587EA3;
}

.btn-outline-yahoo {
  border : 1px solid #720E9E !important;
  color : #720E9E;
}

.btn-outline-adn:hover {
  color : #AD412D;
  border : 1px solid #AD412D !important;
}

.btn-outline-bitbucket:hover {
  color : #0C1D2F;
  border : 1px solid #0C1D2F !important;
}

.btn-outline-dropbox:hover {
  color : #094D7E;
  border : 1px solid #094D7E !important;
}

.btn-outline-facebook:hover {
  color : #1E2E4F;
  border : 1px solid #1E2E4F !important;
}

.btn-outline-flickr:hover {
  color : #99004F;
  border : 1px solid #99004F !important;
}

.btn-outline-foursquare:hover {
  color : #D4073D;
  border : 1px solid #D4073D !important;
}

.btn-outline-github:hover {
  color : #111111;
  border : 1px solid #111111 !important;
}

.btn-outline-google:hover {
  color : #96271A;
  border : 1px solid #96271A !important;
}

.btn-outline-instagram:hover {
  color : #223D52;
  border : 1px solid #223D52 !important;
}

.btn-outline-linkedin:hover {
  color : #003650;
  border : 1px solid #003650 !important;
}

.btn-outline-microsoft:hover {
  color : #0E459E;
  border : 1px solid #0E459E !important;
}

.btn-outline-odnoklassniki:hover {
  color : #A24608;
  border : 1px solid #A24608 !important;
}

.btn-outline-openid:hover {
  color : #A95E06;
  border : 1px solid #A95E06 !important;
}

.btn-outline-pinterest:hover {
  color : #731216;
  border : 1px solid #731216 !important;
}

.btn-outline-reddit:hover {
  color : #992900;
  border : 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover {
  color : #993300;
  border : 1px solid #993300 !important;
}

.btn-outline-tumblr:hover {
  color : #0C141C;
  border : 1px solid #0C141C !important;
}

.btn-outline-twitter:hover {
  color : #147BC9;
  border : 1px solid #147BC9 !important;
}

.btn-outline-vimeo:hover {
  color : #0D7091;
  border : 1px solid #0D7091 !important;
}

.btn-outline-vk:hover {
  color : #344B61;
  border : 1px solid #344B61 !important;
}

.btn-outline-yahoo:hover {
  color : #2E0640;
  border : 1px solid #2E0640 !important;
}

.bg-adn {
  background-color : #D87A68;
}

.bg-bitbucket {
  background-color : #205081;
}

.bg-dropbox {
  background-color : #1087DD;
}

.bg-facebook {
  background-color : #3B5998;
}

.bg-flickr {
  background-color : #FF0084;
}

.bg-foursquare {
  background-color : #F94877;
}

.bg-github {
  background-color : #444444;
}

.bg-google {
  background-color : #DD4B39;
}

.bg-instagram {
  background-color : #3F729B;
}

.bg-linkedin {
  background-color : #007BB6;
}

.bg-microsoft {
  background-color : #2672EC;
}

.bg-odnoklassniki {
  background-color : #F4731C;
}

.bg-openid {
  background-color : #F7931E;
}

.bg-pinterest {
  background-color : #CB2027;
}

.bg-reddit {
  background-color : #FF4500;
}

.bg-soundcloud {
  background-color : #FF5500;
}

.bg-tumblr {
  background-color : #2C4762;
}

.bg-twitter {
  background-color : #55ACEE;
}

.bg-vimeo {
  background-color : #1AB7EA;
}

.bg-vk {
  background-color : #587EA3;
}

.bg-yahoo {
  background-color : #720E9E;
}

/*=========================================================================================
    File Name: demo.scss
    Description: CSS used for demo purpose only. Remove this css from your project.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.fonticon-container > .fonticon-wrap {
  float : left;
  width : 60px;
  height : 60px;
  line-height : 4.8rem;
  text-align : center;
  border-radius : 0.1875rem;
  margin-right : 1rem;
  margin-bottom : 1.5rem;
}
.fonticon-container > .fonticon-wrap > i {
  font-size : 2.28rem;
  -webkit-transition : all 0.2s ease-in-out;
          transition : all 0.2s ease-in-out;
}
.fonticon-container > .fonticon-wrap.youtube {
  width : 100px;
}

.fonticon-container:hover i {
  color : #ad2521;
  font-size : 2.9rem;
  -webkit-transform : scale(1.3);
      -ms-transform : scale(1.3);
          transform : scale(1.3);
}

.fonticon-container > .fonticon-classname, .fonticon-container > .fonticon-unit {
  display : block;
  font-size : 1.5rem;
  line-height : 1.2;
}

.fonticon-container > .fonticon-unit {
  font-size : 1rem;
  font-style : italic;
}

.scroll-example {
  padding : 0.5rem;
  position : relative;
  border : 2px solid #DFDFDF;
  overflow : auto;
}
.scroll-example .horz-scroll-content {
  width : 1200px;
}

.browser {
  background : #E0E0E0;
  border : 4px solid #E0E0E0;
  width : 100%;
  height : 12rem;
  padding-top : 20px;
  margin : 0 0 10px;
  box-sizing : border-box;
}

.browser iframe {
  border : 0;
  background : #FFFFFF;
  height : 100%;
  width : 100%;
}

.loader-wrapper {
  height : 8em;
}

.maintenance-icon {
  font-size : 4rem;
}

.animationIcon {
  right : 30px;
  bottom : 10px;
}

/*=========================================================================================
	File Name: customizer.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.customizer {
  width : 400px;
  right : -400px;
  padding : 0;
  background-color : #FFFFFF;
  z-index : 1051;
  position : fixed;
  top : 0;
  bottom : 0;
  height : 100vh;
  height : calc(var(--vh, 1vh) * 100);
  -webkit-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
          transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility : hidden;
          backface-visibility : hidden;
  border-left : 1px solid rgba(0, 0, 0, 0.05);
  box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.customizer.open {
  right : 0;
}
.customizer .customizer-content {
  position : relative;
  height : 100%;
}
.customizer .customizer-close {
  position : absolute;
  right : 30px;
  top : 20px;
  padding : 7px;
  width : auto;
  z-index : 10;
  color : #626262;
}
.customizer .customizer-close i {
  font-size : 1.71rem;
}
.customizer .customizer-toggle {
  background : #ad2521;
  color : #FFFFFF;
  display : block;
  box-shadow : -3px 0 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius : 6px;
  border-bottom-left-radius : 6px;
  position : absolute;
  top : 50%;
  width : 38px;
  height : 38px;
  left : -39px;
  text-align : center;
  line-height : 40px;
  cursor : pointer;
}
.customizer .color-box {
  height : 35px;
  width : 35px;
  margin : 0.5rem;
  border-radius : 0.5rem;
  cursor : pointer;
}
.customizer .color-box.selected {
  box-shadow : 0 0 0 3px rgba(52, 144, 220, 0.5);
}

body.dark-layout .hide-scroll-top-switch .custom-switch .custom-control-label:before, body.dark-layout .collapse-sidebar .custom-switch .custom-control-label:before {
  background-color : #10163A;
}

.buy-now {
  position : fixed;
  bottom : 5%;
  right : 79px;
  z-index : 1031;
}
.buy-now .btn {
  box-shadow : 0 1px 20px 1px #EA5455 !important;
}
.buy-now .btn:hover {
  box-shadow : none !important;
}

.chip {
  background-color : #F0F0F0;
  font-size : 0.8rem;
  border-radius : 1.428rem;
  display : -webkit-inline-box;
  display : -webkit-inline-flex;
  display : -ms-inline-flexbox;
  display :         inline-flex;
  padding : 0 10px;
  margin-bottom : 5px;
  vertical-align : middle;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
}
.chip .chip-body {
  color : rgba(0, 0, 0, 0.7);
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-pack : justify;
  -webkit-justify-content : space-between;
  -ms-flex-pack : justify;
          justify-content : space-between;
  min-height : 1.857rem;
  min-width : 1.857rem;
}
.chip .chip-body .avatar {
  background-color : #C3C3C3;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  width : 24px;
  height : 24px;
  margin : 2px 0;
  border-radius : 50%;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  color : #FFFFFF;
  -webkit-transform : translate(-8px);
      -ms-transform : translate(-8px);
          transform : translate(-8px);
}
.chip .chip-body .avatar .avatar-content {
  top : 0;
}
.chip .chip-body .avatar img {
  border-radius : 50%;
  height : 24px;
  width : 24px;
}
.chip .chip-body .chip-text {
  vertical-align : middle;
  -webkit-align-self : center;
  -ms-flex-item-align : center;
          align-self : center;
}
.chip .chip-body .chip-closeable {
  min-height : 1.428rem;
  min-width : 1.428rem;
  margin : 0 4px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-align-self : center;
  -ms-flex-item-align : center;
          align-self : center;
  border-radius : 50%;
  background : rgba(0, 0, 0, 0.15);
  color : #FFFFFF;
  -webkit-transform : translate(10px);
      -ms-transform : translate(10px);
          transform : translate(10px);
  cursor : pointer;
}
.chip .chip-body .chip-closeable i {
  margin-left : 1px;
  margin-top : 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chip .chip-closeable i {
    position : relative;
    top : 3px;
  }
}

.divider {
  display : block;
  text-align : center;
  overflow : hidden;
  white-space : nowrap;
  margin : 1rem 0;
}
.divider .divider-text {
  position : relative;
  display : inline-block;
  font-size : 0.9375rem;
  padding : 0 1rem;
  background-color : #FFFFFF;
}
.divider .divider-text i {
  font-size : 1rem;
}
.divider .divider-text:before, .divider .divider-text:after {
  content : '';
  position : absolute;
  top : 50%;
  width : 9999px;
  border-top : 1px solid rgba(0, 0, 0, 0.1);
}
.divider .divider-text:before {
  right : 100%;
}
.divider .divider-text:after {
  left : 100%;
}
.divider.divider-left .divider-text {
  float : left;
  padding-left : 0;
}
.divider.divider-left .divider-text:before {
  display : none;
}
.divider.divider-left-center .divider-text {
  left : -25%;
}
.divider.divider-right .divider-text {
  float : right;
  padding-right : 0;
}
.divider.divider-right .divider-text:after {
  display : none;
}
.divider.divider-right-center .divider-text {
  right : -25%;
}
.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
  border-style : dotted;
  border-width : 1px;
  border-top-width : 0;
  border-color : black;
}
.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
  border-style : dashed;
  border-width : 1px;
  border-top-width : 0;
  border-color : black;
}

@media screen and (min-width: 0) {
  head {
    font-family : 'xs 0px';
  }
  body:after {
    content : 'xs - min-width: 0px';
  }
}

@media screen and (min-width: 544px) {
  head {
    font-family : 'sm 544px';
  }
  body:after {
    content : 'sm - min-width: 544px';
  }
}

@media screen and (min-width: 768px) {
  head {
    font-family : 'md 768px';
  }
  body:after {
    content : 'md - min-width: 768px';
  }
}

@media screen and (min-width: 992px) {
  head {
    font-family : 'lg 992px';
  }
  body:after {
    content : 'lg - min-width: 992px';
  }
}

@media screen and (min-width: 1200px) {
  head {
    font-family : 'xl 1200px';
  }
  body:after {
    content : 'xl - min-width: 1200px';
  }
}



@media (min-width: 678px) and (max-width: 1024px) {
	.header-navbar.floating-nav {
        width : calc(100vw - (100vw - 100%) - 0rem) !important;
        margin-left: 0rem;
        margin-right: 0rem;
    }
	#manage_areaass img.dwn {right: 25%;}
	.top.manags_area .h_titlss {font-size: 14px;}
	.card.noti_f_c_list .nt_contxt {max-width: 550px;}
}

@media (min-width: 481px) and (max-width: 767px) {
.top.manags_area {display: contents !important;}
.btn-outline-primary1 {padding: 0.9rem 0.25rem !important; font-size: 11px;}
#mng_txt_box .ar_managess label input#exspec {width: 96%;}
.top.manags_area .h_titlss {font-size: 16px; line-height: 30px; margin-bottom: 5px;}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {right: 15px !important; top: 15px !important;}
#mng_txt_box .ar_managess .actions.action-btns i.feather.icon-plus-circle {display: none;}
#mng_txt_box .ar_managess .filtters {margin-right: 5px;}
}

@media (min-width: 320px) and (max-width: 480px) {
.top.manags_area {display: contents !important;}
.btn-outline-primary1 {padding: 0.9rem 0.25rem !important; font-size: 11px; width: 100%;}
#mng_txt_box .ar_managess label input#exspec {width: 96%;}
.top.manags_area .h_titlss {font-size: 16px; line-height: 30px; margin-bottom: 5px;}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {right: 15px !important; top: 15px !important;}
#mng_txt_box .ar_managess .actions.action-btns i.feather.icon-plus-circle {display: none;}
#mng_txt_box .ar_managess .filtters {margin-right: 5px;}
.card-header.border-bottom.pb-2 {padding: 15px 15px 15px !important;}
.breadcrumbs-top .breadcrumb#manages_space {padding: 0px !important; height: 40px; line-height: 20px; display: flex; align-items: center; justify-content: left; width: 100%;}
#mng_txt_box .ar_managess .actions.action-btns button.btn span {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90px; display: block;}
#manage_areaass img.dwn {right: 26%;}
.breadcrumb#manages_space {font-size: 13px; padding: 0 !important;}
.navbar-floating .header-navbar-shadow {padding-top: 0; height: 62px;}
.wd_manages{width:75px;}
.picker {width: 320px !important;}
.card.noti_f_c_list .mg_areaa {margin-right: 0; margin-bottom: 10px;}
#mng_txt_box a.btn.btn-outline-primary1.waves-effect.waves-light i.feather.icon-plus-circle {display: none;}

.prof_txtx {justify-content: center; text-align: center;}
.prof_txtx.pre_edit {justify-content: center; margin-top:5px;}
.imagePreview {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.prof_txtx.pre_edit .back_btns a {
    padding: 0.9rem 1.25rem !important;
}

}

head {
  clear : both;
}
head title {
  font-family : 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
}

body:after {
  display : none;
}

*[data-usn-if] {
  display : none;
}

.group-area {
  margin-bottom : 3rem;
}

.block {
  display : block;
  width : 100%;
}

/* Input with icon */
.form-control-position {
  position : absolute;
  top : 2px;
  right : 0;
  z-index : 2;
  display : block;
  width : 2.5rem;
  height : 2.5rem;
  line-height : 2.5rem;
  text-align : center;
}

/*---------------------------------
Input Icon
---------------------------------*/
.position-relative .form-control {
  padding-right : calc(1.25em + 1.4rem + 1px);
}
.position-relative .form-control.form-control-lg ~ .form-control-position {
  top : 10px;
}
.position-relative .form-control.form-control-sm ~ .form-control-position {
  top : -3px;
}

/* Input Icon left */
.has-icon-left .form-control {
  padding-right : 2rem;
  padding-left : 3rem;
}

.has-icon-left .form-control-position {
  right : auto;
  left : inherit;
}
.has-icon-left .form-control-position i {
  position : relative;
  left : 5px;
  color : rgba(34, 41, 47, 0.4);
}

input[type='color'] {
  height : calc(1.25em + 1.4rem + 1px);
}

input[type='date'].form-control, input[type='time'].form-control, input[type='datetime-local'].form-control, input[type='month'].form-control {
  line-height : 1.45;
}

.font-size-large {
  font-size : 2rem;
}

.font-size-base {
  font-size : 1rem;
}

.font-size-small {
  font-size : 1rem;
}

.font-size-xsmall {
  font-size : 0.75rem;
}

.input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn > button {
  padding : 0.175rem 0.5rem;
  font-size : 0.725rem;
  line-height : 1.677777;
  border-bottom-left-radius : 0.175rem;
  border-top-left-radius : 0.175rem;
}

.input-group-xs .input-group-btn > button {
  border-radius : 0.175rem;
}

.input-group-addon {
  padding-top : 0.2rem;
  padding-bottom : 0.2rem;
}

.floating-label-form-group-with-focus label, .floating-label-form-group-with-value label {
  color : #ad2521 !important;
  text-transform : uppercase;
  font-weight : 400;
}

.select2-container--classic .select2-selection--single {
  min-height : 40px !important;
}

.select2-container--classic:focus, .select2-container--default:focus {
  outline : none;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
  min-height : 38px;
  padding : 5px;
  border : 1px solid rgba(0, 0, 0, 0.2);
}
.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
  outline : 0;
  border-color : #ad2521 !important;
  box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered i {
  margin-right : 0.5rem;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height : 38px !important;
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
  border-color : #ad2521 !important;
  outline : 0;
}

.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
  outline : 0;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color : #ad2521 !important;
  outline : 0;
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  min-height : 38px !important;
  border : 1px solid rgba(0, 0, 0, 0.2);
}
.select2-container--classic .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus {
  outline : 0;
  border-color : #ad2521 !important;
  box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color : #ad2521 !important;
  border-color : #4839EB !important;
  color : #FFFFFF;
  padding : 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top : 10px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color : #FFFFFF !important;
  float : right;
  margin-left : 0.5rem;
}
.select2-container--classic .select2-selection--multiple i, .select2-container--default .select2-selection--multiple i {
  position : relative;
  top : 1px;
  margin-right : 0.5rem;
  padding-left : 1px;
}
.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice, .select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color : rgba(0, 0, 0, 0.15) !important;
  border-color : rgba(0, 0, 0, 0.2) !important;
}

.select2-container--classic .select2-results__options .select2-results__option i, .select2-container--default .select2-results__options .select2-results__option i {
  margin-right : 0.5rem;
}

.select2-container--classic .select2-result-repository__avatar img, .select2-container--default .select2-result-repository__avatar img {
  width : 50px;
}

.select2-container--classic [class*='icon-'], .select2-container--default [class*='icon-'] {
  font-family : 'feather';
}

.select2-container--classic .select-lg, .select2-container--default .select-lg {
  min-height : calc(1.25em + 1.4rem + 1px) !important;
  font-size : 1.2rem;
  margin-bottom : 0 !important;
  padding : 0.3rem 0.7rem;
}
.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
  padding-top : 0.1rem;
}
.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
  top : 0.2rem !important;
}
.select2-container--classic .select-lg.select2-selection--multiple, .select2-container--default .select-lg.select2-selection--multiple {
  padding : 0 0.2rem;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
  padding-top : 0 !important;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
  font-size : 1.2rem;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding : 5px;
}

.select2-container--classic .select-sm, .select2-container--default .select-sm {
  min-height : calc(1em + 1rem + 2px) !important;
  padding : 0 0.2rem;
  font-size : 0.75rem;
  margin-bottom : 0 !important;
  line-height : 1.5;
}
.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
  top : -0.3rem !important;
}
.select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
  line-height : 1.3;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
  padding : 3px;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
  font-size : 0.75rem;
  margin-top : 2px;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
  padding : 0 0.2rem;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top : 0;
}

.select2 .form-control::focus {
  border-color : #ad2521 !important;
}

table.dataTable {
  border : 2px solid #F8F8F8;
}
table.dataTable th, table.dataTable td {
  border-bottom : 1px solid #F8F8F8;
  border-top : 0;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  font-size : 0.85rem;
  border : 0;
}
table.dataTable thead tr {
  background-color : #F8F8F8;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  padding-right : inherit;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  font-family : 'feather';
  content : '\e845';
  padding-right : 0.3rem;
  font-size : 0.7rem;
  left : 0;
  top : 0.9rem;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  font-family : 'feather';
  content : '\e842';
  font-size : 0.7rem;
  left : 0;
  top : 1.3rem;
}
table.dataTable.table-striped tbody tr:nth-of-type(even) {
  background-color : #F8F8F8;
}
table.dataTable.table-striped tbody tr:nth-of-type(odd) {
  background-color : #FFFFFF;
}
table.dataTable.complex-headers {
  border : 1px solid #DAE1E7;
}
table.dataTable.complex-headers thead th, table.dataTable.complex-headers thead td, table.dataTable.complex-headers tfoot th, table.dataTable.complex-headers tfoot td {
  border-bottom : 1px solid #DAE1E7;
  border-right : 1px solid #DAE1E7;
}
table.dataTable tbody tr.selected {
  background-color : rgba(115, 103, 240, 0.05) !important;
  color : #ad2521 !important;
  box-shadow : 0 0 1px 0 #ad2521 !important;
  border-radius : 5px;
}
table.dataTable tbody tr.selected td, table.dataTable tbody tr.selected th {
  border-bottom : 0;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  margin-top : 1rem;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
  background-position : calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0;
  padding : 0 0.8rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top : 1rem;
  padding-bottom : 7px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
  font-size : 0.8rem;
}

tr.group {
  background-color : #EDEDED;
}

.newtct{font-size: 12px;
    margin: 0 !important;}
.f20{font-size:20px;}



@media only screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack : center;
    -webkit-justify-content : center;
    -ms-flex-pack : center;
            justify-content : center;
  }
  .row.cont {
    display: flex;
}
.login_cn {
    padding: 20px !important;
    border-left: none;
}
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #af0023;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close-btn:hover {
  background-color: #90001d;
}