#flDebugToolbar{
    display:none !important;
}

body {
    background-color: #f3f3f4;
}

.btn-primary {
    background-color: #6CC04A;
    border-color: #6CC04A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #6CC04A;
    border-color: #6CC04A;
}





.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #6CC04A;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #8dd271;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #6CC04A;
    border-top: 2px solid #6CC04A;
}

.nav > li.active {
    border-left: 4px solid #6CC04A;
    background: #1b2a42;
}


.btn-blue{
	background-color: #218bc2;
    border-color: #218bc2;
    color: #FFFFFF;
}




/* -------- Tooltip style -------- */
.tooltip {
	z-index: 999999;
}
.tooltip-inner {
    background-color: #337ab7;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #337ab7;
}
/* -------- Tooltip style -------- */


body.mini-navbar #page-wrapper {
    margin:0;
    min-height: inherit;
    /* margin-top: 40px !important; */
}
#page-wrapper{
	padding:0px;
}
.wrapper-content {
    padding: 10px;
    padding-bottom: 0;
}


#wrapper{
	height: calc(100% - 25px);
}
.sideNavBody{
	height: calc(100% - 82px);
}
.mini-navbar #wrapper{
	height: calc(100% - 77px);
}
.mini-navbar #wrapper #page-wrapper{
	height: calc(100% - 76px);
}

@media (max-width: 1401px){
    .mini-navbar #wrapper #page-wrapper{
        height: calc(100% - 41px);
    }
}

#page-wrapper{
    min-height: auto !important;
}


/* -------- Main Navigation style -------- */
body.mini-navbar .navbar-static-side.bottomNav {
    width: 100%;
}
.navbar-static-side.bottomNav {
    position: fixed;
    left: 0;
    bottom: 24px;
}
.bottomNav .sidebar-collapse{
	background-color: #0b2844;
}
.bottomNav #side-menu{
	margin: 0 auto;
    display: table;
}
.bottomNav #side-menu li{
	float:left;
}
.bottomNav .nav > li > a {
	padding: 5px 20px;
}
@media (min-width: 1401px){
	.bottomNav #side-menu > li > a {
		font-size:24px !important;
		color:#ffffff;
	}	
}
.bottomNav .nav > li.active {
    border-bottom: 2px solid #19aa8d;
	border-left: 0px;
}
/* -------- Main Navigation style -------- */



.navbar-static-top {
    min-height: inherit !important;
}
.navbar-top-links li a {
    padding:10px;
    min-height: inherit !important;
}
.minimalize-styl-2 {
    margin:5px 5px 5px 20px;
}
.navbar-right {
    margin-right:0px;
}



.footer {
    padding: 5px 20px;
    background-color: #000;
    border-top: 0px;
    color: #888888;
}
.footer a{
    color:#ffffff;
}
@media (max-width: 1401px){
	.footer {
		font-size:10px;
	}	
}
.footer {
    font-size: 10px;
    position: fixed;
    z-index: 99999;
}


.actions.clearfix{
    position: fixed;
    bottom: 46px;
    left: 0;
    right: 0;
    background-color: #e2e2e2;
    width: auto;
}
.sideNavBody .actions.clearfix{
    left: 175px;
    bottom: 24px;
}



.saveBtn{
    float: right;
    position: fixed;
    bottom: 52px;
    right: 90px;
    z-index: 99999;
}

@media (max-width: 1401px){
    .actions.clearfix{
        bottom: 35px;
    }
    .saveBtn{
        bottom: 41px;
    }
}

.content.clearfix{
    height: calc(100% - 36px);
    overflow-y: auto;
    margin-bottom: 0;
}

@media (max-width: 1401px){
    .content.clearfix{
        height: calc(100% - 36px);
    }
}



.actions.clearfix ul{
    margin: 5px 0px 2px;
}


.btmNavBody{
	min-height:inherit;
	/* overflow:auto; */
}
.navbar-static-side.sideNav{
	top: 40px !important;
    bottom: 0px;
}
#page-wrapper.sideNavBody{
	min-height:inherit !important;
	overflow:auto;
	margin-left:175px !important;
}




/* -------- wizard style -------- */
.wizard > .steps a, 
.wizard > .steps a:hover, 
.wizard > .steps a:active {
    margin: 0 2px;
    border-radius:0px;
    border-top: 2px solid transparent;
}
.wizard > .steps a:first-child {
    margin-left: 0;
}

