/**
	 Desgined by: Julien Thomas
	 Desginer URI: http://www.julienthomas.eu/
**/

@import url("/assets/icss/carousel.css");
@import url("/assets/icss/colors.css");

#header {
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #272727; /*deedf7;*/
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 100%;
}

#header-content {
	padding-left: 20px;
}

#header-content p {
	margin: 20px;
	color: #f4f4f4; /*999999;*/
}



#headerWrapper{
    position: relative;
    overflow: hidden;
}
#mainWrapper {
    position: relative;
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	/* The reset rules */
	margin: 0px;
	padding: 0px;
}
 
body {   
	color: #555555;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 4px;
	color: #888888;
}

.clear {
	clear: both;
}


#main-wrapper{ width:100% ;
    margin-top: 40px;
    /*z-index: 1;*/
}
#main{
	position:initial;
	background: #fff;
	top: 10px;
	font-size:12px;
	/* Centering it in the middle of the page */
}
 
.menu {
	float:left;
	position: relative;
	padding: 15px;
	width: 240px;
	margin: 0px;
	font-size:12px;
	border:2px;
	background:#fff;
	border-radius:5px;
	border: 1px solid #AAA;	
	min-height:500px;
	margin-bottom: 10px;
}

.menuHeader  {
/*
	background: url('/css/custom-theme/images/ui-bg_diagonals-small_100_a5a197_40x40.png');
	color: #ffffff;
	font-size: 14px;
	border:0px;*/
	background: url('/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll  50% 50% ;
	border: 1px solid #AAAAAA  !important;
	color: #222222 !important;
	font-size:10px !important;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 2px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	margin-top: 4px !important;
	cursor:pointer;
	display: inline; 
}

.menuHeader:hover { 
	color: #ff0000 !important;
}

.menuFooter  {
	background: url('/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll  50% 50% ;
	border: 1px solid #AAAAAA  !important;
	border-radius:10px;
	color: #222222 !important;
	font-size:11px !important;
	display:inline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 2px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-transform: uppercase !important;
	white-space: nowrap  !important;
	margin-top: 4px !important;
	cursor:pointer;
}

.menuFooter:hover { 
	color: #ff0000 !important;
}

.menu h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 2px;
	text-transform: uppercase;
	margin-top: 4px;
	color: #888888;
	cursor:pointer;
}

.menu a {
	color:#7bacff;
}

.menu a:hover{
	color:#7bacff;
	text-decoration:underline;
}	

.menuItem {
	border: 1px solid #888888;
	padding:5px;
}

.maincontainer {
/*	margin-top: 10px;
	background: #f2f5f7;
	border: 3px solid #E0E0E0;*/
	opacity:0.95; 
	/* Rounded corners */
	border-radius: 10px;
	font-size: 12px;
	min-height: 400px;
}
 
.popupContainer {
	margin 5px;
/*	background: #f2f5f7;
	border: 1px solid #E0E0E0;*/
	opacity:0.95; 
	padding:  	5px;
	/* Rounded corners */
	border-radius: 10px;
	font-size: 13px;
	min-height: 200px;
	min-width: 600px;
}

.popupContainer h1, .data h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #888888;
} 
#popupWindow h1,
#popupWindow .data h1 {
	white-space: normal;
}
.pageContent {min-height: calc(100vh - 160px );
		width:100%;
	float:none;
	position: relative;
	/*left:260px;
	margin-right:10px;
	*/
	font-size: 12px;
} 

.tabContent {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	overflow: auto; 
}
	
.maincontainer h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #888888; 

background: #eee;
    padding: 20px 10px;
}
.maincontainer h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	margin-top: 4px;
	color: #888888;margin-bottom: 10px;
}

.maincontainer h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%; /* not really necessary as this is the default anyway */
	font-weight: normal;
	text-transform: none;
	margin-top: 4px;
	color: #888888;
	text-decoration: underline;
}
 
.infoContainer {
	color:#ff0000;
	margin-top: 20px;
	background: #f2f5f7;
	border: 1px solid #E0E0E0;
	padding: 15px;
	/* Rounded corners */
	border-radius: 20px;
	font-size: 14px;
}

.adminContainer {
	/*
	margin-top: 10px;
	background: #f2f5f7;
	border: 3px solid #E0E0E0;
	padding-right: 15px;
	*/
	/* Rounded corners */
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;

	/* border-radius:5px;*/
	background: transparent;
	border: 0px;
}


#adminFooterFixedInside{
	padding-left:20px;
	padding-right:40px;
	
} 
#adminFooterFixed {
	width:100%;
	position:fixed;
	bottom:0px;
}
.err {
	color: #ff0000;
}

.success {
	color: #00CC00;
}

a,a:visited {
	color: #7bacff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
} 

 .valign {
	position:relative;
  	top:8px;
} 

#f1_upload_process {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
}
 
.mainContainer p, .popupContainer p{
	margin: 5px 0;
	padding: 0;
}
 
.mainContainer form, .popupContainer form {
	margin: 0 0 10px 0;
}

.mainContainer label.LBLprettycheckbox, .popupContainer label.LBLprettycheckbox {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 5px;
	text-transform: none;
	white-space: none;	
	font-weight: normal;
	min-width: 40px;
}

