@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot');
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff2') format('woff2'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}  

@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.eot');
	src: url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype'), url('../fonts/Georgia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_PTSans-Regular';
	src: url('../fonts/PTSans-Regular.eot');
	src: url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_PTSans-Bold';
	src: url('../fonts/PTSans-Bold.eot');
	src: url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype'), url('../fonts/PTSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Conv_PTSans-Regular';
} 

h1, h2, h3, h4, h5, h6 {
	font-family: 'Conv_PTSans-Regular';
	color: #000000;
	font-weight:normal;
}
p{
	font-family: inherit;
}
img{
	max-width:100%;
	height:auto;
}
.btn{
	font-family: 'Georgia';
}
a {
	text-decoration:none;
}
.georgia{
	font-family: 'Georgia';
}

.topbar {
	color:#fff;
	font-family: inherit;
}

.align-left{
	float:left;
	margin-right:25px;
}
.align-right{
	float:right;
	margin-left:25px;
}

.readmore{
	font-family: 'georgia';
	color:#666;	
	 transition:all 0.2s ease-in 0s; 
}
.readmore:hover {
	color:#d2202d;
} 

  .readmore:after {
	content:"Ã¯â€žâ€¦";
	color:#666;
	font-family:'FontAwesome';
	margin-left:8px;
	 transition:all 0.2s ease-in 0s; 
} 
.readmore:hover:after {
	color:#d2202d;
	transition:all 0.2s ease-in 0s;
}
a:hover{
	text-decoration: none;
}

.dropdown .dropdown-menu .dropdown-item .fa-angle-right:before {
	font-size: 1.6em;
	margin-top: 3px;
	display: inline-block;
}

/* menu work done */

/* navbar starts */
.navcarer-container h3{
	padding: 11.5px 0;
} 

.navcarer-container .nav-icon1 {
	width: 60px;
	height: 36px;
	position: relative;
	margin-top: 5px;
}

.navcarer-container .nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
	background: #ff1d25;
	border-radius: 9px;
	opacity: 1;
	left: 12px;
}

.navcarer-container .nav-icon1 span:nth-child(1) {
	top: 9px;
}

.navcarer-container .nav-icon1 span:nth-child(2) {
	top: 20px;
}

.navcarer-container .navbar-toggler{
	padding: 0rem 0rem !important;
}

.navcarer-container .navbar{
	padding: 0rem 0rem !important;
}

.navcarer-container .navbar .navbar-brand{
	padding: 0rem 0rem !important;
	margin-left: 3%!important;
}

.navcarer-container .bg-dark{
	background-color: #136726 !important;
}

/* .navcarer-container .navbar-dark .navbar-nav .nav-link{
	color: #ff1d25!important;
	border-bottom: 0px !important;
	margin: 0px 0px !important;
	padding-left: 0.875rem!important;
	padding-right: 0.875rem!important;
} */

.navcarer-container .navbar-dark .navbar-collapse{
	border-top: 0px !important;
	margin-right: 3% !important;
}

/* .navcarer-container .navbar-dark .navbar-nav a:hover{
	background: #fff!important;
	color: #ff1d25 !important;
} */

/* .navcarer-container .navbar-dark .navbar-nav a:hover span{
	color: #ff1d25 !important;
}
 */
/* .navcarer-container .navbar-dark .navbar-nav .nav-link:focus{
	background: #ff1d25!important;
	color: #fff !important;
} */

.navcarer-container .navbar-dark .navbar-nav .nav-link:focus span{
	color: #fff !important;
}

.navcarer-container .navbar-dark .navbar-nav .nav-link .topbar{
	font-size: 1.1rem;
}

/* navbar ends */

.navbar img.logo {
	padding-bottom: 10px;
    margin-right: 5px;
}

.navbar h3 {
	font-family: 'Conv_Montserrat-SemiBold';
	color: #ffffff; 
	/* text-transform: uppercase; */
	font-weight:600;
	margin:0;
	display: inline-block;
}

.dashboard-nav h3{
	color: #fff;
}

