@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
}

.tile-header-dropdown-links{
    max-width: 220px !important;
    margin-right: 205px !important;
}

.nav-profile{
    min-width: 200px;
}

.page-profilebuilder,
.page-mdbq,
.page-smrq,
.page-tx{
    padding-top: 80px !important;
}

.page-site-email .minimized{
    border-radius: .4em;
}

.medical-header{
    float: right;
    margin-top: -45px;
    margin-right: 2px;
}

.medical-header .tile-header-dropdown{
    margin-right: 0 !important;
    margin-top: 0;
    float: left;
    width: 200px;
    margin-left: 9px;
}

.medical-header .btn{
    margin-left: 7px;
    margin-top: 2px;
    float: left;
    min-width: 24px;
}

.medical-header .btn.active{
    opacity: 1 !important;
    background-color: #3e7d8e !important;
    border-color: #3e7d8e !important;
}

.page-core {
	position: relative;
    background-color: transparent;
}

.page, body{
    background-color: transparent;
}

.page{
    padding-top: 50px;
}

html{
    background-color: #eaeaea;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-family: 'Roboto' !important;
}

optgroup{
	color: #333;
}

.modal-header{
	border-bottom: 0px solid #e5e5e5;
       background-color: #44727e;
    color: #eee;
    font-family: 'Roboto-Bold' !important;
    background-size: 100% 100%;
}

.modal-body .panel-body, .modal-body .panel-footer{
	border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.modal-body .tile .tile-header:first-of-type{
	margin-top: 0px;
}

.modal-body .tile .tile-header{
	height: 30px;
    margin-top: 30px;
}

/* MODAL PANEL DEFAULT */
.modal-body .panel-default{
	border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
}

.modal-body .panel-default .panel-body{
	border-left: 0px solid rgba(0,0,0,0.2);
    border-right: 0px solid rgba(0,0,0,0.2);
}

.modal-body .panel-default .panel-heading{
	border-bottom: 1px solid #ccc !important;
}

.modal-body .status-controls .panel-body{
	border-bottom: 0px solid rgba(0,0,0,0);
	border-left: 0px solid rgba(0,0,0,0);
    border-right: 0px solid rgba(0,0,0,0);
}

.modal-body .status-controls .panel-heading{
    border-bottom: 0px solid rgba(0,0,0,0) !important;
}

.modal-body .status-controls .modal-body-main{
	float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 15px 15px 0 15px;
}

.modal-open .modal{
    overflow-y: scroll;
}

.modal-open .page{
    overflow-y: scroll;
}

.modal-open .pagination > li a:active{    
    background: #ccc;
}
/* CORE PAGES */
.core-container{
	width: 500px;
    padding: 50px !important;
	margin-top: 40px !important;
	margin-right: auto;
    margin-left: auto;
	background-color: #ffffff;
	border-radius: 1em;
}

.core-container-welcome{
	width: 555px;
	margin-top: 0px !important;
    padding-top: 20px !important;
}

.core-logo-div{
	text-align: center;
	padding: 0 50px;
}

.core-logo{
	width: 100%;
}

.core-text-input-user{
	background: url(../images/username.png) no-repeat scroll 14px 18px rgba(255,255,255,0.8)!important;
	padding: 30px 0 30px 50px;
	border-radius: .75em;
}

.core-text-input-pass{
	background: url(../images/password.png) no-repeat scroll 14px 18px rgba(255,255,255,0.8)!important;
	padding: 30px 0 30px 50px;
	border-radius: .75em;
}

.core-text-input{
	padding: 30px 0 30px 50px;
	border-radius: .75em;
}

.core-text-input{
	font-size: 18px;
}
.core-text-input::-webkit-input-placeholder {
    font-size: 18px;
}
.core-text-input:-moz-placeholder {
    font-size: 18px;
}
.core-text-input::-moz-placeholder {
    font-size: 18px;
}
.core-text-input:-ms-input-placeholder {
    font-size: 18px;
}

.core-button-small{
	padding: 7px 0px !important;
    width: 80% !important;
}

.core-button-tiny{
	padding: 7px 0px !important;
    width: 150px !important;
}

.core-button-red{
    background-color: #cf5f69 !important;
    border-color: #dd5965 !important;
}

.core-button-red:hover{    
	background-color: #bc3f49 !important;
    border-color: #bc3f49 !important;
}

.core-button-green{
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.core-button-green:hover{    
	background-color: #3d8b3d !important;
    border-color: #3d8b3d !important;
}

.core-button{
    width: 100%;
    padding: 20px 0px;
    border-radius: 0.7em;
    background: #36a855;
    border: none;
	color: #fff;
	font-size: 18px;
}

.core-button:hover{
	background: #2b7286;
}

.core-button[disabled]{
	cursor: not-allowed;
	filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    opacity: .65;
}

.core-lower-links-div{
    height: 100%;
    width: 100%;
    display: inline-block;
}

.core-lower-select{
	color: #368ea8;    
	width: 100px;
    padding: 5px 10px;
    height: 30px;
    margin-top: 5px;
}

.core-lower-link{
	color: #368ea8;
	cursor: pointer;
}

.core-lower-link:hover{
	color: #2b7286;
}

.core-title{
	text-align: center;
    color: #368ea8;
    font-size: 26px;
}

.core-text{
	text-align: left;
    color: #777;
    font-size: 18px;
    padding: 15px 0 20px 0;
}

.core-medical-easy-pie-chart{
	width: 140px;
	height: 140px;
}

.core-medical-easy-pie-chart-fa{
	line-height: 140px;
	display: initial;
}

.core-options-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.core-options-div:hover {
    background-color: #19b698;
	cursor: pointer;
	color: #fff;
}

.core-docusign-body{
	width: 100%;
	height: 1000px;
}
/* CORE PAGES */



/* NAVIGATION */
#header{
	background: url("../images/NavBG.png");
	background-repeat: repeat-x;
	height: 60px;
	box-shadow: 0px 1px 2px #346876;
}

#header .nav-right > li, #header .nav-left > li{
	background-color: transparent;
	padding: 9px 14px 9px 7px;
    margin-top: 0px;
    border-right: 1px solid #2f4d56;
}

