
.top-bar .top-bar-left {
  text-align: left;
  padding-left: 15px;
}
/* line 18, ../../sass/partials/_top-bar.scss */
.top-bar .top-bar-left .btn-link {
  color: #ddd;
  display: inline-block;
  float: left;
}
/* line 21, ../../sass/partials/_top-bar.scss */
.top-bar .top-bar-left .btn-link:hover {
  color: #fff;
}
ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

.checkbox label {
    /*padding-left: 0px;*/
    padding-right: 20px;
}
label.fancy-checkbox.right-align {
    padding-left: 0px;
}

.fancy-checkbox input[type=checkbox] + span {
    padding-left: 5px;
}

.form-horizontal .checkbox {
    margin-bottom: 15px;
}

.actions {
    text-align:right;
}


/* bunch up the UI to make more fit on the screen */
.form-group {
    margin-bottom: 10px;
}
body {
    font-size: 12px;
}
.form-control {
    height: 30px;
    font-size: 12px;
    padding: 4px 10px;
}

.breadcrumb, .breadcrumb a {
    font-size: 14px;
}

.search-form {
    margin-right: 25px;
}

.form-horizontal .checkbox {
    margin-bottom: 5px;
}

.dropzone {
    height: 240px;
    min-height: 240px;
}
.dropzone .dz-message {
    font-size: 24px;
}

.pagination > li > a, .pagination > li > span {
	float: none;
	padding: 5px;
}

.widget .widget-content {
	padding: 10px;
}

.form-horizontal .form-group  {
	margin-left: -4px;
	margin-right: -4px;
}

a {
	cursor: pointer;
}

.tickbox {
    border: 1px solid #333;
    height: 12px;
    width: 12px;
}

.modal-wide .modal-dialog {
	width: 80%;
}

.rofedatepicker {
	margin-bottom: -12px;
	padding-left: 12px;
	padding-top: 12px;
}

.rofedatesubmit {
	margin-top: 12px;
}

.day-datetime,
.month-datetime,
.year-datetime,
.hour-datetime,
.minute-datetime {
  width: 60px;
}

.eventdatetime > div.row {
	margin-left: 2px;
}

.datetimelabel {
	margin-left: -5px;
}

table.table.table-striped tr.inactive_account td {
	background-color: lightgrey;
}

.bootstrap-touchspin {
	max-width: 120px;
}

.eventInviteTable {
	margin-bottom: 0px;
}

.margin8 {
	margin-left: 8px;
}

.nowrap {
	white-space: nowrap;
}

.move {
	cursor: move;
}

.margin16 {
	margin-left: 16px !important;
}

.btnClear {
	padding-left: 15px;
	padding-top: 15px;
}

.mrgBtm8 {
	margin-bottom: 8px;
}

.nav > li > a {
	padding: 10px;
}

.widget-title {
	font-weight: bold;
}
.btn-xxs,
.btn-group-xxs > .btn {
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1.0;
  border-radius: 2px;
}
.error {
   border-color: #a94442;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   color: #a94442;
}
.nav.nav-tabs-custom-colored > li.danger > a, 
.nav.nav-tabs-custom-colored > li.danger > a:hover, 
.nav.nav-tabs-custom-colored > li.danger {
	background-color: #db3833;
	border-color: #db3833;
	color: #fff;


}

li.danger{
    margin-left:20px;

}
.push30 {
	padding-left: 30px !important;
}
.narrowSelector {
	max-width: 12%;
	display: inline;
}

.chosen-container {font-size:12px; max-width: 100%;}



@media print {
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow-y: auto !important;
    }
    
    .modal-content{
        border:none;
        
    }
}








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






.carousel-inner{
    
    background: #666;
    
}

.commentsCarouselItem {

    margin-left: 90px;
    margin-top: 22px;
    min-height: 150px;
    margin-bottom: 50px;
    height:350px
        
}
.commentsCarouselItem a {
    
    font-size:20px;
    color:#fff;

}

.commentsCarouselItem p {
    
    font-size:11px;
    color:#fff;
    //margin-right: 80px;

}

.carousel-control {
    width: 70px;
    background: #666;
}


.carousel-indicators{
    
    left: 200px;
}

.carousel-indicators li{
    
    width: 43px;
    border-radius: 0px;   
    background: #aaa;
    height: 8px;
    border: 0px;
    margin: 0px 3px;
}

.carousel-indicators .active {
    
    width: 43px;
     height: 8px;
    border: none;
     margin: 0px 3px;
    
}

@media print {
    .googleChart rect {
        fill: #fff;
    }
    
    
    a[href]:after {
        content: "";
    }
    
    .modal-open {
          overflow: initial!important;
    }  

    .modal,  .modal-dialog{
    
        overflow-y: visible!important;
        position: relative!important;
        
    }
    
    
    
}
    
    



select.form-control {
    
    padding-right: 25px;
    
    
}


button.close {
    
    padding-right: 10px!important;
    padding-top: 10px!important;
    
}

pre {
    white-space: pre-line;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    //word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-word;
    font-family: inherit;
}

.dropdown-item {
    padding:10px;

}

.badge {
    padding:6px;
    color: #fff;
    font-size:10px;
    margin-bottom: 6px;
}

.btn {
    color: #fff!important;
}

.top-bar {
    padding: 0px;
}
.modal-header {
    display:block!important;
}

textarea.form-control{
    height:80px;
}


.btn {
    font-size: 14px!important;
}
.btn-sm {
    font-size: 12px!important;
}

.datepicker th, .datepicker td {
    font-size: 13px!important;
    font-weight: bold;
}


select.form-control:not([size]):not([multiple]) {
    height: 30px!important;
}

.nav-link {
    font-size: 14px!important;
}

.search-form {
    margin-bottom: 5px;
}
.search-form .form-group{
    margin-right: 5px;

}
.search-form .form-group label{
    margin-right: 5px;

}

.navbar-dark .navbar-nav .nav-link {
    color:#fff;
}

.bg-dark{
    padding: 0px 17px;
}

.top-bar {
    background: #fff;
}

.top-bar .logo {
    position: relative;
    top: 0px;
    left: 20px;
    margin-bottom:10px;

}

.top-bar .logo img {
    width:120px;
}


.mr-auto, .mx-auto {
    margin-right: 27px!important;
}

.breadcrumb {
    padding:0px;
    margin-bottom: 0xp;
}


label#date-error {
    display: block;
    width: 100%;
}

label#enddate-error {
    display: block;
    width: 100%;
}