.brand {
    font-family: Segoe UI, Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.login_bg {
	background: url(/clientcare-customizations/images/bg1.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login_bg_box {
	background: url(/clientcare-customizations/images/vastclientcarebg-box.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login_bg_box > flippy{
    float: none;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
}
.login_bg_box > flippy flippy-back, 
.login_bg_box > flippy flippy-front{
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.login_bg_box > .resetpwd{
    float: none;
    position: absolute;
    left: 55%;
    width: 40%;
    height: 100%;
}


.footer {
	position: fixed;
  bottom: 0;
  left: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 35px;
	background-color: rgba(245,245,245,0.5);
  border-top: 1px solid #bbb;
  z-index: 9999;
  font-size: 12px;
  padding: 7px 10px 0 10px;
}
.footer a {
	color: #2c3e50;
}
body > .container {
	padding: 60px 15px 0;
}
footer .container p.text-muted {
	margin: 7px 0;
	font-size: 13px;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}
footer a:hover {
	text-decoration: none;
}
#loginform {
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding: 20px;
    width: 100%;
}
#loginform input {
    display: block;
    background: transparent;
    margin-bottom: 15px;
    outline: none;
}
#loginform .inputfield {
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#loginform .inputfield:focus {
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#loginform .inputbutton {
    padding: 10px 10px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    color: #080808;
    background: #fff;
    border: none;
    text-transform: uppercase;
    margin: 35px 0px 10px 0px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#loginform .inputbutton:hover {
    background: #2ecc71;
    color: #fff;
    outline: none;
}
#logo {
    background: transparent;
    text-align: center;
    margin: 42px auto 0% auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
#forgotpassword a {
    color: #fff;
    font-size: 1em;
}
.form-control {
  /*   width: 90%;
    margin-left: 18px; */
}
.loginbtn{
    /* width: 90%;
    margin-left: 18px; */
}
/* .form-control::-webkit-input-placeholder {
    color: #080808;
    }
    .form-control:-moz-placeholder {
    color: #080808;
    }
    .form-control::-moz-placeholder {
    color: #080808;
    }
    .form-control:-ms-input-placeholder {
    color:#080808;
    } */
    body > .container {
        padding: 10px 15px 0;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .col-md-12 {
        position: inherit !important;
    }

    .login-control{
        color:#080808;
    }
    .login-control::-webkit-input-placeholder {
    /* color:#080808 !important; */
    }

    .login-control:-moz-placeholder {
    /* color:#080808 !important; */
    }
    .login_form{
         padding: 0 20px;
        /* background: rgba(255,255,255,0.3);
        border-radius: 4px;
        box-shadow: 0 0 5px #666;
        margin: 13% 0;
        border: 10px solid rgba(0,0,0,0.1);  */
        margin: 55px auto 0 auto;
        /*right: 12px;*/
        width: 320px;
        height: 500px;
        /* margin: auto; */
        position: relative;
        overflow: hidden;
        /* background: -webkit-linear-gradient(top, rgba(119, 136, 153, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(119, 136, 153, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%); */
        -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
        transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    }
    .form-group.required .control-label:after {
        color: #a94442;
        /* position: absolute; */
        margin-left: 3px;
        top: 4px;
        font-size: large;
        content: "*";
    }

    .required-field:after {
        color: #a94442;
        /* position: absolute; */
        margin-left: 3px;
        top: 4px;
        font-size: large;
        content: "*";
    }
    .ng-invalid.ng-touched:not(:focus) {
        border-color: #e74c3c;
    }
    /* #adminmodule .panel-body {
        padding: 0px;
    }

    #adminmodule .panel-body table tr td {
        padding-left: 15px
    }

    #adminmodule .panel-body .table {
        margin-bottom: 0px;
    }
    .container {
        width: 100%;
    }
    .panel-group .panel {
        overflow: inherit;
    } */
/* start side bar */

    /* .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }
    .wrapper {
        display: flex;
        align-items: stretch;
    } */

    #sidebar {
        /* min-width: 250px;
        max-width: 250px; */
    }

    #sidebar.active {
        margin-left: -250px;
    }
    #sidebar {
        /* min-width: 250px;
        max-width: 250px;
        min-height: 100%; */
    }
    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    
    @media (max-width: 768px) {
        #sidebar {
            margin-left: -250px;
        }
        #sidebar.active {
            margin-left: 0;
        }
    }
    @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    /* background: #fafafa; */
    padding-bottom: 35px;
    padding-top: 56px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #445268;
    color: #fff;
    transition: all 0.3s;
    margin: 0 -15px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #445268;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: #fff;
}
#sidebar ul li a .icon{
  -webkit-filter: brightness(400%); 
  filter: brightness(400%);
  margin-right: 8px;
  width:18px;
  height: auto;
  transition: none;
}
#sidebar ul li a:hover {
    color: #6d7fcc;
    background: #fff;
}
#sidebar ul li a:hover .icon{
  -webkit-filter: brightness(100%); 
  filter: brightness(100%);
  transition: none;
}

