@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

.color-primary-0 { color: #274FB6 }	/* Main Primary color */
.color-primary-1 { color: #4B7AEF }
.color-primary-2 { color: #4774E3 }
.color-primary-3 { color: #1B3472 }
.color-primary-4 { color: #162959 }

.color-complement-0 { color: #FFB51E }	/* Main Complement color */
.color-complement-1 { color: #FFBF3B }
.color-complement-2 { color: #FFBF3B }
.color-complement-3 { color: #AA7A19 }
.color-complement-4 { color: #846016 }



/* As RGBa codes */

.rgba-primary-0 { color: rgba( 39, 79,182,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba( 75,122,239,1) }
.rgba-primary-2 { color: rgba( 71,116,227,1) }
.rgba-primary-3 { color: rgba( 27, 52,114,1) }
.rgba-primary-4 { color: rgba( 22, 41, 89,1) }

.rgba-complement-0 { color: rgba(255,181, 30,1) }	/* Main Complement color */
.rgba-complement-1 { color: rgba(255,191, 59,1) }
.rgba-complement-2 { color: rgba(255,191, 59,1) }
.rgba-complement-3 { color: rgba(170,122, 25,1) }
.rgba-complement-4 { color: rgba(132, 96, 22,1) }

body {
	overflow-x : hidden;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.5);
	font-family: 'Open Sans', sans-serif;
}
h1, h2,h3,legend {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color : #274db6;
	padding-bottom: 0px;
}
legend {
	font-size : 15px;
	padding : 3px;
}
h1 {
	font-size : 17px;
}
h2 {
	font-size : 17px;
	color : #274db6;
}
h3 {
	font-size : 16px;
}
.page-title {

	margin-top : 38px;


}
.page-icon {
	display: inline-block;
	float : left;
	margin : 0 15px 0 25px;
	color : #274db6;
}

span.link {
	color: #23527c;
	text-decoration: underline;
	cursor: pointer;
}

a, a:link, a:active, a:visited, a:hover {
	color: #666;
	text-decoration: none;
}
#wrapper {



}
/* Header */
#header-menu {
	opacity : 1;
}

#header-menu a:link, #header-menu a:visited {
	color : #274db6;
}
#header-menu a:active, #header-menu a:active {
	color : #274db6;
}
#header-menu a:active,#header-menu a:hover {
	color : #bbb;
}
.settingsmenu {
	float : right;
	padding-top : 10px;
	margin-right: 15px;
}
.navbar-brand {
	margin-left: 0 !important;
}
#hamburger {
	display: block;
	float : right;
	margin: 13px 40px 0 0;
}

#settingconfig {

}
#hamburger span {
	background: #999;
	display: block;
	height: 3px;
	margin: 5px 0;
}

.userinfobox {
	float : right;
	padding : 15px 5px;
	display: block;
}
.container-login {
	width : 80%;
	max-width: 300px;
	padding-top : 15%;
	margin-left : auto;
	margin-right: auto;
}

.login-company-logo {
	width: 100%;
	padding-top: 50px;
}

#content{
	padding-top : 50px;
}
#homecontent {
	margin : 20px -5px 20px 20px;
}






