﻿hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn.btn-split {
   height: 20pt;
}

.navbar-text {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 5px 15px 5px 15px;
   color: black !important;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
   border-top-color: #000;
   border-bottom-color: #000;
}

.menu-icon {
   vertical-align: middle;
   margin-bottom: -3px
}

.panel-heading .clickable div:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";

}
.panel-heading .clickable div.collapsed:after {
    content:"\e080";
}

.clickable {
   cursor: pointer;
}

input.form-control:read-only {
   background-color: oldlace;
}

body {
   /* padding-top: 50px;*/
   font-size: 14px;
   line-height: 1.42857143;
   padding-bottom: 20px;
   margin-bottom: 50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
   max-width: 280px;
}
*/ 

table {
   width: 100%;
}

.table th {
    background: #4475a0;
    color: white;
}

.table tr {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.table tr:nth-child(odd) {
    background: #ffebd4;
}

.terms-content {
    height: 330px;
    border: 1px solid silver;
    overflow-y: scroll;
    padding: 20px;
    margin-bottom: 15px;
}
.modal .modal-dialog { width: 800px; }

.navbar-form {
    padding-right: 10px !important;
}

.attachment-drag-drop {
     background: #ffebd4;
     padding: 20px;
     text-align: center;
}

ul.no-bullets, .no-bullets ul {
   list-style: none;
   padding-left: 0;
   padding-top: 6px;
   margin-bottom: 0;
}

.validation-summary-errors.no-bullets ul {
   color: #a94442;
}

.modal-body {
    margin: 4px;
}

.edit-packet-icon {
    font-size: 0.75em;
    cursor: pointer;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.top-banner-shim {
    height: 50px;
    background:black;
}

.top-banner {
    background: url('banner_background.png') #194570;
    height: 90px;
    color: white;
    margin-top: 0;
    padding-top: 0;
}

.top-banner .row {
   margin: 0px;
   height: 100%;
}



.header-logo {
    font-size: 3em;
}

.header-office {
    font-size: 1.6em;
    text-align: center;
}

.header-links a {
    color: white !important;
    font-size: 1em;
}

.filing-toolbar-total {
    padding: 8px;
    background: #ed9b38;
    color: black;
    border-radius: 2px;
    margin-left: 20px;
}

.filing-toolbar {
    /*line-height:60px;*/
    color: white !important;
    padding-top: 10px;
}

.filing-toolbar a {
    color: white !important;
}

.toolbar-step {
    color: black;
    background: white;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 2px;
}


.filing-table td, .filing-contact-row td {
    vertical-align: middle !important;
}

input[readonly=readonly] { background: #999; color: #444; }

.modal-loading-indicator {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    padding: 50px;
}



html {
   -ms-overflow-style: scrollbar;
}

.page {
   visibility: hidden;
}

.javascript-disabled {
   border: 1px solid #224976;
   color: #ff5500;
   padding:20px;
   margin: 20px;
   font-size: 2em;
   text-align: center;
}

/* SMALL */
#banner {
   background-color: #224976;
   background: url(Images/Banner_sm.png) repeat-x;
   color: white;
}

.banner-text{
   padding-left: 20px;
}

a.banner, a.banner:link, a.banner:visited {
   text-decoration: none;
   color: white;
   text-shadow: 2px 2px #444444;
}

.banner-county {
   font-family: 'Felipa', cursive;
   font-size: 1.1em;
   padding-top: .3em;
   padding: 20px 0 0 0;
}

.banner-title {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 2em;
   padding-top: 0;
}

.banner-sheriff-title {
   font-family: 'Oswald', sans-serif;
   font-size: 1.6em;
   text-shadow: 2px 2px 4px #000000;
   color: #eeeeee;
   text-align: left;
   width: 100%;
   vertical-align: middle;
}

.banner-civil-title {
   font-family: 'Oswald', sans-serif;
   font-size: 1.6em;
   text-shadow: 2px 2px 4px #000000;
   color: #eeeeee;
   text-align: right;
   width: 100%;
   vertical-align: middle;
}

.page-title {
   font-size: 2em;
   color: #222222;
}

h2.title {
   text-align: center;
   padding-top: 0;
   margin-top: 0;
}

.navbar.navbar-default {
   background-color: #ed9b38;
}

.footer {
   position: fixed;
   height: 50px;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: 0;
   color: white;
   background-color: #222222;
   z-index: 9999;
}

   .footer a {
      color: #cccccc;
   }

      .footer a:hover {
         color: #ffffff;
      }

      .footer a:focus {
         text-decoration: none;
      }

img.logo {
   padding: 10px 0 10px 10px;
   height: 100px;
   width: 100px;
}

.loginName {
   padding: 10px 0 0 0;
}

.navbar-submenu-wrapper > .affix {
   top: 0;
   width: 100%;
   z-index: 1000;
   background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
   background: rgba(0, 0, 0, 0.75);
   color: #fff;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border: 1px solid #000;
   border-top-color: transparent;
}

/*
.navbar-submenu-wrapper {
   min-height: 50px;
}
*/

.search-affix-wrapper {
   padding-top: 20px;
}

.search-affix-wrapper > .affix {
   padding-top: 10px;
   padding-right: 30px;
   top: 0;
   width: 100%;
   z-index: 2000;
   background-color: #e0e0e0;
}

/*
.chevron-toggleable {
}

.chevron-toggle-btn {
}

.word-wrap {
   white-space: normal;
}
*/

.do-not-display {
   display: none;
}

.th-xs {
   font-weight: bold;
}

.popover {
   max-width: 100%;
}

.vertical-align-middle {
   vertical-align: middle;
}

.col-centered {
   float: none;
   margin: 0 auto;
}

.no-padding {
   padding: 0;
}

.no-side-padding {
   padding-left: 0;
   padding-right: 0;
}

.no-top-padding {
   padding-top: 0;
}

.no-botton-padding {
   padding-bottom: 0;
}

.no-underline {
   text-decoration: none !important;
}

.no-margin {
   margin: 0;
}

.no-margin-right {
   margin-right: 0;
}

.no-margin-bottom {
   margin-bottom: 0;
}

.glyph-icon-spacer {
   margin-right: 3px;
   margin-left: 3px;
}

.glyphicons-empty-sort:after {
   content: "\2122";
   color: transparent !important;
}

.center-text {
   text-align: center;
   vertical-align: middle;
   height: 100%;
}

.navbar .logo {
   text-align: center;
   padding-top: 7px;
   padding-left: 5px;
   padding-right: 0;
}

.navbar .logo-text {
   padding-left: 15px;
}

.navbar .logo-text-mobile {
   /*padding-top: 10px;*/
   padding-left: 10px;
   /*text-align: center;*/
   font-size: .8em;
}

.search-results-xs {
   height: 100px;
   overflow: auto;
}

.waitImage {
   background: url(Images/Spinner.GIF);
   width: 50px;
   height: 50px;
   border: none;
}

.hoverDiv,
.movableDiv {
   background: #ffffff;
   /*cursor: move;*/
}

.hoverDiv:hover,
.movableDiv:hover {
   background: #ffc989;
}

.movableDiv {
   cursor: pointer;
}
/* ----------------------------------------------------------- */
/*  Case Schedule                                              */
/* ----------------------------------------------------------- */
h4.dropheader {
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   /*color: #FFCE00;*/
   color: #FFB65F;
   text-shadow: 1px 1px 1px #333;
}

.eventTypeName {
   /*color: #910000;*/
   /*color: #CE0000;*/
   /*color: #0F610B;*/
   font-size: 1em;
   font-weight: bold;
   /*font-style: italic;*/
   /*text-shadow: 1px 1px 2px #777;*/
}

.caseNumber {
   /*font-weight: bold;*/
   margin-right: 10px;
}

.caseCaption {
   font-size: 1em;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
}

h4.editEventName {
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   color: #FFB65F;
   text-shadow: 1px 1px 1px #333;
}

.kendo-form-control {
   width: 100% !important;
}
/*
.navbar-fixed-top {
   height: 120px;
}
   */

#waitDialog .modal-dialog {
   width: 350px;
}

/*sm*/
@media (min-width: 768px) {
   table {
      font-size: 12px;
      line-height: 1.42857143;
   }
}

/*md*/
@media (min-width: 992px) {
   table {
      font-size: 12px;
      line-height: 1.42857143;
   }
}

/*lg*/
@media (min-width: 1200px) {
   table {
      font-size: 14px;
      line-height: 1.42857143;
   }
}

.sortableColumn {
   min-width: 60px;
}

.defaultOfficialButton,
.defaultRoomButton {
   width: 120px;
}

.id-categoryPanel {
   margin-bottom: 10px;
}

#messageDisplayContainer {
   margin-top: 10px;
}
/*Add this to remove the kendo buttons*/
/*
.k-datepicker .k-select {
   display: none;
}
.k-datepicker .k-picker-wrap {
   padding: 0;
}

.input-group > .k-datepicker .k-input {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.k-datepicker .k-input {
   border-radius: 3px;
}
*/

