body , html {
	line-height: 140%;
	margin: 0px; 
	padding: 0px; 
	color: #333;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	background-color: #FFFFFF;
}
.clear , .clr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
img { border: none; }
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}
html [layout][horizontal] {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

html [layout][horizontal], html [layout][vertical] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
html [self-center] {
	 -ms-align-self: center;
	 -webkit-align-self: center;
	 align-self: center;
 }
html [layout][vertical] {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
html [layout][horizontal], html [layout][vertical] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.widget {
	 float: left;
	 width: 48%;
	 /*margin: 0 1% 20px 1%;*/
	 box-sizing: border-box;
	 padding: 10px;
	 border: 1px solid #dfdfdf;
	 background: white;
 }
html [flex] {
	  -ms-flex: 1 1 0.000000001px;
	  -webkit-flex: 1;
	  flex: 1;
	  -webkit-flex-basis: 1e-9px;
	  flex-basis: 1e-9px;
  }
/* == Main Icons == */
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
a.disabled {
	opacity: 0.5;
	cursor:not-allowed;
}
.icon , .icon_left , .icon_right {
	display: block;
	width: 16px;
	height: 16px;
	background: #EEE;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.icon:hover , .icon_left:hover , .icon_right:hover { text-decoration: none; }
.icon {}
.icon_left {
	float: left;
	margin-right: 4px;
}
.icon_right {
	float: right;
	margin-left: 4px;
}
.icon_arrow_down { background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat 0px -16px; }
.icon_arrow_up { background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -64px -16px; }

a.button {
    display: inline;
    display: inline-block;
    margin: 1px;
	/*padding: 3px 10px 3px 26px;*/
	padding: 2px 8px 2px 24px;
	text-decoration: none;
	background: #EEE no-repeat 5px center;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.button:hover { background-color: #FFF; }
	a.edit {
		color: green !important;
		border: 1px solid green;
		background-image: url(../images/gui/icon_edit.png);
	}
	a.delete {
		color: red !important;
		border: 1px solid red;
		background-image: url(../images/gui/icon_delete.gif);
	}
	a.new {
		color: #1272D6 !important;
		border: 1px solid #1272D6;
		background-image: url(../images/gui/icon_new.gif);
	}

    a.synchronize-icon span { 
    	display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 5px;
        cursor: pointer;
       color: #1272D6 !important;
       margin: 0px 0px 0px -24px;
        background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -64px -80px;    	
        vertical-align: -3px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }	
    a.reload {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 5px;
        cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -65px -80px;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;    	
    }	
    a.search {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 5px;
        cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -160px -112px;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }    
    a.add {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 5px;
        cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -16px -129px;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }      
    a.clearScreen {
        display: inline-block;
    	width: 16px;
    	height: 16px;
    	margin: 0px 5px;
    	cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/clear_all.png) no-repeat;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;    	
    }
    a.save {
        display: inline-block;
    	width: 16px;
    	height: 16px;
    	margin: 0px 5px;
    	cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/icon_save_1.png) no-repeat;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;    	
    }
    a.calendar {
        display: inline-block;
    	width: 26px;
    	height: 19px;
    	margin: 0px 0px;
    	cursor: pointer;
       color: #1272D6 !important;
       /*border: 1px solid #1272D6;*/
       background: url(../images/gui/calendar.gif) no-repeat;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;    	
    }
    a.info-icon {
	
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 5px;
        cursor: pointer;
       color: #1272D6 !important;
       border: 1px solid #1272D6;
       background: url(../images/gui/ui-icons_888888_256x240.png) no-repeat -16px -144px;
        vertical-align: middle;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    
a.status_on  , a.status_off {
	padding: 3px 6px;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.status_on { background: green; }
a.status_off { background: red; }
select {
	padding: 2px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* == Navigation == */
ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-moz-box-shadow: 2px 2px 3px 1px #EEE;
	-webkit-box-shadow: 2px 2px 3px 1px #EEE;
	box-shadow: 2px 2px 3px 1px #EEE;
	text-shadow: 1px 1px 2px #CCC;
}
	ul.navigation li {}
/* == Main == */
.mainout {
	/*width: 1262px;*/
	width: 98%;
	margin: 0px auto;
	border: 1px solid #999;
}
.content {
    padding-top: 100px;
}
/* == Header == */
.header { margin-bottom: 15px; }
.headerout { 
    position: fixed;
        top: 10px;
        right: 0px;
    z-index: 10;
}
#generalContainer {}
	.header_menu {
		padding: 10px 10px 3px;
	}
		.header_menu ul.navigation {
			height: 30px;
			line-height: 20px;
			margin-bottom: 6px;
			padding: 0px 5px;
			font-weight: bold;
			background: #F5F5F5;
			border: 1px solid #999;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.header_menu ul.main-menu { background: #F5F5F5; }
		.header_menu ul.second-menu { background: #F0F0F0; }
		.header_menu ul.treeth-menu { background: #E9E9E9; }
			.header_menu ul.navigation li {
				float: left;
				border-left: 1px solid #999;
			}
			.header_menu ul.navigation li:first-child { border: none; }
				.header_menu ul.navigation li a {
					display:block;
					padding: 5px 15px;
					text-decoration: none;
				}
				.header_menu ul.navigation li a:hover { background: #FFF; }
				.header_menu ul.navigation li a.current {
					color: #FFF;
					background: #1272D6;
				}
	.headerout form { padding: 3px 15px; }
	.navigation.sub-menu {
	   /*position: absolute;*/
       /*width: 100%*/;
	}
/* == Left Sidebar == */
.left_sidebar {
	float: left;
	width: 200px;
	min-height: 500px;
	padding: 10px;
	background: #F9F9F9;
	border-right: 1px solid #999;
}
	.left_sidebar ul.navigation {
		line-height: 20px;
		margin-bottom: 6px;
		font-weight: bold;
		background: #F5F5F5;
		border: 1px solid #999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.left_sidebar ul.navigation li {
			border-top: 1px solid #999;
		}
			.left_sidebar ul.navigation li:first-child { border: none; }
			.left_sidebar ul.navigation li a{
				display: block;
				padding: 5px 10px;
			}
				.left_sidebar ul.navigation li a:hover { background: #FFF; }
/* Content */
.content_out {
	float: left;
	width: 1020px;
	min-height: 500px;
	padding: 10px;
}
/*.full { width: 1240px; }*/
.full { width: 99%; }
	.content_out a {
		color: #1272D6;
	}
	
		.content_tabs ul {
			height: 30px;
			line-height: 20px;
			margin-bottom: 12px;
			padding: 0px 5px;
			font-weight: bold;
			background: #F5F5F5;
			border: 1px solid #999;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
			.content_tabs ul  li {
				float: left;
				width: 33%;
				border-left: 1px solid #999;
			}
			.content_tabs ul li:first-child { border: none; }
				.content_tabs ul  li a {
					display: block;
					padding: 5px 0px;
					text-align: center;
				}
				.content_tabs ul  li a:hover { background: #FFF; }
				.content_tabs ul  li a.current {
					color: #FFF;
					background: #1272D6;
				}
.content_top {
	padding: 5px 10px;
	border: 1px solid #999;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.content_mid {
    padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #EEE;
}
.content_mid .content_mid {
    margin-top: 5px;
    background: #FFF;
}
	.content_top a.button {
		float: left;
		margin-right: 50px;
	}
	.content_top form { float: left; }
				
.content_listing {}
	.content_listing_table {
		width: 100%;
		border: 1px solid #999;
		border-bottom: none;
	}
		.content_listing_table th {
			padding: 4px 5px 4px 10px;
			text-align: left;
			background: #CCC;
			border-bottom: 1px solid #999;
			border-left: 1px dotted #999;
		}
		.content_listing_table td {
			padding: 6px 5px 6px 10px;
			border-bottom: 1px solid #AAA;
			border-left: 1px dotted #999;
		}
		.content_listing_table th:first-child { border-left: none; }
		.content_listing_table td:first-child { border-left: none; }
		.content_listing_table_row1 td { background: #FFF; }
		.content_listing_table_row2 td { background: #F9F9F9; }
		.content_listing_table_row1:hover td { background: #EEF; }
		.content_listing_table_row2:hover td { background: #EEF; }
		.finished td { background: #ffcccc; }
		.started td { background: #d9f2e6; }
/* Pager */

.pager {
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
	padding-top: 20px;
	font-size: 11px;
}
	.pager a {
		display: block;
		float: left;
		margin: 0px 4px;
		color: #1272D6;
		text-decoration: underline;
	}
	.pager a:hover { text-decoration: none; }
	.pager a.num {
		margin: 0px 1px 0px 0px;
		padding: 0px 7px;
		color: #FFF;
		text-decoration: none;
		background-color: #CCC;
	}
	.pager a:hover.num {
		margin: 0px 1px 0px 0px;
		color: #FFF;
		background-color: #8DD8F8;
	}
	.pager a.current , .pager a:hover.current {
		margin: 0px 1px 0px 0px;
		padding: 0px 7px;
		color: #FFF;
		text-decoration: none;
		background-color: #1272D6;
	}
	.spanpager {
		float: left;
		line-height: 20px;
		font-weight: bold;
	}
	.pager form {
		float: left;
		margin-right: 50px;
	}
	
.card {
    display: inline;
    display: inline-block;
    width: 110px;
    min-height: 200px;
    padding: 10px;
    margin: 5px;
    vertical-align: top;
    border: 1px solid #999;
    border-radius: 7px;
    box-shadow: 0 0 5px #333;
}
.card.small,
.card.sms {
    min-height: 50px;
}
.notice-wrapper { width: 85%; margin: 0 auto; padding: 1em 0em; }

.notice { position: relative; padding: 15px 15px 15px 20px; font-size: 14px; font-weight: bold; text-align: left; border: 1px solid; border-radius: 3px; text-indent: 20px; background: rgba(212, 202, 176, 0.3); }
.notice > span { position: absolute; left: -5px; top: -5px; width: 34px; height: 34px; background: url("../gui/notices.png?v=7") no-repeat; }
.notice.positive { color: #0E5737; border-color: #0E5737; }
.notice.positive span { background-position: 0px -204px; }
.notice.neutral { color: #504A43; border-color: #504A43; }
.notice.neutral span { background-position: 0px -68px; }
.notice.negative { color: #94332B; border-color: #94332B; }
.notice.negative span { background-position: 0px 0px; }
.notice.question { color: #7B3805; border-color: #7B3805; }
.notice.question span { background-position: 0px -136px; }

.notice-wrapper .notice h6 { margin-bottom: 8px; font-size: 14px; font-weight: bold; }

.positive { color: #215D35 !important; }

.negative { color: #990000 !important; }

.negative-population { color: #ff7000 !important; }

.warning { color: #C8B144 !important; }
.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
 .ui-state-highlight {
    height: 104px;
    opacy:0.4;
 }
 #dropPlace2 .ui-state-highlight  {
    min-height : 10px;
    height : 10px;
 }
 #dropPlace2 .payment-card-in {
    display : none;
 }
 #dropPlace2 .currentDrag .payment-card-in  {
    display : block;
 }
 #dropPlace2 .dragableCard  {
    min-height : 10px;
 }
 #dropPlace2 .currentDrag  {
    min-height : 104px;
 }
tr.alert {
    background-color: #CC3300;
}
tr.notify {
    background-color: #CACE28;
}
a.normal-link{
    color: #0030ff;
}
/*on/off switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: middle;
}

.switch input {display:none;}

.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch_slider {
  background-color: #2196F3;
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch_slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.switch_slider.round {
  border-radius: 17px;
}

.switch_slider.round:before {
  border-radius: 50%;
}

html [layout][center-justified], html [layout][center-center] {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
html [layout][center], html [layout][center-center] {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
html [layout][horizontal] {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
html [layout][horizontal], html [layout][vertical] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
html [layout][end-justified] {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

template {
	display: none !important;
}
html [hidden] {
	display: none !important;
}
wick-dialog {
	background: white;
	box-shadow: rgb(0 0 0 / 30%) 0px 7px 10px;
	backgroundAttachment: initial;
	backgroundClip: initial;
	backgroundImage: initial;
	backgroundOrigin: initial;
	backgroundPosition: initial;
	backgroundPositionX: initial;
	backgroundPositionY: initial;
	backgroundRepeat: initial;
	backgroundRepeatX: initial;
	backgroundRepeatY: initial;
	backgroundSize: initial;
	webkitBackgroundClip: initial;
	webkitBackgroundOrigin: initial;
	webkitBackgroundSize: initial;


	line-height: 1.5em;
	font-family: RobotoDraft, sans-serif;
	font-size: 16px;
}
wick-dialog #overlay {
	background: white;
	box-shadow: 0 7px 10px rgba(0, 0, 0, .3)
}

wick-dialog [heading] {
	padding: 20px 20px 10px 20px;
	margin: 0;
	background: rgb(252, 252, 252);
	border-top: 1px solid white;
	text-shadow: 0 1px white;
	border-bottom: 1px solid silver;
}

wick-dialog .content {
	padding: 20px;
}
wick-dialog .actions {
	margin: 10px 20px;
}
wick-dialog [accept] {
	border: none;
	background: whitesmoke;
	color: #63AF5C;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	padding: 0 14px;
	height: 28px;
	color: #333;
}
wick-dialog [button]:active {
	margin-top: 1px;
	margin-bottom: -1px;
	box-shadow: none;
}
wick-dialog [dismiss] {
	border: none;
	background: none;
	text-decoration: underline;
	color: #63AF5C;
	text-transform: uppercase;
	padding: 0 14px;
	height: 28px;
}

wick-dialog [delete] {
	background: #C31414;
	color: white;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	padding: 0 14px;
	height: 28px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-top-color: rgba(241, 241, 241, 0.8);
}
wick-dialog [line] span {
	color: #3D9235;
	font-size: 0.8em;
}
.dlg-content {
	min-width: 300px;
	max-width: 600px;
	min-height: 300px;
	max-height: 500px;
	overflow: auto;
}
.dlg-content pre {
	font-family: Lucida Console, monospace;
	font-size: 12px;
}
.disp-none{
	 display: none;
 }


th.sortable {
	cursor: pointer;
}
.visualization-table-sortind {
	color: #FFF;
	padding-left: 4px;
}
span.sort-ascending:after {
	content: "\25b2";
}
span.sort-descending:after {
	content: "\25bc";
}