/* 
v5.2.80
*/

.resetthis, .resetallnext * {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

/* basic modern patch */

#resetthis-root {
    all: initial;
}

::-webkit-input-placeholder { opacity: .6; }
:-moz-placeholder {  opacity: .6; }
::-moz-placeholder { opacity: .6; }
:-ms-input-placeholder { opacity: .6; }
::placeholder { opacity: .6 !important; }

.flex_block {
	position: relative;
	display: block; 
	}
.flex_wrap {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap !important;
	}
.flex_nowrap {
	flex-wrap: nowrap !important;
	}
.flex_content_center {
    align-content: center;
    align-items: flex-start;
	}	

/* additional Modal settings */

.modal-subheader {
	clear: both;
	display: block;
	position: relative;
    margin-top: -1px;
    color: #777;
    background-color: #eee;
    padding: 15px;
    border-bottom: 1px solid #ccc;
	}	
	
.modal-backdrop  { z-index: 999 !important; }
.modal-scrollable  { z-index: 1000 !important; }

.dropzone {
    background: #e7f2f7 !important;
    border: 1px dashed #bbcbd5 !important;
}
.modal-footer { clear: both; }
.modal-body, .modal-overflow .modal-body { display: block; }

/* additional global */

.wrapword {
	white-space: -moz-pre-wrap !important;  
	white-space: -webkit-pre-wrap;        
	white-space: -pre-wrap;                
	white-space: -o-pre-wrap;              
	white-space: pre-wrap;                 
	word-wrap: break-word;                
	word-break: break-all;
	white-space: normal;
	}

.inline { display: inline-block !important; }
.block { display: block; }
.flex { display: flex; }
.clear { display: block; overflow: hidden; }
.hide_box, 
.backend_view .hide_backend,
.client_view .hide_client { display: none; }

a { cursor: pointer; }
a:hover, a:focus { text-decoration: none; }

