﻿/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    /**   border:1px solid #ddd;*/
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 0 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}
      
/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  /*margin:  0 10px;*/
}
.footer-links li {
  display: inline;
  padding: 0 4px;
}
.footer-links li:first-child {
  padding-left: 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

tr.row_selected td {
    background-color: #05B3E8 !important;
}


.no-padding {
    padding: 0px;
}

.message-body-display {
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    height: 300px;
    width: 95%;
}

.dispaly-lable {
    margin: 5px;
    border: solid;
    border-width: thin;
    border-color: #efefef;
}

.textMessage {
    background-color: #fff;
    margin: 5px;
    width: 95%;
}

.row_checked {
    background-color: #808080;
}

.footer {
    background-color: #808080;
}

.text-underline {
    text-decoration: underline;
}

.push-down {
    margin-top: 3em;
}

.push-down-small {
    margin-top: 1em;
}




#compose-div {
    margin-top: 10px;
    padding: 5px;
}

.text-align-left {
    text-align: left !important;
}

.text-editor {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.fa-to-right {
    margin-right: 5px;
}

/*.table-striped > tbody > tr:nth-child(odd) > td ,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ff6a00;
}*/

.row_checked > td {
    background-color: #cfdee2 !important;
}

/*<!-- data table -->*/

div.dataTables_length label {
    vertical-align: middle;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    min-width: 75px;
}

div.dataTables_filter label {
    vertical-align: middle;
    width: 100%; /*added*/
    float: right;
}

div.dataTables_filter {
    margin-bottom: 5px !important;
}

div.dataTables_length {
    margin-bottom: 5px !important;
}


div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px;
    }

table.table {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        cursor: pointer;
    }

    table.table thead .sorting {
        background: url('./DataTables-1.9.4/media/images/sort_both.png') no-repeat center right;
    }

    table.table thead .sorting_asc {
        background: url('./DataTables-1.9.4/media/images/sort_asc.png') no-repeat center right;
    }

    table.table thead .sorting_desc {
        background: url('./DataTables-1.9.4/media/images/sort_desc.png') no-repeat center right;
    }

    table.table thead .sorting_asc_disabled {
        background: url('./DataTables-1.9.4/media/images/sort_asc_disabled.png') no-repeat center right;
    }

    table.table thead .sorting_desc_disabled {
        background: url('./DataTables-1.9.4/media/images/sort_desc_disabled.png') no-repeat center right;
    }

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        padding-right: 20px;
    }


table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}


    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important; /* needed only when demo_page.css is included */
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}

/*---------------------Home Page Styles-----------------------------*/
/*body {
    margin-top: 50px;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 5px 15px;
}*/

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
    display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
    float: left;
    margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
    font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
    font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
    font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
    font-size: 50px;
    margin: 0;
}

.announcement-text {
    margin: 0;
}

/* Table Headers */

table.tablesorter thead {
    cursor: pointer;
}

    table.tablesorter thead tr th:hover {
        background-color: #f5f5f5;
    }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

    /* Wrappers */

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 15px 25px;
    }

    /* Side Nav */

    .side-nav {
        margin-left: -225px;
        left: 225px;
        width: 225px;
        position: fixed;
        top: 87px; /*edited org:50px*/
        height: 100%;
        border-radius: 0;
        border: none;
        background-color: #efefef;
        overflow-y: auto;
    }

        /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

        .side-nav > li.dropdown > ul.dropdown-menu {
            position: relative;
            min-width: 225px;
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            background-color: transparent;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .side-nav > li.dropdown > ul.dropdown-menu > li > a {
                color: #999999;
                padding: 15px 15px 15px 25px;
            }

                .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
                .side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
                .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
                    color: #eff0f7;
                    background-color: #595e63;
                }

        .side-nav > li > a {
            width: 225px;
        }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #080808;
    }

    /* Nav Messages */

    .messages-dropdown .dropdown-menu {
        min-width: 300px;
    }

        .messages-dropdown .dropdown-menu li a {
            white-space: normal;
        }
}

.side-nav > li > a {
    color: #eff0f7;
}

    .side-nav > li > a:hover,
    .side-nav > li > a:focus {
        text-decoration: none;
        background-color: #595e63;
    }

/*-------------------------------Nav- bar*--------------------------------*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0075b0;
}


body {
    margin-top: 100px;
}

.nav {
    margin-top: 28px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
 border:none; 
}

.navbar-collapse {
    /* border-width: 1px; */
    background-color: #fff;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: #87B7DF;
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.navbar-header {
    background-color: #fff;
}

.navbar-item {
    text-align: left;
}

.navbar-badge {
    float: right;
}

/*///--------------------////*/
.hide-all {
    display: none;
}

.show-all {
    display: inline;
}

.nav-pills > li.active > a, .nav-pills > li.active > a {
    color: #Eff0f7;
    background-color: #595e63;
}

/*///----------Panel override bootstrap----------////*/
.panel-primary > .panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#07113a), to(#07113a));
    background-image: -webkit-linear-gradient(top, #07113a 0%, #07113a 100%);
    background-image: -moz-linear-gradient(top, #07113a 0%, #07113a 100%);
    background-image: linear-gradient(to bottom, #07113a 0%, #07113a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07113a', endColorstr='#ff07113a', GradientType=0);
}

/*//////////------------- Button Override Bootstrap--------------------//////////////////*/
/*.btn-primary {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#07113a), to(#2d6ca2));
    background-image: -webkit-linear-gradient(top, #07113a 0%, #2d6ca2 100%);
    background-image: -moz-linear-gradient(top, #07113a 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #07113a 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07113a', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/
.btn-custom {
  background-color: #2d6ca2;
  border-color: #2d6ca2;
   color: #ffffff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #275f8e;
  border-color: #22517a;
   color: #ffffff;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #2d6ca2;
  border-color: #2d6ca2;
   color: #efefef;
}



.btn-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*//////////------------- a section override------------////////////*/
a {
    color: #2d3977;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #101111;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.nav .caret {
    border-top-color: #2d3977;
    border-bottom-color: #2d3977;
}

.badge {
    background-color: #f33030;
}

/*//---------- Font Awesome icon in header override-----------//*/

.fa-header {
    color: #2d3977;
    text-decoration: none;
}
/*///--------------- Nav - Brand bootstrap override-------------//*/
.navbar-brand {
    padding-bottom: 5px;
}

/*///--------------- Login Page------------//*/
@media (min-width:768px) {
    .link-push-right {
        text-align: right;
    }

    .panel-std-offset {
        margin-left: 30px;
    }
}

.fa-fw {
    margin: 5px;
}

.panel-body {
  padding: 15px;
  background: #FeFEFe;
}

.required:after { content:" *"; color:red }

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}