﻿html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #0f6178;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    margin-top: 110px;
    margin-bottom: 80px;
}

body, td, th {
    font-size: 14px;
}

.navbar {
    border-bottom: 10px solid #91d9f7;
    background-color: #0f6178;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #003c52;
    margin-top: 20px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  height: 100%;
  padding: 10px;
  width: auto;
}

.navbar-brand {
  height: 80px;
}

a {
    color: #91d9f7;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

.nav > li > a > .icon {
    width: 44px;
    height: 44px;
    /*background-color: #91d9f7;*/
    margin-bottom: 5px;
}

.nav > li > a {
  padding-top: 6px;
  padding-bottom: 5px;
  color: #91d9f7 !important;
}

.homeNav > li > a {
    padding: 10px;
    line-height: 60px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background-color: #003c52 !important;
    color: #fff !important;
}

.nav > li.active > a {
    text-decoration: none;
    background-color: #003c52 !important;
    color: #fff !important;
}

.footer > .container > .text-muted {
    margin: 20px 0px;
    color: #0f6178;
}

.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
  background-color: #003c52 !important;
  border-color: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #91d9f7 !important;
}

.contents {
    color: #333 !important;
    background-color: #e9e9e9;
    padding: 10px;
}

.contents hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.contents label.displayFor {
    text-align: left;
    font-weight: normal;
}

.contents label.displayFor a {
    color: #337ab7 !important;
}

.dataTable
{
    display: none;
}

.dataTable td
{
    color: #333 !important;
}

table.dataTable tbody tr[data-isactive="False"]
{
    background-color: #fdd4d4;
}

.dataTable td a
{
    color: #337ab7 !important;
}

table.dataTable > tbody> tr.child:hover
{
    background-color: #ffffff !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before
 {
    top: 9px;
    left: 4px;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 22px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 22px;
    content: '+';
    font-weight: bold;
    background-color: #31b131;
}

a.icon
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    text-indent: -9999px; /* hides the link text */
}

a.edit
{
    background: url(../images/edit.png) no-repeat top left;
}

a.no-edit
{
	cursor: not-allowed !important;
    background: url(../images/no-edit.png) no-repeat top left;
	
}

a.delete
{
    background: url(../images/delete.png) no-repeat top left;
}

a.details
{
    background: url(../images/details.png) no-repeat top left;
}

a.activate
{
    background: url(../images/activate.png) no-repeat top left;
}

a.deactivate
{
    background: url(../images/deactivate.png) no-repeat top left;
}

a.select
{
    background: url(../images/select.png) no-repeat top left;
}

.dt-button-collection .ui-state-active {
    background: #0f6178 !important;
    border-color: #003c52 !important;
    color: #fff !important;
}

.nopadding {
    padding: 0px;
}

.loginInfo, .dashboard {
    margin-bottom: 20px;
}

.bannerImg {
    height: 250px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
}

.banner {
    background-color: #91d9f7;
    color: #0f6178;
}

.banner ul {
    padding: 0px;
    margin: 20px 0px;
}

.banner ul li {
    font-size: 24px;
    list-style: none;
    text-align: center;
    border-right: 2px solid #003c52;
}


ul.index-menu {
    padding: 0px;
}

ul.index-menu > li {
    list-style: none;
    text-align: center;
    margin: 40px 0px;
    display: block;
}

ul.index-menu > li > a > .icon {
    width: 88px;
    height: 88px;
    margin-bottom: 5px;
}

ul.services-menu {
    padding: 0px;
}

ul.services-menu > li {
    list-style: none;
    margin: 40px 0px;
    display: block;
    color: #333;
}

ul.services-menu > li > a {
    font-size: 20px;   
    color: #333;
}

ul.services-menu > li > a:focus, ul.services-menu > li > a:hover, ul.services-menu > li > a:active {
    color: #00afef;
}

ul.services-menu > li > a > .icon {
    display: block;
    height: 90px;
    margin-bottom: 10px;
}

ul.services-menu > li > p {
    margin-top: 10px;
    font-size: 13px;
}

ul.services-menu > li > a.learnmore, a.learnmore {
    font-size: 13px;
    color: #00afef;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors ul li {
    list-style-position: inside;
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
}

#servicesLbl {
    text-align: center;
    color:white;
    margin:0;
    line-height: 250px;
}

.tab-content {
  color : white;
  background-color: #003c52;
  padding : 15px;
}

.nav-tabs, .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
}

.nav-tabs > li > a {
    cursor: pointer !important;
}

.nav-tabs > li.disabled > a {
    background-color: #1d4d5f !important;
    color: #337ab7 !important;
    cursor: not-allowed !important;
}

textarea {
    resize: vertical;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
    color: #333 !important;
}

.dependants {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #d5d4d4;
    padding: 6px 12px;
}

.dependants .control-label {
    text-align: left;
    padding-bottom: 7px;
}

.control-label a {
    color: #00f;
}

.nobold {
    font-weight: normal;
}

#ajaxWrapper, .dataTables_processing {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: none !important;
    background-color: rgba(0,0,0,.9) !important;
    z-index: 1500 !important;
    margin-left: 0 !important;
    margin-top: 0 !important; 
    padding-top: 0 !important;
}

/*.dataTables_processing {
    display: none;
    position: fixed !important;
    margin-top: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    font-size: 1.2em;
    color: black !important;
    background-color: none;
    background-color: rgba(0,0,0,.9) !important;
    z-index: 2000;
}*/

#ajaxLoading, .dataTables_loader  {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: #91d9f7 transparent;
    -webkit-animation: spin 1s linear infinite;
}

.dataTable td.child ul
{
    width: 100%;
}

.dataTable td.child 
{
    padding-left: 10px !important;
}

table.dataTable>tbody>tr.child span.dtr-title
{
    min-width: 130px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .navbar-collapse .navbar-nav {
        margin: 0px -15px;
    }
    .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: top !important;
    }
    .nav > li > a {
        padding-bottom: 10px;
    }

    .nav > li > a > .icon {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .nav > li > a > span {
        display: inline-block;
        vertical-align: top;
        margin: 12px 0px;
    }
    .homeNav > li > a {
        padding: 15px;
        line-height: 20px;
    }
    .banner ul li {
        font-size: 24px;
        list-style: none;
        text-align: center;
        border: none;
        border-bottom: 1px solid #003c52;
        padding: 5px 0px;
    }
}

@media only screen and (max-width: 991px) {
    #servicesLbl {
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .dependants .control-label {
        padding-bottom: 0px;
        margin-top: 5px;
        width: 100%;
    }
}