.mainContainer span, .popupContainer span {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	color: black;
}

.mainContainer label, .popupContainer label , .data label {

	font-family:  Helvetica,"Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	 font-weight: bold; 
	min-width: 80px;
	//margin-right: 10px;
	padding-right: 10px;  
	  vertical-align: middle;
	white-space: normal;


} 
 

.mainContainer     input {
	border: 1px #cddce6 solid;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important; 
	margin-right: 5px;
	width: 200px;
	color: black;
	height: 16px;
	  vertical-align: middle;
} 
 
.viewMode input[type=text],.viewMode input[type=field] ,
.viewMode .ui-widget-content, .viewMode textarea {
	background: rgba(255, 255, 255, 0.2);
		border: 1px #cddce6 solid;
}


.viewModeOff input[type=text],.viewModeOff input[type=field] ,
.viewModeOff .ui-widget-content, .viewModeOff textarea {
		border: 1px black solid !important; 
}

 .filterTable input[disabled], .popupContainer input[disabled], .data  input[disabled] {
	background: #eeeeee; 
}
.idatepicker {
	background: #c5ebad4d !important; 
}


.mainContainer   input.radio, .popupContainer input.radio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 8px;
	padding-top: 0px;
}

.mainContainer textarea, .popupContainer textarea, .data textarea {
	border: 1px #cddce6 solid;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-top: 2px;
	height: 70px;
	width: 250px;
	color: black;
	  vertical-align: middle;
}

.mainContainer textarea:focus, .popupContainer textarea:focus, .data textarea:focus{
	background: #eeeeee;
}
 

/* BUTTONS */
/* Login and Register buttons */
.mainContainer input.bt_update {
	width: 124px;
	height: 28px;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	border-radius: 10px;
}

.mainContainer input.bt_update {
	background-color: #aed0ea;
	color: #0088bb;
	border: 1px #00aadd solid;
}

.mainContainer input.field_disabled, .popupContainer input.field_disabled {
	border: 1px #cddce6 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 150px;
	color: black;
	height: 16px;
}


.mainContainer input.bt_update {
	background-color: #aed0ea;
	color: #0088bb;
	border: 1px #00aadd solid;
}

.mainContainer input.bt_update:hover {
	background-color: #6fc0ea;
	color: #ffffff;
}
.popupContainer input {
	margin-bottom: 6px;
 }
 
.mainContainer select, .popupContainer select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-bottom: 6px;
	margin-top: 2px;
 }
 
#leftLogin {
	float:left;
	width:400px;
}

#rightLogin { }

.menu_action {
	padding-left:15px;
}

.custom-select select {
    display: inline-block;
    border: 2px solid #bbb;
    padding: 2px 1px 1px 3px;
    margin: 0;
    font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: 1.2;
    background: #f8f8f8;
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .custom-select select {
        padding-right:30px;    
    }
}

.no-pointer-events .custom-select:after {
    content: none;
}

#applicationPanel{
	min-height:0px;
}

#loginPanel h2{
	font-size: 14px; 
	margin-bottom:10px;
}

#loginPanel h1{ 
	margin-bottom:5px;
	margin-top:10px;
}

#loginPanelHeader{
	background-image: linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -o-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -moz-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -webkit-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -ms-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(194,208,225)),
		color-stop(0.71, rgb(213,229,247))
	) !important; 
	height:25px;
	margin-bottom:20px;
	border-radius:  10px 10px 0 0;
	border-bottom: 1px solid #626367;
}
#loginPanel{
	position:relative;

	
	background: #fff;  
	border: 1px solid #626367;
	box-shadow: 5px 5px 5px #aaa;
	opacity:0.95; 
	/* Rounded corners */
	border-radius: 10px;
	font-size: 12px; 

}

#loginPanelCR{
    padding: 20px 0;
    text-align: right;
}

#loginPanelInner{
	padding: 0 30px 30px 30px;
}

.ui-corner-all {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.ui-widget {
	font-size: 13px !important
}

.listingAction { 
	text-decoration: none !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 28px;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	border-radius: 10px 10px;
}

.bt_delete,  #loginPanel input.bt_delete {
	float:right;
}
.listingAction {
	background-color: #E6EEEE;
	color: #000000 !important;
	border: 1px #BBBBBB solid;
}

.listingAction:hover {
	background-color: #E6EEEE;
	color: #fc5e1f !important;
	border: 1px #BBBBBB solid;
}

.filterTable input, .popupContainer input[type=text], .popupContainer input[type=field], .data input[type=text]:not([readonly]), .data input[type=password], .data input[type=field] {
	border: 1px #cddce6 solid;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	//margin-right: 5px;
	padding-left: 5px;
	color: black;
	/* height: 16px;*/ 
	  vertical-align: middle;
}
.data .dataTables_wrapper input {height:inherit}


 .popupContainer input[type=field]:hover, .data input[type=text]:hover, .data input[type=password]:hover, .data input[type=field]:hover {
	background: #eee;
}
.bt_action,  #loginPanel input.bt_action ,
.bt_delete,  #loginPanel input.bt_delete { 
	text-decoration: none !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 28px;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	border-radius: 10px 10px;
}

 .bt_action_list{ 
	text-decoration: none !important;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 20px;
	cursor: pointer;
	font-weight: bold;
	margin: 0px 0;
	border-radius: 10px 10px;
	min-width:60px;
}
 