#header .nav-right > li.nav-profile, #header .nav-left > li.nav-profile{
    margin-top: -4px;
}

#header .nav-right > li.nav-profile > a span, #header .nav-left > li.nav-profile > a span{
    font-size: 14px;
}

#header .nav-right > li > a, #header .nav-left > li > a{
	color: #eee !important;
}

#header .nav-right > li > a:hover, #header .nav-left > li > a:hover{
	color: #fff !important;
}

#header .branding{
	background-color: transparent;
	width: 175px;
	height: 60px;
	padding: 0;
}

.header-logo{
	background: url("../images/HeaderLogo.png") no-repeat;
    background-color: transparent;
    padding: 9px 20px 7px 20px;
    margin-top: 0px;
    border-right: 1px solid #2f4d56;
    height: 60px;
    background-size: 100%;
}

.header-logo:hover{
	background: url("../images/HeaderLogoHover.png") no-repeat;
    background-size: 100%;
}

.uib-button-bar{
    display: none;
}

.appWrapper.header-fixed.sidebar-none #content{
    left: 0px !important;
    padding-left: 0 !important;
}

#header .fa{
    margin-right: 7px !important;
}

#header .nav-left .dropdown:first-of-type > .dropdown-menu{
	margin-left: 0px;
}

#header .nav-left .dropdown > .dropdown-menu, #header .dropdown > .dropdown-menu{
    margin-top: 2px;
	margin-left: -4px;
	background: #346876;
	color: #fff;
}

#header .nav-left .dropdown > .dropdown-menu > li a, #header .dropdown > .dropdown-menu > li a{
	color: rgba(255, 255, 255, 0.9);
}

#header .nav-left .dropdown > .dropdown-menu > li a:hover, #header .dropdown > .dropdown-menu > li a:hover{
	background: #62a8bb;
	color: rgba(255, 255, 255, 1);
}

#header .nav-left .dropdown > .dropdown-menu > li:nth-child(even), #header .dropdown > .dropdown-menu > li:nth-child(even){
	background: #3e7d8e;
}

.nav-calendar a:hover, .nav-calendar a:focus{
    text-decoration: none;
}
/* NAVIGATION */



/* HEADER USERNAME */
.header-username{
    min-width: 110px;
    display: block;
    padding-top: 3px;
}

.header-username .fa-angle-down{
    float: right;
    margin-top: 18px;
}
/* HEADER USERNAME */



/* LOADER */
#wrap{
    z-index: -1;
}

.loaderDiv {
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-animation: loaderrotate 2s infinite linear;
    animation: loaderrotate 2s infinite linear; 
    z-index: 7000;
}

.loaderDiv .dot1, .loaderDiv .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #16a085;
    border-radius: 100%;
    -webkit-animation: loaderbounce 2s infinite ease-in-out;
    animation: loaderbounce 2s infinite ease-in-out; 
}
  
.loaderDiv .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #e05d6f; 
}
/* LOADER */



/* SITE WIDE MESSAGE */
.site-wide-message{
    padding: 20px 20px 0 20px;
    border: 0px solid transparent;
    margin: 0px;
    border-radius: 0;
    box-shadow: none;
}

.site-wide-message .site-wide-body{
    background-color: rgba(255,255,255,0.8);
    color: #616f77;
    padding: 15px;
    overflow: auto;
	margin-top: 10px;
    margin-bottom: -15px;
	border: 1px solid #346876;
    border-radius: .5em;
}

.site-wide-message .site-wide-button{
    float: right;
}
/* SITE WIDE MESSAGE */



/* FORM ELEMENTS */
#bg-white{
	background-color: #ffffff !important;
}

.bg-unique-pages{
	background-color: #a9ecef !important;
}

