﻿/* bootstrap austin styles  */
.bootstrap-jcms {
    font-family: lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.menuSubItem {
    font-size: 15px;
    font-weight: bold;
}

.austin-main-content label {
    /*removed as per thuy's specifications'*/
    /*font-size: 1.2em;*/
}

@media (min-width: 1200px) {
    .bootstrap-jcms .container {
        /*max-width: 970px;*/
    }
}

.austin-labelBs3 {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    background-color: #F3F3F3;
}

.austin-container {
    width: 100% !important;
}

.austin-required-fields-header {
    color: red;
    font-size: 11px;
    font-weight: bold;
    margin: -5px 0 10px -5px;
}

.austin-frame-wrapper {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 5px 1px 5px;
    text-align: left;
    /*background-color: rgba(233, 234, 232, 1) !important;*/
    background-color: transparent;
    position: relative;
    border-radius: 5px;
}

.austin-main-content {
    background-color: #f6f3ee !important;
    border-radius: 5px !important;
    padding: 0 15px 10px 15px;
    box-shadow: 0 3px 0 #ddd3c3, 0 1px 5px rgba(209,194,171,1);
    /* THE  SETTING BELOW (overflow: hidden) IS MAKING THE TYPEAHED CUT OFF AT THE BOTTOM IN THE JCMSUSERS REPORT */
    /*overflow: hidden;*/
}

.austin-header-wrapper {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    text-align: left;
    position: relative;
}

.austin-header-title {
    font-size: 28px;
    font-weight: 600;
}

.austin-report-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.austin-report-sub-title {
	font-size: 14px !important;
	/*font-weight: 600 !important;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
}

/* used in the edit header file*/
.austin-edit-header-juvenile {
    background-color: #78A6CD;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    border-radius: 3px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}

.austin-juvenile-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 7px !important;
    margin-bottom: 4px !important;
}

.austin-base-line {
    border-bottom: 1px solid #ddd;
    margin-top: 5px !important;
}

.austin-field-error-msg {
    margin-top: 4px;
}

.austin-section-title {
    font-size: 18px;
    font-weight: bold;
}

.austin-section-line {
    border-bottom: 1px solid #ddd;
    margin-top: -5px;
    margin-bottom: 5px;
}

.austin-align-editbox-with-checkbox {
	margin-top: -5px;
}

/*Moved to Panel section*/
/*.panel-body {
    background-color: #FCFBF7;
}*/

#frameWrapper {
    background-color: transparent !important;
}

.form-body-jcms {
    /*background-color: rgb(242, 242, 242) !important;*/
    background-color: #faf8f5 !important;
    border: 2px solid #e5e5e5 !important;
}

/*Moved to Panel section*/
/*.form-body-jcms .panel-body {
    background-color: #faf8f5 !important;
    box-shadow: 0 3px 0 #e0dad1, 0 1px 5px rgba(0, 0, 0, 0.15);
}*/

.btn-Clear {
    background-color: rgba(131, 154, 165, 1) !important;
    color: white !important;
}

/*------------ Top Level Menu List CSS ---------------*/
#breadcrumbWrapper {
    border-bottom: solid 1px silver;
}

#mainNavigationWrapper {
    /*margin: 5px;*/
    background-color: #faf8f5 !important;
    border-radius: 3px !important;
    border: 0px;
    /*padding: 3px 0 3px 0;*/
    box-shadow: 0 3px 0 #e0dad1, 0 1px 5px rgba(0, 0, 0, 0.15);
}

#menuListWrapper li {
    border-right: solid 1px #e6e1da;
    padding: 5px 0;
    /*height: 100%;*/
}

#menuListWrapper li a.tl {
    /*padding: 0 5px 5px 5px;*/
    margin: -3px 0 0 0;
    display: block;
    width: 125px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    font-weight: bold;
    font-family: lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #666 !important;
}