/* */

.popupContainer input.bt_action, .bt_action,  #loginPanel input.bt_action,.bt_action_list  {
	background-color: #1797C0;
	color: #000000 !important;
	border: 1px #BBBBBB solid;
}

.bt_action[disabled],.bt_action_list[disabled] {
	background-color: #E6EEEE;
	color: #BBBBBB !important;
	color: #fc5e1f !important;
	border: 1px #BBBBBB solid;
}
 
.popupContainer input.bt_action:hover, .bt_action:hover, .bt_action_list:hover,  #loginPanel input.bt_action:hover {
	background-color: #19a5d2;
	color: #000000 !important;
	border: 1px #19A5D2 solid;
}

.bt_action:hover[disabled], .bt_action_list:hover[disabled] {
	background-color: #E6EEEE;
	color: #BBBBBB !important;
	border: 1px #BBBBBB solid;
}

/* */
.bt_delete,  #loginPanel input.bt_delete   {
	background-color: #ff0000;
	color: #000000 !important;
	border: 1px #BBBBBB solid;
}

.bt_delete[disabled]  {
	background-color: #ff0000;
	color: yellow !important;
	border: 1px #BBBBBB solid;
}

.bt_delete:hover,    #loginPanel input.bt_delete:hover {
	background-color: #ff0000;
	color: yellow !important;
	border: 1px #BBBBBB solid;
}

.bt_delete:hover[disabled] {
	background-colo	: #ff0000;
	color: #BBBBBB !important;
	border: 1px #BBBBBB solid;
}

.draghandle.dragged
{
	border-left: 1px solid #333;
}

.draghandle
{
	position: absolute !important; 
	z-index:5; 
	width:5px;
	cursor:e-resize;
}

.resizabletable  th.resizable {
	border-right:1px dashed black !important; 
}

.AltDnDEven{ }

.altDnDOdd{
	background-color: #c8c8c8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.serviceFieldsTable{border:1px solid  #c8c8c8;; width:400px; font-size:10px}
.meetingBienTable{border:1px solid  #c8c8c8;; width:100%; 
border-collapse: collapse;}
.sectionTable{border:1px solid  #c8c8c8;; width:100%;  border-collapse: collapse;}

.bankAccountTable{border:1px solid  #c8c8c8;;  width:700px; font-size:10px}
.servicesBienTable{ border-collapse:collapside; border:1px solid  #c8c8c8;;  width:700px; font-size:10px}
.servicesBienTable  tr:nth-child(even){background-color: #c8c8c8;}
.servicesBienTable tr td table tr{background-color:transparent !important;}
	
.link_action{color: red; }
.link_action:hover{cursor:mouse;}
 
.dashboard  li, .dashboard   ol  {
    margin-left: 20px;
    padding: 2px;
} 

.dashboard h2{
	font-size:14px;
	margin:0px;
}
	
.fieldset {
	position: relative;
	margin: 0px;
	padding: 5px;
	font-size:12px;
	/*	border: 1px solid #AAAAAA  !important;	*/
	border: 1px solid #626367;
}

.fieldsetHeader  {
/*	background: url('/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll  50% 50% ;
	border: 1px solid #AAAAAA  !important;*/

	background-image: linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -o-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -moz-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -webkit-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -ms-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(194,208,225)),
		color-stop(0.71, rgb(213,229,247))
	) !important; 
	/*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.45, #C2D0E1), color-stop(0.71, #D5E5F7) )*/
	border: 1px solid #626367;
	color: #222222 !important;
	font-size:12px !important;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 2px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	white-space: nowrap  !important;
	margin-top: 4px !important;
	cursor:pointer;
}
	
.tablesorter li {
	margin-left:15px !important;
}
	
table.wc-header td {background:transparent;}
table.tablesorter thead tr , table.tablesorter tfoot tr  {
	background: url("/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
	/*background-color: #e6EEEE;*/
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table tr td {
	padding-right: 7px;
}

.errTD {
	background-color: #ff0000 !important;
}

.okTD {
	background-color: #00ff00 !important;
}

/* custom 
.ui-helper-reset {
	font-size: 10px !important;
}
*/
.ui-tabs .ui-tabs-nav li {
	height: 18px;
}

.ui-tabs .ui-tabs-nav {
	height: 20px; 
}

.detailsAction{
	font-weight: bold;
	color: #BBBBBB !important;
}

.detailsAction:hover{
	color: #fc5e1f !important;
}
	
table.tablesorter tbody td {
	padding:8px !important;
	padding-left:4px !important;
}

.table_summary{
	border-radius: 10px;border:1px solid #999; float:left; margin:5px; padding:5px;
}

.ui-tabs .ui-tabs-panel {
	padding: 1em 0 !important;
}

.data .ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}

.image_wrapper{ 
	background: #EEE;
}
.image_wrapper > a img{ 
    width: 100%;
}
.image_description {
	display:block;
	background: rgba(0, 0, 0, .5);
	color: white;
	padding: 2px 2px 2px 10px;
	margin-top: 5px;
}

.sectionHeader  a{ color:#fff; }
.sectionHeader  {
background: #4c5156; color:#fff;
	border: 1px solid #626367;
	font-size:12px ;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 2px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	white-space: nowrap  !important;
	margin-top: 4px !important;
}
 
.sectionItem {
	background: #FAFCFF;
	border: 1px solid #626367;
	padding:5px;
	margin-bottom:20px;
}

#event_edit_container ul {
	padding-left:10px;
}
	
.serviceCard{
	margin-bottom: 20px;
}
.serviceHeader {
	display:block;
	background: #999;
	opacity: .5;
	color: white;
	padding: 2px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.serviceItem input[type="text"]{
	font-size: 10px !important;
	width:100px;
}
.serviceItem {
	display:block;
	background: #e2e2e2;
	font-size: 10px;
	color: bac32;
	padding: 2px 2px 2px 10px;
}
	
.serviceFooter {
background: #ccc;
    padding: 10px;

}
.serviceFooter a{color: #fff;
}

.serviceCardActions {
	float:right;
	width:40;
	margin-right:5px;
	margin-left:5px;
}

#statusZone { 
	float: right;
	font-size: 12px;
	margin-left: 10px;
}
#statusZone img {
	margin-right:5px;
}

	
 
#lgBanner { 
	margin-right: 10px;
}

#accountPopup{
	display:none;
	width:730px;
	height:340px;
}
#statusZoneTime { 
	float:right;
	margin-right:20px;
	padding-top:5px;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.data ul {
	margin-left:20px;
}


#statusZoneTime {
	display: inline;
	margin-right: 10px;
}