.border-bottom { border-bottom: 1px solid #e7eaec; }

.font-bold, .strong { font-weight: 600; }
.font-normal { font-weight: 400; }
.text-uppercase { text-transform: uppercase; }

.text-xs{ font-size: 0.8em; }
.text-s{ font-size: 0.9em; }
.text-m { font-size: 13px; }
.text-l { font-size: 1.2em; }
.text-xl { font-size: 1.4em; }
.text-xxl { font-size: 1.6em; }
.text-strong { font-weight: 600; }
.text-italic { font-style: italic; }

.border-0 { border: 0 !important; }
.border-top-0 { border-top: 0 !important; }
.border-right-0 { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0 { border-left: 0 !important; }

:focus { outline: 0 !important; }

.no-padding { padding: 0 !important; }
.no-borders { border: none !important; }
.no-margins { margin: 0 !important; }
.no-top-border { border-top: 0 !important; }
.lined_borders { border: 1px dashed #ff3300; }

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

.shadow_none, .shadow_none .btn { box-shadow: none; }

.input-s-sm { width: 120px; }
.input-s { width: 200px; }
.input-s-lg { width: 250px; }

.panel.blank-panel, .panel.panel-blank { 
	background: transparent; margin: 0; 
	}
.panel.panel-inset { 
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    }
	
.disabled_event { pointer-events: none; }
.clearboth { clear: both; }
.underline { text-decoration: underline; }
.linethrough { text-decoration: line-through; }	

.opac_5 {opacity: 0.5; }
.opac_6 {opacity: 0.6; }
.opac_7 {opacity: 0.7; }
.opac_8 {opacity: 0.8; }
.opac_9 {opacity: 0.9; }

.showhover { opacity: 0.2; }	
.showhover:hover { opacity: 1; }	

.second_navbar {
	padding: 0 0 20px 0;
	}
	.second_navbar .panel {
		background-color: transparent;
		}
			
/* radio button style */

.styled_radio {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
	}
	.styled_radio input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
		}
	.styled_radio .checkmark {
		font-size: 16px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 20px;
	    width: 20px;
		background-color: #fff;
		border: 1px solid #ddd;
		}
	.styled_radio:hover input ~ .checkmark {
    	background-color: #ccc;
		}
	.styled_radio input:checked ~ .checkmark {
    	background-color: #fff;
		border: 1px solid #5cb85c;
	}
	.styled_radio .checkmark:after {
		font: normal normal normal 20px/1 FontAwesome;
    	font-size: inherit;    	
    	content: "\f00c";
   	 	position: absolute;
    	display: none;
	 	top: -1px;
		left: 1px;
		color: #5cb85c;
		}
	.styled_radio input:checked ~ .checkmark:after {
	    display: block;
		}
	.styled_radio .radio_text {
		margin-left: 1em;
		}			

table .td_title {
	font-size: 1.15em;
	}

.form-horizontal .control-label {
    margin-bottom: 5px;
	}
.form-horizontal.text-left .control-label,
.form-horizontal .control-label.text-left {
    text-align: left;
	}
	
@media (max-width: 1199px){
	.col-md-12.control-label {
    	text-align: left;
	}	
}	
	
	
/* definition list  */

dl {
	display: block;
	border-bottom:  1px dashed #eee;
	margin-bottom: 5px;
	padding: 5px 0;
	}	
	dl dt {
		display: inline-block;
		min-width:  40%;
		}
	dl dd {
		display: inline-block;
		}
	
/* misc elements */

::-webkit-scrollbar {
	width: 10px;
	background: #fff;
	border-left: 1px solid #bbb;
	}
::-webkit-scrollbar-thumb {
	background: #bbb;
	border: 1px solid #999;
	}
::-webkit-scrollbar-thumb:hover {
	background: #888;
	}	
	
.fa-stack { font-size: .8em; }
.fa-xs { font-size: .8em; }
.fa-sm { font-size: .9em; }

img {
	max-width: 100%;
  	}

.modal-body img {
    max-width: 100% !important;
    height: auto;
	}	

@media (min-width: 980px) {
.modal {
  max-height: 92%;
  overflow: hidden !important;
  }	
.modal.container {
    top: 5%;
	margin-top: 0px !important;
	}
	.modal-body {
	    max-height: 400px !important;
	    overflow-y: auto !important;
		}	
}
	@media (min-height: 1051px) { .modal-body { max-height: 850px !important;} }
	@media (max-height: 1050px) { .modal-body { max-height: 800px !important;} }
	@media (max-height: 1000px) { .modal-body { max-height: 750px !important;} }
	@media (max-height: 950px) { .modal-body { max-height:  700px !important;} }
	@media (max-height: 900px) { .modal-body { max-height:  650px !important;} }
	@media (max-height: 850px) { .modal-body { max-height:  600px !important;} }
	@media (max-height: 800px) { .modal-body { max-height:  550px !important;} }
	@media (max-height: 750px) { .modal-body { max-height:  500px !important;} }
	@media (max-height: 700px) { .modal-body { max-height:  450px !important;} }
	@media (max-height: 650px) { .modal-body { max-height:  400px !important;} }
	@media (max-height: 600px) { .modal-body { max-height:  350px !important;} }
	@media (max-height: 550px) { .modal-body { max-height:  300px !important;} }
	@media (max-height: 500px) { .modal-body { max-height:  250px !important;} }
	@media (max-height: 450px) { .modal-body { max-height:  200px !important;} }

	.modal-body .container {
		width:  100% !important; /* fix to prevent layout break when use container in modal */
		}	
		
@media (min-width: 768px) {
	@media (max-height: 1300px) { .wrap_height { min-height: 1180px !important;} }
	@media (max-height: 1200px) { .wrap_height { min-height: 1080px !important;} }
	@media (max-height: 1100px) { .wrap_height { min-height: 980px !important;} }
	@media (max-height: 1050px) { .wrap_height { min-height: 930px !important;} }
	@media (max-height: 1000px) { .wrap_height { min-height: 880px !important;} }
	@media (max-height: 950px) { .wrap_height { min-height:  830px !important;} }
	@media (max-height: 900px) { .wrap_height { min-height:  780px !important;} }
	@media (max-height: 850px) { .wrap_height { min-height:  730px !important;} }
	@media (max-height: 800px) { .wrap_height { min-height:  680px !important;} }
	@media (max-height: 750px) { .wrap_height { min-height:  630px !important;} }
	@media (max-height: 700px) { .wrap_height { min-height:  580px !important;} }
	@media (max-height: 650px) { .wrap_height { min-height:  530px !important;} }
	@media (max-height: 600px) { .wrap_height { min-height:  480px !important;} }
	@media (max-height: 550px) { .wrap_height { min-height:  430px !important;} }
	@media (max-height: 500px) { .wrap_height { min-height:  380px !important;} }
	@media (max-height: 450px) { .wrap_height { min-height:  330px !important;} }
}

		

/* for modal section */

.table_with_bar {
	background-image: -webkit-linear-gradient(right, #E0E6EA, #E0E6EA 40%, transparent 40%, transparent 100%);
	display: table;
    width: 100%;
    }
.table_with_bar.small_sidebar {
	background-image: -webkit-linear-gradient(right, #E0E6EA, #E0E6EA 35%, transparent 35%, transparent 100%);
    }
	.table_sidebar {
		width: 40%;
		float: right;
		padding: 15px;
		display: block;
		background-color: #E0E6EA;
		}
	.table_wrapper {
		width: 60%;
		float: left;
		display: block;
		padding: 15px;
		}
	.small_sidebar .table_wrapper { width: 65%; }
	.small_sidebar .table_sidebar { width: 35%; }
		
	@media (max-width:767px){
		.table_with_bar.small_sidebar {
		background-image: none;
			}
			.table_sidebar {
				width: 100% !important;
				float: none;
				}
			.table_wrapper {
				width: 100% !important;
				float: none;
				padding: 15px;
				}
	}
	
/* input-group - multiple form-control in a row */
	
.input-group.input-col-2 .form-control { width: 100%; }
.input-group.input-col-2 .form-control { width: 50%; }
.input-group.input-col-3 .form-control { width: 33.33%; }
.input-group.input-col-4 .form-control { width: 25%; }
.input-group.input-col-5 .form-control { width: 20%; }
.input-group.inside-label .form-control { width: 80%; }
.input-group.inside-label .label { padding: 1em .6em; display: block; width: 100%; }
		
/* class to block change element like select or input */

.form-horizontal hr { clear: both; padding-top: 5px;}
.form-horizontal .help-block { margin-bottom: 0;}
	
.table>tbody>tr>td.sub,
.table>tbody>tr>th.sub,
.table>tbody>tr.sub>td,
.table>tbody>tr.sub>th {
	background-color:#eee
	}

.btn-xs, .btn-group-xs>.btn {
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 1px;
}	
		
#system_msg	{
	display: block;
    width: 33%;
    position: absolute;
    top: .5em;
    right: 1.5em;
    z-index: 9999;
	box-shadow: 5px 5px 15px rgba(0,0,0,.2);
	}
.text-red { color: #d32a0e !important; }	
.redactor-box {
	margin-bottom: 15px !important;
	}
	.redactor-dropdown {
	    z-index: 1099 !important; /* fix the index in modal popups */
		}	
	#redactor-modal-overlay, #redactor-modal-box, #redactor-modal {
	    z-index: 1100 !important;
	}		

.dropzone.autowidth .dz-preview .dz-image {
	width: auto !important;
	}
.select2-container .select2-selection--single {
    min-height: 34px;
	}
#sorder tr td.move {
	cursor: move;
	}	
#sorder tr:focus td {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.2);
	}		
.dropdown-menu {
	left: auto;
	right: 0;
	}
	
.select2-container { width: 100%; }
.select2-container .select2-selection {
	border-radius: 0px !important;	
	border: 1px solid #ccc !important;
	}
.form-group .select2-container {
    width: 100% !important;
	}	
		
tr.status_1 { opacity: 1; }
tr.status_0 { opacity: 0.5; }
	
/* Custom width for mobile width in percent like bootstrap */

.minw_20 { min-width: 20px; }
.minw_25 { min-width: 25px; }
.minw_30 { min-width: 30px; }
.minw_35 { min-width: 35px; }
.minw_40 { min-width: 40px; }
.minw_45 { min-width: 45px; }

.maxw_20 { max-width: 20px; }
.maxw_25 { max-width: 25px; }
.maxw_30 { max-width: 30px; }
.maxw_35 { max-width: 35px; }
.maxw_40 { max-width: 40px; }
.maxw_45 { max-width: 45px; }
.maxw_50 { max-width: 50px; }
.maxw_60 { max-width: 60px; }
.maxw_70 { max-width: 70px; }
.maxw_80 { max-width: 80px; }
.maxw_90 { max-width: 90px; }
.maxw_100 { max-width: 100px; }
.maxw_150 { max-width: 150px; }
.maxw_200 { max-width: 200px; }
.maxw_250 { max-width: 250px; }
.maxw_300 { max-width: 300px; }

.w-auto { width: auto !important; min-width:  auto !important; }

.w-xs-100 { width: 100%; clear: both; }
.w-xs-95 { width: 95%; }
.w-xs-90 { width: 90%; }
.w-xs-85 { width: 85%; }
.w-xs-80 { width: 80%; }
.w-xs-75 { width: 75%; }
.w-xs-70 { width: 70%; }
.w-xs-65 { width: 65%; }
.w-xs-60 { width: 60%; }
.w-xs-55 { width: 55%; }
.w-xs-50 { width: 50%; }
.w-xs-45 { width: 45%; }
.w-xs-40 { width: 40%; }
.w-xs-35 { width: 35%; }
.w-xs-33 { width: 33.33%; }
.w-xs-30 { width: 30%; }
.w-xs-25 { width: 25%; }
.w-xs-20 { width: 20%; }
.w-xs-15 { width: 15%; }
.w-xs-10 { width: 10%; }
.w-xs-05 { width: 5%; }
.w-xs-0 { width: 0.1%; }

@media (max-width:991px){
	.text-sm-left { text-align: left; }
	.text-sm-right { text-align: right; }
}
@media (max-width:767px){
	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
}

@media (min-width:768px){
	.w-sm-100 { width: 100%; clear: both; }
	.w-sm-95 { width: 95%; }
	.w-sm-90 { width: 90%; }
	.w-sm-85 { width: 85%; }
	.w-sm-80 { width: 80%; }
	.w-sm-75 { width: 75%; }
	.w-sm-70 { width: 70%; }
	.w-sm-65 { width: 65%; }
	.w-sm-60 { width: 60%; }
	.w-sm-55 { width: 55%; }
	.w-sm-50 { width: 50%; }
	.w-sm-45 { width: 45%; }
	.w-sm-40 { width: 40%; }
	.w-sm-35 { width: 35%; }
	.w-sm-30 { width: 30%; }
	.w-sm-25 { width: 25%; }
	.w-sm-20 { width: 20%; }
	.w-sm-15 { width: 15%; }
	.w-sm-10 { width: 10%; }
	.w-sm-05 { width: 5%; }
	.w-sm-0 { width: 0%; }
	
	.w-sm-col6 { width: 16.66%; }
	.w-sm-col7 { width: 14.28%; }
	.w-sm-col8 { width: 12.5%; }
	.w-sm-col9 { width: 11.1%; }

	}	
@media (min-width: 992px){
	.w-md-100 { width: 100%; }
	.w-md-95 { width: 95%; }
	.w-md-90 { width: 90%; }
	.w-md-85 { width: 85%; }
	.w-md-80 { width: 80%; }
	.w-md-75 { width: 75%; }
	.w-md-70 { width: 70%; }
	.w-md-65 { width: 65%; }
	.w-md-60 { width: 60%; }
	.w-md-55 { width: 55%; }
	.w-md-50 { width: 50%; }
	.w-md-45 { width: 45%; }
	.w-md-40 { width: 40%; }
	.w-md-35 { width: 35%; }
	.w-md-30 { width: 30%; }
	.w-md-25 { width: 25%; }
	.w-md-20 { width: 20%; }
	.w-md-15 { width: 15%; }
	.w-md-10 { width: 10%; }
	.w-md-05 { width: 5%; }
	
	.w-md-col6 { width: 16.66%; }
	.w-md-col7 { width: 14.28%; }
	.w-md-col8 { width: 12.5%; }
	.w-md-col9 { width: 11.1%; }
	
	}	
@media (min-width: 1200px){
	.w-lg-100 { width: 100%; }
	.w-lg-95 { width: 95%; }
	.w-lg-90 { width: 90%; }
	.w-lg-85 { width: 85%; }
	.w-lg-80 { width: 80%; }
	.w-lg-75 { width: 75%; }
	.w-lg-70 { width: 70%; }
	.w-lg-65 { width: 65%; }
	.w-lg-60 { width: 60%; }
	.w-lg-55 { width: 55%; }
	.w-lg-50 { width: 50%; }
	.w-lg-45 { width: 45%; }
	.w-lg-40 { width: 40%; }
	.w-lg-35 { width: 35%; }
	.w-lg-30 { width: 30%; }
	.w-lg-25 { width: 25%; }
	.w-lg-20 { width: 20%; }
	.w-lg-15 { width: 15%; }
	.w-lg-10 { width: 10%; }
	.w-lg-05 { width: 5%; }
	
	.w-lg-col6 { width: 16.66%; }
	.w-lg-col7 { width: 14.28%; }
	.w-lg-col8 { width: 12.5%; }
	.w-lg-col9 { width: 11.1%; }
	}
	
@media (min-width: 1420px){
	.w-xlg-col6 { width: 16.66%; }
	.w-xlg-col7 { width: 14.28%; }
	.w-xlg-col8 { width: 12.5%; }
	.w-xlg-col9 { width: 11.1%; }
	.w-xlg-col10 { width: 10%; }
}
@media (min-width: 1920px){
	.w-xxlg-col6 { width: 16.66%; }
	.w-xxlg-col7 { width: 14.28%; }
	.w-xxlg-col8 { width: 12.5%; }
	.w-xxlg-col9 { width: 11.1%; }
	.w-xxlg-col10 { width: 10%; }
}
	
.min_h_100 { min-height: 100px;}
.min_h_110 { min-height: 110px;}
.min_h_120 { min-height: 120px;}
.min_h_130 { min-height: 130px;}
.min_h_140 { min-height: 140px;}
.min_h_150 { min-height: 150px;}
.min_h_180 { min-height: 180px;}
.min_h_200 { min-height: 200px;}
.min_h_250 { min-height: 250px;}
.min_h_300 { min-height: 300px;}
.min_h_350 { min-height: 350px;}
		
/* Margin */

.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mb-1 { margin-bottom: 1em; }
.mb-2 { margin-bottom: 2em; }

.m0 { margin: 0px !important;}

.m5,.m-xs { margin: 5px !important;}
.m5n,.m-xsn { margin: -5px !important;}

.m10,.m-sm { margin: 10px !important;}
.m10n,.m-smn { margin: -10px !important;}

.m15,.m { margin: 15px !important;}
.m15n,.mn { margin: -15px !important;}

.m20,.m-md { margin: 20px !important;}
.m20n,.m-mdn { margin: -20px !important;}

.m30,.m-lg { margin: 30px !important;}
.m30n,.m-lgn { margin: -30px !important;}


.mb0 { margin-bottom: 0px !important;}

.mb5,.mb-xs { margin-bottom: 5px !important;}
.mb5n,.mb-xsn { margin-bottom: -5px !important;}

.mb10,.mb-sm { margin-bottom: 10px !important;}
.mb10n,.mb-smn { margin-bottom: -10px !important;}

.mb15,.mb { margin-bottom: 15px !important;}
.mb15n,.mbn { margin-bottom: -15px !important;}

.mb20,.mb-md { margin-bottom: 20px !important;}
.mb20n,.mb-mdn { margin-bottom: -20px !important;}

.mb30,.mb-lg { margin-bottom: 30px !important;}
.mb30n,.mb-lgn { margin-bottom: -30px !important;}


.ml0 { margin-left: 0px !important;}

.ml5,.ml-xs { margin-left: 5px !important;}
.ml5n,.ml-xsn { margin-left: -5px !important;}

.ml10,.ml-sm { margin-left: 10px !important;}
.ml10n,.ml-smn { margin-left: -10px !important;}

.ml15, .ml { margin-left: 15px !important;}
.ml15n, .mln { margin-left: -15px !important;}

.ml20, .ml-md { margin-left: 20px !important;}
.ml20n, .ml-mdn { margin-left: -20px !important;}

.ml30, .ml-lg { margin-left: 30px !important;}
.ml30n, .ml-lgn { margin-left: -30px !important;}

.mr0 { margin-right: 0px !important;}

.mr5, .mr-xs { margin-right: 5px !important;}
.mr5n,.mr-xsn { margin-right: -5px !important;}

.mr10, .mr-sm { margin-right: 10px !important; }
.mr10n, .mr-smn { margin-right: -10px !important; }

.mr15, .mr { margin-right: 15px !important; }
.mr15n, .mrn { margin-right: -15px !important; }

.mr20, .mr-md { margin-right: 20px !important; }
.mr20n, .mr-mdn { margin-right: -20px !important; }

.mr30,.mr-lg { margin-right: 30px !important; }
.mr30n, .mr-lgn { margin-right: -30px !important; }

.mt0 { margin-top: 0px !important; }

.mt5,.mt-xs { margin-top: 5px !important; }
.mt5n, .mt-xsn { margin-top: -5px !important; }

.mt10, .mt-sm { margin-top: 10px !important; }
.mt10n, .mt-smn { margin-top: -10px !important; }

.mt15, .mt { margin-top: 15px !important; }
.mt15n,.mtn { margin-top: -15px !important; }

.mt20, .mt-md { margin-top: 20px !important; }
.mt20n, .mt-mdn { margin-top: -20px !important; }

.mt30, .mt-lg { margin-top: 30px !important; }
.mt30n, .mt-lgn { margin-top: -30px !important; }

/* Padding */

.p0 { padding: 0px !important; }

.p5,.p-xs { padding: 5px !important;}
.p5n,.p-xsn { padding: -5px !important;}

.p10, .p-sm { padding: 10px !important;}
.p10n, .p-smn { padding: -10px !important;}

.p15, .p { padding: 15px !important;}
.p15n, .pn { padding: -15px !important;}

.p20, .p-md { padding: 20px !important;}
.p20n, .p-mdn { padding: -20px !important;}

.p30,.p-lg { padding: 30px !important;}
.p30n,.p-lgn { padding: -30px !important;}

.p-xl {padding: 40px;}

.pb0 { padding-bottom: 0px !important;}

.pb5,.pb-xs { padding-bottom: 5px !important;}
.pb5n,.pb-xsn { padding-bottom: -5px !important;}

.pb10,.pb-sm { padding-bottom: 10px !important;}
.pb10n,.pb-smn { padding-bottom: -10px !important;}

.pb15,.pb { padding-bottom: 15px !important;}
.pb15n,.pbn { padding-bottom: -15px !important;}

.pb20,.pb-md { padding-bottom: 20px !important;}
.pb20n,.pb-mdn { padding-bottom: -20px !important;}

.pb30,.pb-lg { padding-bottom: 30px !important;}
.pb30n,.pb-lgn { padding-bottom: -30px !important;}


.pl0 { padding-left: 0px !important;}

.pl5,.pl-xs { padding-left: 5px !important;}
.pl5n,.pl-xsn { padding-left: -5px !important;}

.pl10,.pl-sm { padding-left: 10px !important;}
.pl10n,.pl-smn { padding-left: -10px !important;}

.pl15, .pl { padding-left: 15px !important;}
.pl15n, .pln { padding-left: -15px !important;}

.pl20, .pl-md { padding-left: 20px !important;}
.pl20n, .pl-mdn { padding-left: -20px !important;}

.pl30, .pl-lg { padding-left: 30px !important;}
.pl30n, .pl-lgn { padding-left: -30px !important;}


.pr0 { padding-right: 0px !important;}

.pr5, .pr-xs { padding-right: 5px !important;}
.pr5n, .pr-xsn { padding-right: -5px !important;}

.pr10, .pr-sm { padding-right: 10px !important;}
.pr10n, .pr-smn { padding-right: -10px !important;}

.pr15, .pr { padding-right: 15px !important;}
.pr15n, .prn { padding-right: -15px !important;}

.pr20, .pr-md { padding-right: 20px !important;}
.pr20n, .pr-mdn { padding-right: -20px !important;}

.pr30, .pr-lg { padding-right: 30px !important;}
.pr30n, .pr-lgn { padding-right: -30px !important;}


.pt0 { padding-top: 0px !important;}

.pt5, .pt-xs { padding-top: 5px !important;}
.pt5n, .pt-xsn { padding-top: -5px !important;}

.pt10, .pt-sm { padding-top: 10px !important;}
.pt10n, .pt-smn { padding-top: -10px !important;}

.pt15, .pt { padding-top: 15px !important;}
.pt15n, .ptn { padding-top: -15px !important;}

.pt20, .pt-md { padding-top: 20px !important;}
.pt20n, .pt-mdn { padding-top: -20px !important;}

.pt30, .pt-lg { padding-top: 30px !important;}

.pt30n, .pt-lgn { padding-top: -30px !important;}


.progress-bar {
    background-color: #1ab394;
	}
	.progress-small,
	.progress-small .progress-bar {
	    height: 10px;
	}
	.progress-small,
	.progress-mini { margin-top: 5px;
	}
	.progress-mini,
	.progress-mini .progress-bar {
	    height: 5px;
	    margin-bottom: 0px;
	}
	.progress-bar-navy-light {
	    background-color: #3dc7ab;
	}
	.progress-bar-success {
	    background-color: #5cb85c;
	}
	.progress-bar-info {
	    background-color: #5e99c1;
	}
	.progress-bar-warning {
	    background-color: #efa231;
	}
	.progress-bar-danger {
	    background-color: #EF5959;
	}
	.progress-bar-canceled {
	    background-color: #AB2A5F;
	}

.ibox {
	display: inline-block;
	width: 100%;
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	}
	.ibox:after,
	.ibox:before {
	    display: table;
		}
	.ibox.border_top {
	    border-top: 2px solid #C0C7C9;
		}
	.ibox-content.text-box { padding-bottom: 0px;
	    padding-top: 15px;
		}
	
.ibox-title {
    background-color: #f5f5f5;
    border-width: 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    height: 48px;
    border-bottom: 1px solid #eee;
	}
	.ui-draggable .ibox-title {
	    cursor: move;
		}
	.transparent, .ibox-title.transparent {
	    background-color: transparent;
	    border-color: transparent;
		}
		
.ibox-content {
    color: inherit;
    padding: 15px 20px 20px 20px;
    clear: both;
    display: inline-block;
    width: 100%;
	}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
	}
	.ibox-heading h3 {
	    display: inline-block;
	    font-weight: 200;
	    font-size: 24px;
		}
	.ibox-title h3, .ibox-title h4, .ibox-title h5 {
	    display: inline-block;
	    font-size: 14px;
	    margin: 0 0 7px;
	    padding: 0;
	    text-overflow: ellipsis;
		}
	.ibox-title .label {
	    float: left;
	    margin-left: 4px;
		}

