/*anchor*/
a {
    color: #32323A;
}

a:hover {
    color: #222227;
}

/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color:#eff2f7 ;
    font-size: 15px; color:#aa0907;
    font-weight: 600;
    background: #fafafa;
    text-transform: uppercase;
    padding:0 15px 0 30px;
	display:table;
	z-index:999;
	width:100%;
	text-align:left;
}




.span-height {padding:10px;}

.apply-leave {
   background-image: -o-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: linear-gradient(to bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
-webkit-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
    color: #FFFFFF; padding:5px 10px; border-radius:5px; text-align:center; font-size:14px;
}

.apply-leave:hover, .apply-leave:focus, .apply-leave:active, .apply-leave.active, .open .dropdown-toggle.apply-leave {
   background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.43, rgb(0, 144, 201)),
	color-stop(1, rgb(1, 70, 122))
);
background-image: -o-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: linear-gradient(to bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
 color: #FFFFFF;  padding:5px 10px; border-radius:5px; text-align:center; font-size:14px; }




.table thead th{ font-weight:600; color:#111; z-index:888;}
.panel-title {
    color: #32323A;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.panel-primary .tools a {
    color: #fff;
}


/*label*/

.label {
    padding: 0.5em 0.8em;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #59ace2;
}

.label-success {
    background-color: #A9D86E;
}

.label-info {
    background-color: #8175c7;
}

.label-warning {
    background-color: #FCB322;
}

.label-danger {
    background-color: #FF6C60;
}

.label-inverse {
    background-color: #344860;
}

/*text color*/

.text-danger {
    color: #FF6C60;
}

.text-muted {
    color: #a1a1a1;
}

.text-primary {
    color: #59ace2;
}

.text-warning {
    color: #FCB322;
}

.text-success {
    color: #A9D86E;
}

.text-info {
    color: #8175c7;
}

/*modal*/

.modal-content {
    box-shadow: none;
    border: none;
}

.modal-header {
    background: #FAFAFA;
    color: #333;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    /*border-bottom: none;*/
}

.modal-header .close {
    margin-top: 0;
}

/*text input*/

.form-control {
    border: 1px solid #e2e2e4;
    box-shadow: none;
    /*color: #c2c2c2;*/
}


.form-control:focus, #focusedInput {
    border: 1px solid #00A8B3;
    box-shadow: none;
}

.form-horizontal .control-label {
    font-weight: 300;
    font-size: 14px;
}

input, textarea, select, button {
    outline: none !important;
}

/*list*/

ul {
    padding-left: 0;
}

/*button*/

.btn-default {
    background-color: #c7cbd6;
    border-color: #c7cbd6;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

.btn-primary {
   background-image: -o-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
background-image: linear-gradient(to bottom, rgb(0, 169, 236) 0%, rgb(0, 97, 176) 100%);
-webkit-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.4);
    color: #FFFFFF; cursor:pointer; font-size:12px; font-weight:normal; text-align:center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
   background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.43, rgb(0, 144, 201)),
	color-stop(1, rgb(1, 70, 122))
);
background-image: -o-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
background-image: linear-gradient(to bottom, rgb(0, 144, 201) 43%, rgb(1, 70, 122) 100%);
 color: #FFFFFF; /*font-weight:bold;*/ cursor:pointer; font-size:12px; text-align:center;}

.btn-primary2 {
 background-image: -webkit-gradient(	linear,	left top, left bottom, color-stop(0, rgb(209, 211, 212)), color-stop(1, rgb(241, 242, 242)));
	background-image: -webkit-gradient(	linear,	left top, left bottom, color-stop(0, rgb(209, 211, 212)), color-stop(1, rgb(188, 190, 192)));
background-image: -o-linear-gradient(bottom, rgb(209, 211, 212) 0%, rgb(188, 190, 192) 100%);
background-image: -moz-linear-gradient(bottom, rgb(209, 211, 212) 0%, rgb(188, 190, 192) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(209, 211, 212) 0%, rgb(188, 190, 192) 100%);
background-image: -ms-linear-gradient(bottom, rgb(209, 211, 212) 0%, rgb(188, 190, 192) 100%);
background-image: linear-gradient(to bottom, rgb(209, 211, 212) 0%, rgb(188, 190, 192) 100%);

    color: #FFFFFF; cursor:pointer; font-size:12px; font-weight:bold; text-align:center;
}

.btn-primary2:hover{ color:#fff; font-weight:bold; cursor: pointer;}

.btn-success {
    background-color: #95b75d;
    border-color: #95b75d;
    color: #FFFFFF;
	/*margin-left: 15px;*/
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #88a755;
    border-color: #88a755;
    color: #FFFFFF;
}

.btn-info {
    background-color: #57c8f1;
    border-color: #57c8f1;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #53bee6;
    border-color: #53BEE6;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #f3c022;
    border-color: #f3c022;
    color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #e4ba00;
    border-color: #e4ba00;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #fa8564;
    border-color: #fa8564;
    color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #FFFFFF;
}


.btn-white {
    box-shadow: none !important;
}

/*Rounded Button*/

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}


/*dropdown shadow*/

.btn-group.open .dropdown-toggle, .btn-white.active, .btn:active, .btn.active {
    box-shadow: none;
}

/*dropdown select bg*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #474752;
    color: #FFFFFF;
    text-decoration: none;
}

/*split dropdown btn*/

.btn-white {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: rgba(150, 160, 180, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/

.breadcrumb {
    background-color: #fff;
}


/*tab*/

.nav-tabs > li > a {
    margin-right: 1px;
}

/*collapse*/

.panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #797979;
}

/*nav inverse*/

.navbar-inverse {
    background-color: #32323A;
    border-color: #32323A;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #474752;
}

.navbar-inverse .navbar-nav > li a:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

/*nav justified*/

.nav-justified {
    width: auto !important;
}

.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #00A8B3;
    border-color: #00A8B3;
    color: #FFFFFF;
    z-index: 2;
}

.list-group-item-heading {
    font-weight: 300;
}

/*progress*/

.progress {
    box-shadow: none;
    background: #f0f2f7;
}

/*alert*/

.alert-success, .alert-danger, .alert-info, .alert-warning {
    border: none;
}

/*table*/

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 10px; text-align:center; vertical-align: middle;
}

/*pagination*/

.pagination > li > a, .pagination > li > span {
    background-color: #EFF2F7;
    border: 1px solid #EFF2F7;
    float: left;
    line-height: 1.42857;
    margin-left: 1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #2eb4ad;
    color: #fff;
}


/*--*/

.has-success .form-control:focus, .has-error .form-control:focus, .has-warning .form-control:focus {
    box-shadow: none;
	
}

.panel-group .panel + .panel {
    margin-top: 1px;
}

.progress {
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.progress-bar {
    box-shadow: none;
}
.dataTables_length {float:left;}