#sidebar ul li.active > a, #sidebar ul li.active > a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar ul li li.active > a, #sidebar ul li li.active a[aria-expanded="true"] {
    color: #6d7fcc;
    background: #fff;
}
#sidebar ul li.active > a .icon{
  -webkit-filter: brightness(400%); 
  filter: brightness(400%);
  transition: none;
}
#sidebar li li a {
    font-size: 0.85em !important;
    padding-left: 36px !important;
    background: #6d7fcc;
}


#sidebar li a[data-toggle="collapse"]:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;  
    margin-top: 3px;
    float: right;  
}
#sidebar li a[data-toggle="collapse"][aria-expanded="true"]:after{
  content: "\f078";
}
/* end of side bar */
/* .panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
} */
.user-setting {
    margin-left: 37px;
}
.dropdown-menu .divider {
    margin: 4px 0 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 60px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 165px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    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);
    right: 0px;
}
.tableTop{
    margin-top: 20px;
}
/* .img-circle-profile {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-    ng-cloak {
  display: none !important;
}

.main-container {
  display: flex !important;
  /* min-height: 100%; */
}

.sidenav {
  /* width: 280px;
  flex-shrink: 0; */
  /* background-color: #33414E; */
  background-color: #445268;
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #eee;
}
.sidenav li li{
    /* text-indent: 8px; */
}

.content {
  /* flex-grow: 1;
  background-color: #f1f1f1; */
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
}

.nav>li>a.dropdown-toggle {
    background-color: transparent!important;
    background: none!important;
}
.pull-right > .dropdown-menu {
    right: 50px;
   top: 50px;
}
a.dropdown-toggle[aria-expanded="true"]{
    background: none!important;
}

.loader-possition {
  top: 325px;
}
.loader {
	position: relative;
}
.nodatadisplay {
    margin-top: 150px;
}

.bg-transparent{
  background-color: transparent;
}

.disable-link{
  color: #3181c5;
    cursor: pointer;
    pointer-events: none;
}

a.list-group-item, button.list-group-item {
  color: #337ab7;
}

.list-group-item {
position: relative;
display: block;
padding: 6px 16px;
margin-bottom: 0px;
/* background-color: #fff; */
border: 1px solid #ddd;
}

.list-group-item .badge{
  /* float:none; */
  margin-right: 10px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
color: #fff;
text-decoration: none;
background-color: #337ab7;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:active {
color: #fff;
text-decoration: none;
background-color: #337ab7;
}

.wrap-table-column {
  word-wrap: break-word;
  position: relative;
  /*word-break: break-all;*/
  hyphens : auto;
}

.actions-td {
  padding-top: 18px !important;
  /* text-align: left !important; */
}

align-td {
  text-align: left !important;
}



/* #sidebar > ul > li {
  padding-left: 1.3em ;
}

#sidebar ul li a:before {
  content: '\f00c';
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
} */


.q-mark{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-right: 10px;
}
.q-mark:after{
    content: "?";
    right: 0px;
    position: absolute;
}

.chosen-container{
    width: 100% !important;
}

.tr-ng-grid>thead>tr>th {
  text-align: left;
  color: #777;
}

.progress {
  height: 19px;
}

/* css for request image caroudel */

#frame {
  border: 1px solid #ebebeb;
  padding-left: 20%;
  padding-top: 10%;
}

.carousel {
  width: 100%;
  height: 100%;
}

.carousel-inner>.item img {
  max-height: 490px !important;
  max-width: 490px !important;
}

.img1 {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  /* height: 400px; */
}