.red {  
color:red;
 font-size: 1.5rem;
 text-transform: uppercase; 
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal.show .modal-dialog{
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    min-width:94% !important;
}
    
iut-script {
	display: none;
}

/* nav bar end */

/* footer */
.websitefooter {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17417b+0,186c76+100 */
background: #17417b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0f6924 0%, #186c76 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0f6924 0%,#186c76 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0f6924 0%,#186c76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6924', endColorstr='#186c76',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
	
}

.websitefooter .whitelogo img {
	margin:0;
	width: 140px;
}
.whitelogo:after {
	content:"";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17417b+0,ffffff+50,186c76+100 */
background: #17417b; /* Old browsers */
background: -moz-linear-gradient(left,  #17417b 0%, #ffffff 50%, #186c76 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #17417b 0%,#ffffff 50%,#186c76 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #17417b 0%,#ffffff 50%,#186c76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17417b', endColorstr='#186c76',GradientType=1 ); /* IE6-9 */
	width: 94%;
	height: 2px;
	display: block;
	margin-top: 24px;
}
.websitefooter .copyright {
	display:inline-block;
	margin-right: 10px;
}
.websitefooter .copyright p{
	color: #ffffff;
    font-size: 0.9rem;
    margin: 15px 0 0;
}
.websitefooter .social-icon {
	display:inline-block;
	margin-left: 10px;
}
.websitefooter .social-icon .fa {
	font-size: 1.7rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 4px;
    width:50px;
    height:50px;
    background-color: #3a96b0;
	border-radius: 100%;
}
.websitefooter .social-icon .fa-facebook:before, 
.websitefooter .social-icon .fa-twitter:before,
.websitefooter .social-icon .fa-linkedin:before {
	font-size: 1.7rem;
	margin-top:13px;
	display:inline-block;
}
.websitefooter .social-icon .fa:hover {
	background-color: #013948;
}

/* footer end */

.fa-angle-right:before {
	color: grey;
	font-weight: 100;
}


.dropbtn {
    padding: 16px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100000;
}

.dropdown-content a {
    color: #555;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.main-card .cardborder {
    padding: 30px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    min-height: 190px;
    transition: all 0.2s ease-in 0s;
    -webkit-animation: mymove 3s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;
    /*        cursor: pointer;*/
}
@-webkit-keyframes mymove {
    50% {border-bottom-left-radius: 15px;
         border-bottom-right-radius: 15px;}
}

@keyframes mymove {
    50% {border-bottom-left-radius: 15px;
         border-bottom-right-radius: 15px;}
}

.main-card .cardborder p{
    color: #605f5f;
    font-size: 22px;
}

.main-card .cardborder:hover {
    box-shadow: 0 10px 30px -15px rgba(0,0,0,.4);
    margin-top: -3px;
}

    .main-card .icons i{
        color:#e56e77;
    }
    
    .main-card h4.main-head{
        color: #333333;
	    text-align: center;
	    font-size: 30px;
	    margin-bottom: 40px;
	    font-weight: 600;
    }
    
    .main-card .cardborder h4{
        font-size:24px;
        color: #4a8eae;
        position: relative;
    }
    
    .main-card .cardborder h4 span.pending{
        position: absolute;
        right: 0;
    }
    
   .main-card .cardborder a:hover {
        text-decoration: none;
    }


.typeahead-demo .custom-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 160px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
  
.typeahead-demo li{
 	padding: 8px 12px;
 	cursor: pointer;
} 

.typeahead-demo li.active,
 .typeahead-demo li.active:focus,
  .typeahead-demo li.active:hover{
	background: #f61f26;
 	color: white;
}
  
.typeahead-demo .dropdown-menu{
   padding: 0;
   margin: 0;
   max-height: 205px;
   overflow-y: auto;
   width: 100%;
}
  
.form-control:focus {
    box-shadow: 0 0 0 0.005rem #0a5374;
    border-color: #0a5374;
}
	
.btn:focus{
	outline: none;
	box-shadow: none;
}

.form-inlines .form-control:nth-child(2) {
    width: calc(100% - 53px) !important;
}

.form-group select{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow.png) no-repeat scroll 98% 21px;
}

.page-arrow .form-group  select{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow.png) no-repeat scroll 94% 16px;

}

.form-inline .b-outline{
	border: 1px solid #dcdcdc;
	padding: .375rem .75rem;
	border-radius: 4px;
}

.form-inline .b-outline input{
	margin-right: 4px;
}

input[type=number] {
  position: relative; 
  padding: 5px;
  padding-right: 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity:1;
     -webkit-appearance: inner-spin-button !important;
     width: 25px;
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
}

/* datepicker css starts */
.datepicker-custom .btn-secondary{
	color: #6c757d;
    background-color: #fff;
    border-color: #6c757d;
}

.datepicker-custom .btn-default{
	color: #6c757d;
    background-color: #fff;
    border-color: #6c757d;
}

