	

body {
	font-family: 'Cambay', sans-serif;
	font-size:14px;
    min-width: 1270px;
}

.container {
    width: 1470px;
    min-width: 1470px;
}

body, footer, header{
	background-color: #ededed;
}

section{
	background-color: #fff;
}

footer, header, section{
	padding-top:7px;
	padding-bottom:7px;
}

footer{
//	border-top: 1px solid #aaa;
}

a{
	color:#2AABD2;
}

hr {
	margin:0px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

.btn{
	margin-top: 3px;
}

.menuPosition{
	margin-top: -20px;
}

.noMarginRight{
	margin-right:0px;
}

.naPaddingRight{
	padding-right:0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 10px;
}

.fileInput{
	height:auto;
}

.form-control:focus, .form-control:hover {
	border:1px solid #2AABD2;
}

.marginAdd{
	margin-right:5px;
	margin-left:5px;
}

.logo{
	font-family: 'Titillium Web', sans-serif;
	font-size:25px;
}

.divBox{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.3);
	margin-top: 25px;
	margin-bottom: 25px;
}

.permissionList{
	padding:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom:3px !important;
	background-color:#eee;
}

.sectionTop{
	background-image: linear-gradient(to bottom, #337AB7 0px, #265A88 100%);
	padding-top:2px;
	padding-bottom:2px;
}

.formLabelMarginTop{
	margin-top: 8px;
}

.formError{
	color:red;
}

div.formError{
	text-align:right;
}

.table{
	margin-bottom:0px;    
	border-bottom: 0px;
//	font-weight: bold;
}

.table-hover > tbody > tr:hover{
	background-color: #D9EDF7;
}

.table > thead > tr > th {
    vertical-align: top;
}

.checkbox label, .radio label {
	width:100%;
	display:inline;
}


.checkbox:checked + label{
  color: #f00;
  font-style: bold;
} 

.lastopendocument{
	border: 4px solid red;
}


/*
 * customRadioCheck: jQuery plugin for checkbox and radio replacement
 * Usage: $('input[type=checkbox], input[type=radio]').customRadioCheck();
 * Author: Cedric Ruiz
 * License: MIT
*/
.custom-label {
  display: inline-block;
  margin-right: .8em;
  cursor: pointer;
}
.custom-radio,
.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.15em; /* Adjust to for best fit */
    margin: 0 .4em;
    width: 20px;
    height: 20px;
    background: url(../images/customRadioCheck.png) 0 0 no-repeat;
}
.custom-radio { background-position: 0 -20px; }
.custom-check.focus { background-position: 0px 0; }
.custom-radio.focus { background-position: -20px -20px; }
.custom-check.checked { background-position: -60px 0; }
.custom-radio.checked { background-position: -40px -20px; }
.custom-check.checked.focus { background-position: -60px 0; }
.custom-radio.checked.focus { background-position: -60px -20px; }

.autocomplete-suggestions{
	background-color:#fff;
	border:1px solid #2AABD2;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 6px 12px;
	max-height: 230px !important;
	height:auto;
	overflow-x: auto;
	margin-top:2px;
}

.autocomplete-suggestion{
	background-color:#fff;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 6px 12px;
	margin-bottom:3px;
	cursor:pointer;
}

.autocomplete-suggestion:hover{
	border:1px solid #2AABD2;
}

.statusTable{
	font-size:10px;
	width:100%;
}

.statusTableOrder{
	margin-top:5px;
	font-size:10px;
	width:100%;
}

.lightGreen, .lightRed{
	width:7px;
	height:7px;
	border-radius:7px;    
	margin: -5px;
}

.lightGreenOrder, .lightYellowOrder, .lightRedOrder{
	width:7px;
	height:7px;
	border-radius:7px;    
}

.lightGreen, .lightGreenOrder{
	background-color:green;
}

.lightRed, .lightRedOrder{
	background-color:red;
}

.lightYellow, .lightYellowOrder{
	background-color:orange;
}

.buttonCompany{
	width:100%;
}

.procentInput{
	border: 0px none;
	width: 52px;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	padding-left: ;
	box-shadow: unset;
	text-align: center;
}

.red, .red.green {
    background: #f6cece none repeat scroll 0 0 !important;
}

.green, .green > td {
    background: #CEF6CE !important;
}

.gP {
    background: #CEF6CE !important;
}

.fileListBox {    
	font-size: 11px !important;
    left: -208px;
    margin: 0;
    width: 300px; 
	background-color: beige;
    border: 1px solid #888;
}

.fileListBox  > li{    
	border-bottom:1px solid #ccc;
}

.fileListBox  > li > a{    
padding-left: 5px;
white-space: initial;
}

.fileListBox  > li > i{     
padding-left: 5px;
}

.tabsEmployee{
	border-bottom:3px solid #eee;
	margin-bottom:10px;
}

.tabsEmployee > li > a{
	font-size:14px;
	color:#000;
}