.status {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.mybtn {
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.stickybutton{
  position: sticky;
  bottom: 35px;
  right: 0;
  left: 0;
  padding: 5px 0;
  background-color: #fff;
}

textarea {
  resize: none; 
}


.pre-scrollable {
  margin-bottom: 20px;
}


.feedback-container {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 5px;
}


.label-cancelled {
  background-color: #777777;
}

.label-pending {
  background-color: #c13d95;
}

.label-onhold {
  background-color:#fc7327;
}

.label-inprogress {
  background-color:#07a8d3;
}

.label-declined {
  background-color:#ed3240;
}

.label-assigned {
  background-color : #30c4b5;
}

.label-closed {
  background-color :#27af64;
}

.label-reopen {
  background-color: #f1626e;
}

.label-completed {
  background-color: #6262c4;
}

.btn-assigned {
    background-color : #30c4b5;
    color: #fff;
}
.btn-reopen {
    background-color: #f1626e;
    color: #fff;
}
.btn-declined {
    background-color:#ed3240;
    color: #fff;
}
.btn-closed {
    background-color :#27af64;
    color: #fff;
}
.btn-onhold {
    background-color :#fc7327;
    color: #fff;
}

.btn-inprogress {
  background-color :#07a8d3;
  color: #fff;
}


.search-container {
  padding: 6px;
  border: 1px solid;
  border-color: #ccc;
  background-color: #f5f5f5;
}

.search-request-label {
  font-weight:500;
  font-size: 13px;
}

.history-container {
    border: 1px solid;
    border-color: #ccc;
    padding: 5px;
}

.history-container-list {
  max-height: 300px;
  overflow: auto;
  padding: 5px;
}

.remark-p {
  background-color: #f2f2f2;
  padding: 5px;
  word-break: break-all;
}

.search-header-span {
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.well.bg-warning{
    background-color: #fcf8e3 !important;
  }
 .well.bg-info{
    background-color: #d9edf7 !important;
  }
  .well.bg-success{
    background-color: #dff0d8 !important;
  }
/* 
  .btn:hover {
    color: #fff;
    text-decoration: none;
} */

.btn-assigned:focus,.btn-assigned:hover,
.btn-reopen:focus,.btn-reopen:hover,
.btn-declined:focus,.btn-declined:hover,
.btn-closed:focus,.btn-closed:hover,
.btn-onhold:focus,.btn-onhold:hover,
.btn-inprogress:focus,.btn-inprogress:hover {
  color: #fff;
  text-decoration: none;
} 

.well-request-count {
  border-radius: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-top: 0px;
  box-shadow: 10px 9px 7px rgba(0,0,0,.05)
}

.well-new-count {
  border-radius: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-top: 25px;
  box-shadow: 10px 9px 7px rgba(0,0,0,.05)
}
.h1-Assigned-count {
  font-size: 60px;
  color: #30c4b5;
}

.dashboard-count-heading {
    font-size: 25px;
    margin-top: 25px;
    /* margin-left: 20px;
    display: inline-block; */
    margin-bottom: 11px;
    color: #908c8c;
    font-weight: lighter;
    line-height: 27px;
}
.dashboard-newcount-label {
  font-size: 25px;
  /* margin-top: 25px; */
  /* margin-left: 20px;
  display: inline-block; */
  margin-bottom: 11px;
  color: #908c8c;
  font-weight: lighter;
  line-height: 27px;
}
.dashboard-userscount-label {
  font-size: 19px;
  margin-top: 9px;
  /* margin-left: 20px;
  display: inline-block; */
  margin-bottom: 21px;
  color: #908c8c;
  font-weight: lighter;
  line-height: 27px;
}

.h1-completed-count {
  font-size: 60px;
  color:#6262c4;
}

.status-count-label{
  border: 1px solid #e3e3e3;
  background-color: white;
  padding: 4px;
  color: #908c8c;"
}
.status-count{
  float: right;
  margin-top: -31px;
  padding: 4px;
  background-color: #636f84; 
  color: white;
}
.admindashboard-count{
  font-size: 60px;
  color: #4da0e6;
  margin-left: 127px;
}
.admindashboard-smallsize-count{
  font-size: 27px;
  color: #4da0e6;
  margin-top: -41px;
}
.h1-pending-count{
  font-size: 60px;
  color: #fc7327;
}

.status-label {
  width: 85px;
  display: inline-block;
  padding: 4px;
}

.form-control {
  font-size: 13px;
}
/* photo upload */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{
  background-color: #d8d8d8;
}
.btn-group-toggle .btn.active {
    background-color: #337ab7;
    color: white;
    box-shadow: none;
}
.margin-bottom{
    margin-bottom:4px;
}
.popover{
    max-width: 400px !important;
    padding-bottom: 20px;
    padding-top: 10px;
}
.main_bg_color{
  background-color: rgb(99, 111, 132);
  border-radius:0;
}
.signin_bg_color{
  background-color: #FBCA54;
  color: #3A3321;
}
.btnforgot_bg_color{
  color: #1f2c40;
}

.zones_project_status_Card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: auto;
}
.zones_project_status_Card_zonename{
  margin-left: 92px;
  margin-bottom: 17px; color: #908c8c;             
}
.input-color {
  position: relative;
}
.input-color input {
  padding-left: 20px;
}
.input-color .color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ccc;
  margin-left: 8px;
  margin-right: 5px;
 /*  position: absolute;
  left: 5px;
  top: 5px; */
}

.tags {
  display: inline-block;
  margin-top: 5px;
}

.tags .tag {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  position: relative;
  padding-right: 18px;
  margin-bottom: 2px;
}

.tag .close {
  font-size: 16px;
  position: absolute;
  right: 4px;
}

.datetimepicker-wrapper > input {
  width: 268px;
}

.message-container {
  border: 1px solid;
  padding: 10px;
  border-color: lightgray;
  border-radius: 5px;
  margin-top:10px
}

.user-header-uls > li > a{
  padding: 12px;
 
}

.newuser-btn {
  margin: 5px 0;
}

.action-button-container {
  justify-content: space-between!important;
  display: flex;
  flex-direction: row;
  border: none;
}

.auth-action-btn-div {
  display: flex;
  justify-content: space-around;
  padding: auto;
}

.btn-back {
width: 66px;
height: 28px;
/* UI Properties */
background: #5F7BC8 0% 0% no-repeat padding-box;
opacity: 1;
color: white;
margin-top: 20px;
border: none;
}


.access-mgmt-text {
  width: 161px;
  height: 21px;
  text-align: left;
  font: normal normal medium 15px/23px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.zones-tree-contianer {
  border: 1px solid #e1d8d8;
    padding: 10px 10px;
    height: 100vh;
    overflow: auto;

}

.access-table-contianer {
  border: 1px solid #e1d8d8;
  height: 100vh;
  overflow: auto;

}

.zones-tree-contianer::-webkit-scrollbar {
  width: 12px;
  height: 5px;
  background-color: #f2f2f2; /* or add it to the track */
}


.invalidloginplatformcontainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #0d0d0e5d;
  z-index: 3;
  justify-content: center;
  align-items: center;
}


#invalidloginmodal {
  background-color: white;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0px 0px 10px 1px #4646467e;
  font-family: 'Poppins', sans-serif;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.h-70 {
  height: 70%;
}

.h-75 {
  height: 75%;
}

#invalid-login-header {
  padding: 10px 15px;
  font-size: 16px;
  color: #5F5F5F;
  border-bottom: 2px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-close {
  color: gray;
  cursor: pointer;
}

.fa-close:hover,
.fa-close:focus {
  cursor: pointer;
  color: rgb(41, 41, 41);
}

.show {
  display: flex !important;
}

.fs-15 {
  font-size: 15px;
}

.invalid-login-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#invalid-login-body-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #707070;
}