.datepicker-custom .uib-button-bar > .btn-group > .btn-danger,
  .datepicker-custom .uib-button-bar > .btn-group > .btn-info {
    display: none !important;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
  }
  .partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
  }
/* datepicker css ends */

.progress-board{
	display: flex;
  	flex-wrap: nowrap;
}

.progress-board .box{
	width: 25%;
	text-align: right;
	padding: 20px;
	border-radius: 5px;
	margin-right: 25px; 
}

.progress-board .box:last-child {
    margin-right: 0px;
}

.progress-board .box-1{
    background: #0027ff;
}

.progress-board .box-2{
    background: #04d20c;
}

.progress-board .box-3{
    background: #FFC107;
}

.progress-board .box-4{
	background: #F44336;
}

.progress-board .box h3,
.progress-board .box h4{
	color: #fff;
}

.delete-link{
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.delete-link a{
    text-decoration: underline!important;
    color: #656565!important;
    cursor: pointer;
}

.delete-link a:hover{
	text-decoration: none!important;
	
}

/* subscription page starts */ 	
.subscription .btn-save{
	/* padding: 7px 24px; */
	color: #fff;
    background-color: #0a5374;
}

.subscription .btn-save:not(:disabled):not(.disabled):active{
	color: #fff;
    background-color: #8b4513;
    border-color: saddlebrown;
}

.subscription h2.page-head{
	text-align: center;
    color: #1f749b;
    font-weight: 500;
}

.outer-box{
    padding: 20px 0;
    /* max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden; */
}

.p-m-services{
	/* width: 65%; display: block; */
    /* text-align: center; */
    /* margin: 8px auto; */
}

.p-m-services input{
	width: 50%;
	display: inline-block;
	margin: 0 8px;
}

.p-m-services i {
    color: #3b94bd;
    font-size: 17px;
    border-radius: 100%;
    width:30px;
    height:30px;
    padding:6px;
    border: 2px solid #3b94bd;
    cursor: pointer;
}

.new-add .p-m-services i {
    font-size: 28px;
    width:40px;
    height:40px;
}

/* .outer-box .box-focus .p-m-services i{
	color: #666;
	border: 2px solid #666;
} */

.outer-box .service-box{
    padding: 30px 15px 12px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    min-height: 350px;
    /* cursor: pointer; */	
}

.outer-box .service-box:hover {
    box-shadow: 0px 6px 10px #ccc;
}

.outer-box .box-focus{
	/* box-shadow: 6px 6px 6px #c26a46!important; */
    box-shadow: 0 0px 20px 0px #ccc!important; 
    /* border: 1px solid #c26a46; */
    border: none;
    animation: fadeIn 0.8s;
    transition: all 0.3s ease-in 0s;
}

.outer-box .service-box h3 {
    text-align: center;
    color: #3b94bd;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* .outer-box .box-focus h3{
	color: #333;
} */

.outer-box .service-box h6 {
    text-align: center;
    color: #2c5e75;
    margin: 5px 0 20px;
}

/* .outer-box .box-focus h6{
	color: #666;
} */

.outer-box .service-box .in-footer h5 {
    width:55%;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
}

/* .outer-box .box-focus .in-footer h5{
	color: #000000;
} */

.outer-box .service-box .in-footer h5.profit-amount span{
    display: inline-block;
    margin-top: 8px;
    font-size: 19px;
}

.outer-box .service-box .in-footer h5.profit-input input{
    display: inline-block;
    width: 80%;
}

.outer-box .service-box .in-footer h5:nth-child(even) {
	width:40%; 
    float: right;
    text-align: right;
}

.outer-box .box-focus .in-footer h5:nth-child(even) {
    text-align: left;
}

.outer-box .service-box h5.total_amount {
    color: #0a5374;
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
}

.outer-box .box-focus h5.total_amount{
	border-top:1px solid #f0f0f0;
	padding-top: 18px;
} 

.outer-box .service-box i.fa-times-circle{
    position: absolute;
    right: 1.5%;
    top: -3%;
    color: #0a5374;
    font-size: 22px;
    cursor: pointer;
}

/* .outer-box .box-focus i.fa-times-circle{
	color: #0a5374;
} */

/* .outer-box .service-box i.fa-comments-o{
    font-size: 36px;
    color: #1f749b;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 2%;
} */

.outer-box .service-box img.comments{
    cursor: pointer;
    position: absolute;
    /* width: 36px;
    left: 6%;
    top: 5%; */
    width: 22px;
    right: 8%;
    top: -2.6%;
}

.service-board{
    z-index: 99;
    position: fixed;
    top: 63px;
    width: calc(90% - 260px);
    background-color: #fff;
    height: 80px;
    padding-top: 20px;
}

.service-board .total-box{
    border: 1px solid #094b68;
    padding: 10px 20px 8px;
    background: #3b94bd;
}

.sm-closed .service-board{
    width: calc(90% - 63px);
}

.service-board .total-box h5{
	color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
}

.dashboard-container .main-panel .wrraper-container .container-fluid{
	width: 90%;
}

.dashboard-container .main-panel .wrraper-container .minHeight{
    padding: 30px 0 20px;
    margin-top: 63px;
}

/* subscription page ends */ 	


/* debit page starts */ 

.debit-btn{
	text-align: right;
} 

.debit-btn button.btn-custom{
	background-color: white;
    color: #0a5374;
    font-size: 17px;
    border-color: #0a5374;
    padding: 8.5px 15px;
    margin-top: 8px;
}

.debit-btn button.btn-primary:not(:disabled):not(.disabled):active{
	background-color: white;
    color: #785548;
    border-color: #785548;
}

.debit-study{
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 30px;
}
.debit-study .debit-header{
    padding: .75rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    height: 60px;
    position: relative;
}

.debit-study .debit-header .links{
    height: 60px;
    position: absolute;
    display: table;
    bottom: 0;
    right: 5%;
}

.debit-study .debit-header .links i{
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    cursor: pointer;
    color: #b3292d;
}

.debit-study .debit-header h5{
    font-size: 19px;
    margin-top: 1.8%;
    color: #7d0606;
}

.debit-study  .circle{
    background-color: #f61f26;
    width: 15%;
    height: 60px;
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
}
.debit-study  .circle b{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    font-size: 17px;
}

.debit-study .debit-footer{
    border-top: 1px solid rgba(0, 0, 0, .125); 
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.debit-study .debit-body{
    padding: 20px 10px 0;
}

.debit-study .debit-body h6{
    text-align: center;
}

.debit-study .debit-body h6 label{
    font-size: 12px;
    color: #755152;
    margin: 10px 0 5px;
}

.debit-study .debit-body h6 span{
    text-transform: capitalize;
    font-size: 15px;
    color: #e81a20;
}

.debit-study .debit-body h5{
    text-align: center;
}

.debit-study .debit-footer .status-sect{
    width: 50%;
    height: 100%;
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 15px 6px;
} 
.debit-study .debit-footer .status-sect:last-child{
    float:right;
}
.debit-study .debit-footer .status-sect:hover{
    background-color: #f61f26;
    transition: all 0.3s linear;
}

.debit-study .debit-footer .status-sect:hover a{
    text-decoration: underline;
    color: white;
}

.debit-study .debit-footer .status-sect:hover span{
    color: white;
}

.debit-study .debit-footer .forborder{
    border-right: 1px solid #c6c6c6; 
}

.table-responsive tbody td{
	padding: 1.5rem 0.75rem;
}

.table-responsive tbody td.edit-link a i{
	color: #4b8faf;
    border: 1px solid #4b8faf;
    border-radius: 3px;
    padding: 5px;
    transition:all 1s ease;
    cursor: pointer;
}

.table-responsive tbody td.edit-link a i:hover{
	color: #fff;
    background: #4a8eae;
    transition:all 1s ease;
}

.table-responsive tbody td i.fa-reply{
    color: #0a5374;
    cursor: pointer;
}

.debit_note .table-responsive tbody td.icon-box{
	text-align: center;
}

.debit_note .table-responsive tbody td.icon-box i{
    cursor: pointer;
}

.debit_note .table-responsive tbody td.icon-box i.fa-eye:before {
    content: url(../images/icon-view.png);
}

.debit_note .table-responsive tbody td.icon-box i.fa-close {
    color: red;
}
/* debit page ends */ 

.adjust-col td{
	word-wrap: break-word;
	max-width: 200px;
}

.wrong-alert{
	text-align: center;
}

.wrong-alert i{
	font-size: 90px;
    color: red;
    margin-top: 100px;
}

.wrong-alert span{
	font-size: 28px;
	color: red;
}

/* change password css starts */
.change-inner h3{
	margin: 50px 0 20px;
}
/* change password css ends */

/* side menu code starts */
.dashboard-nav {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #007bff;
    height: 63px;
}

.dashboard-nav .navbar-dark .navbar-brand {
    margin-left: 1rem;
    font-size: 1.25rem;
    color: #fff;
    font-family: roboto,sans-serif;
}

.sidenav .botside{
	position: absolute;
	bottom: 0;	
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgb(10,83,116,1);
}

.sidenav .botside i{
	font-size: 28px;
	color: white;	
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
     cursor: pointer;
     display: block;
	padding: 12px 0;
	width: 100%;
	height: 100%;
}

.dashboard-nav .navbar-nav .nav-link {
    padding: 0;
    cursor: pointer;
    color: white;
    font-weight: 600;
}

.dashboard-nav .navbar-nav .nav-link:hover{
    color: white;
}

.dashboard-container .left-sidebar {
    background-color: #4b5cec;
    min-height: calc(100vh);
    float: left;
    transition: all 0.5s ease-in 0s;
}
.dashboard-container .left-sidebar .sidenav {
    min-height: calc(100vh - 63px);
    font-family: roboto,sans-serif;
    background-color: rgba(31, 116, 155,1);
    padding: 0;
    width: 260px;
    z-index: 11;
    transition: all 0.5s ease-in 0s;
    position: fixed;   
    top: 63px;
}
.dashboard-container .left-sidebar .sidenav ul {
    padding: 0;
}
.dashboard-container .left-sidebar .sidenav ul li {
    transition: all 0.2s ease-in 0s;
    list-style: none;
   }
.dashboard-container .left-sidebar .sidenav ul li a {
    padding: 16px 12px;
    font-size: 18px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    border-bottom: 0.1px solid white;
    transition: all 0.2s ease-in 0s;
    position: relative;
   }
.dashboard-container .left-sidebar .sidenav ul li a:hover {
    text-decoration: none;
    background-color: #349aca;
    color: #fff;
}
.dashboard-container .main-panel {
    width: calc(100% - 260px);
    min-height: calc(100vh - 63px);
    display: flex;
    float: right;    
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
.dashboard-container .main-panel .wrraper-container {
/* margin-top:40px; */
    width: 100%;
    background-color:#fff;
    box-shadow: 0 0 0 0 rgba(90,113,208,.11),0 4px 16px 0 rgba(167,175,183,.33);
    border-radius: 10px;
    }
    
    .dashboard-container .left-sidebar .sidenav ul li a i.rotate {
        font-size: 16px;
        float: right;
        margin-top: 5px;
    }
    
    .rotate {
        -moz-transition: all .3s linear 0s;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }
    .rotate.down {
        -moz-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
    }

    .dashboard-container .left-sidebar .sidenav ul li .menu-bars {
        padding: 16px 8px 16px 25px;
        font-size:16px;
    }
    
    .dashboard-container .sidenav i.sm-sd{
	margin-right: 10px;
}

.sm-closed .sidenav{
	width: 60px!important;
}

.sm-closed .main-panel{
	width: calc(100% - 60px);
}

.sm-closed .sidenav span.big-sd{
	display: none;
}

.sm-closed .sidenav i.sm-sd{
	display: inline-block;
}

.sm-closed .sidenav .botside i{
	transform: rotate(180deg);
}
/* side menu code ends */

.subscription a.formLabel{
	font-size:22px; 
	color:#0a5374; 
	cursor:pointer;
}

.subscription a.formLabel i{
	font-size: 40px;
}

/* chat box css starts */
.chat_window {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
  /* margin: 20px 0 30px; */
}

.top_menu {
  background-color: #fff;
  width: 100%;
  padding: 20px 0 15px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

.top_menu .title {
  text-align: center;
  color: #bcbdc0;
  font-size: 20px;
}

.messages {
    list-style: none;
    padding: 20px 10px 0;
    max-height: 65vh;
    overflow-y: auto;
}
.messages .message {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  opacity: 0;
}
.messages .message.left .avatar {
  background-color: #f5886e;
  float: left;
}
.messages .message.left .text_wrapper {
  background-color: #ffe6cb;
  margin-left: 20px;
}
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
  right: 100%;
  border-right-color: #ffe6cb;
}
.messages .message.left .text {
  color: #c48843;
}
.messages .message.right .avatar {
  background-color: #fdbf68;
  float: right;
}
.messages .message.right .text_wrapper {
  background-color: #c7eafc;
  margin-right: 20px;
  float: right;
}
.messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
  left: 100%;
  border-left-color: #c7eafc;
}
.messages .message.right .text {
  color: #45829b;
}
.messages .message.appeared {
  opacity: 1;
}
.messages .message .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.messages .message .text_wrapper {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  width: calc(75% - 85px);
  min-width: 100px;
  position: relative;
}

@media screen and (max-width: 980px) {
    .messages .message .text_wrapper {       
        width: calc(100% - 55px);
    }
}


.messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages .message .text_wrapper::after {
  border-width: 13px;
  margin-top: 0px;
}
.messages .message .text_wrapper::before {
  border-width: 15px;
  margin-top: -2px;
}
.messages .message .text_wrapper .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.messages .message .text_wrapper .text .text-msg{
  display: block;
}

.messages .message .text_wrapper .text .department{
  font-size: 14px;
}

.messages .message .text_wrapper .text .date{
	position: absolute;
	right: 3%;
	bottom: 1%;
	font-size: 14px;
}

.bottom_wrapper {
  background-color: #fff;
  padding: 20px 20px;
}
.bottom_wrapper .message_input_wrapper {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #bcbdc0;
  width: calc(100% - 160px);
  position: relative;
  padding: 0 20px;
}
.bottom_wrapper .message_input_wrapper .message_input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  position: absolute;
  outline-width: 0;
  color: gray;
}

@media screen and (max-width: 980px) {
    .bottom_wrapper .message_input_wrapper {       
            width: 100%;
    }
    .bottom_wrapper .message_input_wrapper .message_input{
        width:none;
    }
}


.bottom_wrapper .send_message {
  width: 140px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #a3d063;
  border: 2px solid #a3d063;
  color: #fff;
  padding: 0;
  /* cursor: pointer; */
  transition: all 0.2s linear;
  text-align: center;
  float: right;
}
.bottom_wrapper .send_message:hover {
  color: #a3d063;
  background-color: #fff;
}
.bottom_wrapper .send_message .text {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 48px;
}

.message_template {
  display: none;
}

/* chat box css ends */

/* media query starts */    

@media (min-width: 1200px){
	.container {
	    max-width: 1156px;
	}
}

@media (max-width: 1199px){
	
}
 
@media (max-width: 991px){
	.navcarer-container .navbar-dark .navbar-collapse{
		margin-top: 0px !important;
	}
}

@media (max-width: 767px){
	.navcarer-container .navbar-dark .navbar-collapse{
		margin-right: 0% !important;	
	}
}

@media (max-width: 575px){
	.dashboard-container .main-panel .wrraper-container {
    	margin-top: 40px;
	}
	
	.pagination-sm .page-link {
	    padding: .15rem .35rem;
	}
	
	/* My code starts hete */
	.navbar-brand h3 {
  		font-size: 1rem;
  	}
  	/* My code starts hete */
	
}

/* media query ends */

 
/* My code starts hete */

.context-container {
	min-height: 200px;
	border: 1px solid #f1eded;
}

.context-container .btndropfile {
	margin-top: 60px !important;	    
}


.context-container .absolute_div {
	background-color: #f5fafb;
}

.context-container .btndropfile:hover {	
    color: #17a2b8;
    background-color: #ffffff; 
    border-color: #17a2b8;
}

.noborderbtn{
	border-radius: 0rem; 
	border-color : #ffffff;
	font-size: 1.3rem;
    line-height: 1.7;
    transition: all .3s ease-in;
}

.composequery label{	
    margin-bottom: .7rem;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3e42;
  }
  
 .composequery label i{	
    font-size: 0.85rem;
    font-weight: 400;
    color: #fb0000;
  }
  
   .fa-star-o {
  	color: #fb0000;
  }
  

 .querypage .noborderbtn{
	border-radius: 0rem;
    border-color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.7;
    transition: all .3s ease-in;
    width: 19%;
    margin: 0;
    padding: 0;
    min-height: 60px;
    display:inline;
}

.querypage  .page-arrow input{
	border: none;
    /* border-bottom: 1px solid #bfecc9; */ 
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80%;
    margin: 0;
    padding: 0;
    min-height: 60px;
    color: #38a250;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    display:inline;
}


.querypage  .page-arrow {	
   border-bottom: 1px solid #bfecc9;  
   padding:0;
}


.querypage  .page-arrow input::selection {
    background-color: #2f8a2f;
    color: #fff;
}

.page-link {  
    border-radius: 50px;
    color: #f86300;
}
.page-item.active .page-link {   
    color: #fff;
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}

.card {
	border: 1px solid rgb(230, 208, 193);
    border-radius: 0;
    min-height: 200px;
}

  
  
  