/* ---- Gebo Admin blue theme ---- */

    .navbar-inner {
        background: #3993ba;
        background: -moz-linear-gradient(top, #3993ba 0%, #067ead 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3993ba), color-stop(100%,#067ead));
        background: -webkit-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: -o-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: -ms-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: linear-gradient(top, #3993ba 0%,#067ead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3993ba', endColorstr='#067ead',GradientType=0 );
    }
    .navbar .nav > li > a {
        color: #c1dce7;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206484 !important;
    }
    .navbar .divider-vertical {
        border-left-color:#2078A1;
        border-right-color:#3497C2;
    }
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover {
        background: #48a6d2 !important;
    }
	
    .table thead th {background-color:#ebf2f6 !important}
    .dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}

    
    


    #box-table-a
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }
    #box-table-a th
    {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #d0dafd;
        border-top: 1px solid #aabcfe;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    #box-table-a td
    {
        padding: 8px;
        background: #e8edff;
        border-bottom: 1px solid #fff;
        color: #669;
        padding-right: 0;
    }

    #box-table-a tr:hover td
    {
        background: #d0dafd;
        color: #339;
        cursor: pointer;
    }

    #box-table-a .tdHover td
    {
        background: #d0dafd;
        color: #339;
        cursor: pointer;
    }

    #box-table-a .tdNormal td
    {
        padding: 8px;
        background: #e8edff;
        border-bottom: 1px solid #fff;
        color: #669;
    }

    #box-table-a tr td
    {
        cursor: pointer;
    }

    #box-table-a .linhaDesabilitada img
    {
        cursor: pointer;
    }

    #box-table-a .linhaDesabilitada td
    {
        padding: 8px;
        background: #FFD2D2;
        border-bottom: 1px solid #fff;
        color: #669;
        padding-right: 0;
    }

    #box-table-a .linhaDesabilitada:hover td
    {
        background: #FFD2D2;
        color: #339;    
        cursor: auto;
    }

    #box-table-a .linhaAlerta td
    {
        padding: 8px;
        background: #FFFF99;
        border-bottom: 1px solid #fff;
        color: #669;
        padding-right: 0;
    }

    #box-table-a .linhaAlerta:hover td
    {
        background: #FFFF99;
        color: #339;    
    }


    .box-table-a
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

    .box-table-b
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

    .box-table-a th
    {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #d0dafd;
        border-top: 1px solid #aabcfe;
        border-bottom: 1px solid #fff;
        color: #039;
    }
    .box-table-a td
    {
        padding: 8px;
        background: #e8edff;
        border-bottom: 1px solid #fff;
        color: #669;
        padding-right: 0;
    }

    .box-table-a tr:hover td
    {
        background: #d0dafd;
        color: #339;
        cursor: pointer;
    }

    .box-table-a .tdHover td
    {
        background: #d0dafd;
        color: #339;
        cursor: pointer;
    }

    .box-table-a .tdNormal td
    {
        padding: 8px;
        background: #e8edff;
        border-bottom: 1px solid #fff;
        color: #669;
    }

    .box-table-a tr td
    {
        cursor: pointer;
    }    