#menuListWrapper li:hover > a {
    white-space: normal;
    background-color: #e6e1da;
    z-index: 505;
    border: none;
    height: 25px;
    margin: -3px 0 0 0;
}

#menuListWrapper :hover div {
    display: block;
    background: rgb(242, 242, 242);
    position: absolute;
    left: 0;
    top: 25px;
    padding-bottom: 10px;
    z-index: 503;
}

#menuListWrapper li a.dropDown {
    background-image: none;
}

#menuListWrapper li a.tl {
    width: 125px;
}

table.tablesorter thead tr th {
    vertical-align: middle;
}

/* ---------- MODAL DELETE ************************/

.modal-DeleteHeader {
    background-color: #C00000;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #ffffff;
    padding: 15px;
}

.modal-DeleteBody {
    font-size: 11pt;
    color: #555;
    font-weight: bold;
}

/* ---------- MODAL DELETE ************************/

/*Moved to Panel section*/
/*.bootstrap-jcms .panel {
    margin-bottom: 10px;
}*/

/*Moved to Panel section*/
/*.panel-shadow {*/
/*box-shadow: 0 3px 0 #C5D0D5, 0 1px 5px rgba(0, 0, 0, 0.15) !important;*/
/*padding: 15px 15px 0 15px !important;*/
/*}*/

.panel-body .jcms-form-control {
    background-color: rgba(255, 250, 250, 1);
    padding: 6px 10px;
}

.jcms-form-control:focus {
    background-color: #fff;
}

.singleWideMenu {
    margin-top: 2px;
}

div.singleWideMenuQueue {
    width: 460px !important;
}

.singleWideMenuQueue :hover {
    width: 440px !important;
    text-wrap: none;
}

.singleWideMenuQueue dd {
    width: 440px !important;
    text-wrap: none;
}

.jcmsTabs > li.active a {
    background-color: #C5D0D5 !important;
    margin-right: 0px;
}

.borderedShadedContentStrips {
    border: none;
    background-color: #e8e9e9;
}

.jcmsTabs > li {
    border-right: #cccccc 1px solid;
}

    .jcmsTabs > li > a {
        /*color: #646464;*/
        font-weight: bold;
        padding: 5px 6px !important;
    }

.jcmsTabs {
    background-color: #F3F3F3;
    /*margin: 0 10px;*/
    border-radius: 4px;
}

/*********************************************************************************************
CHANGES HERE FOR THUYS NEW CR !!!!
*********************************************************************************************/

/*-------------- CRJ ---------- */
.austin-caption {
    padding: 7px;
    /*color: #314D70;*/
    font-weight: bold;
    font-size: 1.5em;
    background-color: #F6F3EE;
    /*margin: 0 12px !important;*/
    margin-bottom: 0px !important;
}

table.austin-genericBordered {
    width: 100%;
    border: 1.5px solid #D7D7D7;
}

table.austin-genericBordered th {
    background-color: #D7D7D7;
    color: #303030;
    font-weight: bold;
    font-size: 1.1em;
}

table.austin-genericBordered th, table.austin-genericBordered td {
    border: 2px solid #D7D7D7;
    padding: 5px;
}

table.austin-genericBordered tr {
    background-color: #F2F2F2;
}

table.austin-genericBordered tr:nth-child(odd) {
    background-color: #E5E8E6;
}

.austin-juvenile-main-content {
    background-color: #E8E9E9 !important;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0 5px;
    box-shadow: 0 3px 0 rgba(209,194,171,1), 0 1px 5px rgba(0, 0, 0, 0.15);
}

table.austin-viewBordered th {
    background-color: #E0DAD1;
    color: #303030;
    font-weight: bold;
    font-size: 1.1em;
}

table.austin-viewBordered th, table.austin-viewBordered td {
    border: 2px solid #D7D7D7;
    padding: 5px;
}

table.austin-viewBordered tr {
    background-color: #F2F2F2;
}

    table.austin-viewBordered tr:nth-child(odd) {
        background-color: #E5E8E6;
    }