input, select, .checkbox-custom-alt > i, textarea{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
	background: rgba(255, 255, 255) !important;
    color: #616f77;
	/* border-color: #616f77 !important; */
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search, .ui-select-multiple.ui-select-bootstrap{
	background: rgba(255, 255, 255) !important;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
	background-color: transparent !important;
}

.tile-header select{
	background: rgba(255, 255, 255, 0.8) !important;
}

/* BUTTON GREEN */
.btn-success, .bg-success{
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
}

/* BUTTON BLUE */
.btn-info, .bg-info, .btn-primary{
	background-color: #62a8bb !important;
	border-color: #62a8bb !important;
}

/* BUTTON DARK-BLUE */
.btn-darkblue, .bg-darkblue{
	background-color: #18596a !important;
    border-color: #205b6b !important;
    color: #fff !important;
}

/* BUTTON RED */
.btn-danger, .bg-danger, .btn.btn-lightred{
 	background-color: #dd5965 !important;
	border-color: #dd5965 !important;
}


/* BUTTON GREEN HOVER */
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success.active{
 	background-color: #3d8b3d !important;
	border-color: #3d8b3d !important;
}

/* BUTTON BLUE HOVER */
.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info.active, .btn-primary:hover{
	background-color: #3e7d8e !important;
	border-color: #3e7d8e !important;
}

/* BUTTON LIGHT-BLUE HOVER */
.btn.btn-darkblue:hover, .btn.btn-darkblue:active, .btn.btn-darkblue.active{
	background-color: #3e7d8e !important;
	border-color: #3e7d8e !important;
}

/* BUTTON RED HOVER */
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-lightred:hover, .btn.btn-lightred:active, .btn.btn-lightred.active{
	background-color: #bc3f49 !important;
	border-color: #bc3f49 !important;
}


/* GREEN FORM */
.form-validation .form-control.ng-dirty.ng-valid{ 	
	border-color: #5cb85c;
}

/* BLUE FORM */
.form-control:focus, .form-control:focus:hover{
	border-color: #62a8bb;
}													

/* RED FORM */
.form-validation .form-control.ng-dirty.ng-invalid, .form-validation .form-control.ng-dirty.ng-invalid[type="checkbox"] + i{
	border-color: #dd5965;
}


/* GREEN CHECK */
check-toggler.checked:before, .check-toggler.checked:before{
	color: #5cb85c !important;
}

/* RED CROSS */
check-toggler:before, .check-toggler:before{
	color: #dd5965 !important;
}

.bg-default{
    background-color: #437484 !important;
}

/* PANNEL BLUE */
.bg-blue {
    background-color: #62a8bb !important;
}

.bg-light-blue {
    background-color: #ebfaff !important;
}

/* PANNEL GREEN */
.bg-green {
    background-color: #5cb85c !important;
}

/* PANNEL RED */
.bg-red {
    background-color: #dd5965 !important;
}

/* PANNEL LIGHTRED SOLO */
.bg-lightred-solo{
	background-color: #e88693 !important;
}

.bg-lightred-heading{
	background-color: #e88693 !important;
}

.bg-lightred-heading .panel-title{
	color: #fff !important;
}

.radio-inline:first-of-type, .checkbox-inline:first-of-type{
    padding-left: 0px;
}

.my-select-multiple{
    width: 175px;
    float: left;
    white-space: initial;
}

.danger-link{
    color: #c9302c;
}

.danger-link:hover{
    color: #c9302c;
}

.danger-link:focus{
    color: #c9302c;
}

.fa{
    width: 12px;
}

.progress-class{
    width: 100%; 
    margin-right: 5px;
}

textarea.form-control{
    resize: vertical !important;
}

.col-xs-12 select.form-control{
    margin-top: 5px;
}

.width-15{
    width: 15px;
}

.width-24{
    width: 24px;
}

.width-150{
	width: 150px;
}

.width-300{
	width: 300px;
}

.width-full{
	width: 100% !important;
}

.page-profilebuilder .width-900{
    width: 900px;
}

.height-20{
    height: 20px;
}

.height-32{
    height: 32px;
}

.height-47{
    height: 47px;
}

.height-64{
    height: 64px;
}

.lh-45{
    line-height: 45px !important;
}

.text-default{
	color: #616f77;
	font-style: normal;
}

.text-placeholder{
	color: #cccccc;
}

.text-required{
	color: #f18683;
	font-style: italic;
}

.text-placeholder-required::placeholder{
	color: #f18683;
    opacity: 1;
}

.text-placeholder-required:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #f18683;
}

.text-placeholder-required::-ms-input-placeholder { /* Microsoft Edge */
	color: #f18683;
}

.form-checkbox{
	min-height: 20px !important;
    padding-top: 0px !important;
}

.form-fa-caret-down{
    font-size: 21px;
    padding-left: 1px;
}

.form-fa-text{
    font-family: serif;
    font-size: 16px;
    padding-left: 1px;
    font-weight: 700;
}

.form-fa-small-text{
    font-family: serif;
    font-size: 11px;
    margin-left: -1px;
    font-weight: 700;
}

.form-divider{
    background-color: #9bdaec !important;
    color: #333;
}

.form-divider:hover{
    background-color: #9bdaec !important;
}

.form-divider td:last-of-type{
	color: #616f77;
}

.rotate-90{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}

.custom-hr{
    border-top: 1px solid #ccc;
    width: 90%;
}

.custom-hr-100{
    border-top: 1px solid #ccc;
    width: 100%;
}

.custom-hr-white{
    border-top: 1px solid #eee;
    width: 90%;
}

.check-toggler-disabled.checked:before{
	color: #777 !important;
}

.small-label{
	margin-top: -8px;
	font-size : 14px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: .25 !important;
}

/*TYPE FILE*/
input[type="file"]{
	background-color: rgba(0,0,0,0) !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 18px;
    width: 100%;
    padding: 20px 0px !important;
    color: #fff;
    background-color: #368ea8;
    display: inline-block;
    border-radius: 0.7em;
	padding: 10px;
    cursor: pointer;
    text-align: center;
}

.inputfile + label:hover {
    background-color: #2b7286;
}

.placeholder-color{
	color: #ccd5d7;
}

.text-default-color{
	color: #616f77;
}

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

/* FORM ELEMENTS */


/* SCHEDULER CALENDAR */

.fc .fc-header{
    height: 40px;
}

.fc .fc-header h2{
    font-size: 18px;
    line-height: 33px;
}

.fc .fc-header .fc-button{
    height: 30px;
    line-height: 10px;
}

.scheduler-calendar table.fc-border-separate{
    border-collapse: collapse;
}

