*, :before, :after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


@font-face {
        font-family: 'Lato';
        src: url('static/fonts/lato/lato-regular.eot');
        src: url('static/fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-regular.woff') format('woff'), url('../fonts/lato/lato-regular.ttf') format('truetype'), url('../fonts/lato/lato-regular.svg#latoregular') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "Flat-UI-Icons";
        src: url('static/fonts/flat-ui-icons-regular.eot');
        src: url('static/fonts/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/flat-ui-icons-regular.woff') format('woff'), url('../fonts/flat-ui-icons-regular.ttf') format('truetype'), url('../fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
        font-weight: normal;
        font-style: normal;
}

html, body {
	font-size:100%;
	line-height: 1.53;
	height:100%;
}

.page-buffer {
//	height: 200px;
}

.page-wrapper {
	min-height:100%;
	//height: 100%;
	//margin-bottom: -100px;
	position: relative;
}

.mcontent {
	padding-bottom: 100px;
}

.ui.inverted.segment {
	color: #333;
	background:white;
}

.legend {
	border: 1px solid #444; 
	margin-left: 8px; float: left; 
	min-width:1em; 
	width:1em; 
	height:1.2em; 
	line-height:1.2em
}

.trow.bar {
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.trow.bar a {
	padding-left: 32px;
	height:0.8em; 
	line-height:0.8em;
	font-size: 0.8em;
}

.ui.segment.cfooter {
	//margin-top: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 60px;
}
body {
	background: #efefef;
	font-family: "Lato", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	position:relative;
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}

a:focus {
	outline:none;
}

img {
	max-width:100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}

.left {
	float: left;
}

.right {
	float: right;
}

ul.menu {
	font-size: 1em;
	text-transform: uppercase;
	list-style: none;
	line-height: 2em;
	display: inline;
	margin-right: 2em;
	vertical-align:middle;
}

li {
	display: list-item;
}

ul.menu li {
	float: left;
	padding: 0 10px;
	
}

ul.menu a:hover {
	text-decoration: none;
	border-bottom: 2px solid #95A105;
	opacity: 1;
}

ul.menu a {
/*	color: #B8D30B;*/
	color: #95A105;
	text-decoration: none;

	display: block;
	width: 100%;
}


.pager {
	margin: 20px 10px 10px 10px;
	display: inline-block;
	float: left;
}

/**************************************** ROW WIDTH */
div.row {
	margin: 0 auto;
	max-width: 40em;
	width: 100%;
	text-align: center;
}

div.cleft {
	text-align: left;
	max-width: 88em;
	margin-bottom: 1em;
}
div.caption {

	margin-bottom: 0;
}

div.caption div {
	font-size: 0.9em;
}

div.search {
	background: #dedede;
	padding: 20px;
	display: none;
}

div.trow {
	margin: 0 auto;
	max-width: 88em;
	width: 100%;
	text-align: center;
}


div.formrow {
	width: 400px;
	text-align: left;
	line-height: 0.7em;
}

div.elem {
	position: relative;
	margin: 1em 0 1em 0;
}

div.hint {
	font-size: 0.7em;
	text-align:left;
	color: #777;
	line-height: 1em;
	margin: 0 0 10px 4px;
	
}

div.hint span.error {
	color:red;
}

div.formrow label.uploadbutton {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	//padding: 0;
	height: 4.5em;
	width: 520px;
}

label.uploadbutton input {
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

label.uploadbutton .button {
	display: inline-block;
}

label.uploadbutton .input {
	display: inline-block;
	padding: 0 0 0 10px;
}

div.plus {
	position: absolute;
	top: 0.8em;
	left: -1em;
	font-size:1.5em;
}


div.main {
	width: 100%;
	background: url('../imgs/img.jpg') no-repeat;
	background-size:   cover;
}

div.clear {
	clear: both
}

h1 {
	font-weight: 200 !important;
	font-size: 1.5em;
	line-height: 2em;
	margin: 20px;
}

div.row h1 {
	margin-top: 20px;
}

h2 {
	font-weight: 200 !important;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 8px 4px 12px 4px;
}

div.step {
	position: relative;
	display: inline-block;
	max-width: 30%;
	margin-left: 3%;
	vertical-align: top;
}

span.text {
	margin: 2px;
	margin-bottom: 10px;
	display: inline-block;
}

.btn-lg {
        padding: 10px 15px;
        font-size: 17px;
        line-height: 1.471;
        border-radius: 6px;
        white-space: normal;
        color: #ffffff;
        background-color: #8dc63f;
        border: none;
        font-size: 15px;
        font-weight: normal;
        font-family: "Lato";
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
        transition: border .25s linear, color .25s linear, background-color .25s linear;
        margin-top: 32px;
        display:inline-block;
	cursor: pointer;
}


.btn-lg:hover {
        color: #fff;
        background-color: #80b636;
        text-decoration: none;
	cursor: pointer;
}

div.bottom {
	background: #333;
	color: #777;
}

div#contacts {
	width:100%;
	padding: 10px;
	text-align:center;
}

div#contacts a {
	color: #777;
	text-decoration: none;
}

div#contacts a:hover {
	color: #888;
}

