
p {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

td {

	font-family: 'Open Sans', sans-serif !important;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body { font-family: 'Open Sans', sans-serif !important; font-size: 14px; 	color: black; }



/*////////////////  	lOGIN  START  ///////////////////*/


:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}


p {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
     width: 100%;
    max-width: 520px;
    padding: 5px;
    margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding:10px !important;
}

.form-label-group > label {
  position: absolute;
  top: 28px;
    left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}


/*////////   lOGIN End  ////*/



section.col-lg-12.col-md-12.col-sm-12.col-xs-12.login-wapper {
    height: 100%;
    background: #fff;
    padding: 0px !important;
    margin: 0px !important;

}

.login_lft_pic {
      height: auto;
    background: #fff;
    float: left;
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}


.login_lft_pic img{
	width: 100%;
	height: 100%;

}


.login_ryt_form{
height: auto;
    background: #fff;
    float: left;
    overflow: hidden;
    padding: 50px 20px;
    padding-bottom: 0px !important;
}

.login_form {
    margin: 50px 0px;
}

.login_logo{width: 50%;
    height: auto;
margin-bottom: 10px;}

    .form_in {
    padding: 30px;
    border: solid 1px #d2d2d2;
    padding-bottom: 20px;
}

.login_title{font-size: 20.8px !important;
    
    text-align: center;
    padding-bottom: 20px;
}

.remind_lft{float: left;
	padding: 0px !important;
  text-align: left;

}


.forgot_ryt{float: left;
text-align: right;
padding: 0px !important;}



button.btn.btn-lg.btn-primary.btn-block {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #1164a3 !important;
    border-color: #1164a3 !important;
        padding: 11px 0px ;
}




.form-label-group h6{font-weight: 500;
    padding-top: 0px;
    padding-bottom: 5px;}

.text-b{font-weight: 500;}

.text-a{font-weight: 500;
text-decoration: none;}

.l-alert-red{bottom: 21px;
    color: #FF0000;
    font-weight: bold;
    color: #fff;
    right: 0;
    text-align: center;
    background: #f00;
    position: absolute;
    padding: 15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 53%;}







.btn-wrapper{
  position :fixed;
  right : 0;
  bottom : 0;
  z-index  :1000000;
  display :flex;
  
}
button {
  display : table;
  
  all : unset;
  padding : .5rem 1rem;
  border-radius : 5px;
  border: 1px solid #333;
  margin-left:10px ;
  cursor:pointer;
  
}

/* Nila Toastr Style */
#nila-toastr {
         position: absolute;
    bottom: 2%;
    right: 0% !important;
    box-sizing: border-box;
    float: right !important;
    width: auto;
    height: 100px;
    padding: 0;
    height: 50px;
    overflow: hidden;
    text-align: center;
    z-index: 100000;
    transition: height 300ms;
      }
      .alert {
        box-sizing : border-box;
        --danger: #e74d3d;
        --info: #3398da;
        --warning: #f1c30f;
        --success: #2ecd70;
        --main: #414141;
        --height: 60px;
        --icon-size: 22px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 0;
        max-width: 420px;
        margin-bottom: 1rem;
        background-color: #fff;
        opacity: 0;
        padding: 0 1.2rem;
        border-radius: 6px;
        box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: opacity 200ms, width 200ms, padding 200ms;
        z-index: 1;
      }
      .alert::before {
        content: "";
        box-sizing : border-box;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        animation: border 3s forwards linear;
      }
      .alert.alert-active {
        opacity: 1;
        height: 50px;
        background: #f00;
        color: #fff;

      }
      .alert.alert-closing {
       display: none;
      }
      .alert.alert-success::before {
        background-color: var(--success);
      }
      .alert.alert-danger::before {
        background-color: var(--danger);
      }
      .alert.alert-warning::before {
        background-color: var(--warning);
      }
      .alert.alert-info::before {
        background-color: #f00;
        color: #fff;
      }

      .alert-content {
        display: flex;
        align-items: center;
      }
      .alert-icon {
       display: none;
      }
      
    
      .alert-info .alert-icon {
       color: #fff !important;
      }
      .alert-message {
        font-size: .9rem;
        text-align: right;
        color: #fff;
      }
      

      @keyframes border {
        100% {
          width: 100%;
        }
      }
      @keyframes alert {
        0%,
        100% {
          opacity: 0;
          pointer-events: none;
          transform: translateY(0);
        }

        20%,
        80% {
          opacity: 1;
          pointer-events: auto;
          transform: translateY(80px);
        }
      }

    