.scheduler-calendar table thead tr{
    border: 1px solid #ccc;
}

.scheduler-calendar table .fc-day{
    height: 75px;
    padding: 0px !important;
    cursor: pointer;
}

.scheduler-calendar table .fc-day:hover{
    border: 2px solid #999 !important;
}

.scheduler-calendar table .fc-day > div{
    height: 75px;
}

.scheduler-calendar table .fc-day.fc-other-month .fc-day-content{
    opacity: 0.3;
}

.scheduler-calendar .fc-content .fc-event{
    background: rgba(0,0,0,0);

    border-left: 2px solid #5cb85c;
    border-bottom: 1px solid #5cb85c;
    pointer-events: none;
}

.scheduler-calendar .fc-content .fc-event.overdue{
    border: 1px solid rgba(0, 0, 0, 0);
    border-left: 2px solid #FF0066;
    border-bottom: 1px solid #FF0066;
    background: #dda1a931;
}

.scheduler-calendar .fc-content .fc-view td .fc-day-number{
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.scheduler-calendar .fc-content .fc-view td.fc-state-highlight .fc-day-number{
    background-color: #16a085 !important;
}

.scheduler-calendar .fc-cell-overlay{
    opacity: 1 !important;
    background: rgba(0,0,0,0) !important;
    border: 2px solid #16a085 !important;
}

.scheduler-time .checkbox-custom-alt > i{
    border: 2px solid #616f77;
}

.scheduler-time .checkbox-custom-alt:hover > i {
    border-color: #16a085;
}

.scheduler-time .time-checkbox-disabled .checkbox-custom-alt,
.scheduler-time .time-checkbox-disabled .checkbox-custom-alt > i:before {
    cursor: not-allowed !important;
    color: #b1b1b1 !important;
    text-decoration: line-through;
}

.scheduler-time .time-checkbox-disabled .checkbox-custom-alt > i {
    border-color: #e2e2e2 !important;
}

.scheduler-time .time-checkbox-enabled .checkbox-custom-alt,
.scheduler-time .time-checkbox-enabled .checkbox-custom-alt > i:before {
    color: #16a085;
}

.scheduler-time .time-checkbox-enabled .checkbox-custom-alt > i {
    border-color: #16a085;
}

.page-scheduler .leadView{
    padding: 0px 2px;
    font-size: 14px;
    margin-left: 2px;
    color: #dd5965;
}

.page-scheduler .leadView:hover{
    color: #62a8bb;
    text-decoration: none;
}
/*
.scheduler-calendar table .fc-day.active{
    pointer-events: none;
}
*/
/* SCHEDULER CALENDAR */



/* TILE */
.tile .tile-header {
    padding: 0px;
}

.tile{
    background-color: rgba(255,255,255,0.8);
	border-radius: .4em;
}

.tile-header{
	height: 60px;
	border-top-left-radius: .4em;
    border-top-right-radius: .4em;    
	background-size: 100% 60px !important;
	color: rgb(66, 118, 135);
	font-family: 'Roboto-Bold' !important;
}

.tile-header-blue{
	background-color: #385d68;
}

.tile-header-title{
	font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    padding-top: 10px;
    padding-left: 20px;
    color: #fefefe;
}

.tile .tile-header .controls > li > a{
	color: #eee;
	line-height: 55px;
    border-left: 2px solid rgba(255,255,255,0.2);
    height: 50px;
    margin-top: 5px;
	margin-right: 5px;
}

.tile .tile-header .controls > li > a:hover{
	color: #fff;
    border-left: 2px solid rgba(255,255,255,0.6);
}

.tile-header-dropdown{
    max-width: 300px;
    height: 27px;
    padding: 0px;
    float: right;
    margin-right: 125px;
    margin-top: -30px;
    width: 100%;
}

.page-company-questions .tile-header-dropdown{
	margin-right: 220px;
}

.tile .tile-header .controls > li > button{
    height: 24px;
    margin-top: 22px;
    margin-right: 12px;
}
/* TILE */



/* PANNEL */
.panel{
    border: 0px solid transparent;
	background-color: transparent;
}

.panel-heading{
	border-bottom: 0px solid transparent !important;
	border-top-left-radius: .5em !important;
    border-top-right-radius: .5em !important;
}

.panel-default > .panel-heading{
	background-color: #fff;
}

.panel-default{
	border-radius: .5em !important;
}

.panel-flex{
	display: flex;
    flex-direction: column;
}

.panel-header-dropdown{
    max-width: 300px;
    height: 27px;
    padding: 0px;
    float: right;
    margin-right: 15px;
    width: 100%;
}

.accordion-controls-title{
    float: left;
    display: contents;
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordion-controls{
    float: right;
    display: block;
    margin-right: 15px;
    margin-top: -2px !important;
}

/* ACCORDION DEFAULT BORDER */
uib-accordion .panel-group .panel-default > .panel-heading{
	border-radius: .5em !important;
}

uib-accordion .panel-group .panel-default{
	border: 1px solid rgba(0,0,0,0.2);
}

/* CUSTOM DEFAULT BORDER */
.panel-default-border > .panel-heading{
	border-radius: .5em !important;
}

.panel-default-border{
	border: 1px solid rgba(0,0,0,0.2);
}

.panel-default-border > .panel-heading > .panel-title{
	line-height: 23px;
}

.panel-default-border > .panel-body, .panel-default-border > .panel-body > .table-responsive{
	/* border-radius: .5em; */
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

.page-help-portal .panel > .panel-body,
.page-help-portal .panel > .panel-body > .table-responsive{
	border-radius: .5em;
}

.page-action .panel-default-border > .panel-body,
.page-action .panel-default-border > .panel-body > .table-responsive{
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.panel-heading{
    padding: 10px 0 10px 15px;
}

.panel-heading-rounded{
	border-radius: .5em !important;
}

.panel .panel-heading .controls > li > a{
    display: block;
    height: 100%;
    line-height: 38px;
    min-width: 41px;
    padding: 0 10px;
    text-align: center;
    color: #95a2a9;
}

.panel .panel-heading .controls > li > a:hover{
	text-decoration: none;
}

.panel .panel-heading .controls > li{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 100%;
    float: left;
}

.panel .panel-heading .controls{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: -29px;
    height: 38px;
    border-top-right-radius: .5em;
}

.modal-body .panel .panel-heading .controls{
    margin-top: -27px  !important;
    height: 36px  !important;
}

.panel .panel-heading .accordion-controls{
    margin-top: -10px !important;
    margin-bottom: -10px;
    height: 44px;
    padding-top: 3px;
}

.panel-body {
    background-color: rgba(255,255,255,0.8);
}

.page-medical-companysettings .panel-body {
    background-color: rgba(255,255,255,0);
}

.panel-title{}

.panel-title-select{
    width: 250px;
	margin-top: -50px;
}

.accordion-table > .panel-group > .panel-default > .panel-heading + .panel-collapse > .panel-body{
    padding: 0px 0px 3px 0px !important;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}
/* PANNEL */



/* PANNELS */
.greansea-border{
    border-color: #16a085;
}

.blue-border{
    border-color: #418bca;
}

.warning-border{
    border-color: #f0ad4e;
}

.pannel-title{
	margin-top: -20px;
}

.panel-footer{
    text-align: right;
}

.pannel-history{
    padding: 0px;
    max-height: 450px;
    min-height: 150px;
    overflow: auto;
}

#pannel-button{
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0,0,0,0.15);
}

.controlSaveButton{							/* order edit save */
    background: #5cb85c;
    border-top-right-radius: 0.25em;
}

.controlSaveButton > li > a{
    color: #fff !important;
}

.controlSaveButton:hover{
    background-color: #449d44 !important;
}

.lined-paper{
	background-color: #fff !important;
}
/* PANNELS */



/* PANEL DROPDOWN */
.panel-dropdown{
    max-width: 300px;
    float: right;
    margin-top: -23px;
    height: 28px;
    padding: 3px;
    margin-right: 5px;
}

.panel-dropdown-double{
    max-width: 150px;
    float: right;
    margin-top: -23px;
    height: 28px;
    padding: 3px;
    margin-right: 10px; 
}

.panel .panel-heading .panel-title .accordion-toggle:focus{
    text-decoration: none !important;
}

.panel .panel-heading .panel-title .accordion-toggle:hover span{
    padding-left: 0px !important;
}

.panel .panel-heading .panel-title .accordion-toggle{
    padding-right: 0px !important;
}
/* PANEL DROPDOWN */



/* TABLE CONTROLS */
.table-responsive{
	background-color: #fff;
}

.table-responsive th:first-child, .table-responsive td:first-child{
	padding-left: 10px !important;
}

.table-responsive tr:nth-child(even) {
  	background-color: #ebfaff;
}

.table-responsive tr:hover, .table-responsive tr:nth-child(even):hover{
    background-color: #cdedf6;
	cursor: pointer;
}

.table-responsive .table > tbody > tr td{
	border-color: transparent !important;
}

.table-responsive .table > thead > tr{
	background-color: #62a8bb;
	color: #eee;
}

.table-responsive .table > thead > tr > th:hover{
	background-color: #62a8bb;
	color: #fff;
}

.table-responsive .row-highlight, .table-responsive .row-highlight:hover{
	background-color: #62a8bb !important;
	color: #eee !important;
}

.table-responsive-var tr{
	border-bottom: 2px solid #eee;
}

.table-responsive-var tr:nth-child(even) {
  	background-color: #fff;
}

.b-1b{
    border: 1px solid rgba(0,0,0,0.2);
}

.bt-1b{
    border-top: 1px solid rgba(0,0,0,0.2);
}

.bt-2b{  /* border-top 2px black */
    border-top: 2px solid rgba(0,0,0,0.2);
}

.bb-1b{	/* border-bottom 1px black */
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

.bt-1b{
	border-top: 1px solid rgba(0,0,0,0.2) !important;
}

.bt-0b{
	border-top: 0px solid rgba(0,0,0,0.2) !important;
}

.bl-1b{
	border-left: 1px solid rgba(0,0,0,0.2) !important;
}

.br-1b{
	border-right: 1px solid rgba(0,0,0,0.2) !important;
}

.body-300{
    min-height: 300px;
    overflow-y: scroll;
}

.pannel-top-radius{
	border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.my-table-15 {
    width: 15px;
}

.my-table-20 {
    width: 20px;
}

.my-table-30 {
    width: 30px;
}

.my-table-40 {
    width: 40px;
}

.my-table-50 {
    width: 50px;
}

.my-table-75 {
    width: 75px;
}

.my-table-95 {
    width: 95px;
}

.my-table-110 {
    width: 110px;
}

.my-table-115 {
    width: 115px;
}

.my-table-123 {
    width: 123px;
}

.my-table-140 {
    width: 140px;
}

.my-table-150 {
    width: 150px;
}

.my-table-175 {
    width: 175px;
}

.my-table-190 {
    width: 190px;
}

.my-table-200 {
    width: 200px;
}

.my-table-220 {
    width: 220px;
}

.my-table-230 {
    width: 230px;
}

.my-table-245 {
	width: 245px;
}

.my-table-sort{
    margin-left: 3px;
    margin-top: 5px;
}

td, th {
    padding: 5px !important;
}

th {
    vertical-align: middle !important;
}

.fa-sort-asc:before, .fa-sort-desc:before{
    height: 7px;
}

.fa-sort:before{
    height: 10px;
}

.my-table-sort:before{
    float: left;
}

.onoffswitch-label{
    margin-bottom: 0;
}

.switch-td{
    padding: 3px 0 0 5px !important;
}

.order-options{
    text-align:center;
    width: 90px;
}

.email-tags tr:hover{
    background-color: #fff;
}

.row-disabled{
    text-decoration: line-through !important;
    color: #ccc !important;
}

.table-vertical-center{
    vertical-align: middle !important;
}

.profile-builder-blank{
	height: 22px;
    display: block;
    line-height: 25px;
}

.profile-builder-choice{
	height: 27px;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
}

.profile-builder-choice:first-of-type{
	/* margin-top: 7px; */
}

.profile-builder-choice-button{
	height: 25px;
    display: block;
    line-height: 25px;
}

.profile-builder-choice-select{
	height: 26px !important;
}
/* TABLE CONTROLS */



/* MOBILE TABLE */
.mobile-table-row{
    padding: 0 !important;
    font-size: 12px;
    min-height: 25px;
    line-height: 25px;
}

.mobile-table-row .btn{
    margin: 5px 0 5px 0;
}

.my-mobile-tab:before{
    line-height: 19px;
}
/* MOBILE TABLE */



/* CLIENT DASHBOARD */
.client-button{
    height: 39px;
    border: 1px solid #ccc;
}
/* CLIENT DASHBOARD */



/* VIEW LEADS */
.modal-title-info{
    line-height: 20px;
    font-family: roboto;
    font-size: 14px;
}

.lead-hidden-button{
    margin-right: 10px;
    cursor: pointer;
}

.edit-lead-title-info{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.preparing-export-border{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.panel-dropdown-readonly{
    background: rgba(255, 255, 255, 0.8) !important;
    color: rgba(0, 0, 0, 0.3) !important;
}

.read-only-message-modal{
    background-color: #dd5965;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
    font-weight: 700;
}

.read-only-message{
    background-color: #dd5965;
    color: white;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 7000;
    border-bottom: 1px solid #9c091e;
	margin-top: 15px;
}

.checklist-buttons{
    padding: 10px 0;
    min-height: 50px;
    margin-bottom: 0px;
}

.lead-commands{					/* lead mass commands */
    padding: 0px 4px;
    margin-left: 1px;
    margin-top: 2px;
    font-size: 15px;
    border: 0px;
}

.lead-commands:hover{
    background-color: #fff !important;
    color: #357ebd;
}

.lead-commands:active{
    background-color: #fff !important;
    color: #616f77 !important;
}

.lead-sub-menu-button:hover + .lead-sub-menu{
    display: inline-table;
}

.lead-sub-menu:hover{
    display: inline-table;
}

.lead-sub-menu{
    display: none;
    position: absolute;
    right: -135px;
    margin-top: -31px;
    width: 135px;
    background: #fff;
    list-style: none;
    padding: 0px !important;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lead-sub-menu li a:hover{
    background: #eee;
}

.lead-sub-menu li a{
    color: #555;
    font-weight: 100;
    text-decoration: none;
    padding: 6px 12px;
    float: left;
    width: 135px;
}

.lead-per-page{					/* paginations */
    float: right;
    margin-right: 10px;
}

.lead-per-page span{
    float: left;
    margin: 6px 5px 4px;
}

.lead-per-page input{
    width: 40px;
    float: left;
}

.pagination > li > a{
    color: #616f77;
}

.filter-padding{
    padding: 0px !important;
    padding-top: 5px !important;
    line-height: 18px;
}

.filter-button-top{				/* filters */
    margin-top: 17px;
    width: 100%;
}

.filter-button{
    margin-top: 10px;
    width: 100%;
}

.filter-closed-leads{
    padding-left: 5px !important;
}

.my-select-mulitple{
    width: 100% !important;
}

.lead-filter-select{
    color: #616f77;
    font-size: 100%;
    padding: 6px;
    border-radius: .2em;
    width: 100%;
}

.lead-filter-input{
    margin-top: 10px;
    width: 75%;
    float: left;
}

.lead-filter-input-small{
    margin-top: 10px;
    width: 85%;
    float: left;
}

.lead-filter-input-2{
    width:50%
}

.lead-filter-input-2-small{
    width:70%
}

.lead-filter-delete{
    margin-right: 5%;
}

.lead-filter-button{
    width: 20%;
    float: right;
    margin-top: 10px;
    height: 30px;
}

.lead-filter-button-small{
    width: 10%;
    float: right;
    margin-top: 10px;
    height: 30px;
}

.filter-select{
    height: 30px;
    padding-left: 5px;
    margin-top: 5px;
    padding-right: 5px;
}

.version-margin{
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}
/* VIEW LEADS */

/* EDIT LEADS */
.lead-title .pannel-header{
    float: left;
    width: 100%;
}

.lead-title .pannel-header button{
    float: left;
    padding: 2px 5px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.lead-title .pannel-header h1{
    float: left;
    margin: 20px 15px 10px 15px;
}

.lead-title .pannel-header .form-control{
    width: 200px;
    float: left;
    margin-top: 25px;
    margin-bottom: 10px;
}
/* EDIT LEADS */

/* LEAD MINIMIZE */
.collapse-pannel{
    float: left;
    width: 100%;
}

.collapse-60{
    padding-top: 60px;
}

.collapse-body{
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.collapse-dropdown{
    background: #fff !important;
    color: #616f77 !important;
    margin-right: 55px !important;
    margin-top: 0px !important;
}
/* LEAD MINIMIZE */



/* IMPORT LEADS */
.import-button{
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    display: inline-block;
    width: 40px;
    margin: 0 auto;
    text-align: center !important;
    vertical-align: middle;
    transition: font-size 0.2s;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.import-button:before {
    content: "\f093";
    margin-left: 5px;
}
/* IMPORT LEADS */



/* WYSIWYG */
.ta-editor.form-control.myform1-height{
	background: rgba(255, 255, 255) !important;
}

.ta-editor.form-control.myform1-height{
    height: 300px;
    min-height: 300px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.myform1-height > .ta-bind {
    min-height: 300px;
}

.ta-editor.form-control.comment-height, .ta-scroll-window.form-control.comment-height {
    height: 200px;
    min-height: 200px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.comment-height > .ta-bind {
    min-height: 200px;
}

.ta-editor.form-control.myformcompsig-height, .ta-editor.form-control.myform2-height  {
    height: 150px;
    min-height: 150px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.myformcompsig-height > .ta-bind, .form-control.myform2-height > .ta-bind {
    min-height: 150px;
}

.ta-editor.form-control.myformsitewide-height {
    height: 150px;
    min-height: 150px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.myformsitewide-height > .ta-bind {
    min-height: 150px;
}
/* WYSIWYG */



/* LEAD ENABLE EMAIL */
.lead-pannel .panel-heading{
    float: left;
    width: 100%;
}

.lead-pannel .panel-title{
    float: left;
}

.lead-pannel .pannel-control{
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}
/* LEAD ENABLE EMAIL */



/* STATUS ACTIONS */
.status-dropdown{
    max-width: 300px;
    height: 27px;
    padding: 0px;
    float: right;
    margin-right: 110px;
}

.status-controls .panel-heading{
    float: left;
    width: 100%;
}

.status-controls .panel-title{
    float: left;
}

.status-controls .status-controls{
    float: right;
    margin-right: 10px;
}

.statusColorPicker{
    border: 1px solid #333;
    width: 22px;
    height: 22px;
    float: left;
    cursor: pointer;
    margin-right: 5px;
}
/* STATUS ACTIONS */



/* COMPANY QUESTIONS */
.cqOptions-button{
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px !important;
    cursor: pointer;
}

.cqOptions-button a{
    color: #555;
}

.cqOptions-ul{
    padding-left: 20px;
    
}

.cqOptions-button li ul li{
	position:relative;
	/* width:20%; */
	list-style-type: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: .875em;
	line-height: 1.75em;
}

.cqOptions-button li ul li::before{
	position:absolute;
	content:"";
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-left:-15px;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #555;
}
/* COMPANY QUESTIONS */



/* CUSTOM MULTIPLE SELECT */
.user-company-select{
    height: 25px;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.user-company-text{
    height: 25px;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
}
/* CUSTOM MULTIPLE SELECT */



/* COMPANY */
.company-logo{
    max-width: 120px !important;
    height: auto !important;
}

.cursor-pointer{					/* company checklist */
    cursor: pointer;
}

.api-key{
    width: 210px;
    height: 22px;
    padding: 5px;
  }
  
  .float-left{
      float: left;
  }
/* COMPANY */



/* TICKETS */
.filter-div{
    padding: 0px !important;
    line-height: 18px;
}

.ticket-info-div{
    min-height: 20px;
    margin-top: 10px;
    background-color: #f0f9fc;
    border: 1px solid #5bc0de;
    border-radius: 4px;
    display: flow-root;
}

.ticket-info{
    font-size: 12px;
}

.ticket-controls{
    font-size: 12px;
    text-align: right;
}

.ticket-border{
    border-left: 5px solid #ccc;
}

.support-line{
    border-top: 1px solid #ccc;
}

.ticket-comment-div{
    border-left: 5px solid #ccc;
    margin-right: 10px !important;
}

.ticket-comment-info-div{
    font-size: 12px;
    color: #aaa;
}

.comment-line{
    display: block;
    border-bottom: solid 2px #ccc;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
}

.ticket-user-owned{
    font-weight: 700;
}

.accepted-answer-body{
    background-color: #f0f9fc;
    padding-bottom: 10px;
}
/* TICKETS */



/* HELP PORTAL */
.category-list{
    margin: 0px;
    padding: 5px 5px 5px 14px;
}

.category-list-title{
    margin: 0px;
    padding: 5px 5px 5px 35px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.category-list:hover{
    text-decoration: underline;
}

.article-list:hover{
    text-decoration: underline;
}

.media-block{
    text-align: center;
    height: 200px;
}

.media-block:hover{
    background: #ccc;
	cursor: pointer;
}

.media-inner-block{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.media-image{
	max-height: 190px;
}

.media-image-view{
	/* cursor: zoom-in; */
	max-height: 100%;
}

.media-image-view:hover {
	max-height: 100%;
}

.add-media-button{
    padding-top: 8px;
    padding-bottom: 6px;
}

.current-article{
	font-weight: 700;
    text-decoration: underline;
    cursor: default;
	display: block;
    width: 100%;
}

.video-width{
    width: 100%;
    max-width: 640px;
}

.media-video-width{
	max-height: 200px;
	padding-top: 10px;
    padding-bottom: 10px;
}
    
.help-portal-pannel-title{
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.help-portal-status-controls{
    width: 100%;
    text-align: center;
    margin-right: 0px !important;
}

.time-log-table{
    border: 0px solid transparent;
    background-color: transparent;
    max-height: 50vh;
    height: 50vh;
    overflow-y: scroll;
    margin-bottom: 0;
}

.time-log-table .panel-heading{
    border-radius: 0 !important;
}
/* HELP PORTAL */

.clear-both{
	clear: both;
}

.modal-title-info{
    line-height: 20px;
}

/* LEAD QUICKBOOKS */
.lead-quick-books-button{
    height: 37px !important;
}
/* LEAD QUICKBOOKS */

/* USER LOGS */
.user-logs .pagination-sm > li > a{
    padding: 5px;
    font-size: 12px;
    line-height: 1px;
    text-align: center;
}

.user-logs span{
    line-height: 24px;
}
/* USER LOGS */

.widget-todo form .form-control{
    background: rgba(0,0,0,0) !important;
}

@media(max-width: 992px){
	.appWrapper:not(.sidebar-sm):not(.sidebar-xs) #header .branding {
		width: 80px;
	}
}

@media(max-width: 767px){
	/* CORE PAGES */
	.core-container{
		width: 100%;
    	padding: 20px !important;
		margin-top: 0px !important;
		font-size: 12px;
	}
	
	.core-logo-div{
		padding: 0 10px;
	}
	/* CORE PAGES */
	
	/* NAVIGATION */ 
    #header .nav-left > li > a {
        padding: 0 5px;
    }
    
    .appWrapper.aside-fixed #sidebar{
        top: 45px !important;
    }
    
    .appWrapper.sidebar-xs #header .branding{
        width: 40px !important;
    }
    
    .appWrapper.sidebar-xs #header .nav-right .nav-profile > a > span{
        display: block !important;
    }
    
    .appWrapper.sidebar-xs #header .nav-right .nav-profile{
        right: 10px !important;
    }
    
    .appWrapper.sidebar-xs #header .branding .brand > span{
        margin-left: 30px !important;
    }
    
    .appWrapper.header-fixed.aside-fixed #content{
        top: 45px !important;
    }
	/* NAVIGATION */
    
	/* PANNEL */
    .lead-per-page{
        float: left !important;
    }
    
    .btn-mobile{
        min-width: 200px;
        margin: 0 auto 10px auto !important;
        display: block;
    }
	/* PANNEL */
}

@media only screen and (max-width: 628px){
	/* NAVIGATION */
    .nav-admin a.dropdown-toggle span, .nav-lead a.dropdown-toggle span, .nav-calendar a span{
        display: none;
    }
	
	#header .nav-right > li, #header .nav-left > li{
		padding: 9px 10px 9px 15px;
	}
	
	#header .nav-right > li > a, #header .nav-left > li > a{
		padding: 0;
	}
	/* NAVIGATION */
    
	/* PANNEL */
    .tile .tile-header .controls {
        display: block;
    }
    
    .tile .tile-header .controls li a{
        color: transparent !important;
        width: 20px;
    }
    
    tile .tile-header .controls li a:hover, .tile .tile-header .controls > li > a:hover{
        color: transparent;
    }
	
	.tile .tile-header .controls > li > a{
		border-left: 2px solid rgba(255,255,255,0.8);
	}
	
	.tile .tile-header .controls > li > a:hover{
		border-left: 2px solid rgba(255,255,255,1);
	}
    
    .tile .tile-header .controls li a .fa{
        color: rgba(255,255,255,0.8);
        margin-right: 0px !important;
    }
	
	.tile .tile-header .controls > li > a:hover .fa{
		transition: all 0.2s ease-out;
        color: rgba(255,255,255,1) !important;
    }
    
    .tile .tile-header .controlSaveButton li a .fa{
        color: #fff !important;
    }
    
    .panel-dropdown{
        max-width: 150px;
    }
    
    .panel-dropdown-double{
        max-width: 70px;
    }
    
    .status-dropdown{
        max-width: 150px;
        margin-right: 50px;
    }
	
	.tile-header-dropdown{
		margin-right: 60px;
    	max-width: 200px;
	}
	/* PANNEL */
}

@media(max-width: 450px){
	/* HEADER USERNAME */
    .header-username{
        min-width: 20px;
        max-width: 20px;
    }
    
    .header-username-text{
        display: none;
    }
    
    .header-username .fa-angle-down{
        display: none;
    }
    
    .nav-profile .dropdown-menu{
        margin-left: -130px !important;
    }
	/* HEADER USERNAME */
    
	/* PANNEL */
    .panel-dropdown, .status-dropdown{
        width: 90px;
    }
    
    .panel-dropdown-double{
        width: 40px;
        margin-right: 30px !important;
    }
    
    .panel-title-select{
        width: 120px;
    }
	
	.tile-header-dropdown{
		margin-right: 60px;
    	max-width: 150px;
	}
	/* PANNEL */
}

@media(max-width: 420px){
	/* NAVIGATION */
    .appWrapper.sidebar-xs #header .branding{
        float: left;
    }

    .appWrapper.sidebar-xs #header .nav-right{
        float: right !important;
    }
	/* NAVIGATION */
}