.skin-1 .ibox-title,
.skin-1 .ibox-content {
    border-width: 1px;
}

.skin-1 .ibox-content:last-child {
    border-style: solid solid solid solid;
}

#sys_sortable .ibox-title {
    cursor: move;
	}

.flot-chart {
    display: block;
    height: 200px;
	}
	.widget .flot-chart.dashboard-chart {
	    display: block;
	    height: 120px;
	    margin-top: 40px;
	}
	
	.flot-chart.dashboard-chart {
	    display: block;
	    height: 180px;
	    margin-top: 40px;
	}
	
	.flot-chart-content {
	    width: 100%;
	    height: 100%;
	}
	
.tooltip-inner {
	min-width: 120px;
    background-color: #38444f;
    border-radius: 0;
    padding: 5px 8px;
	}	

.tooltip_dropdown {
    display: inline-block;
    cursor: pointer;
	}
.tooltip_dropdown + .tooltip > .tooltip-inner {
    background-color: #38444f; 
    color: #FFF; 
    padding: 15px;
    line-height: 1.5em;
    text-align: left !important;
	}
.tooltip_dropdown + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #38444f;
	}
.tooltip_dropdown + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #38444f;
	}
.tooltip_dropdown + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #38444f;
	}
.tooltip_dropdown + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #38444f;
	}
	