/*//////////////////////    DASHBOARD   ////////////////////////////////////////////////////////////*/


a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
div#navbarSupportedContent-4 {
    background: #eceff8;
}
/*a.navbar-brand.main_logo {
    margin: 0;
    padding-top: 20px;
}*/
.navbar-brand.main_logo img {
  width: 100%;
  padding-top: 5px;
}

nav.mb-1.navbar.navbar-expand-lg.navbar-dark {
    background: #eceff8;
        height: 70px;
        box-shadow: none;
}

.navbar {
    padding: 15px 10px;
 
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #3a0c3a;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #3a0c3a;
}

#sidebar ul.components {
    padding: 20px 0;
   
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 15px 15px 15px 20px;
    font-size: 12.5px !important;
    display: block;
    color: #fff;
    background: #471047;
    margin-top: 1.5px;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #1064a4;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: transparent;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: none;
    position: absolute;
    right: 20px;
   
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #471047;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #1064a4 !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    padding: 40px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 30px;
    right: 0;
    background: #eceff8;
    padding-bottom: 0px;
}
#content.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}




.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "" !important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right !important;
    
    margin-top: 8px !important;
}


.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
    display: none;
    
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}


.top_nav.col-lg-12 {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background:#eceff8
    height: 70px;
    padding-top: 0px;
    padding: 0px;
}

.calc-main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    height: auto;
    display: inline-block;
    padding: 20px;
margin:auto;
background: #fff;
padding-bottom: 30px;
}

.calc-semi-box {
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 0px 10px !important;
}
.cal-box-in {
    width: 100%;
        height: 145px;
    background: #471047;
    margin: auto;
        margin-bottom: auto;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.calc-top {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: transparent;
}

.f-lft{text-align: left;
width: 50%;
background: transparent;
color: #fff;
border: none;
float: left; 
color: #fff;}



.f-ryt{text-align: right;
width:50%;
float: right;
background: transparent;
color: #fff;
border: none;
color: #fff;}




.calc-bottom {
    bottom: 20px;
    margin-top: ;
background: transparent;
color: #fff;
border: none;
    position: absolute;
    
}


.f-lft-bottom {
        padding-left: 0;
    background: transparent;
    border: none;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 3px;
    text-transform: capitalize;

}

.calc-main h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}


.main_logo {
    width: 250px;
    height: 70px;
    background: #3a0c3a;
    padding: 15px 20px;
}


.home_part2.col-lg-12.col-md-12.col-sm-12.col-xs-12{    height: auto;
    display: inline-block;
    padding: 20px;
        padding-bottom: 20px;
        margin-top: 20px !important;
    margin: auto;
    background: #fff;
    padding-bottom: 30px;
}


.home_part2 h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}


nav.navbar.navbar-expand-lg.navbar-light {
    display: none;
}


.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color:#000 !important;
}

ul.navbar-nav.ml-auto {
    margin-right: 20px;
}

.h_avathar {
    width: 40px;
height: 40px;
margin-right: 5px;
border: solid 1px #fff;
border-radius: 50%;
background: #fdfafa;
float: left;
margin-top: 3px;
overflow: hidden;
}

.h_avathar img{width: 100%;
height: 100%;}

    a#navbarDropdownMenuLink-4 {
    padding-top: inherit;
    padding-top: 6px;
    line-height: 48px;
}


li.nav-item.act{
       background: #fdfdfd;
    margin-top: 13px;
    font-size: 14px;
    padding: 0px 25px;
    line-height: 2;
    max-height: 45px;
    border-radius: 10px;
    text-align: center;
    border: solid 1px #e2e2e2;
    margin-right: 15px;
}