.fixedHeight {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height:500px
	}
.table-responsive{
	clear:both;

    margin: 0;
    border: 0;

}
.table-responsive .fixedHeight {overflow-x: inherit;}
	
	.dataTableFixedHeight {
clear: both;
margin-bottom: 10px;}
	
.ui-state-in-highlight{
	
border: 1px solid #FCEFA1;
background:#FCEFA1;
}

.ui-state-in-highlight .ui-state-default{
background:#FCEFA1 !important;
}

.calenar_msg {
	margin-top:10px;
	font-size:14px;
}

.small {
	font-size:12px;
	
} 
.smallOwner {
	font-size:11px;
	font-style:italic;
}


.meetingBienTable thead tr,
.sectionTable thead tr {
	height:25px;
}
.meetingBienTable thead ,
.sectionTable thead {
	height:20px;
	background: url('/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png') repeat-x scroll  50% 50% ;
	border: 1px solid #AAAAAA  !important;
	color: #222222 !important;
	font-size:12px !important;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 2px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	white-space: nowrap  !important;
	margin-top: 4px !important;
}
	

#background-image {    
	position:fixed; top:0; left:0; width:100%; height:100%; z-index:0;
}

#background-div {    
	background: #555;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
}

.smallServiceReport {
	white-space:normal;
}

.smallServiceReport a{
max-width: 59px;
font-size: 7px;
}

.reportTask{
font-size: 10px;
}
.reportTask table {
	
border:1px dashed black;
border-collapse : collapse;
}

.reportTask table td{
border-bottom:1px dashed black;
}
.reportTask .taskTitle {
	min-width:40px;
	display:inline-block
}
.reportTask .taskPrct{
	min-width:80px;
	display:inline-block
}
.reportTask .taskUsers{
	min-width:80px;
	display:inline-block
}

.dashboard table.tablesorter {
	/*font-size:10px; */
}
.menuTab .ui-tabs{
padding: 0px;
}	
		
		
		
		
.dashboard h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #888888; 
	border-bottom: 0px; 
}

		 
		
.dashboard .pager {	
	vertical-align: top;
	text-align: right;
}
		
.pagedisplay {
	font-size: 8pt;
	margin-left:5px;
	margin-right:5px;
}

.tabs-left  .ui-tabs {
	border : none;
	position: relative;
	padding-left: 100px;
}
.tabs-left .ui-tabs  .ui-tabs-nav {
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	width: 100px;
	
	padding: 0.2em 0 0.2em 0.2em;
}

.tabs-left .ui-tabs  .ui-tabs-nav a {
	font-size: 10px;color: #fff;
background: #3d3d3d;
}
.tabs-left .ui-tabs  .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	border-right: none;
	border-bottom-width: 1px !important;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}
.tabs-left  .ui-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-right: 1px solid transparent;
}
.tabs-left  .ui-tabs .ui-tabs-nav li a {
	float: right;
	width: 100%;
	text-align: right;
}
.tabs-left .ui-tabs  > div {
	height: 35em;
}
.data input.disabledConvRate {
	background: #eeeeee; 
}


#homeRates .sectionHeader {
	font-size:10px;
	margin-top: 0 !important;
}

#homeRates {
	font-size:12px;
	box-shadow:5px 5px 10px hsla(0,0%,0%,.25);
	}