.wizard > .steps .current a, 
.wizard > .steps .current a:hover, 
.wizard > .steps .current a:active {
    background: #ffffff;
    cursor: pointer;
}
.wizard > .content {
    background: #ffffff;
    margin:0px;
    margin-bottom:10px;
}
.wizard > .content > .body {
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.casePlusAddFilter,
.caseMinusRemoveFilter,
.controlPlusAddFilter,
.controlMinusRemoveFilter{
	float: left;
    font-size: 15px;
}
.filterSelect{
	float: right;
    width: calc(100% - 50px);
}


.form-group {
    margin-bottom: 5px;
}

.navToggleBtn{
	position: absolute;
    bottom:30px;
    z-index: 99999;
    left: 5px;
}

/*@media (max-width: 1401px){
    .navToggleBtn{
        bottom:6px;
    }
    .navToggleBtn a.btn {
        padding: 1px 7px;
    }
}*/



.formFild,
.chosen-container-multi .chosen-choices .search-field input[type="text"]{
	padding: 2px 6px;
    height: 22px;
    font-size: 14px;
    line-height: 11px;
	right: 13px;
	margin-top:3px;
}
select.formFild{
    padding: 0px 6px;
}


.icheckbox_square-green, .iradio_square-green {
    width: 19px;
    height: 19px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 10px;
    font-size: 11px;
    margin: 2px 0 2px 5px;
    padding: 3px 20px 3px 5px;
}


.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 15px;
    position: absolute;
    top: 0;
    width: 15px;
}

.diseaseNameSelect .select2-container{
	margin-left:24px;
}


td.details-control {
    background: url('/static/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/static/img/details_close.png') no-repeat center center;
}

#example table{
	width:100%;
	margin:0px !important;
}


.sidebar-collapse{
    height: 100%;
    background-color: #052049;
}
.select2-container {
    margin-top: 5px;
}


#flDebug{
    display: none !important;
}

/* ---------- Auto Select ----------- */
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    right: -26px;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
/* ---------- Auto Select ----------- */



.inmodal .modal-header {
    padding: 5px 15px;
    background-color: #337ab7;
    color: #fff;
}
.inmodal .modal-header button {
    color: #fff;
    opacity: 1;
}


.custom-combobox{
    width: calc(100% - 35px);
}
.custom-combobox-input{
    width: 100%;
}


.sideNav #side-menu.nav > li > a {
    padding: 14px 20px 14px 10px;
}
.sideNav {
    width: 175px;
}



.SumoSelect.open .search-txt {
    padding: 0px 8px;
    line-height: 23px;
}
.SumoSelect > .CaptionCont > span {
    line-height: 16px;
}
.SumoSelect > .CaptionCont > label {
    margin-bottom: 0;
}
.CaptionCont.SelectBox.search{
    width:100%;
}
.SumoSelect {
    width:100%;
}
.col-lg-4 .SumoSelect {
    width: calc(100% - 50px);
    float: right;
    margin-bottom: 5px;
}


.btn {
    padding: 4px 12px;
}


.ageDisplayInput{
    border: 0;
    color: #218bc2;
    font-weight: bold;
    width: 65px;
}
.ageSliderDiv{
    width: calc(100% - 70px);
    float: right;
}

.ui-widget-header {
    background-color: #218bc2;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6931f;
    border: 1px solid #f6931f;
    border-radius:2px;
}

.drugContainer{
    background-color: #eeeeee;
    padding: 10px;
    margin: 5px;
}

#saveInfo textarea{
    resize: vertical;
    min-height:50px;
    max-height: 200px;
}
.bordrBtm{
    border-bottom: 1px solid #dce0e2;
}
.modal-footer{
    background-color: #dcdcdc;
    padding: 5px 15px 7px;
}

.sidebar_wrapper{
    overflow: auto !important;
}
.sidebar_text{
    display: none;
}

#loaderIcon{
    height: 30px;
    width: 30px;
}

table#caseSample.dataTable.stripe tbody tr.odd.selected,
table#caseSample.dataTable.display tbody tr.odd.selected {
    background-color: #052049;
    color:#ffffff;
}
table#caseSample.dataTable tbody tr.selected {
    background-color: #052049;
    color:#ffffff;
}

table#controlSample.dataTable.stripe tbody tr.odd.selected,
table#controlSample.dataTable.display tbody tr.odd.selected {
    background-color: #052049;
    color:#ffffff;
}
table#controlSample.dataTable tbody tr.selected {
    background-color: #052049;
    color:#ffffff;
}


#summaryInfo .modal-dialog{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#summaryInfo .modal-content{
    top: 0;
    overflow: scroll;
}
#summaryInfo .modal-body{
    height: calc(100% - 85px);
    overflow: auto;
}
#summaryInfo .modal-footer1{
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

iframe{
    border:0px;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #218bc2;
    background: #218bc2;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #218bc2;
    background-color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #6cc04a;
    border: 1px solid #6cc04a;
    border-radius: 2px;
}

input[type="checkbox"].casefilter,
input[type="checkbox"].controlfilter{
	width:20px;
	height: 20px;
	vertical-align:text-bottom;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: #6cc04a;
}

/*#controlcolsm_1{
    width: calc(66% - 25px);
}*/


/*#cnrow_1 .SumoSelect{
    margin-left: 23px;
}*/



.fa-minus-square{
 font-size: 17px;
}
.confirm
{
    background-color: rgb(137, 202, 109) !important;
}
.fa-plus-square{
 font-size: 17px;
}

.sweet-alert h2 {
    font-size: 22px !important;
}

#case_disease_name-error{
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 12px;
}

#drug_hits th:nth-child(4){
    width:50% !important;
}
#drug_hits td:nth-child(4){
    word-wrap: break-word !important;
    word-break: break-all;
}