div#dialog {
	text-align: center;
	display: none;
}

input.std {
	width: 300px;
	height: 3em;
	margin: 0.5em auto;
}


input[type="text"], input[type="password"],  textarea, label.uploadbutton {
	background-color: white;
	font-family: inherit;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	width: 100%;
	-webkit-transition: all 0.15s 
}

textarea {
	margin: 0
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: none;
}

p.error {
	color: red;
	text-align:center;
	margin-top: 18px;
	font-weight: bold;
}

p.message {
	text-align:center;
	margin-top: 18px;
	font-weight: bold;

}

a {
	color: #95A105;
	text-decoration: none;
}

a#forgot {
	font-size: 0.8em;
	line-height: 1.6em;
}

a:hover {
	color: #95A105;
	text-decoration: underline;
}

.selected {
	display:none;
	color: rgba(0,0,0,.8);
}
div.forgot {
	text-align:left;
	font-size: 0.8em;
	padding-top: 2em;
}
div#suplogin {
	width:350px;
	margin: 0 auto;
	height: 100%;
	padding-top: 200px;
}

.ui.table {
	font-size: 0.8em
}

img#ilogo {
	height: 28px;
	width: auto;
}
	
img#logo {
	margin: 0 0px;
	margin-bottom: 16px;
}

div#login {
	padding:25px;
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center; font-size: 1.2em;
}

div#newuser {
	padding: 10px;
	text-align: center;
	width: 100%;
}

nav.panel {
	background-color:#efefef;

}

table.stable {
	width: 80%;
//	margin: 1em 0 2em 0;
	border-collapse: collapse;
	margin: 0 auto;
}

table.stable td, table.stable th {
	border: 1px solid black;
}

table.stable td {
	text-align: right;
	background: #fff;
}
table.stable th {
	text-align: right;
	background: #f9fafb;
	color: #333;
	font-weight: bold;
}


table {
	width: 100%;
	margin: 2em 0 3em 0;
	border-collapse: collapse;
}

table th {
	background: #8DC63F;
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: normal;
}

.rb {
	float: right;
	float: right;
	display: inline;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 0.8em;
}

div#infoblock {
	position:relative; 
	height:0; 
	left:380px; 
	top: 36px;
	font-size: 0.8em;
}

span#ssize {
	font-weight: bold;
}

table th.action {
	width: 4%;
}

table td {
	margin: 0;
	padding: 10px;
	text-align: left;
}

img.icon {
	margin-right: 1em;
}

.cinput {
	width: 100%;
	margin: 4px 0 5px 0;
}

.ctext textarea {
	line-height: 1em;
}

.disabled {

	opacity: .30;
	pointer-events: none;
	background-color: #aaa;
}

.ui.form .grouped.fields .field, .ui.form .grouped.inline.fields .field .cfield {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.linfo {
	float: right;
	margin-left: auto;
	margin-right: 10px;
	font-size: 0.8em;
}

.cinput.ctext.disabled {
	opacity: .30;
	pointer-events: none;
}

.ui.cdropdown {
	height: 48px;
	vertical-align: middle;
	padding-top: 16px;
	background: white;
	width: 100%;
	border: 1px solid rgba(34,36,38,.15);
	font-weight: normal;
	font: inherit;
	color: #333;
	margin: 12px 0 5px 0;
}

.ui.message.cwarning {
	margin: 20px;
}
.ui.message.cerror {
	margin: 20px 0px 20px 0px;
	background-color: #ee1111;
	font-weight: bold;
	color: white;
	box-shadow: none;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;	
	width: 100%;
	max-width: 400px;
	width: 400px;
}

.ui.message.cmessage {
	margin: 20px 0px 20px 0px;
	background-color: #9dd64f;
	font-weight: bold;
	color: white;
	box-shadow: none;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;	
	width: 100%;
	max-width: 400px;
	width: 400px;
}

table tr.even td {
	background: #fff;
}
table tr.odd td {
	/*background: #fafafa;*/
}

.table.ctable {
	max-width: 1280px;
}

.icon.cicon {
	font-size: 1.2em;
}

.icon.licon {
	font-size: 1em;
	margin-left: 32px;
}

.icon.cicon.cicon0 {
/*	color: red;*/
	font-size: 1em;
	color: #95A105
}
.icon.cicon.cicon1 {
	color: red;
	font-size: 1em;
}

a.icon:hover {
	text-decoration: none
}

.ui.checkbox.ccheckbox {
	width: 100%;
	margin: 10px 0 10px 0;
	vertical-align: middle;
}

.dropdown.icon {
	float: right;
}

.ui.menu .item.citem {
	display: inline-block;
}
.ui.menu.cvnc {
	max-height: 42px;
	min-height: 42px;
	height: 42px;
	margin: 0 0 1px 0;

}

.tabinfo {
	font-weight: bold;
	font-size: 0.8em;
}

td.value {
	font-weight: bold
}


.close.icon.cicon {
	color:#8dc63f;
}

.btn-lg.upload {
	margin-top: 8px;
}

#devenum {
	text-indent: 0;
	font-weight: bold;
	line-height: 1.2em;
}

