body {
    font-size: 12px;
}

#content {
    background-color: #fff;
    min-height: 550px;
}

/*logo*/
#logo.logo-text {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 2px 3px #fff;
    padding-top: 4px;
}

body.smart-style-2 #logo.logo-text {
    text-shadow: 0px 2px 3px #222;
    color: #fff;
}

#logo {
    margin-top: 8px !important;
}

#logo img {
    width: 160px !important;
    height: auto !important;
    padding-left: 3px !important;
}

#logo.logo-text, #logo.logo-text > a {
    color: #fff;
}

#logo.logo-text > a:hover {
    text-decoration: none;
}

.smart-style-3 #logo.logo-text {
    text-shadow: none;

}

body.smart-style-1 #logo.logo-text {
    text-shadow: 0px 2px 3px #222;

}

/*end logo*/
a.userdropdown:hover {
    text-decoration: none;
}

.smart-style-3 #headers {
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0); /* IE6-9 */

}

#header .navbar-collapse ul > li :hover {
    background: inherit;
}

#header .navbar-collapse ul > li > a {
    color: #fff;
}

#header .navbar-collapse ul > li > a:hover {
    color: #C5C6CA;
}

/*utility classes*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
    visibility: hidden;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

.text-center {
    text-align: center;
}

/*form*/
.form-control:focus {
    border-color: #66afe9 !important;
}

input.my-form-error, select.my-form-error, textarea.my-form-error {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.errorSummary {
    padding: 10px;
}

.errorSummary > ul {
    list-style-type: none;
    list-style: none;
}

.errorMessage {
    color: rgb(169, 68, 66);
    display: block;
}

.form-actions.default-style {
    margin-left: -13px !important;
    margin-right: -13px !important;
    margin-bottom: -13px !important;
}

.default-profile-photo {
    width: 150px;
    height: auto;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 30px !important;
}

.chosen-container, [class*="chosen-container"] {
    vertical-align: middle !important;
    width: 100% !important;
}

.chosen-choices {
    box-shadow: none !important;
}

.form-control-inline {
    display: inline !important;
    width: auto;
}

input[type="text"], input[type="password"], textarea, select {
    max-width: 100% !important;
}

form label > span.required {
    color: #A94442;
}

/*end form*/
/*grid view*/
.grid-view thead tr {
    background: linear-gradient(to bottom, #F8F8F8 0px, #ECECEC 100%) repeat-x scroll 0% 0% #F2F2F2;
}

.grid-view thead th a.sort-link {
    cursor: pointer;
    padding-right: 20px;
}

.grid-view thead th a.sort-link.asc {
    background: url('../img/sort_asc.png') no-repeat scroll right center transparent;
}

.grid-view thead th a.sort-link.desc {
    background: url('../img/sort_desc.png') no-repeat scroll right center transparent;
}

.grid-view thead th a {
    color: inherit;
}

.grid-view tbody tr.tr-selected td {
    background-color: #d9edf7 !important;
}

.grid-view td.button-column a + a {
    margin-left: 10px;
}

.grid-view .button-column {
    text-align: center;
}

.grid-view td.empty {
    text-align: center !important;
    font-size: 15px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255) !important;
    padding: 20px 0px !important;
}

.grid-view tr.bg-danger td {
    background-color: #F2DEDE !important;
}

.grid-view tr.bg-warning td {
    background-color: #FCF8E3 !important;
}

.grid-view tr.bg-success td {
    background-color: #DFF0D8 !important;
}

div.dataTables_filter {
    position: absolute;
    right: 10px;
    top: -38px;
    left: auto;
}

.ColVis {
    position: absolute;
    top: -38px;
    left: 10px;
    right: auto;
}

.grid-view .label {
    font-size: 100%;
}

.dataTables_filter .input-group {
    width: 250px !important;
}

.DTTT.btn-group {
    position: absolute;
    top: -38px;
    left: 10px;
}

/*end grid view*/
/*
 * DEMO INPUT
 */

.sadmin-options label input[type=radio].radiobox + span:before, .sadmin-options label input[type=checkbox].checkbox + span:before {
    border: 1px solid #5E5E5E;
}

.sadmin-options label:hover input[type=checkbox].checkbox + span:before {
    border-color: #E77317;
}

/*
 * DEMO
 * Demo CSS only
 */
.sadmin-options label {
    margin-bottom: 4 !important;
}

.sadmin-options .checkbox i {
    border-color: #7A7A7A;
}

.sadmin-options .radio, .sadmin-options .checkbox {
    padding-left: 22px;
}

.sadmin-options.activate {
    right: 0px !important;
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.2);
    padding: 5px 10px 10px;
}

