
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: none; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
 
 
html{ 
  /* scrollbar-width: thin;*/
  scrollbar-color: #333 ;
}

html::-webkit-scrollbar {
  width: 0px;
}

/* Track */
html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
html::-webkit-scrollbar-thumb {
  background:#C00; 
  border-radius: 0px;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
 
 
 
 
 
  
ul, ul li {
list-style: none;
}
a:hover, a:focus {
color: #2a6496;
text-decoration: none;
}
a, li , button{
        text-decoration: none;
		color: #777a7d;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
       -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
        -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
         -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}
 
 
.logout-style img{
	margin: 0;
}
.left-menu{
	margin:0px;
	padding:0px;
	width:115px;
	left:0;
	top:0;
	position:absolute;
	background:#f7f7f7 ;
	min-height:100%;
	z-index:5000;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	overflow:hidden;
	height:800px !important;
	box-shadow: 0px 0px 5px #ccc;
}

.left-menu1{ 
	width:290px !important 
}

.left-menu .nav{
	margin-bottom: 30px;
}

.icon-mobile-nav{
	width: 40px;
	background:#fff;
	position: fixed;
	left:133px;
	top:14px;
	z-index:600;
	transform: translate3d(0, 0, 0);
	webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.icon-mobile-nav a{
	display: block;
	padding: 5px 7px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height: 20px;
}
.icon-mobile-nav a:hover{
	color:#fff;
	text-decoration:none;
}
.icon-mobile-nav i{
	color:#82142d;
}

.icon-mobile-nav a:hover{
	color:#f46485;
}
.hide-menu{
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.main-padding{
	padding-left: 0px;
}
.icon-mobile-nav-left{ 
	webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}
.left-menu .nav>li>a>i{
	border-radius: 100%;
	background: none !important;
	width: 20px;
	height: 20px;
	padding: 4px;
	position: absolute;
	left: 10px;
	font-size: 16px;
}
.left-menu .nav>li:first-child{
	padding-right: 0px;
}
.left-menu .nav>li:nth-of-type(2)>a>i{
	background: #e67e22;
}
.left-menu .nav>li:nth-of-type(3)>a>i{
	background: #2ecc71;
}
.left-menu .nav>li:nth-of-type(4)>a>i{
	background: #3498db;
}
.left-menu .nav>li:nth-of-type(5)>a>i{
	background: #e74c3c;
}
.left-menu .nav>li:nth-of-type(6)>a>i{
	background: #9b59b6;
}
.left-menu .nav>li:nth-of-type(7)>a>i{
	background: #148377;
}
.left-menu .nav>li:nth-of-type(8)>a>i{
	background: #7f8c8d;
}
.left-menu .nav>li:nth-of-type(9)>a>i{
	background: #035db1;
}
.left-menu .nav>li:nth-of-type(10)>a>i{
	background: #6bb9f0;
}
.left-menu .nav>li:nth-of-type(11)>a>i{
	background: #306977;
}
.left-menu .nav>li:nth-of-type(12)>a>i{
	background: #3f4b6e;
}
.left-menu .nav>li:nth-of-type(13)>a>i{
	background: #f62459;
}
.left-menu .nav>li:nth-of-type(14)>a>i{
	background: #e08283;
}
.left-menu .nav>li:nth-of-type(15)>a>i{
	background: #f64747;
}
.left-menu .nav>li:nth-of-type(16)>a>i{
	background: #674172;
}
.left-menu .nav>li:nth-of-type(17)>a>i{
	background: #9a12b3;
}
.left-menu .nav>li:nth-of-type(18)>a>i{
	background: #f6f5f9;
}
.left-menu .nav>li>a{
	line-height: 15px;
	color: #959597;
	border-left: 3px solid;
	border-color: transparent;
	padding-left:10px;
	border-bottom:1px solid #144060;
}
.left-menu .nav>li>a:hover, .left-menu .nav>li>a:focus{
	background: #f6f5f9;
	border-left: 3px solid #2ea3fe;
}
.left-menu .nav>li>a.active{
	border-left: 3px solid #2ea3fe;
}
.content-wrapper{
	width:100%;
	padding: 0px 0;
	padding-left:0px;
	margin-top: 0px;
	overflow: hidden;
	webkit-transition: all 0.5s ease-out;
	-moz-transition:  all 0.5s ease-out;
    -ms-transition:  all 0.5s ease-out;
    -o-transition:  all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-bottom:10px;
	 
	 
}
.content-wrapper1{ 
	padding-left:290px ; 
}


.content-div-main {
	padding: 50px 0px 0px 0px;
	margin: 0px;
}
.main-padding {
	padding-left: 0px !important;
	padding-right:-15px !important;
}
.badge {
	display: inline-block;
    width: 15px;
    padding: 2px 0px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #F00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 30px;
    height: 15px;
    text-align: center;
}
.notfication i {
color: #FFF;
padding: 6px;
background: #0e334e;
border-radius: 100%;
width: 25px;
height: 25px;
margin: 10px;
}
.dropdown-menu.extended {
max-width: 200px !important;
min-width: 160px !important;
top: 42px;
right: 10px;
left: auto;
width: 200px !important;
padding: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
border: none !important;
border-radius: 4px;
-webkit-border-radius: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}
.main-navbar{
	background: #FFF;
	height: 60px;
	z-index: 6000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}
.logout-style, .notify {
	padding-top: 8px;
}
.logo img {
	max-height: 60px;
	margin: 8px auto;
}
.title-1 {
	font-weight: 400;
	margin-top: 10px;
}
.title-2 {
	font-weight: 400;
	color: #14629f;
}
.bluechip-tabs {
	text-align: left;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background:#FFF;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	padding: 0px 0px 0px 5px;
}

.bluechip-tabs li{
	display: inline;
	padding: 5px 15px;
}
.bluechip-tabs li>a { 
	margin-left: -3px;
	line-height: 32px;
	display: inline-block;
	border-right: 0px solid #ccc;
	border-bottom:2px solid #fff;
}
.bluechip-tabs li>a>i {
	margin-left: 10px;
	font-size: 18px;
	color: #14629f;
}
.bluechip-tabs li>a:hover {
	background: #fff;
	color: #14629f; 
	border-bottom:2px solid #14629f;
}
.bluechip-tabs li>a:hover>i { 
	color: #14629f; 
}
.bluechip-tabs .active{
	background: #fff;
	color: #14629f;
	border-bottom:2px solid #14629f;
}
.bluechip-tabs .active>i{
	color: #14629f;
}
.tab-wrapper{
	position: relative;
}
.tab-content{
	min-height:50px;
	text-align: left;
	-webkit-transition: opacity ease-out 0.5s;
    -moz-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
	opacity: 1; 
	width: 100%;
	display: inline-block;
	margin-top: 50px; 
}

.tab-content1 {
    margin: 0px !important;
}

.hide-tab{
    visibility:hidden;
    position: absolute;
    width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}
.search-normal {
margin: 0px 0px 15px 0px;
}
.select-normal select {
height: 34px;
border-color: #fff;
border-radius: 2px;
width: 100%;
margin: 10px 0;
padding: 0 10px;
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.search-input {
border: 0;
border-radius: 0px;
width: 100%;
/*-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.3);
box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.3);*/
}
.search-style {
border-radius: 3px;
border: 0px solid #fff;
}
.search-button .btn {
border-bottom: 1px solid #fff;
border-radius: 2px;
background: #fff;
color: #14629F;
font-size: 16px;
padding: 5px 15px;
}
 
.status i {
margin-right: 5px;
}
.status .active {
color: #a3d90f;
}
.status .inactive {
color: #f81c1c;
}
 
.ckeditor{
width: 100%;
min-height: 200px;
margin: 15px 0;
}
.ckeditor-wrapper{
margin: 0px 0px 15px 0px;
}
 
.hr-1{
margin: 30px -50px 20px -50px;
border-top: 1px solid #14629F;
}
 
  
.search-grey .search-style{
background: #7d909f;
border: 1px solid #7d909f;
color: #FFF !important;
}
.search-grey .search-button .btn {
border-bottom: 1px solid #7d909f;
background: #7d909f;
color: #FFF;
}
.search-grey ::-webkit-input-placeholder {
   color: #FFF;
}

.search-grey :-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.search-grey ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

.search-grey :-ms-input-placeholder {  
   color: #FFF;  
} 

@media only screen and (max-width:767px) {
.left-menu { margin:-40px 0px 0px 0px; 
    top:0px; 
}
.left-menu .nav>li:first-child {
    padding-right: 00px;
}

.content-wrapper1{ 
	padding-left:200px ; 
}
.left-menu1 {
    width: 290px !important;
}

}


/************************ns Start********************/
.numeric-stepper {
	width:140px;
	height:30px;
	display:block;
	position:relative;
	overflow:hidden;
	border:0px solid #555;
	margin-left:7px; 
    float: left;
}

.numeric-stepper input {
	width: 50px;
    height: 30px;
    float: left;
    text-align: center;
    vertical-align: center;
    font-size: 15px; 
    background: #fff;
    border: 1px solid #ccc;
    margin: 0px 0px 0px 44px;
	border-radius: 5px;
}

.numeric-stepper button {
	width:30px;
	height:30px;
	font-size:0.5em;
	padding:0;
	margin:0px 0px 0px 0px;
	z-index:100;
	text-align:center;
	position:absolute; background:none; border:0px;
	 
}

.numeric-stepper button img{
	border-radius: 6px;
}
.numeric-stepper button.minus {
	bottom:0;
}

.minus{ left:0px; top:0px;}
.plus{ right: 0px; top:0px;}

/************************ns End********************/



.badge {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #0ee34a;
    position: absolute;
    color: #fff; 
	top: -5px;
    right: 3px;
}

.badge1 {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #2785f0;
    position: absolute;
    color: #fff;
	margin: 0px 0px 00px 0px;
	top: -5px;
    right: 3px;
}
 

.dropdown-menu-right a {
    width: 100%;
    display: inline-block;
    padding: 10px 15px 10px 15px;
  
}

.dropdown-menu-right a:hover { background:#f22172;
  
}

.document_img{
	width:90px;
	height:90px;
}


.register_scro{ 
  /* scrollbar-width: thin;*/
  scrollbar-color: #333 ;
}
.register_scro::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.register_scro::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid transparent;
}
.register_scro::-webkit-scrollbar-thumb {
   background: none ; 
}
.register_scro::-webkit-scrollbar-thumb:hover {
   background: none ; 
}
.register_scro::-webkit-scrollbar-corner, .register_scro::-webkit-scrollbar-track {
   background: none ; 
} 
/* The below styles are for display purposes only */ 

[class^=register_scro] {
  height: 866px;
  overflow-y: scroll;
 overflow-x: hidden;
}

[class^=register_scro]  { 
  padding: 0rem;
  overflow-x: hidden;   
}
 
.register_scro {
	padding:0px;
	height: calc(100vh - 220px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
} 


@media only screen and (max-width:1024px) {
.icon-mobile-nav { 
    left: 120px;
    top: 14px; 
}
.left-menu { 
    box-shadow: 0px 0px 0px #ccc; 
}
.badge { 
	margin: 0px 0px 0px -5px;
}
.tab-content { 
  margin-top: 0px;
}

}

@media only screen and (max-width:767px) {
.tab-content {
  min-height:50px; 
}

}
