/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


body {
    background-color: #fff;
}

.title
{
	color:#016b2d;
}

#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 0 0px;
    background-color: #fff;
}
@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 0px;
        border-left: 1px solid #e7e7e7;
    }
}
.hidden_row
{
   display:none;	
}

.donate-now {
     list-style-type:none;
     margin:0px 0 0 0;
    /* padding:0px;*/
}

.donate-now li {
     float:left;
     margin:0px 0px 0 0;
    width:80px;
    height:35px;
    position:relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label {
    background:#273e69;
	color:#fff;
}

.donate-now label {
     padding-top:8px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
	font-weight:normal;
	text-align:center;
}

.donate-now label:hover {
     background:#DDD;
}


hr.style-three {
height: 20px;
border-style: solid;
border-color: black;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style-three:before {
display: block;
content: "";
height: 20px;
margin-top: -21px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px;
}
.filter {
    padding: 2px 6px
}
.marginBottom-0 {
    margin-bottom: 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.vertical-text {
    background: #fff none repeat scroll 0% 0%;
    color: #00B8B3;
    margin-top: 25%;
    padding: 10px;
    float: left;
    border-radius: 10%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.tableBodyScroll > tbody {
    display: block;
    max-height: 165px;
    overflow-y: scroll;
}
.tableBodyScroll > thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tableBodyScroll > tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.selected_div {
    background-color: #ddd;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
}
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: 40px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.sidebar .sidebar-search {
    padding: 15px;
}
.bold {
    font-weight: bold;
}
.note {
    color: #231f20;
    font-size: 10px;
    font-family: 'Arial';
    font-style: italic;
}
.menu {
    color: #231f20;
    font-size: 14px;
    font-family: 'Arial';
}
.menu:hover {
    color: #fff;
    font-size: 14px;
}
.input_label {
    font-size: 10px;
    color: #000;
}
.small {
    font-size: 8px;
    color: red;
}
.small_menu {
    color: #231f20;
    font-size: 13px;
    font-family: 'Arial';
}
.white_print {
    color: #fff;
    font-size: 14px;
}
.new {
    color: #fff;
    font-size: 14px;
}
.new:hover {
    color: #fff;
    font-size: 14px;
}
.small_menu:hover {
    color: #fff;
    font-size: 13px;
}
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}
.table-row {
    cursor: pointer;
}
.table-row:hover {
    cursor: pointer;
}
.sactive_menu {
    /*color:#fff;
	font-size:14px;
   font-family: 'Arial';*/
    
    background-color: #ddd;
}
.sactive_menu:hover {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial';
}
.active_menu {
    color: #273e69;
    font-size: 14px;
    font-family: 'Arial';
}
.active_menu:hover {
    color: #273e69;
    font-size: 14px;
}
.hover_menu_bg {
    color: #fff;
    background-color: #DDDDDD;
}
.active_menu_bg {
    color: #fff;
    background-color: #273e69;
}
.active_menu_bg:hover {
    color: #fff;
    background-color: #273e69;
}
.menu_bg {
    color: #000;
    font-family: 'Arial';
    font-size: 14px;
}
.menu_bg:hover {
    background-color: #DDDDDD;
    color: #273e69;
}
.sidebar ul li {
    border-bottom: 1px solid #cfd1d2;
}
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
    padding-left: 15px;
    font-style: italic;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 150px;
        margin-top: 101px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.login-panel {
    margin-top: 25%;
}
.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}
.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.bcalendar
{
      background:url('../images/calendar.gif');

  background-repeat:no-repeat;
	border:none;
	cursor: pointer;
	width:24px;
	height:24px;
	background-position:0 6px;

}
.triangle {
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
.white {
    color: #fff;
}
.white:hover {
    color: #fff;
}
.purple {
    color: purple;
}
.grey {
    color: grey;
}
.brown {
    color: brown;
}
.orange {
    color: orange;
}
.blue {
    color: blue;
}
.bold {
    font-weight: bold;
}

.underline{
	text-decoration: line-through;
}
.green {
    color: green !important;
}
.lawngreen {
    color: lawngreen;
}
.canceled {
    color: red;
    text-decoration: line-through;
}
.red {
    color: red;
}
.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.title-bar {
    background-color: #999999;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 10px;
}
.ten_percent_width {
    width: 10%;
}
.dialogs {
    display: none;
}
.icon {
    cursor: pointer;
}
.fa.fa-star.small.req {
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .date-wrapper {
        margin-bottom: 10px;
    }
}
.invisible-input {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 0px;
    box-shadow: none;
    cursor: default;
}
.hidden-div {
    display: none;
}
.no-wrap {
    white-space: nowrap;
}

#buttons {
    text-align:center;
    padding-bottom:5px;
    padding-top:20px;
    clear:both;
}

#arrow_down {
    float: right;
    outline-color: transparent;
}

#addressesdiv .fixed-table-body {
    overflow: inherit;
}

#addressesdiv .chosen-container {
    width: 100% !important; 
}

.excel
{
	width:20px;
	height:24px;
	background: url("../images/libreoffice.png");
	display:inline-block;
}

/* This CSS Customization of the "Settings" dopdown menu */
#settings_menu {
   list-style: none;
   vertical-align: bottom;
   display: inline-block;
}
#settings_menu ul:after, #settings_menu ul:before {
   content: '';
   display: block;
   position: absolute;
   left: 42.5%;
   top: -10px;
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
}

#settings_menu ul:after {
   border-bottom: 10px solid white;
}

#settings_menu ul:before {
   top: -10.6px;
   border-bottom: 10px solid rgba(0, 0, 0, .15);
}

/* This CSS Customization of Input type="date" */
.date{
    font-size:12px;
}
.date::-webkit-clear-button,
.date::-webkit-inner-spin-button {
  display: none;
}
