/* author : Manoj Basnet */
/* UI/UX Designer */

body{
	margin: 0px;
	background: #e5f4f7;
	padding: 0px;
}
*{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}
h3{
	font-family: 'Quicksand', sans-serif;
}
p{
	font-size: 15px;
}

/*Utilities ___Start___*/

.font-color-white {
    color: #fff;
}

/*Utilities ___End___*/

	/*font-family: 'Quicksand', sans-serif;*/
.navigation{
	background: #fff;
}
.top-header{
	width: 100%;
	background: linear-gradient(to right, #72cddc 0%, #39abce 100%);
	min-height: 30px;
}
.navbar{
	box-shadow: none;
	padding-bottom: 0px;
}
.navbar-brand{
	width: 20%;
	margin-right: 0px;
}
.navbar-brand img{
	height: 50px;
}
.navbar .nav-item{
    margin-top: 28px;
    margin-left: 0px;
    margin-right: 63px;
}
.navbar .nav-item .nav-link{
	color: #231f20;
	padding: 10px 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.active{
	background: #e5f4f7;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link{
	background: #e5f4f7;

}
.navbar-toggler-icon{
	background-image: url(../framework/img/menu.svg);
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .md-form .form-control {
    color: #000;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar.scrolling-navbar.top-nav-collapse{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar.scrolling-navbar{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
  .navbar-nav li:last-child {
    margin-right: 60px;
}
.navbar-expand-lg .navbar-nav {
    margin-left: 5%;
}






/* homepage contain css */

.container-index{
	width: 100%;
	position: absolute;
	min-height: 100vh;
}
.left-index{
	width: 20%;
    background: #255877;
    padding-bottom: 50px;
    float: left;
    min-height: 100%;
    display: block;
    position: absolute;
}
.right-index{
	width: 80%;
    min-height: 100vh;
    background: #e5f4f7;
    float: left;
    margin-left: calc(100% - 80%);
    padding-bottom:30px;
}
.content-adjust{
	width:70%;
	margin: 0px auto;
	padding-top: 80px;
	overflow: hidden;
}
.img-profilepicture{
	display: block;
	overflow: hidden;
}
.text-profilername{
	margin-top: 30px;

}
.text-profilername h3{
	color: #72cddc;
}
.text-profilername p{
	color: #fff;
	margin-top: 20px;
}
.box-left-container{
	padding-bottom: 20px;
	border-bottom: 2px solid #72cddc;
}
.box-left-container h3{
	color: #72cddc;
	margin-top: 30px;
	margin-bottom: 20px;
}
.box-left-container p{
	color: #fff;
}
.btn-primary{
	background: #72cddc !important;
}
.btn-claimpart{
	background: #72cddc !important;
	margin-top: 30px;
	padding:6px 14px;
	text-transform: inherit;
}
.btn-shortselect{
	background: #3488a1 !important;
	padding:6px 15px;
	text-transform: inherit;
}
.fix-box-rightbox{
	width: 88%;
	margin: 0px auto;
	min-height: 800px;
	padding-top: 50px;
}
.text-h3headingpart{
	/*width: 50%;*/
}

.plan-name {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
    margin-top: 0.7rem;
}

.btn-shortselect{
	background: #3488a1 !important;
	padding:6px 15px;
	text-transform: inherit;
}
.longdiv{
	padding-bottom: 10px;
	border-bottom: 2px solid #72cddc;
	margin-bottom: 20px;
}
.no-padding{
	padding: 0px;
}
.bg-background{
	min-height: 100px;
	background: #72cddc;
	padding: 50px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #FFF;
    transition: width .6s ease;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #0b3055;
    border-radius: 0px;
}
.text-amount-detail{
	margin-bottom: 15px;
}
.total-budget-detail{
	width: 100%;
	margin-top: 35px;
	padding-top: 15px;
	border-top: 7px solid #3488a1;
}
.bg-background h4{
	font-weight: 500;
}
.gridheadingdiv{
	padding-bottom: 10px;
	border-bottom: 2px solid #72cddc;
	margin-bottom: 30px;
	margin-top: 40px;
}
.text-h3headingpart1{
	margin-bottom: 0px;
}
.box-grid{
	width: 100%;
	min-height: 285px;
	background: #255877;
	padding: 20px;
	margin-bottom: 30px;
}
.gridbox .row .col-md-4:first-child{
	padding-left: 0px;
}
.gridbox .row .col-md-4:nth-child(3){
	padding-right: 0px;
}
.gridbox .row .col-md-4:nth-child(6){
	padding-right: 0px;
}
.gridbox .row .col-md-4:nth-child(9){
	padding-right: 0px;
}
.gridbox .row .col-md-4:nth-child(12){
	padding-right: 0px;
}
.gridbox .row .col-md-4:nth-child(4){
	padding-left:  0px;
}
.gridbox .row .col-md-4:nth-child(7){
	padding-left:  0px;
}
.gridbox .row .col-md-4:nth-child(12){
	padding-left:  0px;
}
.gridbox-heading{
	color: #fff;
	font-size:20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}



.progress-bar-circle {
  position: relative;
    width: 90%;
    margin: 0px auto;
    min-height: 110px;
}

.progress-bar-circle div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.progress-bar-circle div span {
     position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 20px;
    height: 85px;
    width: 85px;
    left: 7.8px;
    top: 7.4px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #255877;

}
.progress-bar-circle div span p{
	margin-top: 25px;
}
.progress-bar-circle div span p small{
	font-size: 15px;
}
.progress-bar-circle .background { background-color: #fff; }

.progress-bar-circle .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #4b86db;
}

.progress-bar-circle .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar-circle .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}



.detail-grid{
	padding: 25px 20px 0px;
}
.text-gridbox{
	color: #fff;
}
.text-gridbox p{
	margin: 0px;
}
.box-availble-amounts{
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
}
.color-code-2{
	background: #3488a1 !important;
}

.color-code-2 .progress-bar-circle div span{
	background: #3488a1 !important;
}

.table-part{
	margin-top: 10px;
	border-bottom: 2px solid #72cddc;
	padding-bottom: 10px;
}
.btn-claimpart-ad{
	background: #3488a1;
	padding:6px 15px;
	text-transform: inherit;
}
.table-content-home{
	margin-top: 20px;
}
.table td, th{
	font-size: 17px;
}
.table td, .table th{
	border-top: none;}
.table th{
	font-weight: 500;
}
.table thead th{
	border-bottom: 2px solid #72cddc;
}
/*.table-responsive{
	overflow-x: inherit;
}*/
.table tr:last-child{
	border-bottom: 2px solid #72cddc;
}

/*Funds grouping ___START___*/
.grouping-fund {
    background: #BBE1EB;
    border-bottom-right-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.grouping-fund:not(:last-child) {
    margin-bottom: 1rem;
}

.grouping-fund .fund-header {
    display: flex;
    justify-content: space-between;
}

.grouping-fund .fund-header h5 {
    margin: 0;
}

.grouping-fund .fund-header .fund-details {
    display: flex;
}

.grouping-fund .fund-header .fund-details span {
    font-size: 20px;
    color: #183D56;
    font-weight: 600;
}

.grouping-fund .box-grid {
    margin-top: 1rem;
    margin-bottom: 0;
}
/*Funds grouping ___END___*/

/* homepage contain */

/* Plan detail Page Css */
.inside-claimdetail{
	margin-top: 40px;
}
.dataTables_length{
	display: none;
}
.newclaim-form{
	padding-top: 30px;
}



/* Plan detail Page Css */



/* New  Claim Page Css */
select{
	display: block !important;
}
.part-selectoption{
	background: #3488a1 !important;
	color: #fff !important;
	border-radius: 50px;
}
.text-input{
	background: #a0dde7;/*
	border-radius: 50px;*/
}
.text-input:focus{
	outline: 0;
	background: #a0dde7;
	border: none;
}
.btn-uploadfile{
	background: #3488a1;
	padding:6px 15px;
	text-transform: inherit;
}
.btn-submit{
	background: #3488a1;
	padding:6px 15px;
}
.ndisplanbox{
	margin-top: 60px;
}
.heading-ndisplan{
	border-bottom: 2px solid #72cddc;
	padding-bottom: 15px;
}
.serviceagree{
	margin-top: 60px;
}
.pagination .page-item.active .page-link {
    box-shadow: none !important; 
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color:transparent !important; 
    color: #72cddc;
    font-weight: bold;
    font-size: 18px;
}
.pagination .page-item .page-link{
	color: #000;
	font-size: 18px;
	background: transparent;
}
.pagination .page-item .page-link:hover{
	background:transparent;
}
.self-managed {
	margin-top: 5px;
}
.logout{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding-top: 2px;
	display: block;
	padding-left: 115px;
}
.dataTables_info{
	display: none;
}
.dropdown .dropdown-menu .dropdown-item:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    color: #3488a1 !important;
    outline: 0;
}

.dropdown .dropdown-menu{
	background: rgb(52, 136, 161);
    color: rgb(255, 255, 255);
    padding: 5px 0px 0px 0px;
    border: none;
    top: -10px !important;
    left: 2px !important;
}
.dropdown .dropdown-menu .dropdown-item{
	color: #fff !important;
}
.dropdown .dropdown-menu .dropdown-item:hover{
	color:rgb(52, 136, 161) !important;
	background: #fff !important;
}
.btn:hover{
	background: #255877;
	color: #fff;
}
.btn{
	box-shadow: none !important;
}
.file-path{
	background: transparent;
	border: none;
}

.generate-button{
	margin-top: 5px !important;
}
.btn{
	font-size: 14px;
	text-transform:  inherit !important;
}
.breadcrumbcustom{
	width: 80% !important;
}

.breadcrumb{
	background: transparent;
	padding: 0px;
	margin: 0px;
}
.breadcrumb a{
	color: #358aa1;
}
.breadcrumb-item{
	font-size: 25px;
	font-weight: 500;
}

.breadcrumb-item.active{
	color: #212529;
	font-weight: normal;
}
.btn-search{
    background: #78cddb;
    color: #fff;
    padding: 8px 8px 8px 12px;
    margin-right: 0px;
    margin-top: 0px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px;;
}
.search-input{
	background: #78cddb;
    color: #fff !important;
    border: none;
    padding-bottom: 5px;
    height: 37px;
    outline: 0px
}
.search-input:hover{
	outline: 0;
}
.search-input:focus{
	background-color: #78cddb;
    border: none;
    outline: 0;
    box-shadow: none;
}
.search-input::-webkit-input-placeholder { /* Edge */
   color: #fff;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.search-input::placeholder {
   color: #fff;
}
.input-group{
	margin-top: 20px;
}
.btn-searchfilter{
    background: #3488a1 !important;
    padding: 8px 15px;
    text-transform: inherit;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.dropdown-filter .dropdown .dropdown-menu{
		left: 0px !important;
}

.providersearch{
	border-top-right-radius: 30px  !important;
	border-bottom-right-radius: 30px !important;
}
.part-border{
	border-top: 2px solid #72cddc;
    padding-top: 10px;
}
.no-margin{
	margin-right: 0px;
	margin-left: 0px;
}
.budget-report{
	border-bottom: none;
}
.margin-50{
	margin-top: 50px;
}
.heading-form-contact{
	border-bottom: 2px solid #72cddc;
	padding-bottom: 10px;
	height: 50px;
}
.heading-form-contact h4{
	margin-bottom: 0px;
}
.heading-form-contact a{
	margin-bottom: 0px;
	margin-top: 0px;
}

.margin-20{
	margin-top: 20px;
}
.contact-from input{
	background: #a0dde7;
	border: none;
}
.contact-from .form-control:focus{
	box-shadow:none;
	border: none;
	background: #a0dde7;
}
.border-bottompart{
	border-bottom: 2px solid #72cddc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.modal-dialog .modal-content{
	background: #e5f4f7 !important;
}

.modal-title{
	text-align: left;
}

.modal-header{
	border-bottom: 2px solid #72cddc;
}
.modal-footer{
	border-top: 2px solid #72cddc;
	padding-top: 3px;
}
.modal-footer .btn-claimpart{
	margin-top: 10px !important;
}

.form-control:disabled{
    background-color: #a0dde7;
}
.box-selectfilter{
    padding: 0px 10px;
    color:#fff;
    background:#3488a1 url("http://s6.postimg.org/yzxyb2kv1/arrow.png") no-repeat 90% 50%;;
    font-size:15px;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.custom-select {
    position: relative;
}

.mobile-profile{
	background-color: #255877;
	position: relative;
	padding: 10px 0px 20px;

}
.name-mobile-part{
	color: #fff;
}
.name-mobilepart{
	color: #72cddc;
	margin-top: 10px;
	font-size: 28px;
	font-weight: 500;
}
.btn-addprofile{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-size: 18px;
	background: none;
	border: none;
	z-index: 999999999;
	padding: 5px;
}
.box-collapsebar{
	background: #255877;
	width: 100%;
	min-height: 200px;
}
.btn-profilebox{
	margin-top: 10px !important;
}
.name-mobile-part p{
	margin-bottom: 3px;
}
.navbar.navbar-light .navbar-toggler{
	padding-right: 0px;
}


.plus {
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 37px;
	height: 37px;
	position: relative;
	top:0;
	right:0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
  }
.rotate-icon{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);  
}
.plus:after {
	background-color: #ffffff;
	width: 13px;
	height: 3px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content:"";
}
.plus:before {
	background-color: #ffffff;
	width: 3px;
	height: 14px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content:"";
}
.rotate-icon:before{
	display: none;
}  
.faq-accordian-wrapper{
	padding: 0;
}
.faq-accordian-wrapper .accordian-wrapper{
	padding: 0;
	list-style-type: none;
	margin: 0;
	padding-bottom: 20px;
}
.faq-accordian-wrapper .accordian-wrapper li{
	position: relative;
	padding: 10px 0 10px;
	background: #0b3055;
	position: relative;
}
.faq-accordian-wrapper .accordian-wrapper li:nth-child(2n){
	background: #f0f0f0;
}
.faq-accordian-wrapper .accordian-heading {
	padding: 0px;
  margin:0;
}
.faq-accordian-wrapper .service-wrapper{
	padding: 0;
}
.faq-accordian-wrapper .service-wrapper .accordian-wrapper li span{
	font-size: 18px;
	line-height: 29px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.faq-accordian-wrapper .service-wrapper .accordian-wrapper li p{
	font-size: 20px;
	line-height: 35px;
}
.faq-accordian-wrapper .left-content h6{
	font-size: 37px;
	color:#ffffff;
	margin:13px 0;
}
.faq-accordian-wrapper .banner-bottom-content div{
	padding-bottom: 21px;
}

.pull-right{
	float: right;
}
.icon-expending{
	position: absolute;
    top: -10px;
    right: -7px;
    z-index: 99999999999;
    font-size: 25px !important;
}
.background-bg-part{
	background:  #0b3055;
}


.accordian-wrapper .active{
	background: transparent !important;
}
.displaynone{
	display: none;
}
.background-bg-part{
	display: none;
}

.mobileversion{
	padding-top: 50px;
}

.simple-pagination ul{
	display: block;
    margin: 0px auto;
    padding: 0px;
    max-width: 50%;
    height: 80px;
    width: 285px;
}
.compact-theme a, .compact-theme span{
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 17px;
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 0px;
	background: transparent;
}
.compact-theme .current{
	background: transparent;
	    color: #72cddc;
}


.compact-theme a:hover{
	background: transparent;
	color: #72cddc;
	outline: none;
}
.login-section{
	width: 100%;
	height: 100vh;
	padding: 1px;
	background: linear-gradient(to right, #72cddc 0%, #39abce 100%);
}
.login-div{
	width: 20%;
	display: block;
	margin: 150px auto;
}
.login-logo{
	display: block;
	margin: 0px auto;
}
.form-login{
	margin-top: 20px;
}
.btn-login, .btn-back{
	margin-top: 0px;
	padding:6px 15px;
	text-transform: inherit;
	display: block;
	margin-left: 0px;
}
.btn-login{
	background: #3488a1 !important;
}
.btn-back{
	background: none !important;
    border: solid 1px #fff;
    max-width: 175px;
}
.btn-md-link-white {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}
.btn-md-link-white:hover {
    color: #fff;
    opacity: 0.8;
}
.input-rounded input{
	border-radius: 30px;
}
.table td,{
	vertical-align: center !important;
}
.table th{
	vertical-align: center !important;
}
table.table-hover tbody tr:hover{
	background-color: rgba(255, 255, 255, 0.96);
}
table.table a{
	position: absolute;
    top: 15px;
    right: 10px;
    font-size: 16px;
}
table.table td{
	position: relative;
}
.btn-default{
	background: #255877;
}
.btn-default:hover{
	background: #255877;
}
.part-selectoption{
	color: #fff;
}
.part-selectoption:after {
     color: #fff !important;
}
.part-selectoption option:checked {
    background-color: #eee;
    color:#555;
}
.part-selectoption option:not(:checked) {
   background-color: white;
   color:#000;
}
#dateformat{
	margin-top: 5px;
    display: block;
}
.color-code-2 .detail-grid{
	padding: 12px 8px 0px !important;
}
.select {
  position: relative;
  display: block;
}
.select:after {
    position: absolute;
    top: calc(50% - 7px);
    right: 10px;
    content: "▼";
    font-size: 10px;
    color: #fff;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  	padding: 5px 30px 5px 10px;
    background: #3488a1;
    color: #fff;
    width: 100%;
    border-radius: 50px;
}