/* Global Styles */

/* ------------------------------- */

body {
    background-color: #f8f8f8;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 155px;
        padding: 15px 15px 40px;
        /*     min-height: 1300px;    */
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 155px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.loginfooter {
    font-size: 11px;
    color: #666;
    position: absolute;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif !important;
    padding: 5px 0;

}

.btn-login {
    background-color: #23A8E0;
    border-color: #23A8E0;
    color: #FFFFFF;
}

a.btn{
    text-decoration:none;
}

.tbl_grid {
    overflow-x: auto;
    overflow-y: auto;
    min-height: 300px;
}

li a.btn-sm {
    padding: 3px 9px;
}

li .fa {
    margin-right: 5px;
}

.nav > li > a {
    padding: 10px;
}

.panel-heading.heading {
    font-size: 18px;
    font-family: "verdana";
    font-weight: bold;
    color: #5D7B9D;
    /*background: #5D7B9D;
*/
}

/*#side-menu{*/
    /*background: #5D7B9D ;*/
/*}*/


.chzn-container-single .chzn-single span {
    margin-right: 5px;
}

.form-group label.error {
    margin-top: 3px;
    color: #FF0000;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.input-sm
{
    width: 80px;

}
.table thead tr
{
    background-color:#acbcb1 ;
    color: #ffffff ;
    font-family: "verdana";
}
.input-flat {
     background-color: transparent;
     border: 1px solid ;
     width: 80px;
 }
.input-flat:active, .input-flat:focus {
    border: 1px solid #555;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

td a .fa-plus
{
    color:#BDD2FF !important;
}

label span.required
{
    color:#FF0000;
}
.btn-primary[disabled]
{
    background-color: transparent !important;

}
thead tr td .insert-btn{
    color: #ffffff !important;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    /*color: #555;*/
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
    vertical-align: middle;
    width: 100% !important;

}
.chosen-container-active .chosen-single{
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline: 0 none;

}

.chosen-container-single .chosen-single div {
    top: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .chosen-disabled span {
    background-color: #fff;
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.flat-grid.table-striped > tbody:nth-child(2n) > tr > td, .flat-grid.table-striped > tbody:nth-child(2n) > tr > th {
    background-color: #f9f9f9 !important;
}

.flat-grid.table-striped > tbody:nth-child(2n+1) > tr > td, .flat-grid.table-striped > tbody:nth-child(2n+1) > tr > th {
    background-color: #ffffff !important;
}

.flat-grid input, .flat-grid select, .flat-grid textarea, .flat-grid .chosen-container-single {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
.flat-grid input:active, .flat-grid input:focus, .flat-grid select:active, .flat-grid select:focus, .flat-grid textarea:active, .flat-grid textarea:focus  {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);

}
.fDecimal{

    text-align: right;
}
.flat-grid .chosen-container-single .chosen-single {
    border: 0;
    border-radius: 0px;
    padding: 2px 6px;
    background-color: transparent;
    height: 24px !important;
    width: 100%;
}
.flat-grid  .chosen-container-single .chosen-single div b {
    background: url("chosen-sprite.png") no-repeat scroll 0 -3px rgba(0, 0, 0, 0) !important;
}

.flat-grid .btn-default {
    background-color: transparent;
    border-color: #ccc;
    color: #333;
    height: 26px;
    width: 27px;
}
.flat-grid .input-group {
    width: 100%;
}
.flat-grid .input-group .input-group-btn .btn {
    padding: 0px !important;
}

.flat-grid .chosen-container-single {
    width: 100% !important;
}

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

.flat-grid .form-group {
    margin-bottom: 0px;
}

.flat-grid.table {
    max-width: none;
    width: auto;
    min-width: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}


#dataTable_filter {

}

#dataTable_filter .form-control{
    width: auto;
}

#dataTable thead td{
    background: #acbcb1;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
}

#dataTable_paginate .pagination{
    margin: 0;
    float: right;
}

#tblQuickSearch .form-control {
    width: 100%;
}

.dataTables_filter, .dataTables_paginate {
    /*float: right;*/
}

.dataTables_paginate ul {
    margin: 0 !important;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.form-grid td input {
    height: 26px;
}

#ledger {
    font-size: smaller;
}

#ledger tr td{
    padding: 5px;
}

.dataTables_wrapper .dataTables_length{
    border-top:0px;
    border-left:0px;
}

.dataTables_wrapper .dataTables_filter{
    border-top: 0px;
    border-right: 0px;
}

.dataTables_wrapper{
    border-radius: 10px;
    padding: 10px;
    border:1px solid #ebebeb;
}

.tab-content .tab-pane {
    display: none;
}
.tab-content .active {
    display: block;
}



.tabs-vertical{
    width:25%;
}

.tabs-vertical-env .tab-content{
    width:75%;
}

.foot{
    margin-top: 100px!important;
    font-size:0.8em!important;
    text-align: center;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:-20px;
    padding-bottom: 10px;
    border-top: none!important;

    color: #999;
    position: relative!important;
    bottom: 0px!important;
}

.foot a{
    color: #999;
}

#user_box{
    float:right;
    text-transform:capitalize;
}

#user_box_inner{
    float:right;
    position: absolute;
    top: 10px;
    right: 20px;
    text-transform:capitalize;
}

#user_box_inner span{
    text-transform:capitalize;
    display: inline-block;
}

.clr{
    clear:both;
}

#tagline{
    font-size:0.85em;
    padding-top:5px;
    margin-left:8px
}

.filter-content {
    right: 0;
    left: auto;
    width: 190px;
    top: 62px;
}
.dropdown-filter {
    right: 0;
    left: auto;
    width: 190px;
}

.dropdown-filter .field div {
    padding: 5px 0;
}

.dataTables_processing {
    background-color: #fdfdfd;
    position: absolute;

    left: 50%;
    width: 250px;
    height: 50px;
    margin-left: -125px;
    margin-top: 20px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.logo-env .sidebar-collapse {
    left: 0 !important;
}