﻿.login-row-color
{
    background-color: #0064a4;
}
.popup-row-color
{
    background-color: #00a6ca;
}

.page-color
{
    background-color: #f5f5f5;
}
.footer-row-color
{
    background-color: white;
}

.strip-row-color
{
    background-color: #1b3d6d;
}
.login-button-color
{
    background-color: #0064a4;
    color: white;
}

.row-login-height
{
    height : 50px;
}
.row-footer-height
{
    height : 150px;
}
.strip-login-height
{
    height : 5px;
}

.primary-action-button
{
    background-color: #00a7cb;
}
.primary-action-hover
{
    background-color: #4dc2db;
}


.column-login-left-buffer
{
    padding-left: 30px;
}
.column-login-top-buffer
{
    padding-top: 16px;
}
.column-footer-buffer
{
    margin-top: 30px;
}
.div_padding1
{
    padding-top:120px; 
    padding-left:30px;
}
.div_padding2 {
    padding-top: 0px;
    padding-left: 30px;
}
.div_padding3 {
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 430px;
}
.div_paddingL30R30
{
    padding-right:30px; 
    padding-left:30px;
}
.div_padding4
{
    padding-top:30px; 
    padding-left:30px;
}
.div_paddingl30r20
{
    padding-left:30px; 
    padding-right:20px;
}
.div_paddingl30t20
{
    padding-left:30px; 
    padding-top:20px;
}
.div_paddingl15r20
{
    padding-left:15px; 
    padding-right:20px;
}
.div_paddingt30l20
{
    padding-top:30px; 
    padding-left:20px;
}

.div_paddingt5l30
{
    padding-top:5px; 
    padding-left:30px;
}

.div_paddingt30l20R20
{
    padding-top:30px; 
    padding-left:20px;
    padding-right:20px;
}
.div_padding4_1
{
    padding-top:20px; 
    padding-left:20px;
}
.div_padding4_2
{
    padding-top:5px; 
    padding-left:20px;
}

.div_padding4_Left
{
    padding-left:20px;
}

.div_padding4_All
{
    padding-top:15px; 
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
}
.div_padding5
{
    padding-top:10px; 
    padding-bottom:10px;
}
.div_padding6
{
    padding-top:5px; 
    padding-bottom:5px;
}

.div_padding7
{
    padding-top:5px; 
    padding-bottom:5px;
}

.global-font {
    font-family:lato; 
}
.bold-white
{
    font-size:21px; 
    font-weight:bolder;
    color:white;
}

.div-title-white
{
    font-size:14px; 
    font-weight:bolder;
    color:white;
}
.regular-white
{
    font-family:lato; 
    font-size:21px; 
    font-weight:300;
    color:white;
}

.default-font
{
    font-size:14px; 
    font-weight:400;
    color:#333;
}

.default-font-next
{
    font-size:16px; 
    font-weight:400;
    color:#333;
}
.default-font-large
{
    font-size:20px; 
    font-weight:400;
    color:#333;
}
.default-font-bold
{
    font-family:lato; 
    font-size:14px; 
    font-weight:bolder;
    color:#333;
}

.default-font-black
{
    font-family:lato; 
    font-size:14px; 
    font-weight:400;
    color:black;
}
.regular-white-medium
{
    font-size:24px; 
    font-weight: 400;
    line-height: 1.4;
    color:#fff;
}

.bold-white-large
{
    font-size:40px; 
    font-weight: bolder;
    color:#fff;
}
.regular-white-large
{
    font-size:40px; 
    font-weight: 200;
    color:#fff;
}

.regular-gray
{
    font-size:14px; 
    font-weight: 400;
    color:#999;
}

.regular-gray-app
{
    font-size:20px; 
    font-weight: bolder;
    color:#999;
}

.regular-gray-large
{
    font-size:20px; 
    font-weight: 400;
    color:#999;
}

.page-title
{
    font-size:28px; 
    font-weight: 400;
    color:#333;
}

.pepper-tree-image
{
   background-image:url("peppertrees.jpg");
   background-size: 100%;
   background-repeat: no-repeat;
   background-color: #3383b6;
}




.navbar-custom {
    color: #FFFFFF;
    background-color: #CC3333;
}
.transparent
{
    background-color: transparent;
}
.greeting {
    font-family: lato;
    font-size: 14px;
    font-weight: 300;
    color:white;  
    float:right; 
    padding-top:16px; 
}
.sharp-edged {
  border-top-right-radius: 0; 
  border-top-left-radius: 0;
  border-bottom-right-radius: 0; 
  border-bottom-left-radius: 0;
}
.search-button {
    font-size: 16px;
    border: 1px solid #cccccc;
    color: white;
    background-color: #cccccc;
    padding: 5px;
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px; 
    border-bottom-left-radius: 4px;
}

/* modal box box */
.ocssa-modal-header {
    display:block;
    background: #68aac7;
    height: 16px;
    padding: 8px 10px 5px 10px;
    width: 100%-5px;
    text-align:center;
}
.ocssa-modal-body {
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}
.ocssa-modal-footer {
  padding-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: left;
  border-top: 1px solid #ddd;
}

/* new message box */
.ocssa-messagebox-padding {
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 5px;
}