.trans_status.Cleared { color: #A1C049; }		
.trans_status.Uncleared { color: #ff3300; }		
.trans_status.Reconciled { color: #24BAC6; }		
.trans_status.Void { color: #666; }		


/* DATATABLES */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
    }
	table.dataTable thead .sorting_asc:after {
	    float: right;
	    font-family: fontawesome;
		}
	table.dataTable thead .sorting_desc:after {
	    content: "\f0dd";
	    float: right;
	    font-family: fontawesome;
		}
	table.dataTable thead .sorting:after {
	    content: "\f0dc";
	    float: right;
	    font-family: fontawesome;
	    color: rgba(50, 50, 50, 0.5);
		}


.img-circle {
    border-radius: 50%;
}
.show-grid [class^="col-"] { padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;}

.show-grid { margin: 15px 0;
}

/* TABLES */

.table-bordered {
    border: 1px solid #EBEBEB;
	}
	.table.no-borders tr th, 
	.table.no-borders tr td {border: none;}
	
	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
	    background-color: #F5F5F6;
	    border-bottom-width: 1px;
		}
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td {
	    border: 1px dashed #ddd;
		}
	.table > thead > tr > th {
	    border-bottom: 1px dashed #ddd;
	    vertical-align: bottom;
		}
	.table > thead > tr.middle  > th,
	.table > thead > tr > th.middle,
	.table tr.middle td,
	.table tr td.middle {
	    vertical-align: middle;
		}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	    border-top: 1px dashed #ddd;
	    line-height: 1.8em;
	    padding: 12px 8px;
	    vertical-align: top;
		}
	/* for small padding top/bottom */
	.table.small-pd-tb th,
	.table.small-pd-tb td {
	    padding: 6px 8px;
		}		
.sys_table > thead > tr > th, 
.sys_table > thead > tr > td {
    background: #ebeff1;
	}
	
.sys_table > tfoot > tr > th, 
.sys_table > tfoot > tr > td {
	border-top: 1px dashed #ddd;
    background: #ebeff1;
    padding-top: 1em;
    padding-bottom: 1em;
	}
	
.table-condensed th,
.table-condensed td {
	padding: 5px !important;
	}

	.table td.align-bottom { vertical-align: bottom; }
	.table td.align-top { vertical-align: top; }
	.table td.align-baseline { vertical-align: baseline; }
	.table td.align-middle { vertical-align: middle; }
	
	
	
/* TABLE RESPONSIVE */
	
/*
@media (max-width:767px){
	
	.table-responsive th {
		width:100%;
		display: block;
		text-align: left;
	    }
	.table-responsive td {
		width:100%;
		display: block;
		text-align: left;
	    }	    
}	
*/
	
	
/* RESET PADDING FORE DIVS WITH COL ELEMENT */
	
div.tbl-col  {
	padding-left: 0;
	padding-right: 5px;
	word-break: break-word;
	}
	
/* CROP IMAGE */

#croppic {
    background-position: center center !important;
    background-size: 90% auto !important;
    border: 5px solid #eee !important;
    height: 350px !important;
    width: 350px !important;
    box-shadow: none !important;}