.panel-body {
	background: #fff;
	min-height : 180px;
}
.sortables-container {
		
}
.sortable {
	padding : 5px;
	border-radius : 4px;
	border : 1px solid #f2f2f2;
}
#footer {
	position : fixed;
	bottom : 0;
	background-color: #f8f8f8;
	border : 0;
	border-top: 1px solid;
	border-color: #e7e7e7;
	width : 100%;

}
#footer .navbar-brand {
	padding: 0px;

}
.navbar-brand img {
	width  : 140px;
	padding : 12px 5px;
}
.navbar-header {
	width: 100%;
}
.navbar-right  {
	float : right !important;
}
.nav-sidebar {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	font-weight : 600;
	font-family: 'Lato', sans-serif;
}
.nav-sidebar>ul {
	padding-left: 0px;
	margin-left: 0px;
}
.nav-sidebar>ul>li {
	padding-left: 0px;
	margin-left: 0px;
}
.nav-sidebar ul {
	padding-left: 0px;
	margin-left: 0px;
}
.nav-sidebar li {
	list-style: none;
	margin-left: 25px;
}
.nav-sidebar li.active a {
	background-color: transparent;
	color : #274db6;

}
.nav-sidebar a {
	display:inline-block;
	width:100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.nav-sidebar a:hover,
.nav-sidebar a:active {
	background-color: #f2f2f2;
	text-decoration: underline;
	color : #222;
}

/* Nav Tabs */
.nav-tabs { border-bottom: 4px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #274db6 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #274db6; height: 3px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 5px 0; }
.tab-content{

}
.wrap {
	position: relative;
	margin: 0.8em 0;
	width : 100%;
}
.toolbar {
	height : auto;
	margin-left : 0;
	margin-bottom: 30px;
	margin-top: 20px;
	/*background : #e7e7e7;*/
}

.toolbar .form-inline .form-group {
	margin-right: 20px;
	margin-bottom: 10px;
}
.toolbar .form-inline .form-group:last-child {
	margin-right: 0px;
}
.toolbar input.w500 {
	width: 500px;
}
.toolbar input.m-w-500 {
	min-width: 500px;
}

.card {
	padding: 0px;
}

.card-title {
	color: #7c9eb2;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2px 1px;
	display: block;
}

.addNewCard {
	float: right;
	padding-right: 30px;
	color:  green;
}

.removeCard {
	padding: 12px;
	color: #444;
}
/* MMenu */

.mm-navbar img {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	padding: 10px;
	margin: 0 10px;
}
.mm-navbar a {
	border: 2px solid #274db6;
	border-radius: 40px;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 18px !important;
	line-height: 20px;
	width: 40px;
	height: 40px;
	padding: 10px;
	margin : 20px;
}
.mm-navbar a:hover {
	border-color: #fff;
	color: #fff !important;
}
.mm-listview {
	font-weight : normal;
	font-size: 12px;
}
.mm-listview li:last-child:after {
	content: none;
	display: none;
}
.mm-listview li:after {
	left: 20px !important;
	right: 20px !important;
}
.mm-listview a {
	text-align: left;
	font-size: 18px;
	padding: 8px 60px !important;
	font-weight: 400;
}
.mm-listview a,
.mm-listview .fa {
	color: rgba(255, 255, 255, 0.6);
}
.mm-listview a:hover,
.mm-listview a:hover .fa {
	color: #444;
}
.mm-listview .fa {
	position: absolute;
	left: 20px;
}

/* Bootstrap customizations / fixes */

.form-control {
	border-radius: 4px;
}
.tab-content {
	padding-top: 0px;
}

table.table tr.highlight td {
	background: #edf2ff;
}

div.highlight {
	background: #edf2ff;
}

.input-group-separator {
	font-weight: 700;
	border: none;
	background: none;
	font-size: inherit;
}

input.checkbox-inline {
	bottom: 10px;
}

button input.checkbox-inline {
	bottom: 6px;
}

.modal-xl {
	max-width: 90%;
	width: 80%;
}

/* Unfortnately - there is no previous selector yet :(
span.input-group-separator ~ input.form-control {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
}
*/

/* Additional styles */
.right-align {
	text-align: right;
}
.emphasis {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

table .color-cell {
	width: 65px;
}

table.table-header-nowrap thead th {
	white-space: nowrap;
}

table td.maximize-width {
	width: 50%;
}

.bold {
	font-weight: bold;
}

.centered-block {
	margin-left: auto;
	margin-right: auto;
}

.d-block {
	display: block;
}

.pa-15 {
	padding: 15px;
}
.pa-l-15 {
	padding-left: 15px;
}
.pa-r-15 {
	padding-right: 15px;
}
.pa-t-15 {
	padding-top: 15px;
}
.pa-b-15 {
	padding-bottom: 15px;
}

.pa-t-25 {
	padding-top: 25px;
}
.pa-b-25 {
	padding-bottom: 25px;
}
.pa-l-25 {
	padding-left: 25px;
}
.pa-r-25 {
	padding-right: 25px;
}

.m-t-5 {
	margin-top: 5px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-l-5 {
	margin-left: 5px;
}
.m-r-5 {
	margin-right: 5px;
}

.m-t-15 {
	margin-top: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-r-15 {
	margin-right: 15px;
}

.m-t-35 {
	margin-top: 35px;
}
.m-b-35 {
	margin-bottom: 35px;
}
.m-l-35 {
	margin-left: 35px;
}
.m-r-35 {
	margin-right: 35px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-r-50 {
	margin-right: 50px;
}

.m-t-150 {
	margin-top: 150px;
}

.inline {
	display: inline;
}

span.spacer {
	margin-left: 30px;
}

.text-suffix {
	font-style: italic;
	font-size: smaller;
	color: grey;
	text-transform: initial;
}

.text-suffix.text-danger {
	color: #b94a48;
}

a.link-primary {
	color: #274db6;
}

.modal-sub-title {
	font-size: smaller;
}

.modal-sub-title .label-inline {
	color: grey;
}

/* Due to MM-Menu ! */
.modal-backdrop.in {
	z-index: auto;
}
.modal-backdrop.fade.in:nth-child(1){
	z-index: 9999 !important;
}

/* Styling things */
.bot-left {
	position: relative;
}
.bot-left:before, .bot-left:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -3px;

}
.bot-left:before {
	top: -3px;
	width: 3px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ccc), to(transparent));
	background-image: -webkit-linear-gradient(transparent, #ccc);
	background-image: -moz-linear-gradient(transparent, #ccc);
	background-image: -o-linear-gradient(transparent, #ccc);
}
.bot-left:after {
	right: -3px;
	height: 3px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ccc), to(transparent));
	background-image: -webkit-linear-gradient(left, #ccc, transparent);
	background-image: -moz-linear-gradient(left, #ccc, transparent);
	background-image: -o-linear-gradient(left, #ccc, transparent);
}

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

button.btn-break-after {
	margin-right: 25px;
}


/* The main contentblocks, in the tabs */
.content-wrapper {
	display: block;
	height: auto;
	width : 100%;

}
.content-header {
	width : 100%;

	clear : both;
	float : left;
	display: block;
	margin-left : -13px;
	margin-right: -13px;
}
.content-content {
	padding-top : 15px;
	float : left;
	/*display: inline-flex;*/
	width: 100%;
}
/* End of The main contentblocks, in the tabs */


#CustomerSelectorModal, #WorkOrderSelectorModal, #TimehseetSelectorModal {
	top: 0;
	left : 0;
	outline: none;
	z-index: 9000;
	position: fixed;
	width: 1024px;
	height: 900px;
}



/* Media Queries */

@media (min-width: 768px) {
	.nav .navbar-nav {
		display : none;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		 margin-left: 10px;
	}
	.control-label {

		padding-left: 27px;
	}


}
@media (max-width: 767px) {
	.navbar-brand {

		height : auto;

	}
	.navbar-brand img {
			width : 60px;
		height : auto;
		margin-left : 30px;
	}
	.navbar-text {
		font-size : 10px;
		margin-left : 30px;
		float : left;
		margin-top : 10px;
	}
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}
}
/*Forms */
.textarea {
	min-height : 150px;
}
.borderlessinput {
    border : 0;
}
.form-group a.form-control {
	color: #274db6;
	border: none;
	box-shadow: none;
	padding-top: 10px;
	padding-left: 3px;
	font-size: 14px;
}
.form-group a:hover {
	text-decoration: underline;
}
/* End forms */

/* Spinner */
.loader {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #274db6; /* Blue */
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Start EasyPie */
.wrappereasypie {
	width : 100%;
	position : relative;
}
.chart {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

/*.fa, .dark {*/
	/*color : #274db6;*/
	/*z-index : 9999;*/
/*}*/

.easypielabel {
	position : absolute;
	padding : 35px 25px;
	width : 48%;

	z-index : 888;
	text-align : center;
}
	/* End EasyPie */


.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
	border: 0;
}

td.actions span.glyphicon {
	padding-right: 3px;
	padding-left: 3px;
}

