﻿body { font-size: 13px; font-family: Calibri,Verdana; }

label {
    cursor: default;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
label.small {
    width: 100px;
}
label.medium {
    width: 150px;
}
label.large {
    width: 200px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    vertical-align: top;
}
a {
    color: #00759c;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #00475e;
}

a.btn {
    text-decoration:none!important;
}

span.pointer, a.pointer {
    cursor:pointer!important;
}

.whitetext{
    color:#fff!important;
}

input[type="text"] {
    /*border: 2px solid #99ccff;*/
    border-radius: 5px;
    font-family: Calibri,Verdana;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    /*width: 150px;*/
}
input.small[type="text"] {
    width: 100px;
}
input.medium[type="text"] {
    width: 150px;
}
input.large[type="text"] {
    width: 200px;
}
input[type="password"] {
   /*border: 2px solid #99ccff;*/
    border-radius: 5px;
    font-family: Calibri,Verdana;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}
input.small[type="password"] {
    width: 100px;
}
input.medium[type="password"] {
    width: 150px;
}
input.large[type="password"] {
    width: 200px;
}
.date input {
    border-radius: 5px 0 0 5px !important;
    width: 172px !important;
}
.date .add-on {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e6e6e6;
    border-color: #99ccff #99ccff #99ccff -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 2px 2px 2px medium;
}
/*input[type="submit"], button, a.button {
    background: linear-gradient(#f0f0f0, #99ccff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #99ccff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: Calibri,Verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px 1px;
}*/
input[type="submit"]:focus, button:focus {
    outline: medium none;
}
input[type="submit"]:hover, button:hover {
    /*background: none repeat scroll 0 0 #99ccff !important;
    border: 2px solid #0066ff !important;*/
}
input.small[type="submit"], button.small, a.button.small {
    width: 100px;
}
input.medium[type="submit"], button.medium, a.button.medium {
    width: 125px;
}
input.large[type="submit"], button.large, a.button.large {
    width: 150px;
}
input[type="submit"]:disabled, button:disabled {
    background: none repeat scroll 0 0 #eeeeee;
    border: 2px solid #dddddd;
    color: #cccccc;
    cursor: default;
    margin-top: 4px;
    opacity: 0.5;
    padding-bottom: 2px;
}
input[type="submit"]:disabled:hover, button:disabled:hover {
    background: none repeat scroll 0 0 #eeeeee !important;
    border: 2px solid #dddddd !important;
}
input.cancel[type="submit"], button.cancel {
    background: linear-gradient(#f0f0f0, #e6e6e6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #dddddd;
    color: #427cd8;
}
button.cancel:hover {
    background: none repeat scroll 0 0 #e6e6e6 !important;
    border-color: #99ccff !important;
    color: #000000;
}
/*input.add[type="submit"], input.save[type="submit"], 
    input.submit[type="submit"], input.logout[type="submit"], button.add, button.save, button.submit, button.logout,
    a.button  {
    background: linear-gradient(#49c136, #2dab40) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #2dab40;
    color: #ffffff;
    font-weight: bold;
}
input.add[type="submit"]:hover, input.save[type="submit"]:hover, input.submit[type="submit"]:hover, input.logout[type="submit"]:hover, 
    button.add:hover, button.save:hover, button.submit:hover, button.logout:hover,
    a.button:hover {
    background: none repeat scroll 0 0 #2dab40 !important;
    border-color: #4d994d !important;
}*/
input[type="checkbox"] {
    height: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 13px;
}

.success {
    background-color: #dff0d8;
    border: 2px solid #d6e9c6;
}
.success span, .success b {
    color: #3c763d;
}
.error {
    background-color: #f2dede;
    border: 2px solid #ebccd1;
}
.error span, .error span {
    color: #a94442;
    font-weight: bold;
}

/************************************************************************************************
 add margins    
**************************************************************************************************/
.nomargin {
    margin: 0 !important;
}
.margintop {
  margin-top: 10px;
}
.margintophalf { margin-top:5px; }
.marginbottom {
  margin-bottom: 10px !important;
}
.marginleft {
  margin-left: 10px !important;
}
.marginright {
  margin-right: 10px;
}

/****************************************************************************************************
 select override bootstrap
****************************************************************************************************/
.bootstrap-select > button {
    min-width: 213px !important;
    font-family: Calibri, Verdana;
    font-size: 13px;
    font-weight: normal;
    background: #FFFFFF !important;
    border: 2px solid #99CCFF !important;
}

.bootstrap-select > button:hover {
    border: 2px solid #99CCFF !important;
}

.bootstrap-select > button.disabled {
    background: #EBEBE4 !important;
}

.bootstrap-select .dropdown-menu {
    min-width: 213px !important;
}

.bootstrap-select > button > span:first-child {
    margin-left: -7px;
}

.bootstrap-select .font-color-grey {
    color: #999999 !important;
}

.bootstrap-select > button > .icon-arrow-down {
    margin-left: 8px;
    width: 18px;
    background: url(../images/arrow-down-blue-icon.png) no-repeat;
    z-index: 999;
}

/****************************************************************************************************
 tooltip override bootstrap
****************************************************************************************************/
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
    padding: 0px 25px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 1px 1px 7px #000000;
    -webkit-box-shadow: 1px 1px 7px #000000;
    box-shadow: 1px 1px 7px #000000;
}

.main-header { background: #fff;  color: #444;}
.main-header a { color: #444; text-align:center; margin-bottom:12px; text-decoration:none; margin-top:10px; }
.main-header .pull-right { color: #444; margin-right: 50px; margin-top:40px;}
.side-nav { background: #0099cc; min-height:800px; height:100%; }
.btn-primary { background-color: #0099cc; border-color: #00759c; }
.btn-primary:hover { background-color: #00759c; border-color: #00759c; }

#navbar { margin-left: 0; padding-right:20px; }
#navbar .nav > li { text-align: center; color: #eee; padding-top:8px; padding-bottom:8px; }
#navbar .nav > li > a { color: #eee; text-decoration:none; padding-top:5px; padding-bottom:0; }
#navbar .nav > li i { color:#eee; display:block;font-size:24px; }
#navbar .navbar-right > li { color: #eee; }
#navbar .navbar-right > li i { display:inline;font-size:14px; }
.navbar { border-radius: 0; margin-bottom:0; padding-right:100px; }

#navbar .nav a#logout{
    padding:0px!important;
}

.ui-widget-header { background:#c4e7ff; }
.inner { margin: 20px; }
.side-nav h1 { font-size: 20px; }
.side-nav h3 { font-size: 14px; }
.widget { margin-bottom: 40px; }
.widget h5 { font-size:16px; border-bottom: 1px solid #99ccff; padding-bottom:4px; }
h4.navbar-inverse { padding: 6px; font-weight: bold; color: #fff; }
.orr-data { padding-right: 20px; }
.orr-data h4 { margin-top: 0; margin-bottom: 0; }

.table-mod tr:first-child { font-weight: bold; }
.table-striped > tbody > tr:nth-of-type(2n+1) { background: #fff; }
.table-striped > tbody > tr:nth-of-type(2n) { background: #f9f9f9; }
.companycredit { margin-top: 150px; text-align:left; }
.button.small.logout { padding-top: 0 !important; margin-top:4px;}
.red { color: #f00; }
.green { color: #0e7900; }
.sidebar.widget label { color: #666; font-style:italic; font-size:11px; }
.sidebar.widget .form-group { margin-bottom: 8px; }
.sidebar.widget .form-control { height: 26px; }
.sidebar.widget textarea.form-control { height: 66px; }

a.profile{
    display:inline!important;
    padding:0!important
}

a.profile:hover{
   color: #eee!important;
   background-color:#000!important;
}

p { text-align: justify; }

#side-navigation{
    color:#fff;
}

.GridPager a, .GridPager span
{
    
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding:3px;
    margin-right:3px;
}

.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

th.sortasc a  
{
    display:block; padding:0 4px 0 15px; 
    background:url(/images/asc.gif) no-repeat;  
}

th.sortdesc a 
{
    display:block; padding:0 4px 0 15px; 
    background:url(/images/desc.gif) no-repeat;
}

/* MODAL */
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.textright{
    text-align:right;
}

.sortable li{
    cursor: move;
}

.docs-section h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 12px 0 6px;
}

@media (max-width: 992px) {
    .side-nav { min-height: initial; margin-bottom:0; }
    #side-navigation h1 { padding-top: 30px; }
    #navbar > .navbar-right { float: left !important; }
    .companycredit { margin-top: 0; padding-bottom:20px;}
}