.sadmin-options #sadmin-setting + form {
    display: none;
}

.sadmin-options.activate #sadmin-setting + form {
    display: block;
}

.sadmin-options {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 160px;
    z-index: 5;
    background: #F1DA91;
}

.sadmin-options > span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 5px 0 0 5px;
    background: #F1DA91;
    padding: 2px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.sadmin-options > span i {
    font-size: 17px;
}

.sadmin-options.activate > span i:before {
    content: "\f00d";
}

.sadmin-options.activate > span {
    left: -30px;
}

.sadmin-options > span:hover i {
    color: #333 !important;
}

.sadmin-options form section {
    margin: 0 !important;
}

.sadmin-options .btn {
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    padding: 3px 7px !important;
    height: auto !important;
}

.sadmin-options-btns > li {
    display: inline-block;
    margin-bottom: 7px;
}

.sadmin-icon-font {
    font-size: 14px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sadmin-options-icon-font:hover {
    background-color: rgba(86, 61, 124, 0.1);
    text-decoration: none;
}

.sadmin-border {
    border: 1px solid rgba(0, 0, 0, .2)
}

/*fine uploader*/
.qq-upload-button {
    width: 100% !important;
}

/*end fine uploader*/
#my_block_ui {
    color: white;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    max-height: 100px !important;
}

/*Colors*/
.dark {
    color: #333333 !important;
}

.white {
    color: #ffffff !important;
}

.red {
    color: #dd5a43 !important;
}

.light-red {
    color: #ff7777 !important;
}

.blue {
    color: #478fca !important;
}

.light-blue {
    color: #93cbf9 !important;
}

.green {
    color: #69aa46 !important;
}

.light-green {
    color: #b0d877 !important;
}

.orange {
    color: #ff892a !important;
}

.light-orange {
    color: #fcac6f !important;
}

.orange2 {
    color: #feb902 !important;
}

.purple {
    color: #a069c3 !important;
}

.pink {
    color: #c6699f !important;
}

.pink2 {
    color: #d6487e !important;
}

.brown {
    color: #a52a2a !important;
}

.grey {
    color: #777777 !important;
}

.light-grey {
    color: #bbbbbb !important;
}

/*Error unit*/
#error-unit {
    padding: 30px 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13em;
    text-align: center;
}

#error-unit i {
    color: #48A462;
}

#error-unit h1 {
    font-size: 36px;
    line-height: 42px;
}

/*End error unit*/
/*modal css*/
.content-loading {
    text-align: center;
    padding: 20px;
}

.ui-datepicker {
    z-index: 1050 !important;
}

/*end modal css*/
/*notification*/
.ajax-notifications {
    /*height: 365px;*/
    /*        height: auto;
            min-height: 200px;
            max-height: 365px;*/
}

.notification-body time {
    position: relative;
    top: auto;
    right: auto;
    font-size: inherit;
    font-weight: inherit;
    color: #999;
    white-space: normal;
}

.notification-body > li a, .notification-body > li a span {
    display: inherit;
    position: relative;
    overflow: hidden;
}

.notification-body .unread > span {
    background: none repeat scroll 0% 0% #FFFFE0;
}

.notification-body .unread span.notif-text {
    font-weight: bold;
}