.tabsEmployee > .active{
	background:#5bc0de;
}

.tabsEmployee > .active a:hover{
	background:#5bc0de;
}

.tabsEmployee > .active > a{
	color:#fff;
}

.ccc{
	background:#ccc;
}

.ccc > div > b{
	font-size:16px;
}

.eee{
	background:#eee;
}

b.red{
	color:red;
	background:none !important;
}

b.green{
	color:green;
	background:none !important;
}

#checkdateDiv,#checknameDiv,#checkcodeDiv{
	color:red;
	float:right;
    text-align: right;
}

.sumTime{
	background: #cef6ce none repeat scroll 0 0 !important;
    font-size: 14px;
    font-weight: bold;
}

.timeSmall{
	width:65px;
}

.rateSmall{
	width:105px;
}

.orderPriceSmall{
	width:170px;
}

.orderPriceSmallU{
	min-width:70px;
	max-width:70px;
}

.timeBox > div.formError{
text-align:left !important;
}


#calendar {
	font-size: 14px;
	margin: 0 auto;
}

#calload {
	background:#f6cece;
	padding: 10px;
	font-size:14px;
	margin:10px;
	border-radius:5px;
}

.smallButtonRemove{    
    position: absolute;
    right: 0px;
    top: -3px;
    margin: 0px;
    padding: 0px;
}

.smallButtonRemoveDay, .smallButtonAddDay, .smallButtonCopyDay{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-left:3px;
}


.smallButtonRemove i{    
	padding:3px;
}



.smallButtonSkillErr{    
    position: absolute;
    right: 0px;
    top: -3px;
    margin: 0px;
    padding: 0px;
}

.smallButtonSkillErr i{    
	padding:3px;
}

.plwgroup{
	border-top: 4px solid red;
}

.fc-sat { background:#9acfea !important; }
.fc-sun { background:#f6cece !important;  }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #888 !important;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 5px !important;
    font-size: 18px;
    font-weight: normal;
}

.fc-toolbar h2 {
    font-size: 20px !important;
}

.fc-time{
   display : none;
}

.fc-slats, .fc-time-grid, .fc-time-grid-container{
   display : none;
}

a.fc-more {
    color:#000 !important;
}

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

.bgcalmenu{
	background:#eee;
	padding-bottom: 4px;
}

table.tableProductList {
margin:0 auto; border-collapse:separate;
}

table.tableProductList > thead {
display:block;
}
table.tableProductList > tbody {
    height:500px;
    display: block;
    overflow-y: scroll;
}

.addRequest{
	color:#999;
}

.addRequest:hover{
	color:#000;
}

.gP .addRequest{
	color:#000;
}

#menuCalculationNavigation.topMenu{
	position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
    border-bottom: 4px solid #337AB7;
    background: #eee;
    padding-top: 10px;
}

.orderInputCount{
	width:150px !important;
    float: right;
}

.input-group-addon-cal-min{
	padding:0px;
    padding-left: 5px;
    padding-top: 5px;
}

.fontProjectSum{
	font-size: 18px;
}

.form-control.form-control-danger{
	border-color:red;
}

.tooltip_a{
	cursor:pointer;
	border-bottom: 1px dashed blue !important;
}

.tooltip_a2{
	cursor:pointer;
	border-bottom: 1px dashed blue !important;
}

.tooltip_aa{
	cursor:pointer;
	padding:5px;
	color:blue;
}

.tableFiltr td{
	padding-right:3px !important;
}

.addAlertDate i.fa-plus{
	position: absolute;
    font-style: normal;
    color: #fff;
    background: red;
    padding: 2px;
    border-radius: 5px;
    font-size: 8px;
    top: -7px;
    box-shadow: 0px 0px 5px #555;
}

.btn-cal-i{
	width:20px;
	height:20px;
}

.counter{    
	background: #007bff;
    padding: 5px;
    float: right;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
	color:#fff;
}

.counter.team{
	background:#6c757d;	
}

.newEmpOptionDay{    
	display: inline-block;
    width: 70px;
    padding: 3px;
    height: 28px;
}

.clusterize-scroll {
    max-height: 200px;
    overflow: hidden;
}

.inputchangeElement{
	width: 90px !important;
}

.table-calculationreq>tbody>tr{
	display:none;
}

.analysis_tr{
	font-size:11px;
    border-bottom: 3px solid #337AB7 !important;
}

.analysis_tr_th{
	width:112px;
}

.analysis_tr_th_border{
    border-left: 3px solid #337AB7 !important;
}

.analysis_tbody{
    border-bottom: 2px solid #337AB7 !important;
}

.analysis_td_red{
    background: #ff4747;
    color: #fff;
}

.analysis_td_yellow{
	background:#fff;//#ffff98;
}

.analysis_td_green{
	background:#5aff5a;
}

.clarifyShow{
	margin-top:3px;
}

.clarify0{
	background-color: #fff;
	color:#777;
	border:1px solid #777;
}

.clarify1{
}