#homeRates .sectionItem{
	border: 1px solid #C2D0E1;
	margin-bottom:0px;
	padding: 2px;
	padding-left: 5px;
}

 #homePicture {
	margin: 10px auto ;
	width: 140px; max-width:80%;
	padding: 5px 10px;
}


 #homePicture img {max-width:100%;}
#globalActions {
	margin-top: 15px;
}
#lgBanner, #ysBanner,
#adminBanner{ float:right; }

#adminBanner ul {
background: #493e3b;	
	min-width:180px !important;
}
#adminBanner li {
	margin: 10px 0;
}

#adminBanner .jsMenuActive {
	background: #f06e00;
	border: 1px solid #f06e00;
}
.jsMenu:hover{text-decoration:none;}

.jsMenu  {    
	padding: 2px;
}
.jsMenu, .jsMenuParent {    
	color: #555555; display:inline-block;
	padding-left:15px;
	padding-right:15px;
	border:1px solid transparent;
	border-radius:5px;
	font-weight: bold;
}
.jsMenuActive, .jsMenu:hover  {
	background: #626367;
	cursor: pointer;
	color: white;
}

.jsMenuParent:hover  {
	background: #626367;
	cursor: pointer;
	color: white;
}

.jsMenuParent  .img_hover {
	display:none;
}

.jsMenuParent  .img_simple {
	display:inline;
}
.jsMenuParent:hover .img_simple, .jsMenuActive .img_simple {
	display:none;
}
.jsMenuParent:hover .img_hover, .jsMenuActive .img_hover {
	display:inline;
}

.menuGlobalActions {
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	display: inline;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 5px ;
	padding-left: 10px  ;
	padding-right: 10px  ;
	white-space: nowrap  ;
	cursor: pointer;
	background: #1797C0;
	border: 1px solid #19a5d2  ;
}
.menuGlobalActions:hover {
background:#19a5d2;
}

.menu_body ul, .menu_body li{ margin: 0; padding:0; list-style:none;}  
.menu_body { z-index:999; position:absolute;  border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;}  
.menu_body li{ background:#493e3b;} 
.menu_body li a{ font-size:12px; color:#FFFFFF; text-decoration:none;  padding: 5px; padding-left: 10px; display:block;} 
.menu_body { display:none; width:144px;border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;}  

table.tablesorter    ,
div.wc-scrollable-grid ,
table.wc-header  {
	border-spacing: 1px;
	border: 1px solid #C2D0E1;
}


.menuActions {
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 5px ;
	padding-left: 10px  ;
	padding-right: 10px  ;
	white-space: nowrap  ;
	cursor: pointer;
	background: #f0a400;
	border: 1px solid #f06e00  ;
	float:right ;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 17px;
}

.menuActions:hover  {
	background: #f06e00;
}


.menuActions:hover,
.menuActions a:hover  {
color:#fff;
text-decoration:none;
}


.menuActionsIn,.menuActionsInSimple {
padding: 0 10px;
float:none;
}


.menuActionsIn {
margin-top: 20px;
}
 
.menuActions  img {   height: 18px;

}

#menu {
	margin-left: 10px;
	margin-right: 10px;
	 
}
#main-menu   {    background: linear-gradient(135deg, #55595e 5%, #333 75%);
    box-shadow: 2px 2px 6px 0px #6c757d;
    z-index: 998;
    height: 100%;

}
#main-menu a {
    color: #ccc;
}
#main-menu a:hover,
#main-menu a.active {
color: #f0a80d;
}
.menu_wrapper {
    padding: 0 0 15px 0;
}
header .menu_head  { 
	cursor:pointer ;
	display: inline-block;
	height: 22px;

line-height: 22px;
margin-left: 20px;}
#main-menu ul {
    margin-left: 15px;
    color: #fff;
}

 

.data .ui-tabs .ui-tabs-nav li a ,
.popupContainer .ui-tabs .ui-tabs-nav li a {
padding: 0.8em 20px !important;
}

.data .ui-tabs .ui-tabs-nav li,
.popupContainer .ui-tabs .ui-tabs-nav li {
height: auto !important;
}

.data  .ui-tabs .ui-tabs-nav ,
.popupContainer  .ui-tabs .ui-tabs-nav {
height: 36px !important;
}


table.tablesorter thead tr ,
	table.wc-header tr  {
	background-image: linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -o-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -moz-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -webkit-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -ms-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(194,208,225)),
		color-stop(0.71, rgb(213,229,247))
	) !important; 
/*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.45, #C2D0E1), color-stop(0.71, #D5E5F7) )*/
}

#menu_reports_owners td, #menu_reports_owners th {
	padding-right: 20px;
}


#adminFooterFixedContainer {
	height:100px;
}

#main-wrapper 
 {
	min-height:100%; 
	position: relative;
}

#adminContainerFooterPager {
height:120px;	position: relative;
} 


#adminContainerFooter {
	padding: 15px ;font-size: 12px;
}

#adminContainerFooter-wrapper {
	width: 100%;
	color:#fff;
} 
	
#adminContainerFooter-wrapper  a { color: #00bb00;}


#footer_wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0 20px ;
}

