@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700|Montserrat:200,400,600&subset=latin,latin-ext&display=swap);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 150%;
	color: #333;
	background:#f2f2f2!important;
	-webkit-font-smoothing:antialiased;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;font-family: 'Roboto';
}
input {font-family: 'Roboto';}
.page-header h1,.panel-heading h3,legend,.modal-title {font-family: 'Montserrat';}
.page-header {
	vertical-align: middle;
	margin: 15px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	
	font-size: 30px;
	color: #444;
	display: inline-block;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #999999;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li:last-child a {
	color: #1e91cf;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	min-height: 0px;
	background: transparent!important;
	border-bottom: none;
	border-color:transparent!important;
	margin: 0;
	padding: 0;
	top:0;
	right:170px;
	position: absolute;
}
#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0px;
	padding: 0;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {background-color: transparent!important;}
.bkframe{width: 100%; height: 54px; position: absolute; z-index: 11;}

/* Mobile */
@media (max-width: 767px) {
.bkframe{width: 100%; height: 54px; position: relative; z-index: 11;}	
#column-left {padding-top: 0!important;}
#content{padding-top: 10px!important;}
#header {
	top:auto;
	margin-right:auto;
	right:auto;
	background: #f2f2f2!important;
	border-bottom: 1px solid #e7e7e7!important;
	position: relative;
}	
#header .nav .dropdown-menu-right{right: initial;}	
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#header .nav{float:none!important;}
#header .nav > li > a{padding: 15px 10px!important;}
}
#header #button-menu + .navbar-brand {
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	height: auto;
}
#header .nav > li > a {
padding: 15px; min-height: 50px;
	cursor: pointer;
	color: #666666;
}
.nav li a:hover { color: #3B7BEA!important; background: transparent; }
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#profile {
	display: none;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	overflow: auto;
	border-bottom: 1px solid #585858;
}
#profile div {
	float: left;
	color: #C4C4C4;
}
#profile div i {
	font-size: 42px;
	color: #2ca5d3;
}
#profile div + div {
	margin-left: 15px;
}
#profile h4 {
	margin-top: 6px;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 50px;
	height: 100%;
	position: absolute;
	padding-top: 50px;
	z-index: 10;
}
#column-left.active {
	width: 250px;
	display: block;
}
#content {
	padding-bottom: 40px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 50px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e7e7e7;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #e7e7e7;
	color: #444; background: #F2F2F2;
}
#menu > li > a:hover {
	color: #3B7BEA!important;
	background: #F9F9F9;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #3B7BEA;
	color: #9d9d9d;
	background: #F9F9F9;
}
#menu li li a:hover {
	color: #3B7BEA;
	background: #F9F9F9;
}
#menu li li a:before {
	content: "\f105";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 18px;
}
#menu li li a:hover:before {
}
#menu > li.active > a {
	color: #3B7BEA;
	background: #F9F9F9;
}
#menu li.active li a {
	color: #3B7BEA;
}
#menu li li.active > a:last-child {
	color: #5CB85C;
}
#menu li li.active a:last-child:before {
}

#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 0px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after, #column-left.active #menu > li li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 0px;
}


#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
}
#column-left.active + #content {
	margin-left: 250px;
}
#column-left.active + #content + #footer {
	margin-left: 250px;
}
}
/* Mobile */
@media(min-width:992px){.bk-kargo .col-xs-12{width: 20%; float:left}}
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 250px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 250px;
}
}
#column-left.active {
	width: 250px;
	border-right: 1px solid #e7e7e7;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
/* footer */
#footer {
	text-align: center;
	padding:10px 0px;
	font-size:12px;
}

.modal-dialog {width:80%;}
.modal-dialog label{font-weight: normal;}
.modal-dialog .col-sm-2{overflow:hidden;}

/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #444;
	border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

	color: #3B7BEA;
}
div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #2969C0;
	content: "\f059";
	margin-left: 4px;
	font-size:16px;
}
fieldset legend {
	padding-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
	content: url('../image/checkmark.png');
}