/* ACTIVITIY TIMELINE */

.activity-post {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
	}
	.activity-post textarea {
	    background-color: transparent;
	    display: block;
	    width: 100%;
	    padding: 10px 10px 5px;
	    border: 0;
	    resize: none;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
		}
	
	.activity-post textarea:focus {
	    border: 0 none;
	    outline: none;
		}
	
	.activity-post .compose-box-footer {
	    background-color: #F6F7F8;
	    -webkit-border-radius: 0 0 5px 5px;
	    border-radius: 0 0 5px 5px;
		}
	
	.activity-post .compose-box-footer:after {
	    content: "";
	    display: table;
	    clear: both;
		}
	
	.activity-post .compose-box-footer .compose-toolbar {
	    list-style: none;
	    margin: 0;
	    padding: 0 3px;
	    float: left;}
	
	.activity-post .compose-box-footer .compose-toolbar li {
	    display: inline-block;
		}
	
	.activity-post .compose-box-footer .compose-toolbar li a {
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    line-height: 30px;
	    width: 30px;
	    color: #B3B7BD;
		}
	.activity-post .compose-box-footer .compose-toolbar li a:hover {
	    background-color: #e8eaed;
		}
	.action-active {
	    background-color: #e8eaed;
		}
	.activity-post .compose-box-footer .compose-btn {
	    list-style: none;
	    margin: 0;
	    padding: 3px;
	    float: right;
	    }


