﻿.ErrorborderClass {
    border-color: red;
    border-width: 2px;
    border-style: solid;
    /** OR USE INLINE
  border: 1px solid #C1E0FF;
  **/
}
.Mendatory {
    color: Red;
}

.has-error .form-control {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.error {
    color: red !important;
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
}


.Error {
    position: static;
    background-color: #98cb00;
    color: red;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
}
.help-block {
 
    margin-top: 5px;
    margin-bottom: 2px;
    color: #737373;
}

/*----- Logo Colors -----*/
.logo_blue {
    color: #0B72B4;
}
.logo_green {
    color: #90BA52;
}
.logo {
  /*  height: 72px;*/
    width:200px;
    margin-left: 10px;
    margin-top:20px
}

.page-header {
    color: #0B72B4;
}

.btn-primary {
    background-color: #0B72B4;
}

form label {
   font-weight:100;
}

.alert-success {
    color: #57b846;
}

.navbar-default .navbar-brand {
    padding : 0px;
}

.page-header {
    margin: 10px 0 15px;
    padding-bottom: 4px;
}

.header_button {
    text-decoration: none;
    margin: 22px 0 0;
    float: right;
}

.navbar {
    min-height:75px;
    background-color:#FFF;
}

.sidebar
{
    margin-top:0px;
}

.panel-heading {
    font-weight:700;
    margin-bottom:10px;
}
.alert {
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}
.checkicon {
    font-size: 20px;
    color: green !important;
}
.deleteicon {
    font-size: 20px;
    color: red !important;
}
.ML25{
    margin-left:25px;
}

.btn-default {
    background-color:#eee;
}

.dt-grid-padding {
    padding:3px;
}

.grid-header-buttons {
   float:right; margin:25px 2px 0px 2px;
}

.ML60 {
    margin-left: 60px;
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
    font-size: 24px;
    color: #0B72B4;
}
.fa-ban:before {
    content: "\f05e";
    font-size: 24px;
    padding-left: 15px;
}

.fa-check-circle-o:before {
    content: "\f05d";
    font-size: 24px;
    padding-left: 15px;
}

.fa-eye:before {
    /*content: "\f05e";*/
    font-size: 24px;
    padding-left: 15px;
}

.activatebtn {
    color: #5cb85c !important;
}

.deactivatebtn {
    color: #d43f3a !important;
}
.MT10 {
    margin-top: 10px;
}
.MT5 {
    margin-top: 5px;
}
.MT20 {
    margin-top: 20px;
}
.fa-plus-circle:before {
    content: "\f055";
    color: #286090;
}
.fa-minus-circle:before {
    content: "\f056";
    color: #286090;
}

.navusername {
    background-color:none;
    width:150px;
    color:#bbb;
}


.navaddress {
    background-color: none;
    width: 580px;
    color: #bbb;
}

table.dataTable tbody td {
    padding: 8px 10px;
    text-align: center;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    text-align: center;
}
.MR2 {
    margin-right: 2px;
}

.ML5 {
    margin-Left: 5px;
}

.docGrid {
    text-align:left !important; 
    width:50% !important;
}

.docGridRight {
    text-align: right !important;
    width: 50% !important;
}
.textleft
{
    text-align:left !important;
}