.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination {
	margin: 0;
}
/* Panels */
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
	margin-right: 2px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading h3 {
font-weight: bold; font-size: 18px; padding: 0px 0px;
	display: inline-block;
}

/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	border: 1px solid #e0e0e0; 
	border-radius:5px; 
	overflow: hidden; 
	background-color: #ffffff; 
	background: linear-gradient( 180deg , rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); 
	color: #444444;
	margin-bottom: 15px;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;box-shadow: #ccc 0 0 15px;
}

.tile a {
	color: #444444;
}
.tile-heading {
	background-color: transparent; 
	color: #e11f26; 
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 8px;
}
.tile-heading a{color: #e11f26!important;}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #444444;
	line-height: 100%;
}
.tile-body a { color: #444444;}
.tile .tile-body i {
	font-size: 36px; 
	color: #444;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #444;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 32px;
}
.tile-footer {
	padding: 5px 8px;
}
#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	margin: 15px 15px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
.alert {
	overflow: auto;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
    display: block;
    visibility: unset;
}
.collapse {
    display: none;
    visibility: unset;
}
/* Menu Fix For System -> Layout -> Banner */

/* Fix form-group margin inside the modal */
.modal-body  .form-group {
    margin: 0;
}
/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
	font-size: 14px;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
	font-size: 10.5em;
}
.panel-baslik { margin-top: 20%; text-align: center; margin-bottom: 20px; font-size: 20px; }
.login-panel { margin-top: 0!important; }
.panel-default { border-color: #ddd!important; }
.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.panel-default>.panel-heading { color: #337ab7;background-color: #f5f5f5; border-color: #ddd; }
.panel-heading { color: #337ab7; font-weight: 700; font-size: 18px; }
.login-panel .panel-title { padding: 10px 0; font-size: 20px; }
.modal-title{color: #3B7BEA;}
.btn-secondary{background-color:#EFEFEF;border-color:#ccc!important}
.btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4a9e4a!important}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#5cb85c;border-color:#4a9e4a}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236!important}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
.form-group label{line-height:200%}.login-panel .alert{padding:10px 15px;margin-bottom:15px}
.navbar-brand { color: #3B7BEA; padding: 8px 15px 10px; }
.navbar-toggle { cursor:pointer;}
.cikis { color: #d43f3a!important; }
.navbar-default { background: #F2F2F2!important; }
#content{background:#fff!important;padding-top: 60px;}
#menu .fa { line-height: 18px;width: 1.28571429em; text-align: center;  }
#content .container-fluid .breadcrumb{display:none;}
.gosterme{display:none!important;}
.fa {font-size:14px;}
.btn {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .16s;
    transition-duration: .16s;
    -webkit-transition-property: background-color,color,border-color;
    transition-property: background-color,color,border-color;
    border-radius: 4px!important;
    border: 0 solid transparent;
    border-bottom: 3px solid transparent;
}
.iconbox { transition: all 1s; text-align: center; padding: 15px; border: 1px solid #e0e0e0; border-radius:5px; }
.iconbox:hover { box-shadow: #ccc 0 0 15px;}
.iconbox p { line-height: 150%; opacity: 0.6; margin: 0; }
.iconbox i { font-size: 36px; line-height: 36px; height: 36px; margin: 0 0 15px 0; color: #e11f26; }
.iconbox h3.title{ margin: 0!important; line-height: 100%;}
.iconbox h3.title a{ font-size: 16px; font-weight: bold; color: #e11f26;}
.iconbox:hover h3.title a { color: #d50000 !important; transition: .5s; }
.iconbox hr{ margin-top: 15px; margin-bottom: 15px;}
.special-cat hr {margin: 15px 0 0 0;}
.btn-primary-bk { border: 1px dashed; border-radius: 0px !important; font-family: monospace; }
.bk-table-responsive td { width: 25%; }
.bk-popover { display: flex; }
.tooltip.fade.top.in { z-index: 1299 !important; }
.bk-popover button { margin-left: 10px; height: fit-content; }
.bold {font-weight:bold;}
.btn-primary{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-primary:hover{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-primary:focus,.btn-primary:active,.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-default{color:#333;border-color:#ccc;background-color:#f2f2f2}.btn-default:hover{color:#333;border-color:#ccc;background-color:#f2f2f2}.btn-default:focus,.btn-default:active,.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus{color:#333;border-color:#ccc;background-color:#ddd}.btn-sea{color:#fff;border-color:#1abc9c;background-color:#1abc9c}.btn-sea:hover{color:#fff;border-color:#18ad90;background-color:#18ad90}.btn-sea:focus,.btn-sea:active,.btn-sea.active,.open .dropdown-toggle.btn-sea{color:#fff;border-color:#169e83;background-color:#169e83}.btn-blue{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-blue:hover{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-blue:focus,.btn-blue:active,.btn-blue.active,.open .dropdown-toggle.btn-blue{color:#fff;border-color:#168AE9;background-color:#3899ec}.btn-danger{color:#fff;border-color:#B00012;background-color:#E10015}.btn-danger:hover{color:#fff;border-color:#B00012;background-color:#E10015!important}.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;border-color:#B00012;background-color:#E10015!important}.btn-orange{color:#fff;border-color:#E61700;background-color:#FF4530}.btn-orange:hover{color:#fff;border-color:#E61700;background-color:#FF4530!important}.btn-orange:focus,.btn-orange:active,.btn-orange.active,.open .dropdown-toggle.btn-orange{color:#fff;border-color:#E61700;background-color:#FF4530!important}.btn-green{color:#fff;border-color:#629D31;background-color:#5CB85C}.btn-green:hover{color:#fff;border-color:#629D31;background-color:#5CB85C!important}.btn-green:focus,.btn-green:active,.btn-green.active,.open .dropdown-toggle.btn-green{color:#fff;border-color:#629D31;background-color:#5CB85C!important}.color-yellow{color:#f1c40f}.color-red{color:#ff0000}.color-orange{color:#e5282f}.color-blue{color:#4584C4}.color-green{color:#5FBC57}.btn-yellow{color:#fff;border-color:#f1c40f;background-color:#f1c40f}.btn-yellow:hover{color:#fff;border-color:#e2b70d;background-color:#e2b70d}.btn-yellow:focus,.btn-yellow:active,.btn-yellow.active,.open .dropdown-toggle.btn-yellow{color:#fff;border-color:#d2aa0c;background-color:#d2aa0c}.btn-grey{color:#fff;border-color:#95a5a6;background-color:#95a5a6}.btn-grey:hover{color:#fff;border-color:#8c9d9e;background-color:#8c9d9e}.btn-grey:focus,.btn-grey:active,.btn-grey.active,.open .dropdown-toggle.btn-grey{color:#fff;border-color:#839596;background-color:#839596}
.table-bordered {border:none;}
.table-bordered td{border-bottom:1px solid #ddd!important; border-left:none!important; border-right:none!important;}
.table-bordered thead{border-bottom:2px solid #ddd!important;}
.form-group .control-label{width:100%;text-align:left; margin-bottom: 5px;}
.form-group .col-sm-10{width:100%;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.text-center{text-align:center;}
.markaliheader{width:100%; background: #fff; border-bottom:3px solid #F2F2F2; height:50px; position: absolute; z-index:99;}
.markali{ position: absolute; z-index:99;}
.markabody #header{ right:0;}
.img-thumbnail {max-width:100px;}
.img-thumbnail img{max-width:100%;}
.lightboximage {height:200px;}
.bk-card { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #eee; border-left-width: .25rem; border-radius: .25rem; border-left-color: #5CB85C; }
.bk-card-header { padding-bottom: 0.5em; margin-bottom: 0; border-bottom: 1px solid rgba(0,0,0,.125); color: #5CB85C; font-weight: bold; font-size: 2em; }
.bk-card-header .fa { font-size: 1em; padding-right: 5px; }
.bk-card-body { -webkit-box-flex: 1; flex: 1 1 auto; padding-top: 1.25rem; }
.mpzero{margin-right: 0px; margin-left: 0px; padding: 0px;}