.profile {
    width: 100%;
	min-height: 200px;
    float: left;
    padding: 0;
    position: relative;
    background: #2d3945;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	}
	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.8s;
		transform-style: preserve-3d;
		}
		.flip-card:hover .flip-card-inner {
			transform: rotateY(180deg);
			}
		.flip-card-front, .flip-card-back {
			position: absolute;
			width: 100%;
			height: 100%;
			backface-visibility: hidden;
			}
		.flip-card-front {
    		padding: 15px 10px;
			}
		.flip-card-back {
    		padding: 15px 10px;
			color: #fff;
			background-color: #2f96b4;
			transform: rotateY(180deg);
			}		

	.profile .profile-image {
	    float: left;
	    width: 100%;
	    margin: 0 0 10px;
	    text-align: center
		}
	.profile .profile-image img {
	    width: 100px;
	    border: 3px solid #fff;
	    background-color: #fff;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    border-radius: 50%
		}
	.profile .profile-data {
	    width: 100%;
	    float: left;
	    text-align: center
		}
	.profile .profile-data .profile-data-name {
	    width: 100%;
	    float: left;
	    font-size: 14px;
	    font-weight: 500;
	    color: #FFF
		}
	.profile .profile-data .profile-data-title {
	    width: 100%;
	    float: left;
	    font-size: 11px;
	    font-weight: 400;
	    color: #999
		}
	.profile .profile-controls a {
	    width: 30px;
	    height: 30px;
	    font-size: 14px;
	    color: #DDD;
	    border: 2px solid #DDD;
	    line-height: 25px;
	    position: absolute;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    border-radius: 50%;
	    padding: 0;
	    -webkit-transition: all 200ms ease;
	    -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	    -o-transition: all 200ms ease;
	    transition: all 200ms ease
		}
	.profile .profile-controls a.profile-control-left {
	    left: 15px;
	    top: 53px;
	    text-align: center
		}
	.profile .profile-controls a.profile-control-right {
	    right: 15px;
	    top: 53px;
	    text-align: center
		}
	.profile .profile-controls a .fa, .profile .profile-controls a .glyphicon {
	    width: auto;
	    margin-right: auto
		}
	.profile .profile-controls a:hover {
	    border-color: #FFF;
	    color: #FFF
		}

.contact-info {
    float: left;
    width: 100%
	}
	.contact-info p { margin-bottom: 5px }
	
	.contact-info strong {
	    font-size: 13px
		}
	
	.contact-info small {
	    font-weight: 700
		}

.thumb-info {
    position: relative;
	}
	.thumb-info .thumb-info-title {
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    background: rgba(36, 27, 28, 0.8);
	    bottom: 10%;
	    left: 10%;
	    width: 80%;
	    color: #FFF;
	    padding: 9px 11px 9px;
	    position: absolute;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	    z-index: 1;
		}
	.thumb-info .thumb-info-inner {
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    display: block;
	    white-space: nowrap;
		}
		.thumb-info .jobtitle {
			font-size: .9em;
			opacity: 0.6;
			}


.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0px;
    margin-bottom: 20px;
	}
	.mail-box-header {
	    background-color: #ffffff;
	    border: 1px solid #e7eaec;
	    border-bottom: 0;
	    padding: 30px 20px 20px 20px;
		}
	
	.mail-box-header h2 { margin-top: 0px; }
	
	.mailbox-content .tag-list li a {
	    background: #ffffff;
		}
	
	.mail-body {
	    border-top: 1px solid #e7eaec;
	    padding: 20px;
		}
	
	.mail-text {
	    border-top: 1px solid #e7eaec;
		}
	
	.mail-text .note-toolbar { padding: 10px 15px;
		}
	
	.mail-body .form-group { margin-bottom: 5px;
		}
	
	.mail-text .note-editor .note-toolbar {
	    background-color: #F9F8F8;
		}
	
	.mail-attachment {
	    border-top: 1px solid #e7eaec;
	    padding: 20px;
	    font-size: 12px;
		}
	
	.mailbox-content {
	    background: none;
	    border: none;
	    padding: 10px;
		}
	
	.mail-ontact {
	    width: 23%;
		}