#change-module {
  width: 300px;
  padding: 5px;
  text-align: center;
  background-color: #5CB85C;
  border-radius: 2px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
}

#change-module:hover,
#change-module:focus {
  background-color: #57ad57;
}

#image-container {
  height: 243px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.font-weight-bold {
  font-weight: bold;
}

.border-bottom {
  border-bottom: 2px solid gray;
}

.mobileimage {
  width: 100%;
  display: flex;
  justify-content: center;
}

.store {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}


.text-yellow {
  color:rgb(213, 171, 57) ;
}

.limit-w {
  max-width : 100%;
  white-space: nowrap; 
  display : flex;
  /* overflow-x: scroll;
  overflow-y : hidden; */
  
  
}
/* width */
.limit-w::-webkit-scrollbar {
  width: 2px;
  height : 8px;
}

/* Track */
.limit-w::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.limit-w::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.limit-w::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

input.noticeFilesUploadBtn::-webkit-file-upload-button {
  visibility : hidden;
}
input.noticeFilesUploadBtn::before {
  content: 'Upload';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #4080BE;
  color : #4080BE;
  user-select: none;
  border-radius: 5px;
  padding: 5px 8px;
  width: 263px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.uploadLabel{
  cursor : pointer;
  border: 1px solid cyan;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 7px;
}

.report-link{
  padding: 15px;
  border: 1px solid #cdc5c5;
  margin-top: 6px !important;
  }

  .users-subtabs::-webkit-scrollbar {
    display: none;
  }

.role-dropdown .chosen-container-single .chosen-single {
    height: 36px;
    align-items: center;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 3px;
  }
  
  .role-dropdown .chosen-container-single .chosen-single div {
    top: 6px
  } 