.ocssa-errormessage {
    background-color: #ffd9d9;
    border-bottom: 0px;
    border-bottom-style: none;
    font-family:lato; 
    font-size:14px; 
    font-weight:400;
    color:black;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.ocssa-successbox {
    background-color:  white;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #6ab67c;;
    font-family:lato; 
    font-size:14px; 
    font-weight:400;
    color:#2d6639;
}
.ocssa-messagebox {
    padding-top: 6px;
    background-color: white;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #EE9494;
    font-family:lato; 
    font-size:14px; 
    font-weight:400;
    color:#FF0000;
}

.ocssa-customDateHeader {
    background-color:  #e8e8e8;
    height: 30px;
}
/* Custom Borders */
.allborder {
    border-style:solid;
    border-color:#ddd;
    border-width:2px;
}
.topborder {
    border-top-style:solid;
    border-top-color:#ddd;
    border-top-width:2px;
}
.left-border {
    border-left: 2px;
    border-left-style: solid;
    border-left-color: #ddd;
}
.right-border {
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #ddd;
}
.bottom-border {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}
.allborder1 {
    border-style:solid;
    border-color:#ddd;
    border-width:1px;
}
.topdownborder1 {
    border-bottom-style:solid;
    border-top-style:solid;
    border-top-color:black !important;
    border-bottom-color:black !important;
    border-bottom:1px;
    border-top:1px;
}
.topborder1 {
    border-top-style:solid;
    border-top-color:#ddd;
    border-top-width:1px;
}
.left-border1 {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #ddd;
}
.right-border1 {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #ddd;
}
.bottom-border1 {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}

.left-border4 {
    border-left: 4px;
    border-left-style: solid;
    border-left-color: #ddd;
    padding-left:20px;
}

/* Corner Radius */
.topleftradius15 {
    border-top-left-radius:15px;
}

.bottomleftradius15 {
    border-bottom-left-radius:15px;
}

.toprightradius15 {
    border-top-right-radius:15px;
}

.bottomrightradius15 {
    border-bottom-right-radius:15px;
}

.navActive {
    background-color:#3383b6 !important;
}

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.ocssa-tableheading {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #e8e8e8;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    height: 50px;
    font-size:14px; 
    font-weight: 700;
    color:#333;
}



.Bottom-gradient {
  background: -webkit-linear-gradient(bottom, white, #ccc ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, white, #ccc); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, white, #ccc); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, white, #ccc ); /* Standard syntax */
}

.error { border: 1px solid #b94a48!important; background-color: #fee!important; }

.errorLabel { color:#e03d3d; }


.error-tooltip + .tooltip > .tooltip-inner 
{
    background-color:#e03d3d; 
    color: white;
    border: 1px solid #e03d3d;
    width: 300px;    
}

    .navbar a
    {
                font-family:lato;
                font-size:14px;
                font-weight: bold;
                color:white !important;
                background-color: #0064a4;

    }
    .navbar-inverse .navbar-nav > li > a
    {
            font-family:lato;
            font-size:14px;
            font-weight: 300;
            color : white !important;
            background-color: #0064a4;

    }

    ul.nav a:hover { background-color:#3383b6 !important;}
    ul.nav a:focus { background-color:#3383b6 !important;}
    ul.nav a:active { background-color:#3383b6 !important;}
    ul.nav { background-color:#0064a4; !important; }
    /*a, u {
            text-decoration: none !important;
    }*/
    .nav a:hover .caret {
        border-top-color: white;
        border-bottom-color: white;
    }
    .nav a:active .caret{
        border-top-color: white;
        border-bottom-color: white;
    }
    .nav a:focus .caret{
        border-top-color: white;
        border-bottom-color: white;
    }

    .nav .caret {
        border-top-color: white;
        border-bottom-color: white;
    }

    .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                display: none;
                float: left;
                min-width: 160px;
                padding: 5px 0;
                margin: 2px 0 0;
                font-size: 14px;
                list-style: none;
                background-color: #0064a4;
                border: 3px solid #0064a4;
                border-radius: 4px;
                -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                background-clip: padding-box;
            }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        background-color: #3383b6;
        border-bottom-color: transparent;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #3383b6;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    table.dataTable thead th {
        background-color: #e8e8e8;
        font-family:lato;
        font-size:17px;
        font-weight:bolder;
        color:#333;
        border-bottom: 3px;
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
    }

    table.dataTable thead th.sorting:after {
        background-color: #dddddd;
        border-bottom: 3px;
        border-bottom-style: solid;
        border-bottom-color: #bbbbbb;
    }

    table.dataTable tr.odd { background-color: white; }
    table.dataTable tr.even { background-color: #fafafa; }

    table.dataTable.cell-border tbody tr  {
        border-bottom: 1px solid #ddd;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: #0064a4!important;
    }

    table.dataTable thead th {
        position: relative;
        background-image: none !important;
    }

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: none;
        font-family: FontAwesome;
    }
    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #000;
        font-size: 0.8em;
        padding-top: 0.12em;
        background-color: #dddddd;
        border-bottom:  3px solid #bbbbbb;
    }
    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
        background-color: #dddddd;
        border-bottom:  3px solid #bbbbbb;
    }
    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
        background-color: #dddddd;
        border-bottom:  3px solid #bbbbbb;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
    }

    .btn-primary {
        color: white;
        background-color: #00A5C9 !important;
        border:none;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
        color: white;
        background-color: #4DC1DA !important;
    }
    .btn-info {
        color: white;
        background-color: #00A5C9 !important;
        border:none;
    }
    .btn-info:hover, .btn-primary:focus, .button:hover,  .btn-primary:active,.btn-primary.active, .open>.dropdown-toggle.btn-primary {
        color: white;
        background-color: #4DC1DA !important;
    }

    input[type="submit"], input[type="button"], button {
        border: none;
    }
           
    button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
} 