.paperClipBadge {
    margin: -25px 15px 0 0 !important;
    background-color: #44597a !important;
}

.austin-panel-title {
    font-weight: bold !important;
}

.austin-panel-body {
    padding: 5px 15px !important;
    margin-bottom: 0px !important;
}

.yellowEditButton {
    color: #444 !important;
    width: 76px;
}

.pickerButton {
    width: 76px;
}

.austin-view-label {
    padding-right: 0 !important;
    padding-left: 5px !important;
    text-align: right;
}

/* * * * Panel - Begin * * * */
.panel-body {
    background-color: #FCFBF7;
}

.form-body-jcms .panel-body {
    background-color: #faf8f5 !important;
    box-shadow: 0 3px 0 #e0dad1, 0 1px 5px rgba(0, 0, 0, 0.15);
}

.bootstrap-jcms .panel {
    margin-bottom: 10px;
}

.panel-shadow {
    /*box-shadow: 0 3px 0 #C5D0D5, 0 1px 5px rgba(0, 0, 0, 0.15) !important;*/
    padding: 15px 15px 0 15px !important;
}
/* * * * Panel - End * * * */


/* * * * Icons - Begin * * * */
.fa.fa-asterisk {
    vertical-align: text-top;
    font-size: 0.55em;
    margin-top: 2px;
    margin-right: 2px;
}

.fa-yellow-pencil {
    color: #eb9316;
    font-size: 1.5em;
    /*padding-top: 10px;*/
}

.fa-red-trash {
    color: #B50000;
    font-size: 1.5em;
}
/* * * * Icons - End * * * */

.ui-tooltip, .arrow:after {
    background: #ccc; /*#4459B4;*/
    border: 2px solid white;
    max-width: 650px !important;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #444;
    border-radius: 20px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px #000;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    white-space: pre-line;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* Yes/No Toggles */
.toggleButton.active {
    background-color: #337ab7;
    color: white;
}

.toggleButton.active:focus {
    background-color: #265a88;
    color: white;
}

.toggleButton.active:hover {
    background-color: #265a88;
    color: white;
}

.toggleButton.active:not(:hover) {
    color: white;
}


.toggleButtons {
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.toggleButton {
    border: 1px solid #cccccc !important;
    margin-left: 0 !important;
    height: 34px;
    line-height: 1.4285 !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
}

.modal-SearchHeader {
	background-color: #337AB7;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	color: #ffffff;
	padding: 15px;
}

.search-dialog {
	width: 1100px !important;
}

.austin-list-item:hover {
    color: #00007f !important;
    background-color: #c5d0d5 !important;
}

.modal-DeleteHeader {
    background-color: #C00000;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #ffffff;
    padding: 15px;
}

.modal-DeleteBody {
    font-size: 11pt;
    color: #555;
    font-weight: bold;
}


.disabled {
    pointer-events: none;
}


.austin-time-hours, .austin-time-minutes {
	width: 45px !important;
}

.austin-vline-left {
	border-left: 1px solid #dddddd;
}
.austin-vline-both {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.austin-vline-right {
	border-right: 1px solid #dddddd;
}

.btn-save-no-redirect {
    background-color: #4095bf !important;
    color: #ffffff !important;
    box-shadow: 0 3px 0 #4b809b;
}

.debug-border {
	/*border: 1px solid black;*/ 
}

.w55-important { width: 55px !important; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.austin-list-item:hover {
    color: #00007f !important;
    background-color: #c5d0d5 !important;
}

.attachmentDescription {
    font-family: lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #666 !important;
    font-size: 10pt !important;
}

.austin-data-name {
	padding-left: 5px !important;
	padding-right: 0 !important;
	text-align: right;
	line-height: 1.6em;
}
.austin-data-value {
	font-weight: bold !important;    
	line-height: 1.6em;
}