/*
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    margin-top: 23px !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

*/
.g_b_bg{background: rgb(83,114,231);
background: linear-gradient(90deg, rgba(83,114,231,1) 0%, rgba(59,83,193,1) 100%);}

.g_bl_bg{background: rgb(53,193,206);
background: linear-gradient(90deg, rgba(53,193,206,1) 0%, rgba(40,172,184,1) 100%);}

.g_v_bg{background: rgb(114,73,195);
background: linear-gradient(90deg, rgba(114,73,195,1) 0%, rgba(82,72,195,1) 100%);}
.g_sk_bg{background: rgb(30,208,212);
background: linear-gradient(90deg, rgba(30,208,212,1) 0%, rgba(22,167,170,1) 100%);}

.g_g_bg{background: rgb(27,203,180);
background: linear-gradient(90deg, rgba(27,203,180,1) 0%, rgba(24,176,155,1) 100%);}

.g_dg_bg{background: rgb(57,205,131);
background: linear-gradient(90deg, rgba(57,205,131,1) 0%, rgba(54,191,123,1) 100%);}



.hm-icon{font-size: 30px;}

span.cd:before {content: "\f0e4"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

    

    span.us:before {content: "\f007"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

    span.em:before {content: "\f0e0"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

    


    span.cl:before {content: "\f017"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

    

    span.bm:before {content: "\f097"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}



span.se:before {content: "\f013"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

    

    

    


    span.lnk:before {content: "\f0c1"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}




span.lst:before {content: "\f0c9"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}


    

    span.cale:before {content: "\f073"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}


span.flg:before {content: "\f024"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}


span.suit:before {content: "\f0f2"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}





span.pst:before {content: "\f15b"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}

span.upd:before {content: "\f0ee"; /*--You can add font icon code here--*/
    font-family: FontAwesome;
    padding-right: 10px;}






.m_icoo{width: 17px;
    height: 17px;
    float: left;
    margin-left: -2px;
    margin-right: 5px;}








.li-in{padding-left: 40px !important;
    background: #561156 !important;
    margin-top: 1px;
    color: #fff !important;}

    section.home_part2.col-lg-12.col-md-12.col-sm-12.col-xs-12 ul li{list-style-image: url(../images/list_icon.png) !important; 
      padding-left: 5px; line-height: 2;}



.nav-link.dropdown-toggle:after{

      margin-top: 23px !important;
    margin-left: 8px;
}

section.home_part2.col-lg-12.col-md-12.col-sm-12.col-xs-12 ul{
    padding-left: 18px;
}



.footer {
  position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    line-height: 60px;
    background-color: #e3e7f3;
    overflow:hidden;
}

.ftr_lft{float: left;     font-size: 11px;}

.ftr_lft p{height: 25px;
margin-bottom: 0px !important;
padding-bottom: 0px;
font-size: 13px !important;
color: #6c757d!important;
}


.ftr_ryt p{height: 25px;
margin-bottom: 0px !important;
padding-bottom: 0px;
font-size: 13px !important;
color: #6c757d!important;
}


.ftr_ryt{float: right;
text-align: right;     font-size: 11px;}

section.home_part2.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin-bottom: 60px;
}

.col-lg-5.col-md-6.col-sm-12.col-xs-12.ftr_lft {
    padding: 0;
}

.col-lg-7.col-md-7.col-sm-12.col-xs-12.ftr_ryt {
    padding: 0px;
}




.marginBottom-0 {
  margin-bottom: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



li.nav-item.act {
    padding-top: 0px;
    margin-top: 8px;
}


.text-part{height: auto;
width: 100%;
margin-bottom: 20px;
}

.flt-lft{float: left !important;}

.bttn_new{width: 15% !important;}


.route{margin-bottom: 10px;
    width: 100%;
    height: 40px;
}
.btn_h{float: left;
padding: 8px 8px;
background: #3a0c3a;
    border-radius: 5px;
color: #fff;
font-size: 14px;
text-align: center;
margin: 0px 10px 10px 0px;}

.btn_h:hover{    background: #611961;
color: #fff !important;}

.btn_h a:hover{    background: #611961;
color: #fff !important;}

.btn_h a{text-align: center;
padding: 8px 8px;
width: 100%;
font-size: 14px;
color: #fff;}

.clear{clear: both;}

.compulsory_text{width:  100%;
height: auto;}

.pad_b_10{padding-bottom: 10px !important;}

.hint_txt{font-size: 13px !important;
padding-top: 10px;}



h2.pad_b_10 {
    color: #334293;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.mark{text-align: right;}

.flt-ryt{float: right;}

.tb_top{height: 48px;
background-color: #1064a4;
color: #fff;}

.brd-ryt{border-right: solid 1px #fff;}
.brd-lft{border-left: solid 1px #fff;}
.brd-both{border-left: solid 1px #fff;
border-right: solid 1px #fff;}
.tb-pad-l10{padding-left: 10px;}



.tab_mange-main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    height: auto;
    display: inline-block;
    padding: 20px;
    margin: auto;
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


.tab_mange-main h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

.table_h40{height: 40px;
    margin-top: -15px;}


.p_arrow {
    font-size: 14px;
    font-weight: 100;
    color: #6389f3;
    margin-top: 3px;
}


.n_arrow{
    font-size: 14px;
    font-weight: 100;
    color: #6389f3;
    margin-top: 3px;
}

.page_active{background: #1064a4 !important;
    color: #fff !important;}
.text-part_emt {
    height: auto;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
}


.txt_area {
    min-height: 300px;
    margin-bottom: 20px;
}


.bttn_new_emt {
    width: 25% !important;
}


td {
    font-size: 12px;
    height: 45px;
    font-weight: 400;
}



.ttnb{padding: 5px;}





.tb_btn{
color: #fff !important;
text-align: center;

margin:2px 3px ;
border-radius: 5px;}

.change_p{background: #3483be !important;}

.block_p{background: #ed1b24 !important;
color: #fff !important;
}

.reset_p{background: #e87d1d !important;
color: #fff !important;

  }

  .acces_p{background: #57b72f !important;
color: #fff !important;

  }

  .act_p{background: #57b72f !important;
color: #fff !important;
}


.tbtn{width: 100%;
height: auto;
background: #000;
color: #fff;
text-align: center;

color: #fff !important;
border-radius: 5px;
padding: 8px 0px;
font-size: 12px;

float: left;
    max-width: 155px !important;}


    .pad75{padding: 0px 5px 0px 75px ;}

    .cust_width {
    width: 44%;
    float: left;
    margin-right: 15px;
}



select#select {
    width: 100% !important;
    padding-right: 10px;
}


form {
    margin: 0px;
    width: 100%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    font-size: 14px !important;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover{background: #1064a4 !important;
color: #fff !important}


.col-sm-12.persantage {
    height: 40px;
    margin-top: 10px;
    padding: 0px 3px;
}



.style1 {
    color: #f00;
    font-weight: bold;
    font-size: 14px;
}

.inserted {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px!important;
    padding-bottom: 5px;
    line-height: 1.8 !important;
}


.padiing_btm140{padding-bottom: 140px !important;}


.mg-t-20{margin-top: -20px;}



.tablefooter_bg {
    background: #1064a4 !important;
}

.tableFooter a:hover {
    
    background: #0f4e7d;
   
    border: 1px solid #0f4e7d;
   
}


.table_active_in{    color: #fff !important;
    padding: 8px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
   -webkit-filter: brightness(100%);}

.table_active_in:hover{
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff !important;

}




    .tb_blk{background: #ea7d1e;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff !important;
     -webkit-filter: brightness(100%);}


.tb_blk:hover{
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff !important;

}
    .tb_mng{background: #3483be;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff !important;
   -webkit-filter: brightness(100%);}

.tb_mng:hover{
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff !important;

}
    .tb_remove{background: #ed1b24;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff !important;
  -webkit-filter: brightness(100%);}


 .tb_remove:hover{
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff !important;

}


    .ed_t{background: #1064a4;
    padding: 10px 15px;
     color: #fff !important;
    border-radius: 5px;}

    .del_t{background: #f00;
    border-radius: 5px;
     color: #fff !important;
    padding: 10px 11px;
}


.ed_t:hover{background:#0c4c7d;}


.del_t:hover {
    background: #bf0c0c;
   
}

.view_e{background: #ea7d1e;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 8px;
}

.view_e:hover {
    background: #ce6b14;
    
}

.ed_t a:hover{color: #fff;}

.td_w{width: 6%;}

.dlt_w{width: 8%;}

.vie_w{width: 10%;}

.bth {
    padding: 12px 12px;
    background: #1164a3;
    color: #fff !important;
    border-radius: 5px;
   
}



.brd-rytt{border-right: solid 1px #909090;
text-align: center;}


a.bth.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn {
    font-size: 14px !important;
    background: #1164a3 !important;
    padding: 12px 12px !important;
}


.ftr_buton {
    padding: 12px 15px !important;
    background: #1064a4;
    color: #fff !important;
    border-radius: 5px;
}


.space.col-sm-12 {
    height: 40px;
    background: #eceff8;
}


.sub_select {
    width: 20%;
}

.col-sm-12.col-xs-12.col-md-9.col-lg-9.create_link{padding-left: 8px;}

.white_bgg{background: #fff !important;}



.col-md-12.flt-lft {
    padding: 0;
}


.ar_row{/*padding: 6px 30px 0px 30px;*/
	padding: 6px 38% 0px 38%;

  
background: #fff;
border: 2px solid #ddd;
display: inline-block;
margin-bottom: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o- -webkit-border-radius: 5px;
width: 100%;
background: #ebebed;
overflow: hidden;
height: 40px;
margin-bottom: 10px;
cursor: pointer !important;}

.ar_row:hover{border: solid 2px #ccc9c9;}


.ar_img{width: 25px;
height: 25px;}


.col-sm-12.col-xs-12.col-md-5.col-lg-5.tb_swich1 {
    padding: 0px;
}


.col-xs-12.col-sm-12.col-md-5.col-lg-5.tb_swich3 {
    padding: 0px;
}


.col-xs-12.col-sm-12.col-md-2.col-lg-2.r_pc.tb_swich2{ padding: 105px 30px; float: left;}

.col-xs-6.col-sm-6.col-md-12.col-lg-12.arw{float: left;}

.slect_part{width: 100%;
margin-bottom: 15px;}

.enter_here_mt{margin-top: 20px;}


.newhead {
    background: #1064a4;
    color: #fff;
}

label {
   font-size: 12px;
    max-width: 90%;
    float: left;
    width: auto;
    text-transform: capitalize;
    
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}

iframe {
    border: solid 1px #9d9c9c;
    border-radius: 5px;
}




.col-xs-12.col-sm-12.col-md-6.col-lg-6.alert_box {
    margin: auto;
        margin-bottom: auto;
    height: 330px;
    background: #eee;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 50px;
    border: solid 1px #b5b5b5;
}

.semi_alert{width: 100%;
height: 110px;
background: #fc2a4f;
margin-bottom: 30px;
}

.semi_alert_green{width: 100%;
height: 110px;
background: #36bb93 !important;
margin-bottom: 30px;
}

.semi_alert_green img{width: 80px;
height: 80px;
margin: auto;
margin-top: 20px;}

.semi_alert img{width: 80px;
height: 80px;
margin: auto;
margin-top: 20px;}



.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttn {
   font-size: 14px;
margin: auto;
    margin-top: auto;
margin-top: auto;
margin-top: 40px;
background: #1164a3 !important;
min-width: 100px;
color: #fff !important;
}



.alrt_s {
    color: #1164a3;
    font-weight: 600;
    font-size: 1.75rem;
}


.inbox_del_btn{padding: 8px 8px;
background: #f00;
color: #fff !important;
font-size: 12px;}


.inbox_sub_btn{padding: 8px 8px;
background: #ea7d1e;
color: #fff !important;
font-size: 12px;}


.inbox_sub_btn:hover{background: #d06c14; color: #fff !important;}

.inbox_del_btn:hover{background: #ce0b0b; color: #fff !important;}


.pagin {
    padding: 5px 10px;
    background: #000;
    color: #fff;
}

.form-control.rado {
    width: 20px !important;
    margin-top: 2px !important;
    margin-right: 5px !important;

    float: left;
}

#editor {
    overflow-x: hidden !important;
}

.btn-toolbar.editor {
    margin-bottom: 15px !important;
}



.btn.btn-info {
    height: 30px;
}


.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF;
}

.btn-toolbar.editor.editer_new {
    width: 100%;
    height: auto;
   
    min-height: 40px;
}

.forgot_em{margin: auto;
background: #fff;
height: 400px;
border-radius: 5px;}

.forgot_em_log{width: 250px;
height: 60px;
margin: auto;
background: transparent;
padding-top: 50px !important;}

.forgot_em_log img{width: 100%;
height:auto;}

.frg_form{width: 100%;
height: auto;margin: auto;
padding: 20px;
background: #fff;
    margin-top: 75px;
}

.title_frg{width: 100%;
height: 30px;
}

 .frg_form h4 {
    background: #fff;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.email_frg{width: 100%;
margin-bottom: 20px;}

.frg_btn{width: 100%;
margin: auto;
}



.frg_btn_in {
   margin: auto;
margin-left: auto;
background: #1164a3;
padding: 12px 20px;
color: #fff;
border-radius: 6px;
border: solid 1px #1164a3;
float: left;
margin: 6px;
  
}


.frg_btn_in.button.ht {
    padding-top: 12px;
    display: block;
    text-align: center
    color:#fff !important;
    border: solid 1px #1164a3;
    background: #1164a3;
}




.frg_btn_in:hover{background: #0e5082;
 border: solid 1px #0e5082;
color: #fff !important}


.frg_btn_in.button.ht:hover{background: #0e5082;
 border: solid 1px #0e5082;}



.sent_bbtt{
    padding: 8px 10px;
    background: #57b72f !important;
    color: #fff !important;
    border-radius: 5px;
}



.em_edit{padding: 6px 10px;
background: #3483be !important;
margin-top: 10px !important;
color: #fff !important;
border-radius: 5px;}



.em_delete{padding: 6px 10px;
background: #ed1b24 !important;
margin-top: 10px !important;
color: #fff !important;
border-radius: 5px;}


.em_view{padding: 6px 10px;
background: #57b72f !important;
margin-top: 10px !important;
color: #fff !important;
border-radius: 5px;}


.em_unsub{padding: 6px 10px;
background: #e87d1d !important;
margin-top: 10px !important;
color: #fff !important;
border-radius: 5px;}


.t_p22 {
    padding-top: 15px !important;
   
}

td {
    overflow: hidden;
}


.li-in:hover {
    background: #0000;
    color: #fff !important;
}


.colors img {
   
    float: left;
    border-radius: 0 !important;
    margin-top: 3px;
}

.calendar_txt {
    background: #cfd2db;
    margin-bottom: 2px;
    color: #fff;
    text-align: ;
    height: auto;
    padding: 0px 2px;
    width: 100%;
}


.calendarWrap table td {
    border: 1px solid #ccc;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px;
    max-width: 150px;
     
}


.day_cell{min-height: 130px !important;}

.go_btn{padding: 8px 12px;
background: #1164a3 ;
border: solid 1px #1164a3;
color: #fff !important;
cursor: pointer;}

.go_btn:hover{background: #0e5082 ;}

.col-6.col-md-3.flt-lft {
    text-align: left;

}

.space_cl{margin-bottom: 0px;}

.td_date_head{width: 25%;
float: left;}

.cl_clr_frm{width: 45%;
float: left;}

.cl_go_frm{width: 30%;
float: left;}



.col-lg-5.col-md-5.col-sm-12.col-xs-12.ftr_lft {
    min-height: 85px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    line-height: 60px;
    background-color: transparent;
    overflow: hidden;
    display: contents;
}









body {
    background-color: #fff !important;
}


.ftr_footer {
    width: 100%;
    height: auto;
    background: #e3e7f3;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
bottom: 0;
}

.space_part{height: 100px;
width: 100%;}

.sec_btn{margin-top: -10px;}
.firt_btnn{margin-bottom: 5px;
margin-right: 10px;}

.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.sec_btn {
    margin-top: 0;
}


.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.sec_btn {
    font-size: 14px;
    padding: 12px;
    color: #fff !important;
}


.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.firt_btnn {
    font-size: 14px;
    padding: 12px;
    color: #fff !important;
}


.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.sec_btn.sec_2 {
    margin-right: 10px;
}

.s_btn {
    width: 95%;
    height: 40px;
    background: #1064a4;
    color: #fff;
    border: solid 1px #1064a4;
    cursor: pointer;
}

.bgclr_orng{background-color: #F77431 !important;}

.bgclr_vilot{background-color: #6c2dc7 !important;}

.bgclr_green{background-color: #41A317 !important;}

.bgclr_pink{background-color: #F660AB !important;}


.cl_see_more {
    width: 100%;
    height: auto;
    background: #1064a4;
    color: #fff !important;
    min-height: 25px;
    line-height: 2;
     cursor: pointer;
}


.cl_see_more a {
    color: #fff !important;
    padding-left: 5px;
    cursor: pointer;
}


.day_cell {
    height: 130px;
}

.bt_up_btn {
    width: 67%;
    height: 40px;
    background: #1064a4;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.bck_btn{padding: 12px 14px;
background: #1064a4;
border-radius: 5;
text-align: center;
    border: none;
    color: #fff !important;
    margin-top: 20px;}

.back_button {
    margin-top: 35px;
    border-radius: 5;
}


.in_bttn{padding: 10px 12px;
background: #1064a4;
color: #fff;
text-align: center;
border: none;
border-radius: 5px;
font-size: 14px;}


.alrt_dis {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}

.alrt_dis span {
    width: 100%;
    display: block;
    height: auto;
}

.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttnss {
    position: inherit;
    left: 0;
}

.pg_main {
    width: 100%;
    height: 30px;
    position: relative;
    left: 0;
}

.romve_btn{padding: 8px 12px;
background: #1164a3 !important;
color: #fff !important;
border-radius: 5px;}

.chart_in{width: 100%;
height: auto;
margin-top: 20px;}

.col-lg-5.col-md-5.col-sm-12.col-xs-12.ftr_lft {
    padding: 0;
}

.sfr_alrtt{margin-bottom:15px; padding-left:10px;}


button.btn.btn-lg.btn-primary.btn-block:hover {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #0d5084 !important;
    border-color: #1164a3 !important;
    padding: 11px 0px;
}

.green_text_p{text-align: center; color:#36bb93 !important;
line-height: 1.5px; }

.btn_lft {
    min-width: 150px;
    background: #1164a3;
    padding: 8px;
    float: left;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    margin-right: 5px;
}

.lft{float: left;}

.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttn.lft {
    float: left;
}



.two_btn.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 25px 12%;
}

.hr_line{    width: 95%;
    height: 2px;
    background: #c8c9ca;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 35px;
}



.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttn.center_bttn:hover {
    background: #0e5184 !important;
    color: #fff !important;
}


.mCSB_container li a:hover {
    background-color: #1064a4 !important;
}



.modal-dialog {
    max-width: 90% !important;
    margin: 1.75rem auto;
}

#exampleModalLong {
    z-index: 9999999999999999;
    background: #00000075;
}

#tcal {
    width: 300px !important;
    left: 40.5% !important;
}


.day_cell {
    min-width: 40px;
}

.tdnone{}


.bck_btn {
    border-radius: 5px;
}


.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttn {
    z-index: 9;
}


#navbar-collapse-1 {
    z-index: 99999999;

}


.li-in {
    cursor: pointer !important;
    color: #fff !important;
}


.two_btns.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin-top: 15px;
}

#tcal {
    width: 300px !important;
    left: 40.5% !important;
}

.li-in {
    color: #fff !important;
}

.dropdown-toggle:hover {
    background: #1164a3 !important;
}


.li-in::after {
    display: none !important;
}


#navbarDropdownMenuLink-4:hover {
    background: transparent !important;
     cursor: pointer !important;
}


a#navbarDropdownMenuLink-4:hover {
    background: transparent !important;
    cursor: pointer !important;
}


.text-part_emt {
    height: auto;
    width: 100%;
    min-height: 40px;
    /*margin-bottom: 20px;*/
}



.w_f_mob1 a {
  /* background: #1164a3;*/
padding: 2px 7px;
color: #000 !important;
margin: 0px;
    margin-right: 0px;
width: 10px;
white-space: ;
margin-right: -4px;
}


.fixed_footer {
    display: none;
}

.log_out_mobile{display: none;}


.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt {
    background: #1164a3 ;
    
}


input.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.sec_btn.sec_2 {
    margin-top: -13px;
}


a.btn.btn-primary.btn-lg.btn-block.bttn_new.register_bt.center_bttn.lft {
    background: #1164a3 !important;
    color: #fff !important;
}

.mark, mark {
    padding: .2em;
    background-color: #ffffff !important;
}

input[type="radio"], input[type="checkbox"] {
    
    width: 15px !important;
    margin-right: 5px !important;
}

.result_inbox {
    min-width: 40%;
    float: left;
    max-width: 80%;
}

.col-sm-12.col-md-12.col-xs-12.col-lg-12.result_man{
  padding: 0px !important;

}

.result_in {
    width: 100% !important;
    min-height: 30px;
    height: auto;
    clear: both;
}

.result_count {
    float: left;
    max-width: 20%;
    width: 20%;
}

.rmv_btnn{border: none !important;
cursor: pointer;
margin-left:10px;}


.normal_btnn{padding: 12px 20px;
    background: #1164a3 !important;
    color: #fff;
    border-radius: 5px;
}

.normal_btnn:hover{color: #fff !important;}
.normal_btnn a{ color: #fff !important; }


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #b7b7b7 !important;
}

td {
    text-align: left !important;
 padding-left: 10px;
}

td:first-child { padding-left: 0px ; }


.defult_btnn{    padding: 10px 20px;
    background: #1064a4;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 10px;}


    input.btn.btn-primary.btn-lg.btn-block.bttn_new.register_btn.bttn_new_emt.firt_btnn {
    margin-left: 3px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}


.col-xs-6.col-sm-6.col-md-12.col-lg-12.arw {
    padding: 0px;
}


[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    cursor: pointer !important;
}

.in_bttn:hover {
    padding: 10px 12px;
    background: #0e568c;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}


.t_btn_orange{background: #ea7d1e;
color: #fff !important;
}

.t_btn_orange:hover{background: #d67018;
color: #fff;}


a.tb_blk {
    color: #fff !important;
}


.style1 {
    line-height: 2.2;
}


.w_f_mob1 a {
    padding: 2px 1px;
    color: #000 !important;
    margin: 0px;
    margin-right: 0px;
    font-size: 13px;
    width: 10px;
    margin-right: -4px;
}

td.w_f_mob1 {
    text-align: right !important;
}


 .bord-btm-mob{border: none;}

 .mrt-t-mob{margin-top: 15px;}

 .col-6.col-md-3.flt-lft label {
    text-transform: inherit;
}

.col-sm-12.col-xs-12.col-md-9.col-lg-9.create_link a {
    color: #000;
}

.col-sm-12.col-xs-12.col-md-9.col-lg-9.create_link a {
    color: #000;
    line-height: 2.1;
    font-size: 14px;
}