.ui-widget-overlay {
	background: #111;
	opacity: .80;
	filter: Alpha(Opacity=80);
} 
.ui-dialog-titlebar.ui-widget-header {
	background: #4c5156;

color: #fff;

border-radius: 0;

line-height: 20px;
}


.ui-tabs.ui-widget-content  {
	border: 0px solid #AAA;
}
.ui-tabs-nav.ui-widget-header{
	border: 0px;
	/*border-bottom:1px solid #AAA;*/
	background: none;
	border-radius : 0;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	height: 23px;
}
.data .ui-tabs .ui-tabs-nav li.ui-tabs-active, .popupContainer .ui-tabs .ui-tabs-nav li.ui-tabs-active {
height: 35px;
}

a.menuActions {
	color:#fff; 
z-index: 2;
position: relative;
}

.menuActions  img {
float: left;
margin-right: 5px;
}


#biens_page .tabs-left ul.ui-tabs-nav li a{font-size: 12px; }
#biens_page .tabs-left ul.ui-tabs-nav li{ padding: 10px 0; height:auto ; font-size: 12px; }

.tabs-left ul.ui-tabs-nav{ height: 100% !important; border: 1px solid #AAA; background: transparent; }

#biens_page .tabs-left ul.ui-tabs-nav{ width: 150px; }
#biens_page .tabs-left .ui-tabs { padding-left: 160px; }
#biens_page .tabs-left .ui-tabs .ui-tabs-nav li a { float: none; text-align: left; }
#biens_page .tabs-left  { border: 1px solid #AAA; margin: -14px;  padding: 12px; }

table.report {  width: 100%; border-collapse: separate; border-spacing: 0 5px;}
table.report .solveThis { background: rgba(255,0,0,0.5); }
table.report .solveThis a:hover {color:#fff}
.helpTextProcessed {vertical-align: middle; cursor:pointer}

/*table.report .solveThis img {visibility:hidden;}*/

.wc-business-hours { font-size:inherit;}


.ui-widget-overlay { z-index:1000 !important; }
#dialog { z-index:1001 !important;}

.topMessage { font-size: 14px !important; margin: 10px;  color: #1797C0; font-weight: bold;}

.dataTables_length {float:left; }
.dataTables_filter {text-align: right;  margin-bottom: 10px;}


.paginate_disabled_previous,
.paginate_disabled_next { display:none;}

.paginate_enabled_previous { margin-right: 10px;}



table.tablesorter thead tr th,
table.tablesorter thead tr th.header{
	background:   #4c5156;;
	cursor: pointer;
	color: #fff;
	padding: 8px;

}
table.tablesorter thead tr th.sorting{
	background: url(/assets/images/sorter/bg.gif) #4c5156;
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .sorting_desc, table.tablesorter thead tr .sorting_asc {
background-color: #8dbdd8;
}


table.tablesorter thead tr .headerSortDown ,
table.tablesorter thead tr .sorting_desc {
background-image: url(/assets/images/sorter/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortUp ,
table.tablesorter thead tr .sorting_asc
{
background-image: url(/assets/images/sorter/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
  

.dataTables_filter input {
border: 1px #cddce6 solid;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px !important;
padding: 2px;
padding-left: 5px;
color: black;
height: 16px;
vertical-align: middle;
}
.dataTables_length select{ border: 1px #cddce6 solid; background: #ffffff; padding: 2px 20px 2px 2px; margin-bottom: 10px; }
.fixedHeight table.dataTable { margin:0; }


.qtip-error { border: 1px solid #f00;}

.required_label { color:#f00;}
label.required::after{ content:"*" ;  color:#f00;class:"required_label";  font-size: 16px; margin-left: 5px;}


#sub-nav img {vertical-align: middle; margin-right:5px;}
#calendar_selection {float: left;  padding-top: 10px !important;}
.wc-nav {float: left;  padding-top: 10px !important; }


.wc-nav button {
margin: 0 0.5em;
border-radius: 5px;
padding: 2px 20px;
}


.wc-nav button {
	border:1px solid #C2D0E1;
	background-image: linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -o-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -moz-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -webkit-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	background-image: -ms-linear-gradient(bottom, rgb(194,208,225) 45%, rgb(213,229,247) 71%)  !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(194,208,225)),
		color-stop(0.71, rgb(213,229,247))
	) !important; 
color: #000;
	
}


.wc-nav button:hover {
	border:1px solid #C2D0E1;
	background-image: linear-gradient(bottom,  rgb(213,229,247) 71%, rgb(194,208,225) 45%)  !important;
	background-image: -o-linear-gradient(bottom,  rgb(213,229,247) 71%, rgb(194,208,225) 45%)  !important;
	background-image: -moz-linear-gradient(bottom,  rgb(213,229,247) 71%, rgb(194,208,225) 45%)  !important;
	background-image: -webkit-linear-gradient(bottom,  rgb(213,229,247) 71%, rgb(194,208,225) 45%)  !important;
	background-image: -ms-linear-gradient(bottom, rgb(213,229,247) 71%, rgb(194,208,225) 45%)  !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(213,229,247)),
		color-stop(0.71, rgb(194,208,225))
	) !important; 
color: #000;
	
}

.menu_yourosoft {background:#ddaf00 ; border:#dd9600; color: #666;}
.menu_yourosoft:hover {background:#dd9600 ; color: #fff;}

.wc-cal-event {background-color: #68a1e5 !important;}

#eventAgenda ,
#event_edit_container { padding: 10px 14px;}
#eventAgenda li ,
#event_edit_container li {
list-style-image: none;
list-style-type: none;
font-size: 14px;
margin-bottom: 5px;
}
#event_edit_container .body, 
#eventAgenda  .body { background: #eee; padding: 5px 2px; border:0;}

#menu_reports_owners  .belowThreshold,
#menu_reports_owners .negativeAccount,
#menu_reports_owners .aboveThreshold,
#menu_reports_owners .positiveAccount {box-shadow: 2px 2px 2px #666; }

#smartLogin .topMessage {margin: 10px 0; }
#smartLogin ul { margin-top: 10px;}
#smartLogin { font-size: 14px; }
#smartLogin li {padding-left: 25px ; height:22px ; 
list-style-image: none;
list-style-type: none;}
#smartLogin li.solveSmart { background:url(/assets/images/icons/alert.png)  ;  background-repeat: no-repeat;}
#smartLogin li.successSmart { background:url(/assets/images/icons/success.png) ;  background-repeat: no-repeat; }



.columns-2 .column-1 { width:49% ; float:left ; clear:left; margin-right: 2%; }
.columns-2 .column-2 { width:49% ; float:left ; }

#menu_reports_page .dataTables_filter { text-align: left; }
#menu_reports_page table.sortable{clear: both;}
#menu_reports_page table.sortable_paginate{clear: both;}



.messages > div { padding:10px;margin:10px 0px;}
.messages .warning {background:#ECB68F;}
.messages .info {background:#E3E8EF;}

a.invoice { background:url(/assets/images/pdf.png) no-repeat;  width:26px; height:30px; display: inline-block;}
a.jsLink.view { background:url(/assets/images/theme/view.png) no-repeat; padding-left:14px; min-height:20px; display: inline-block; background-size: 14px;}
 

.error{
	font-size: 14px;
	font-family: Arial;
	width: 100%;z-index: 100;background: #FF8686; padding: 5px; text-align: center; color: #fff; margin-bottom: 20px;
}

.dataTables_processing{
    display: block;
    background: #aaa;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 0;
}


.btn-group.bootstrap-select {width:100%}
.bootstrap-select > .dropdown-toggle{
    background: #fff;
    width: 100%;
}


label {margin: 7px 0;
}

.ui-tabs .ui-tabs-nav {height:25px !important;}
 



.popupContainer input.form-control,
.data   input.form-control {height:auto;}

.data #filters  input.form-control {height: 34px;}


.dataTables_paginate  {
    padding: 10px 0;
}

.dataTables_paginate a {
    border: 1px solid; cursor:pointer;
    padding: 10px;
    margin: 10px 5px;
}

.dataTables_paginate a.current {
    background: #337ab7; cursor:default;
    color: #fff;
}
.dataTables_paginate a:hover {
    background: #337ab7; text-decoration:none;
    color: #fff;
}
.dataTables_paginate a.disabled,
.dataTables_paginate a.disabled:hover { cursor:default;
    background: transparent;
    color: #ccc;
}
 
.auto-collapse tbody > tr {
  display: none;
}
.auto-collapse tbody > tr.expanded {
  display: table-row;
}
.auto-collapse.expanded tbody > tr {
  display: table-row;
}
.auto-collapse.expanded tfoot {
  display: none;
}
textarea.form-control {width:100%;}
.dataTables_length select {
padding: 5px 10px;
}
.dataTables_filter input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables_filter input  {
    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-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}

h1 .menuActions {float:none; }


#main-menu{ position:fixed; left:0;}



#content-wrapper{
	margin-left:64px; 
	width:calc(100% - 64px);
} 
.menu_wrapper img {width:32px;}
.menu_wrapper .title {display:none}
#main-wrapper #homePicture {display:none}
#main-menu { width:64px;}
#main-wrapper.expanded  #content-wrapper{
	margin-left:250px; 
	width:calc(100% - 250px);
} 
#main-menu:hover, 
#main-wrapper.expanded #main-menu {
	width:250px; 
	max-height: 100vh;
    overflow-y: auto;
    }
#main-menu:hover .menu_wrapper .title,
#main-wrapper.expanded #main-menu .menu_wrapper .title {display:inline-block}
#main-wrapper.expanded #homePicture {display:block}
.fieldsetHeader img,
.sectionHeader img,
.ui-tabs-anchor img{ max-height:20px;}

#lgBanner img {
    width: auto;
}

.data .ui-tabs .ui-tabs-nav li {border-bottom: 1px solid #aaa !important; border-radius: 5px;margin-right: 10px;margin-bottom: 10px;}
.data .ui-tabs .ui-tabs-nav {min-height: 36px !important;height:auto !important;}

header {display: inline-block;     position: fixed;    border-bottom: 1px solid #eee;
    z-index: 10;
    height: 40px;
    background: #fff;
width: 100%; padding-top: 10px ;}


#menu_expand{
    color: #fff;
    background: #4c5156;
    margin: 10px;
    width: 40px;
    border: 1px solid;
    padding: 5px;
}
header button {
    color: #fff;
    background: #4c5156;
    width: 40px;
    border: 1px solid;
    padding: 5px;
}

.menu_wrapper  div {
    margin-bottom: 5px;
}


.jsLink img {width:20px;}


.glyphicon {font-family: 'Glyphicons Halflings' !important;}


#bsModal {max-height:100%;}
#bsModalBody {height:calc(100% - 80px); overflow-y:scroll;}
#bsModal  .modal-content{
    height: 100%;
}
#bsModal .modal-dialog{
 max-height: calc(100% - 60px);
    height: calc(100% - 60px);margin: 30px auto;

}


.modal .modal-header,
#bsModal .modal-header {max-height:60px;
    background: #26292b;
    color: #fff;}
    
    
.modal .modal-header button,
#bsModal .modal-header  button {float:right;
    background: #fff;
    color: #26292b;
    border: 0;
    border-radius: 20px;}

.maincontainer h1 img,
.maincontainer .card-header img{ height:32px;}

.px-0 {
	padding-left:0 !important; padding-right:0 !important;}
#popupWindow h2,
.modal-body h2 {
	    border-bottom: 1px solid #888;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 3px;font-size: 16px;
}
#popupWindow h2 img,
.modal-body h2 img{ height:24px;}


.MonthPicker .caption{
	color: #888888;
}
	
.w-100 {width:100% !important;}



.dt-button { 
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
border: 1px solid transparent; 
border-color: #245580;
 color: #fff;
  background-color: #337ab7;padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}
.table tr.group
{
  background: #5d6166 !important;
  color: #fff;
}


.file {
	position: relative;
	background: linear-gradient(to right, #add8e6 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 1s ease;
	margin-top: 0;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
}

.file.done {
	background: rgba(65, 163, 96, 0.36);;
	background-position-x: 0%;
}

element.style {
    top: 49.5px;
    width: 1011px;
    height: 849px;
    margin-left: -505.5px;
    left: 927px;
    z-index: 9999;
}
#lbCenter  {
    z-index: 9999;
}

#lbBottomContainer  {
    z-index: 9998;
}



@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}


a.btn-primary {color:#fff}


label.disabled {color:#999;}



.form-floating {
    position: relative
}

.form-floating label {
    position: absolute;
    cursor: text;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -1em;
    left: 12px;
    z-index: 3;
    line-height: 1;
    padding: 0 6px;
    background: #fff;
}

.form-floating label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.form-floating .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-floating .form-control:placeholder-shown::-webkit-input-placeholder {
    opacity: 0
}

.form-floating .form-control:placeholder-shown:not(:focus)+label {
    opacity: .5;
    top: calc(50% - 14px);
    font-weight: 400;
}


.form-floating .form-control {
    border-radius: 4px
}

.form-floating:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.form-floating:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.badge-primary {background-color: #91b5d6; border-color: #91b5d6;}

.badge-default {}
.badge-warning {background-color: #f0ad4e;
    border-color: #e38d13;}
.badge-success {background-color:#5cb85c ;
    border-color: #3e8f3e;}
.ui-dialog-buttonset 
    .ui-button-text-only .ui-button-text:empty {padding:0}
 .ui-dialog-buttonset  button{ 
    padding: 5px !important;}
.glyphicon-ok.ui-button {
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    border-color: #3e8f3e; color: #fff;
}
    
.glyphicon-remove.ui-button {
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    border-color: #b92c28; color: #fff;
}



.table:not(.tablesorter) th.sorting:before{
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";	
	opacity:.2;
	padding-right: 5px;
	cursor:pointer
}
 

.table:not(.tablesorter) th.sorting:hover:before{
	opacity:1;
}



.table:not(.tablesorter) th.sorting_desc:before{
	content: "\f160";
	font-family: "Font Awesome 5 Free";	
	padding-right: 5px;
	cursor:pointer
}



.table:not(.tablesorter) th.sorting_asc:before{
	content: "\f161";
	font-family: "Font Awesome 5 Free";	
	padding-right: 5px;
	cursor:pointer
}




  
.off-canvas {
    color: #fff;
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; 
  transform: translateX(+100%);
  transition: .4s ease-in-out;
  z-index: 1060;
  
    background: linear-gradient(135deg, #55595e 5%, #333 75%);
    box-shadow: -2px 2px 6px 0px #6c757d;
    padding: 10px;
    
}
.off-canvas .title{

    color: #fff;
    margin: 0;
}
.off-canvas-active .off-canvas {
  transform: translateX(0);
}
.navbar-fixed-top {
  transition: .4s ease-in-out;
  width: 100%;
}
.page-wrapper {
  padding-top: 50px;
  transition: .4s ease-in-out;
}
.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top {
  transform: translateX(300px);
}
.list-group {
  padding: 20px;
}
.off-canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out;
}
.off-canvas-active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}


a.btn-warning {
    color: #fff;
}

.btn-icon {
	font-size:1em;
}