﻿@charset "utf-8";
/* Theme CSS DOCUMENT */

body{font-family:'Lato', sans-serif; color:#2161ab;}
a{color:#2161ab;}
a:focus, a:hover{color:#2161ab;outline:none;}
h1{color:#2161ab;}
h2{font-size:18px;}
h3{font-size:15px;font-weight:400;}
h4{font-size:12px;}
h5{font-size:14px;}
h1, h2, h3, h4, h5{line-height:1.42857;}
.b1 {
    background-color: #2161ab;
    font-size: 15px;
    padding: 6px 12px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    border-color: #2161ab;
    text-shadow: none;
    /*-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 3px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 3px rgba(255, 255, 255, 0.5);*/
    -webkit-box-shadow: 0 1px 0 rgb(255, 255, 255, 0.5), inset 0 1px 1px rgb(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgb(255, 255, 255, 0.5), inset 0 1px 1px rgb(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgb(255, 255, 255, 0.5), inset 0 1px 1px rgb(255, 255, 255, 0.5);
    min-width: 80px;
}
.b1:hover, .b1:focus{background:#fff; color:#2161ab; border:1px solid #2161ab;outline:none;}
.btn-primary{background-color: #2161ab;}
.btn-danger {background-color: #c92d39;border-color: #c92d39;color: #fff;}
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover{background-color: #fff;border-color: #c92d39; color: #c92d39;outline:none;}
.btnSmall{padding:4px 6px; font-size:13px;}
.form-control {color: #2161ab;font-size:15px; background:#fff; border-color:#2161ab;}
textarea{resize:none;}
.marginBot24{margin-bottom:24px;}
.marginBot10{margin-bottom:10px;}
.table > thead > tr > th { background:#2161ab ;border-bottom:none; border-color: #ccc;color: #fff; font-weight: 400;vertical-align: top;}
.table > thead > tr > th,  .table > tbody > tr > td {font-size: 15px;}
.pagination > li > a, .pagination > li > span{font-size:15px;}
.color-greyLight{color:#ccc;}
button:focus, .btn:focus, .btn-default:focus, .b1:focus{outline:0 !important;}
.btn-orange {background-color: #FF9325;border-color: #FF9325;color: #fff;}
.btn-orange.focus, .btn-orange:active, .btn-orange:focus, .btn-orange:hover{background-color: #fff;border-color: #FF9325; color: #FF9325;outline:none;}

.modal-backdrop.in{height:100% !important;}