/* INVOICE */

.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3) {
    text-align: right;}

.invoice-total > tbody > tr > td:first-child {
    text-align: right;}

.invoice-total > tbody > tr > td {
    border: 0 none;
}

.invoice-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%;
}
/* PROFILE */

.profile-content { border-top: none !important; }

.flot-placeholder {
    width: 100%;
    height: 350px;
    font-size: 14px;
    line-height: 1.2em;
}

ul.tag-list {
	padding-left: 0;
	display: inline-block;
	}
	ul.tag-list li {
	    list-style: none;
		}
	.tag-list li {
	    float: left;
	    }
	.tag-list li a {
	    font-size: 12px;
	    background-color: #f3f3f4;
	    padding: 5px 12px;
	    color: inherit;
	    border-radius: 2px;
	    border: 1px solid #e7eaec;
	    margin-right: 5px;
	    margin-top: 5px;
	    display: block;
		}
	.tag-list li.active a {
	  	background: #1c84c6;
	    color: #fff;
		}

pre {
    border-radius: 0;
	}

.label-green, .badge-green {
    background-color: #57a304;
    color: #FFFFFF;
	}

/* Radio Color Buttons */		

.radio-color input[type="radio"] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
	width: 0px;
	}	
	.radio-color input[type='radio']:checked,
	.radio-color input[type='radio']:not(:checked) {
		background: transparent;
		position: relative;
		visibility: hidden;
		margin:0;
		padding:0;
		}
	.radio-color label {
		width: 19.5%;
		box-shadow: none;
		opacity: 0.6;
		}	
	.radio-color input[type="radio"]:checked+label {
  		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
		opacity: 1;
		}
	.radio-color input[type="radio"]:checked+label.btn-white { border: 1px solid #999; }
	.radio-color input[type="radio"]:checked+label.btn-primary { border: 1px solid #40637F; }
	

/* Pure CSS Checkbox */		

.styled-checkbox {
	position: absolute;
	opacity: 0;
	}
	.styled-checkbox + label {
		position: relative;
		cursor: pointer;
		padding: 0;
		}
	.styled-checkbox + label:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: text-top;
		width: 20px;
		height: 20px;
		background: #fff;
		border: 1px solid #ccc;
		}
	.styled-checkbox:hover + label:before {
		background: #1c84c6;
		}
	.styled-checkbox:focus + label:before {
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
		}
	.styled-checkbox:checked + label:before {
		background: #1c84c6;
		}
	.styled-checkbox:disabled + label {
		color: #b8b8b8;
		cursor: auto;
		}
	.styled-checkbox:disabled + label:before {
		box-shadow: none;
		background: #ddd;
		}
	.styled-checkbox:checked + label:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 9px;
		background: white;
		width: 2px;
		height: 2px;
		box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		}

/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(img/icheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
.red{
    color: #eb3c00;
	}

/* Theme Color Switch */

.wb_theme_color { padding: 0 !important;
    text-align: left;
    margin: 0 !important;
    font-size: 0;
    list-style: none;
	}
	.wb_theme_color li { margin: 1px;
	    padding: 0;
	    cursor: pointer;
		}
	.wb_theme_color > li {
	    display: inline-block;
	    padding-left: 4px;
	    padding-right: 4px;
		}
	.wb_theme_color .dark { background-color: #38444f; }
	.wb_theme_color .light { background-color: #eceff1; }
	.wb_theme_color .blue { background-color: #1a237e; }
	.wb_theme_color .coffee { background-color: #4C4842; }
	
	.wb_theme_color li span {
	    border-radius: 50%;
	    display: block;
	    height: 14px !important;
	    width: 14px !important;
	    }
    
/* Dashboard Widget */

.dashboard-stat.blue {
    background-color: #2196F3;
	}
.dashboard-stat.purple {
    background-color: #8E44AD;
	}
.dashboard-stat.red {
    background-color: #ed3800;
	}
.dashboard-stat.green {
    background-color: #46BE8A;
	}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(69, 101, 173, 0.1);
	}
.dashboard-stat:after, .dashboard-stat:before {
    content: " ";
    display: table;
	}
.dashboard-stat .visual {
    width: 80px;
    height: 70px;
    display: block;
    float: left;
    padding-top: 35px;
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: 35px;
    line-height: 35px;
	}
.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
	}
.dashboard-stat:after {
    clear: both;
	}
.dashboard-stat:after, .dashboard-stat:before {
    content: " ";
    display: table;
	}
.dashboard-stat .details .number {
    color: #FFF;
	}
.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
	}
.dashboard-stat .details .desc {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
	}
.dashboard-stat .visual>i {
    color: #FFF;
    opacity: .1;
    filter: alpha(opacity=10);
	}
.dashboard-stat .visual>i {
    margin-left: -20px;
    font-size: 100px;
    line-height: 80px;
	}    
	
.nav-tabs.no-borders {
	border-bottom: 0px solid #ddd;
	}	
	.nav-tabs.no-borders > li ,
	.nav-tabs.no-borders > li > a {
		border-width: 0px !important;
	}
	.nav-tabs.no-borders > li > a:hover {
		background-color: transparent;
	}
 
 
/* toastr Plugin */

.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/* Additional properties for button version.*/
 
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;

}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
	.ibox-content .col-sm-12,
	.panel-body	.col-sm-12 {
		clear: both;
		float: none;
		}	
    
    
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/* SWITCHES */

.onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	}
.form-group .onoffswitch, .form-group .switch label {
	margin-top: 6px;
	}	
	.onoffswitch-checkbox {
	    display: none;
		}
	.onoffswitch-label {
		display:block;
		overflow:hidden;
		cursor:pointer;
		height: 18px;
		padding:0;
		line-height: 20px;
		border: 1px solid #D2D4D6;
		border-radius: 20px;
		background-color: #D2D4D6;
		-webkit-transition: background-color .3s ease-in;
		transition: background-color .3s ease-in
		}
	.onoffswitch-inner {
	    display: block;
	    width: 200%;
	    margin-left: -100%;
	    -moz-transition: margin 0.3s ease-in 0s;
	    -webkit-transition: margin 0.3s ease-in 0s;
	    -o-transition: margin 0.3s ease-in 0s;
	    transition: margin 0.3s ease-in 0s;
		}			
	.onoffswitch-label:before{
		content:"";
		display:block;
		width: 18px;
		margin:0;
		background:#fff;
		position:absolute;
		top:0;
		bottom:0;
		right: 22px;
		border:1px solid #bfcbd9;
		border-radius: 20px;
		-webkit-transition:all .3s ease-in 0s;
		transition:all .3s ease-in 0s
		}
		.onoffswitch-checkbox:checked+.onoffswitch-label{
			background-color:#84c529
			}
		.onoffswitch-checkbox:checked+.onoffswitch-label,
		.onoffswitch-checkbox:checked+.onoffswitch-label:before{
			border-color:#84c529
			}
		.onoffswitch-checkbox:checked+.onoffswitch-label:before{right:0 }
		.onoffswitch-checkbox:disabled+.onoffswitch-label{opacity:.5 }


