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

* {
    outline:none !important;
    -moz-outline: none !important;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    overflow-x: hidden;
    background: #f1f1f1;
}

a {
    color: #666;
}
a:hover, a:focus {
    text-decoration: none;
    color: #28b779;
}
a:focus {
    outline: none;
}

#header {
    background-color: #1e4b9c;
    height: 60px;
    position: relative;
    z-index: 20;
}
#header h1 {
    height: 31px;
    left: 20px;
    line-height: 600px;
    overflow: hidden;
    position: relative;
    top: 16px;
    width: 191px;
}
#header h1 a {
    display: block;
}

#search {
    position: absolute;
    z-index: 25;
    top: 6px;
    right: 10px;
}
#search input[type=text] {
    padding: 4px 10px 5px;
    border: 0;
    width: 100px;
}
#search button {
    border: 0;
    margin-left: -3px;
    margin-top: -1px;
    padding: 5px 10px 4px;
}
#search button i {
    opacity: 0.8;
}
#search button:hover i, #search button:active i {
    opacity: 1;
}

.container-fluid {
    min-height: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

#sidebar {
    background-color: #2E363F;
    margin: 0;
    padding: 0;
    width: 220px;
    position: absolute;
    min-height: 100%;
    height: auto;
}

#sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 220px;
}
#sidebar > ul > li {
    display: block;
    position: relative;
}
#sidebar > ul > li > a {
    padding: 10px 0 10px 15px;
    display: block;
    color: #939da8;
}
#sidebar > ul > li.active > a {
    background: url("../img/menu-active.png") no-repeat scroll right center transparent !important;
    text-decoration: none;
}
#sidebar > ul > li > a > i {
    margin-right: 10px;
}
#sidebar > ul > li.active > a .label {
    background-color: #333;
}
#sidebar > ul > li > a:hover {
    background-color: #27a9e3;
    color: #fff;
    text-decoration: none;
}

#sidebar > ul > li > a > .label {
    margin: 0 20px 0 0;
    float: right;
    padding: 3px 5px;
    background-color: #333;
}

#sidebar > ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    background-color: #1e242b;
}
#sidebar > ul li.open ul {
    display: block;
}
#sidebar > ul li ul li a {
    padding: 10px 0 10px 25px;
    display: block;
    color: #939da8;
}
#sidebar > ul li ul li:first-child a {
    border-top: 0;
}
#sidebar > ul li ul li:last-child a {
    border-bottom: 0;
}

#content {
    background: none repeat scroll 0 0 #f1f1f1;
    margin-left: 220px;
    margin-right: 0;
    position: relative;
    min-height: 100%;
    width: auto;
}
#content-header {
    position: relative;
    width: 100%;
    margin-top: -38px;
    z-index: 20;
}
#content-header h1 {
    color: #555;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin-left: 20px;
}

#breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #e3ebed;
}
#breadcrumb a {
    padding: 8px 20px 8px 10px;
    display: inline-block;
    background-image: url('../img/breadcrumb.png');
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #666;
}
#breadcrumb a:hover {
    color: #333;
}
#breadcrumb a:last-child {
    background-image:none;
}
#breadcrumb a.current {
    font-weight: bold;
    color: #444;
}

.container-fluid .row {
    margin-left: -20px;
    margin-right: -20px;
}

.well {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 15px;
}

.btn {
    border-radius: 2px;
}

.btn-primary {
    background-color: #28b779;
    border-color: #28b779;
}
.btn-primary:hover {
    background-color: #24a46d;
    border-color: #24a46d;
}

.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow:hidden !important;
}
.widget-title, .modal-header {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.widget-title .nav-tabs {
    border-bottom: 0 none;
}
.widget-title h5 {
    color: #666;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}
.widget-content {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #CDCDCD;
}

.dataTables_wrapper {
    position: relative;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
    z-index: 1;
}
.dataTables_info {
    padding: 5px;
    color: #666;
}
.dataTables_paginate {
    float: right;
    margin: 5px;
}
.dataTables_length, .dataTables_filter {
    padding: 5px;
}

/* Dashboard Statistics */
.quick-actions_homepage {
    width:100%;
    text-align:center;
    float:left;
    margin-top:10px;
}
.quick-actions_homepage .quick-actions li {
    position:relative;
}
.quick-actions_homepage .quick-actions li .label {
    position:absolute;
    padding:5px;
    top:-10px;
    right:-5px;
}
.quick-actions li {
    padding:0;
    margin:0 3px 3px 0;
    min-width:105px;
    display:inline-block;
}
.quick-actions li {
    padding:0;
}
.quick-actions li a {
    padding:10px 30px;
    color:#fff;
    display:block;
    text-align:center;
    cursor:pointer;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
    text-transform:uppercase;
    background-color:#999;
}
.quick-actions li a:hover {
    text-decoration:none;
}
.quick-actions li a:active {
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.quick-actions li a:hover {
    background-color:#999;
}
.quick-actions li a i {
    font-size:32px;
    display:block;
}
.quick-actions-horizontal li {
    min-width:90px;
}
.quick-actions-horizontal li a {
    padding:10px 15px;
}
.quick-actions-horizontal li a i {
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center;
    background-color:transparent;
    width:16px;
    height:16px;
    display:inline-block;
    margin:-2px 0 0 !important;
    padding:0;
    vertical-align:middle;
}

.bg_lh {
    background-color:#4DA8DF;
}
.bg_ly {
    background-color:#FFEB44;
}
.bg_lg {
    background-color:#28b779;
}
.bg_lr {
    background-color:#FF5757;
}
.bg_lo {
    background-color:#FC8A58;
}
.bg_ls {
    background-color:#7B79D3;
}
.bg_lb {
    background-color:#2FAFCE;
}