.combobox-container .dropdown-menu{ width:94%;}
.combobox-container .add-on{ position:absolute; right:15px}

body > .container{ 
	min-height:500px;
	padding-top: 7rem;
}
.avater img {
	display: block;
    margin: 5px auto;
    border-radius: 50%;
    border: 5px solid #ccc;	
}
#footer { background-color: #efefef; height: 60px; text-align:center; margin-top:30px;}
.credit { margin: 20px 0; }
.muted { color: #999999;}

.navbar { 
	background:#3A3D3F; border:solid 1px #fff;
	position: fixed;
    top: 0px;
    width: 100%;
    /*z-index: 999999;*/
    z-index: 9999;
}
.navbar-default .navbar-nav > li > a{ color:#fff; font-weight:bold}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > .active > a:hover{ background:#fff; color:#000;}
.navbar-default .navbar-nav > li > a:hover{ background:#000; color:#fff;}
.btn-default:hover {
  background-color: #3A3D3F;
  border-color: #3A3D3F;
  color: #fff;
}
/*.left_panel{ background:#4C4C4C; margin-top:60px;}*/
.left_panel{ background:#4C4C4C; }
.left_panel li{ width:100%;}
.left_panel li a{padding:10px;color:#fff; border-bottom:solid 2px #444444;}
.left_panel li a:hover,.left_panel li a:focus,.left_active a{ background:#444444;color:#67B76E!important;}
.modal {
  	overflow-y: scroll !important;
   	z-index: 999999;
}

.take_left_panel{ background:#4C4C4C; margin-top:60px;}
.take_left_panel li{ width:100%;}
.take_left_panel li a{padding:10px;color:#fff; border-bottom:solid 2px #444444;}
.take_left_panel li a:hover,.take_left_panel li a:focus,.left_active{ background:#444444;color:#67B76E!important;}

@media screen and (min-width:640px) and (max-width:1199px)
{
.left_panel,.off_left{ width:25%; float:left}
.right_panel,.off_right{ width:75%; float:left}	
}
/* Print styling */

@media print {

[class*="col-sm-"] {
	float: left;
}

[class*="col-xs-"] {
	float: left;
}

.col-sm-12, .col-xs-12 { 
	width:100% !important;
}

.col-sm-11, .col-xs-11 { 
	width:91.66666667% !important;
}

.col-sm-10, .col-xs-10 { 
	width:83.33333333% !important;
}

.col-sm-9, .col-xs-9 { 
	width:75% !important;
}

.col-sm-8, .col-xs-8 { 
	width:66.66666667% !important;
}

.col-sm-7, .col-xs-7 { 
	width:58.33333333% !important;
}

.col-sm-6, .col-xs-6 { 
	width:50% !important;
}

.col-sm-5, .col-xs-5 { 
	width:41.66666667% !important;
}

.col-sm-4, .col-xs-4 { 
	width:33.33333333% !important;
}

.col-sm-3, .col-xs-3 { 
	width:25% !important;
}

.col-sm-2, .col-xs-2 { 
	width:16.66666667% !important;
}

.col-sm-1, .col-xs-1 { 
	width:8.33333333% !important;
}
  
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left !important;
}

body {
	margin: 0;
	padding: 0 !important;
	min-width: 768px;
}

.container {
	width: auto;
	min-width: 750px;
	
}

body {
	font-size: 10px;
}

a[href]:after {
	content: none;
}

.noprint, 
div.alert, 
header, 
.group-media, 
.btn, 
.footer, 
form, 
#comments, 
.nav, 
ul.links.list-inline,
ul.action-links {
	display:none !important;
}
/*.disclaimer{width:600px; margin:20px auto 0;}
*/.print_icon{display:none;}
.print_first{height:722px;}
.print_middle{height:1022px;}
.print_last{height:1002px; overflow:hidden;}
.tcolor{color:green!important;-webkit-print-color-adjust: exact;}


}

.row {
	padding-top: 15px !important;
}

a:hover, a:visited, a:link, a:active {
	cursor:pointer !important;
	text-decoration: none !important;
}

 .boldText {
/*	float:left;
	font-weight:bold;
	padding-right: 5px;*/

}

#toast-container {
	margin-top: 6rem !important;

}

.toast {
    /*opacity: 1 !important;*/
}

/*@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
*/

.print-row {
	border-top: solid;
    border-color: gainsboro;
    border-width: 0.5px;
}

.print-div {
	border-top: solid;
    border-color: gainsboro;
    padding-top: 15px;
        float: left;
    width: 100%;
    padding-bottom: 20px;
}

/* error pages */
.error-page {
	background-image: url('/images/Lgihter3.gif');
	background-color: grey;
	/*min-height: 100vh;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;*/
}

.headline {
	text-align: center;
	font-size: 10rem;
	margin-bottom: 0px;
	color: #232527;
}

.error-content {
	text-align: center;
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	
}

.exception{
	font-size: 20px;
	color: #232527;
}

.warning {
	font-size: 2rem;
    color: gainsboro;
    margin-top: 0px;
}

.table input[type="text"], .table textarea {
        width:90% !important;
        display: inline;
        width: 100%;
        /*height: 34px;*/
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        /*color: #555;*/
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
/* set to overlap User combobox in Leads form*/
.ui-datepicker{ 
    z-index: 9999 !important;
}

.konvajs-content {
    display: block;
    margin: 0 auto;
}

.form-required {
    color: red;
}

.alert {
    padding: 15px;
    margin: 0px 15px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding-left: 3rem;
}
/*--------------------------*/
.nav>li>a {
    padding: 12px 10px !important;
}

@media (min-width: 860px)
.navbar-toggle {
    display: none;
}

@media (min-width:861px)
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

/*@media (min-width:768px){
.container {
    width:100%!important;
}}
@media (min-width: 980px){
.navbar-toggle {
    display: none!important;
}
}
@media (min-width:981px){
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}}*/