*{
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
}

* a {
   text-decoration: none;
   font-weight: bold;
   color: black;
}

@media screen {
   .print_only {
      display: none;
   }
}

@media print {

   a:link:after, a:visited:after {
      content: "";
   }

   #home_subpoenas * {
      font-size: 10px!important;
   }

   .submenu, .archive, .print_hide, .top_info {
      display: none;
   }

   .footer * {
      font-size: 10px!important;
   }

   .print_only {
      display: block;
   }
/*    .settings_box.row.inner {
margin-left: -10px!important;
margin-right: : -10px!important;
}*/

.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%!important; float:left!important;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
}

@media (max-width:500px) {
   .custom-input-group.input-group .input-group-btn {
      width:99%;
      display:block;
      margin-bottom:5px;
   }
   .custom-input-group.input-group .input-group-btn .btn {
      width: 34%;
   }
   .custom-input-group.input-group .input-group-btn .btn:last-child {
      border-radius:0 4px 4px 0
   }
   .custom-input-group {
      display: block
   }
   .custom-input-group.input-group  .input-group-addon {
      clear: both;
      display: block;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
   }
   .custom-input-group.input-group .input-group-addon + .form-control {
      border-radius: 4px;
      margin-bottom: 5px;
   }

   .wrap-addon {
      white-space: normal;
   }

   .less-width {
      display: block;
   }

   .full-width {
      display: none;
   }

   .subpoena-detail {
      text-align: left;
   }

   .detail-input {
      width: 100%;
   }
}

@media (min-width:501px) {
   .less-width {
      display: none;
   }

   .full-width {
      display: block;
   }

   .subpoena-detail {
      text-align: right;
   }

   .detail-input {
      width: 50%;
   }
}

body {
   overflow-x: hidden !important;
}
.container {
   max-width: 100% !important;
   overflow-x: hidden !important;
}

.outer {
   padding:10px;
   margin-top:10px;
   margin-bottom: 10px;
   /*border:1px solid black;*/
   -webkit-border-radius: 10px;
   /*border-radius: 10px;*/
}

.landingheader {
   padding: 10px;
   background-color: #151515;
}

.alert {
   background-color:#fbedc0;
   padding: 10px;
   border:1px solid #efe0b6;
   margin-bottom:5px;
}

.medium-input {
   width: 50%;
}

.medium-area {
   min-width: 50%;
   max-width: 50%;
}

.modal-text-area {
   min-height: 250px;
   min-width: 100%;
   max-width: 100%;
}

.gapper-small {
   height: 10px;
}

.gapper-medium {
   height: 20px;
}

.gapper-large {
   height: 50px;
}

.top_menu p {
   color: #ffffff;
   text-align: right;
   font-size: 12px;
}

.top_menu a {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
}

.nav-menu {
   float: right;
   font-size: 12px;
}

.nav-menu a {
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   text-align: right;
   color: black;
}

.settings_box{
   padding:10px;
   background-color:#edeff4;
   border:1px solid #d8dfea;
   margin-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.settings_small {
   height: 150px;
   overflow: scroll;
}

.settings_medium {
   height: 280px;
   overflow: scroll;
}

.subpoena_details {
   padding-left: 30px;
}

.nav_back {
   text-align: center;
   padding-bottom: 10px;
}

.reject_reason {
   max-width: 50%;
   min-width: 50%;
}

.footer {
   background-color: black;
   color: #29A9E1;
   padding-right: 20px;
   padding-left: 20px;
}

.footer a {
   text-decoration: none;
   color: #29A9E1;
   font-weight: bold;
}

.footer p {
   padding-top: 20px;
   font-size: 12px;
   color: #29A9E1;
}

.footer .comp_name {
   text-align: center;
}

.footer .terms {
   text-align: right;
}

.accepted {
   color:green;
}

.rejected {
   color:red;
}

.schedule-conflict {
   color:orange;
}

.results_page {
   border:1px solid #29a9e1;
   padding:5px;
   margin-right:5px;
   display:inline-block;
}

.results_page:hover{
   background-color:black;
   color:#29a9e1;
}

.selected {
   border: none;
   background-color:black;
   color:#29a9e1;
   padding: 5px;
}

.subpoena_table td {
   font-size: 11px;
}

#home_subpoenas thead tr:nth-child(odd) {
   cursor: pointer;
}

#home_subpoenas thead tr .header {
   background-image: url("../images/bg.gif");
   background-position: right center;
   background-repeat: no-repeat;
}

#home_subpoenas thead tr .headerSortUp {
   background-image: url("../images/asc.gif");
   background-position: right center;
   background-repeat: no-repeat;
}
#home_subpoenas thead tr .headerSortDown {
   background-image: url("../images/desc.gif");
   background-position: right center;
   background-repeat: no-repeat;
}

.left-inner-addon {
   position: relative;
}

.left-inner-addon input {
   padding-left: 30px;
}

.left-inner-addon i {
   position: absolute;
   padding: 10px 12px;
   pointer-events: none;
}

.summary-pane {
   height: 300px!important;
   overflow: scroll;
}

.tos_center {
   text-align: center;
}

.row.landingheader .reg {
   padding-top: 15px;
   padding-right: 50px;
   float: right;
}

.forgotpass {
   padding-top: 15px;
   font-family: 'Montserrat', sans-serif!important;
}