.column.ui.segment.csegment {
	height: 280px; 
	margin: 8px 8px 8px 8px;
	text-align: center;
}

.credit {
	font-size: 1.8em;
	color: #8dc63f;
	font-weight: bold;
	line-height: 1em;
	margin: 8px;
}
.failcredit {
	font-size: 1.8em;
	color: #ee2222;
	font-weight: bold;
	line-height: 1em;
	margin: 8px;
}


.creditword {
	font-size: 0.8em;
}

.creditusd {
	font-size: 0.6em;
	font-weight: bold;
}


.datepickr-wrapper {
    display: inline-block;
    position: relative;
}

.datepickr-calendar {
	font-size: 12px;
	background-color: #eee;
	color: #333;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	display: none;
	position: absolute;
    top: 100%;
	left: 0;
	z-index: 100;
}

.open .datepickr-calendar {
    display: block;
}

.datepickr-calendar .datepickr-months {
	background-color: #8dc63f;
	border: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 2px;
	text-align: center;
    font-size: 120%;
}

.datepickr-calendar .datepickr-prev-month,
.datepickr-calendar .datepickr-next-month {
	color: #fff;
	text-decoration: none;
	padding: 0 .4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.datepickr-calendar .datepickr-prev-month {
	float: left;
}

.datepickr-calendar .datepickr-next-month {
	float: right;
}

.datepickr-calendar .datepickr-current-month {
	padding: 0 .5em;
}

.datepickr-calendar .datepickr-prev-month:hover,
.datepickr-calendar .datepickr-next-month:hover {
	background-color: #8dc63f;
	color: #c77405;
}

.datepickr-calendar table {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

.datepickr-calendar thead {
    font-size: 90%;
}

.datepickr-calendar th,
.datepickr-calendar td {
    width: 14.3%;
}

.datepickr-calendar th {
	text-align: center;
    padding: 5px;
}

.datepickr-calendar td {
	text-align: right;
	padding: 1px;
}

.datepickr-calendar .datepickr-day {
	display: block;
	color: #1c94c4;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}

.datepickr-calendar .datepickr-day:hover {
	color: #C77405;
	background-color: #fdf5ce;
	border: 1px solid #fbcb09;
}

.datepickr-calendar .today .datepickr-day {
	background-color: #fff0a5;
	border: 1px solid #fed22f;
	color: #363636;
}

.datepickr-calendar table {
	margin: 0;
}

.datepickr-calendar .selected2 .datepickr-day {
	background-color: #1c94c4;
	color: #f6f6f6;
}

.datepickr-calendar .disabled .datepickr-day,
.datepickr-calendar .disabled .datepickr-day:hover {
    background-color: #eee;
    border: 1px dotted #ccc;
    color: #bbb;
    cursor: default;
}


.jobswrapper {
        margin: 0 auto;
        position:relative;
        max-width: 1400px;
}


.jobs {
}

div.jobdetails {
        margin-left: 510px;
        padding: 4px;
}
div.inner {
        background: #fafafa;
        margin-top:18px;
        width:100%;
	margin-left:12px;

}

table td.tvalue {
        background-color:#f9fafb;
        width: 160px;
	min-height: 32px;
	height: 32px;
	
}



textarea::-webkit-input-placeholder {
	color: #aaa;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #aaa;
}

textarea:-ms-input-placeholder {
	color: #aaa;
}














	#ptable {
		overflow-x: scroll;
	}







@media only screen and (min-width: 768px) {
/*
img#logo {
	margin: 10px;
}
*/

div.box {
	height: 350px;
}

}


@media print {
	nav { display: none }
	.linfo { display: none }
	.ui.menu { display: none }
	.btn-lg { display: none }
	#rpp  { display: none }
	#search { display: none }
	.ui.cfooter { display: none }
	.noprint { display: none }
	.printtable th { font-size: 0.8em }
	.printtable td { font-size: 0.8em }

	#ptable {
		overflow-x: initial;
	}
/*	body {
	-webkit-transform: rotate(-90deg); 
     -moz-transform:rotate(-90deg);
     filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
*/
 /*   body { 
        writing-mode: tb-rl;
    }*/
}




