@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300);

html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #27353C;
	font-size: 13px;
	font-weight: 300;
	background: #FFF;
	height: 100%;
}

/* General styles */

a {
	color: #3E96E6;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #3E96E6;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #3E96E6;
	outline: none;
	text-decoration: none;
}

a:focus {
	color: #3E96E6;
	outline: none;
	text-decoration: underline;
}

.primary-link,
.primary-link:hover,
.primary-link:active,
.primary-link:focus {
	color: #27353C;
	outline: none;
	text-decoration: none;
}

.white-link,
.white-link:hover,
.white-link:active,
.white-link:focus {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

.red-link,
.red-link:hover,
.red-link:active,
.red-link:focus {
	color: #F96868;
	outline: none;
	text-decoration: none;
}

.green-link,
.green-link:hover,
.green-link:active,
.green-link:focus {
	color: #f56700;
	outline: none;
	text-decoration: none;
}

.large-text {
	font-size: 26px;
}

.big-text {
	font-size: 20px;
}

.medium-text {
	font-size: 16px;
}

.normal-text {
	font-size: 13px;
}

small {
	font-size: 11.5px;
}

strong {
	font-weight: 400;
}

.icon {
	margin: 0 4px 0 4px;
	display: inline-block;
	width: 1em;
	text-align: center;
}

.icon.small {
	font-size: 75%;
	margin: 0;
}

.icon.big {
	font-size: 52px;
	margin: 0;
}

.alert.alert-danger {
    background-color: #F96868;
	color: #FFF;
	border-radius: 4px;
	border: none;
	font-weight: 400;
}

.alert .close {
	color: #FFF;
	opacity: 0.75;
	font-size: 13px;
	font-weight: 300;
	margin-top: 2px;
}

.img-rounded {
	border-radius: 3px;
}

.green {
	color: #f56700;
}

.red {
	color: #F96868;
}

.blue {
	color: #3E96E6;
}

.yellow {
	color: #FCDC3B;
}

.bggray {
	background: #F4F6F9;
}

.dropdown-menu {
	font-size: 13px;
	-moz-box-shadow: 0 6px 3px rgba(203, 208, 217, 0);
	-webkit-box-shadow: 0 6px 3px rgba(203, 208, 217, 0);
	box-shadow: 0 6px 3px rgba(203, 208, 217, 0);
}

.dropdown-menu > li > a {
	padding: 6px 12px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #27353C;
    background-color: #F4F6F9;
}

.dropdown-menu .icon {
	opacity: 0.75;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.dropdown-header {
    padding: 6px 12px;
}

hr {
    border-color: #E4EAF5;
	margin: 20px 0 20px 0;
}

.btn {
	padding: 2.5px 10px 2.5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	outline: 0px none !important;
	font-weight: 300;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	background-image: none;
	outline: 0;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #27353C;
	background-color: #FFFFFF;
	border-color: #E4EAF5;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #FFF;
	background-color: #27353C;
	border-color: #27353C;
	border-radius: 3px;
}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green:active:hover,
.btn-green.active:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.btn-green:active.focus,
.btn-green.active.focus {
	color: #FFF;
	background-color: #f56700;
	border-color: #f56700;
	border-radius: 3px;
}

.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red:active:hover,
.btn-red.active:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.btn-red:active.focus,
.btn-red.active.focus {
	color: #FFF;
	background-color: #F96868;
	border-color: #F96868;
	border-radius: 3px;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue:active:hover,
.btn-blue.active:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.btn-blue:active.focus,
.btn-blue.active.focus {
	color: #FFF;
	background-color: #3E96E6;
	border-color: #3E96E6;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus {
	color: #27353C;
	background-color: #FCDC3B;
	border-color: #FCDC3B;
}

.btn-today,
.btn-today:hover,
.btn-today:focus,
.btn-today:active,
.btn-today.active,
.btn-today:active:hover,
.btn-today.active:hover,
.btn-today:active:focus,
.btn-today.active:focus,
.btn-today:active.focus,
.btn-today.active.focus {
	color: #FFF;
	background-color: #f56700;
	border-color: #f56700;
}

input {
	outline: 0px none !important;
}

label,
.label {
	font-weight: 300;
}

.sublabel {
	font-size: 11.5px;
}

.form-group {
	margin-bottom: 10px;
}

.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.42857143;
	color: #1C1F26;
	background-color: #ffffff;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #E4EAF5;
	border-radius: 3px;
}

.form-control:focus {
	border-color: #E4EAF5;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
    color: #1C1F26;
    background-color: #F4F6F9;
    border: 1px solid #E4EAF5;
    border-radius: 3px;
}

.form-control.textarea {
	border: 1px solid #E4EAF5;
	border-radius: 3px;
}

.form-control.textarea:focus {
	border: 1px solid #c8cdd7;
}

.form .error {
	color: #F96868;
	font-weight: 400;
	padding-top: 5px;
}

.form .submit {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 300;
}

.bootstrap-select .btn-default {
	background: #FFF;
	border-color: #E4EAF5;
	padding: 6px 12px;
}

.box {
	margin-top: 10%;
}

.box .logo  {
	margin-bottom: 20px;
}

.box .logo img {
	height: 30px;
}

.box .header {
	background: #F4F6F9;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #E4EAF5;
	border-left: 1px solid #E4EAF5;
	border-right: 1px solid #E4EAF5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.box .header .title {
	font-size: 16px;
}

.box .content {
	border-left: 1px solid #E4EAF5;
	border-right: 1px solid #E4EAF5;
	border-bottom: 1px solid #E4EAF5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 20px;
}

.badge {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
	padding: 3px 5.px;
	background-color: #F4F6F9;
	color: #27353C;
}

.badge.badge-default {
	background-color: #F4F6F9;
	color: #27353C;
}

.badge.badge-green {
	color: #238d24;
}

.badge.badge-red {
	color: #F96868;
}

.badge.badge-blue {
	color: #3E96E6;
}

.badge.badge-yellow {
	color: #FCDC3B;
}

.tile {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.tile.last-tile {
	margin-bottom: 0;
}

.tile.border {	
	border: 1px solid #E4EAF5;
}

.tile:hover {
	background: #F4F6F9;
}

.tile.no-hover:hover {
	background: transparent;
}

.tile.whitebg {
	background: #FFFFFF;
	border-radius: 3px;
}

.tile.graybg {
	background: #F4F6F9;
	border-radius: 3px;
}

.tile.greenbg {
	background: #f56700;
}

.tile.greenbg .name,
.tile.greenbg .value,
.tile.greenbg .sub-value {
	color: #FFF;
}

.tile.redbg {
	background: #F96868;
}

.tile.redbg .name,
.tile.redbg .value,
.tile.redbg .sub-value,
.tile.redbg .title {
	color: #FFF;
}

.tile.bluebg {
	background: #3E96E6;
}

.tile.bluebg .name,
.tile.bluebg .value,
.tile.bluebg .sub-value,
.tile.bluebg .title {
	color: #FFF;
}

.tile .value {
	font-weight: 400;
}

.tile .value.big {
	font-size: 16px;
	font-weight: 300;
}

.tile .sub-value {
	font-size: 11.5px;
}

.tile .title {
	border-bottom: 1px solid #E4EAF5;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	font-weight: 400;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: #27353C;
}	

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: .90;
}

.modal-content {
    border: none;
    border-radius: 3px;
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header {
	background: #27353C;
	color: #FFF;
	font-size: 16px;
	border-bottom: none;
	padding: 10px 20px 10px 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal-header.red {
	background: #F96868;
}

.modal-header.green {
	background: #f56700;
}

.modal-header.blue {
	background: #3E96E6;
}

.modal-header.yellow {
	background: #FCDC3B;
	color: #27353C;
}

.modal-header.default {
	background: #F4F6F9;
	color: #27353C;
}

.modal-header.default .close {
	color: #27353C;
}

.modal-header .close {
	color: #FFF;
	opacity: 0.75;
	font-size: 11.5px;
	font-weight: 300;
	margin-top: 5px;
}

.modal-body {
	padding: 20px;
}

.modal-body .close {
	opacity: 0.75;
	font-size: 11.5px;
	font-weight: 300;
	margin-top: 5px;
}

.modal-footer {
	border-top: 1px solid #F4F6F9;
	padding: 10px 20px 10px 20px;
}

.avatar {
	overflow: hidden;
	height: 18px;
	width: 18px;
}

.avatar img {
	object-fit: cover;
	height: 18px;
	width: 18px;
	border-radius: 100%;
}

.big-message {
	background: #F4F4F4;
	border: 1px solid #E4EAF5;
	border-radius: 3px;
	padding: 20px;
}

.big-message .title {
	font-size: 20px;
}

.big-message .message {
	font-size: 16px;
}

.big-message .link {
	font-size: 14px;
	margin: 0;
}

.nav-tabs,
.nav-tabs > li a,
.nav-tabs > li a:focus,
.nav-tabs > li a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: none;
}

.nav-tabs.nav > li > a {
	padding: 5px 10px 5px 10px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #27353C;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background: #FFFFFF;
    color: #3E96E6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #3E96E6;
}

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}