/* Kendo Multi-Select colors*/
.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
   /*background-color: #ED9A38;*/
   background-color:transparent;
   color:  #ED9A38;
   font-weight: bold;
}

.k-popup .k-list .k-item > .k-group {
   /*
   background-color: #ED9A38;
   color: #000;
   */
   background-color:transparent;
   color:  #ED9A38;
   font-weight: bold;
}

.multi-dropdown-header {
  border-width: 0 0 1px 0;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
}

/*
.multi-dropdown-header > span {
  padding: 0 10px 0 10px;
}
*/

span.dropdown-header-event {
   display: inline-block;
   width: 75%;
}

span.dropdown-header-category {
  display: inline-block;
  width: 25%;
}

span.dropdown-category {
   display: inline-block;
   /*padding: 0 10px 0 10px;*/
   width: 25%;
}

span.dropdown-event {
   display: inline-block;
   /*padding: 0 10px 0 10px;*/
   width: 75%;
}

.copyright {
   text-align: center;
   margin: 5px 0 5px 0;
}

.copyright > a {
   font-size: .8em;
   color: #777;
   cursor: pointer;
   text-decoration: none;
}

.newLineFormat {
   white-space: pre-line;
}

.listEventChild {
   margin-left: 0;
}

a.roomAnchor {
   display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.officialAbsenceNotification {
   cursor: pointer;
   position:relative;
   top:30px;
   text-align:right
}

.officialAbsenceNotification .badge {
   position:relative;
   top:-5px;
   left:-15px;
}

.current-date-button {
   font-size: 1.4em;
}

.current-date-button > .glyphicons-calendar {
   padding-top:3px;
}

.current-date-button-xs {
   font-size: 1.2em;
}

.current-date-button-xs > .glyphicons-calendar {
   padding-top:2px;
}
.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.payment-editor-label {
   font-weight: bold;
   font-size: 1.2em;
   border-top: 1px solid rgb(204, 204, 204);
   padding-top: 7px;
}

.fixed-left-content, .fixed-right-content {
   position: absolute;
   width: 90px;
   height: 90px;
   top: 0;
}

.fixed-left-content {
   left: 0;
}

.fixed-right-content {
   right: 0;
}

.fixed-main-content {
   box-sizing: border-box;
   width: calc(100% - 180px);
   margin: 0 90px;
   height: 100%;
}

.fixed-main-content .col-xs-8, .fixed-main-content .col-xs-4 {
   height: 100%;
   display: flex;
   align-items: center;
}

.upside-down {
   transform: scaleY(-1);
}