/*end notification*/
/*event reminders*/
#external-events > li {
    margin: 6px 4px 6px 0px;
    display: block;
}

/*end event reminders*/
div.btn-group + div.btn-group {
    margin-left: 5px;
}

/*footer*/
.footer-links {
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    color: #999;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

/*end footer*/
#sparks li h5 {
    padding-top: 1px;
}

/*table customizations*/
.table thead tr {
    /*font-size: 12px;*/
    font-size: inherit;
    background-image: none;
    background-color: inherit;
}

/*end table customizations*/
/*theme customizations*/
.smart-style-2 .page-footer, .smart-style-3 .page-footer {
    border-top: 1px solid #CECECE;
    background-color: inherit;
}

.display-image {
    margin-top: 0px;
    margin-right: 20px;
}

.smart-style-3 .dropdown-menu {
    /* border-radius: 0px;
     border-bottom: 2px solid #ADADAD;
     background: inherit;
    */
}

/*end theme customizations*/
.ui-datepicker, .bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1050 !important;
}

/*detail view*/
table.detail-view2 th, table.detail-view2 td {
    font-size: 0.9em;
    border: 1px solid #FFF;
}

table.detail-view2 tr.even {
    /*background: none repeat scroll 0% 0% #F8F8F8;*/
}

table.detail-view2 tr.odd {
    background: none repeat scroll 0% 0% #E5F1F4;
}

table.detail-view2 th {
    text-align: right;
    width: 160px;
}

/* end detail view*/
.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 4px;
}

.report-list a {
}

.report-list .panel-body {
    height: 100px;
}

.report-list a:hover .report-name {
    color: #0e75a7
}

.report-list a > span {
    cursor: pointer;
}

.report-list:hover .panel-body {
    background-color: #f5f5f5;
}

.report-list a:hover {
    text-decoration: none;
}

.report-list a > span .report-name {
    color: #1296d6;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px
}

.report-list a > span p {
    color: #666
}

/*====================================================
Tabbable panels
====================================================== */
.tabbable-panel {
    position: relative;
    margin-bottom: 27px;
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 25px !important;
    margin-top: 5px !important;
}

.tabbable-panel > .panel-heading {
    position: relative;
    height: 52px;
    line-height: 49px;
    letter-spacing: 0.2px;
    /*color: #999;*/
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 8px;
    background: #FAFAFA none repeat scroll 0% 0%;
    border: 1px solid #E2E2E2;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tabbable-panel > .panel-heading .panel-title {
    padding-left: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tabbable-panel .panel-tabs {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tabbable-panel .panel-tabs > li {
    position: relative;
    float: left;
    margin-bottom: -1px;
}

.tabbable-panel .panel-tabs > li > a {
    color: #AAA;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding: 9px 20px 11px;
    border-radius: 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.tabbable-panel .panel-tabs.panel-tabs-border > li.active > a {
    margin-top: -1px;
    border-top: 2px solid #3498DB;
}

.tabbable-panel .panel-tabs > li.active:last-child > a {
    border-right-color: transparent;
}

.tabbable-panel .panel-tabs > li.active > a, .tabbable-panel .panel-tabs > li.active > a:hover, .tabbable-panel .panel-tabs > li.active > a:focus {
    color: #666 !important;
    border-radius: 2px 2px 0px 0px;
}

.tabbable-panel .panel-tabs > li.active > a {
    border-left-color: #DDD;
    border-right-color: #DDD;
}

.tabbable-panel .panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background: #FFF none repeat scroll 0% 0%;
}

.tabbable-panel > .panel-body {
    padding-bottom: 10px !important;
    padding: 20px !important;
    position: relative;
    padding: 15px;
    border: 1px solid #E2E2E2;
    border-top: 0px none;
}

/* end tabbable panels */
input.grid-comment {
    border: none;
}

input.grid-comment:focus {
    border: 1px solid #6af325 !important;
}