.forgotpass a {
   float: right;
   font-size: 11px;
   color: #2A6496;
   font-family: 'Montserrat', sans-serif!important;
}

.logo {
   padding-bottom: 15px;
   padding-top: 15px;
   display:block;
   margin:auto;
   vertical-align: middle;
}

/* .form-inline.login input {
background-color: #42435C;
font-family: 'Montserrat', sans-serif!important;
font-size: 14px;
border: 0px;
color: white;
}

.form-inline.login button {
color: white;
background-color: black;
border: 1px solid gray;
font-family: 'Montserrat', sans-serif!important;
font-size: 14px;
} */

.login-label {
   color: white;
}

.login-group input {
   background-color: #42435C;
   font-family: 'Montserrat', sans-serif!important;
   font-size: 14px;
   border: 0px;
   color: white;
}

.login-group button {
   color: white;
   background-color: black;
   border: 1px solid gray;
   font-family: 'Montserrat', sans-serif!important;
   font-size: 14px;
   margin-top: 25px;
}

.archive {
   padding-top: 15px;
   padding-right: 15px;
   float: right;
}

.busy-dialog {
   width: 100%;
   height: 100%;
   background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
   opacity: 0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
   position: fixed;
   z-index: 9999;
   cursor: progress;
}

.sub_defendant {
   padding: 15px;
   border:1px solid gray;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.sub_defendant p {
   font-weight: bold;
}

.quote {
   margin: 0px!important;
}

.small-font {
   font-size: 11px!important;
}

.reportwrapper {
   width: 80%;
   margin: auto;
   max-width: 600px;
   min-width: 600px;
}

.reportinner {
   padding:10px;
   margin-top:10px;
   border:1px solid black;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.reportlogo {
   width:100%;
   display:inline-block;
   background-color: black;
}

.reportcontent {
   padding:10px;
   margin-top:10px;
   border:1px solid black;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background-color:#edeff4;
}

.detail {
   margin-left: 0px;
}

.sub-detail {
   margin-left: 10px;
}

.sub-button {
   margin-left: 30px;
}

.brady {
   color: red;
}

.tos_isub * {
   font-size: 28px;
}

.mbadge {
   height: 110px;
   margin:0 auto;
}

.outline {
   padding:10px;
   margin-left: -15px;
   margin-top:10px;
   margin-bottom: 10px;
   border:1px solid black;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.plain_pointer:hover {
   cursor: context-menu!important;
}

.note-space {
   margin: 0 20px!important;
}

.case_number { font-weight: bold; cursor: pointer; }

.inner {
   margin-left: 10px;
   margin-right: : 10px;
}

.btn-space {
   margin-right: 5px;
}

.bg_white {
   background-color: white;
}


/*For the new menu*/
.nav_black {
   background-color: #151515;
   color: white;
}

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -1px;
}


.centered-text {
   text-align: center !important;
}

.button-padding {
   margin-top: 20px !important;
   margin-bottom: 10px !important;
}

/* Keep nav and its dropdowns above page content (e.g. home search panel) */
.bottom-stack {
   position: relative;
   z-index: 1030;
}

.bottom-stack .navbar .dropdown-menu {
   z-index: 1040;
}

.italic-text {
   font-style: italic;
}

.table-apply th {
   width: 20%;
   height: 50px;
}

.table-apply td {
   height: 50px;
   text-align: center;
   vertical-align: middle;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 18px;
   font-weight: bold;
}

.table-apply th {
   font-weight: bold;
   text-align: center;
}

.table-apply tr:nth-child(odd) {background-color: #f2f2f2;}
.table-apply tr:nth-child(even) {background-color: #ffffff;}

/* enable absolute positioning */
.inner-addon {
   position: relative;
}

/* style icon */
.inner-addon .glyphicon {
   position: absolute;
   padding: 10px;
   pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.fc-today {
   background-color:inherit !important;
}
/*Availablity Calendar colors*/
.cal-approved {
   background: inherit;
}
.cal-approved {
   background: lightgreen !important;
}
.cal-approved a {
   background: lightgreen !important;
}

.cal-pending {
   background: inherit;
}
.cal-pending {
   background: orange !important;
}
.cal-pending a {
   background: orange !important;
}

.cal-delete {
   background: inherit;
}
.cal-delete {
   background: red !important;
}
.cal-delete a {
   background: red !important;
}

.cal-eveningshift-pending {
   background: inherit;
}
.cal-eveningshift-pending {
   background: #0080FF !important;
}
.cal-eveningshift-pending a {
   background: #0080FF !important;
}


.cal-eveningshift-approved {
   background: inherit;
}
.cal-eveningshift-approved {
   background: #31B404 !important;
}
.cal-eveningshift-approved a {
   background: #31B404 !important;
}

.cal-for-approval {
   background: inherit;
}
.cal-for-approval {
   background: yellow !important;
}
.cal-for-approval a {
   background: yellow !important;
}

.box {
   float: left;
   height: 15px;
   width: 15px;
   margin-bottom: 15px;
   border: 1px solid black;
   clear: both;
}

.nav-row {
   padding: 20px;
}

.checkbox {
   display: block;
   text-align: center;
}

.checked {
   color: green;
}

.big-font {
   font-size: 34px!important;
   font-weight: bold!important;
}

hr.grey {
  border-top: 2px solid #C3C5CA;
}

.center-image {
   display: block;
   margin-left: auto;
   margin-right: auto;
}