/* select2 Plugin */

.select2-container{
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	position:relative;
	vertical-align:middle
}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none; appearance:none}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */.select2-container--bootstrap{display:block}
.select2-container--bootstrap .select2-selection{background-color:#fff;border:1px solid #ccc;color:inherit;outline:0}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fff;border:1px solid #aaa;border-radius:1px;color:inherit;}
.select2-container--bootstrap .select2-search__field{outline:0}.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{color:#999}
.select2-container--bootstrap .select2-search__field:-moz-placeholder{color:#999}.select2-container--bootstrap .select2-search__field::-moz-placeholder{color:#999;opacity:1}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder{color:#999}.select2-container--bootstrap .select2-results__option[role=group]{padding:0}.select2-container--bootstrap .select2-results__option[aria-disabled=true]{color:#777;cursor:not-allowed}.select2-container--bootstrap .select2-results__option[aria-selected=true]{background-color:#f5f5f5;color:#262626}.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{background-color:#337ab7;color:#fff}.select2-container--bootstrap .select2-results__option .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{margin-left:-12px;padding-left:24px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-24px;padding-left:36px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-36px;padding-left:48px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-48px;padding-left:60px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-60px;padding-left:72px}.select2-container--bootstrap .select2-results__group{color:#777;display:block;padding:6px 12px;font-size:12px;line-height:1.428571429;white-space:nowrap}.select2-container--bootstrap.select2-container--open{z-index:10000}.select2-container--bootstrap.select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-transition:border-color ease-in-out .15s,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;border-color:#66afe9}.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 4px 4px}.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{border-top-right-radius:0;border-top-left-radius:0;border-top-color:transparent}.select2-container--bootstrap .select2-selection__clear{color:#999;cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--bootstrap .select2-selection__clear:hover{color:#333}.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{cursor:not-allowed}.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{background-color:#eee}.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{display:none}.select2-container--bootstrap .select2-dropdown{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-color:#66afe9;overflow-x:hidden;margin-top:-1px}.select2-container--bootstrap .select2-dropdown--above{margin-top:1px}.select2-container--bootstrap .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--bootstrap .select2-selection--single{height:34px;line-height:1.428571429;padding:6px 24px 6px 12px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{position:absolute;bottom:0;right:12px;top:0;width:4px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#999 transparent transparent;border-style:solid;border-width:4px 4px 0;height:0;left:0;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{color:#555;padding:0}.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--bootstrap .select2-selection--multiple{min-height:34px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;display:block;line-height:1.428571429;list-style:none;margin:0;overflow:hidden;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{color:#555;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;float:left;margin:5px 0 0 6px;padding:0 6px}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:0 0;padding:0 12px;height:32px;line-height:1.428571429;margin-top:0;min-width:5em}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{margin-top:6px}.select2-container--bootstrap.input-lg,.select2-container--bootstrap.input-sm{border-radius:0;font-size:12px;height:auto;line-height:1;padding:0}.form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-sm .select2-selection--single{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 22px 5px 10px}.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b{margin-left:-5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-sm .select2-selection--multiple{min-height:30px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice{font-size:12px;line-height:1.5;margin:4px 0 0 5px;padding:0 5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 10px;font-size:12px;height:28px;line-height:1.5}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear{margin-top:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-lg .select2-selection--single{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 31px 10px 16px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow{width:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b{border-width:5px 5px 0;margin-left:-10px;margin-top:-2.5px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-lg .select2-selection--multiple{min-height:46px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice{font-size:18px;line-height:1.3333333;border-radius:4px;margin:9px 0 0 8px;padding:0 10px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 16px;font-size:18px;height:44px;line-height:1.3333333}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear{margin-top:10px}.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 5px 5px}.select2-container--bootstrap[dir=rtl] .select2-selection--single{padding-left:24px;padding-right:12px}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:0;padding-left:0;text-align:right}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{left:12px;right:auto}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{margin-left:0}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:0;margin-right:6px}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.has-warning .select2-dropdown,.has-warning .select2-selection{border-color:#8a6d3b}.has-warning .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;border-color:#66512c}.has-warning.select2-drop-active{border-color:#66512c}.has-warning.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#66512c}.has-error .select2-dropdown,.has-error .select2-selection{border-color:#a94442}.has-error .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;border-color:#843534}.has-error.select2-drop-active{border-color:#843534}.has-error.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#843534}.has-success .select2-dropdown,.has-success .select2-selection{border-color:#3c763d}.has-success .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;border-color:#2b542c}.has-success.select2-drop-active{border-color:#2b542c}.has-success.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#2b542c}.input-group .select2-container--bootstrap{display:table;table-layout:fixed;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection{border-bottom-right-radius:0;border-top-right-radius:0}.input-group .select2-container--bootstrap:not(:first-child):not(:last-child) .select2-selection{border-radius:0}.select2-bootstrap-append .input-group-btn,.select2-bootstrap-append .input-group-btn .btn,.select2-bootstrap-append .select2-container--bootstrap,.select2-bootstrap-prepend .input-group-btn,.select2-bootstrap-prepend .input-group-btn .btn,.select2-bootstrap-prepend .select2-container--bootstrap{vertical-align:top}.form-control.select2-hidden-accessible{position:absolute!important}.form-inline .select2-container--bootstrap{display:inline-block}
    