﻿.bootstrap-jcms .mergeHeader {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
}

.modal-Header {
     border-top-right-radius: 6px;
     border-top-left-radius: 6px;
     color: #ffffff;
     padding: 15px;
 }

 .modal-EditHeader {
     background-color: #EB9316;
 }

.btn-clear {
    background-color: #e6dbcb !important;
    color: #584f41 !important;
    box-shadow: 0 3px 0 #a89c8a;
}

.btn-edit {
    background-color: #FFCC4D !important;
    color: #584f41 !important;
    box-shadow: 0 3px 0 #a89c8a;
}

.btn-save {
    background-color: #4095bf !important;
    color: #ffffff !important;
    box-shadow: 0 3px 0 #4b809b;
}

.btn-save-no-shadow {
    background-color: #4095bf !important;
    color: #ffffff !important;
    
}


.btn-cancel {
    box-shadow: 0 3px 0 #666;
}

.btn-save-new {
    background-color: #4095bf !important;
    color: #ffffff !important;
    box-shadow: 0 3px 0 #4b809b;
    width: 90px;
    margin-left: 3px;
    margin-right: 3px;
}

.btn-save-and-add-new {
    background-color: #4095bf !important;
    color: #ffffff !important;
    box-shadow: 0 3px 0 #4b809b;
    margin-left: 3px;
    margin-right: 3px;
}

.btn-cancel-new {
    box-shadow: 0 3px 0 #666;
    width: 90px;
    margin-left: 3px;
    margin-right: 3px;
}

.jcmsQueue label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    text-align: left;
    clear: left;
}

.jcmsQueue form label {
        font-size: 1.2em;
}

.jcmsQueue input, .jcmsQueue select {
    display: block;
    /*width: 100%;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
    clear: left;
    height: 34px;
}

.jcmsQueue input[type=checkbox] {
    margin-top: 0;
    display: inline;
    transform: scale(1.5);
    padding: 0;
    height: auto;
}

.jcmsQueue select::-ms-expand {
    background-color: #fff;
    border: none;
}

.jcmsQueue table {
    width: 100%;
}

.filterButton {
    text-decoration: none;
}

.jcmsQueue .filterTable td, th {
    padding: 0 5px 0 5px;
}

/*....................... USED IN THE QUEUES................*/
/* this overrided the bootstrap-jcms p for the queues*/
.jcmsBs3Skip p {
    line-height: 1.1em;
    margin: 0 0 4px !important;
}

.jcmsBs3Skip .offenseDetails,
.jcmsBs3Skip .fullName,
.jcmsBs3Skip .jcmsOffenseCode 
{
    line-height: 1em;
}

.jcmsBs3Skip tr td span {
    /*line-height: 1.1em;*/
}

.jcmsBs3Skip span.label {
    color: #666;
    font-size:1em;
    line-height:.7em;
    font-weight:normal;
    padding:0;
}

.bootstrap-jcms .dn {
    display: none;
}

.ui-datepicker-trigger {
    float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 5px 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../Images/Icons/calendar.png) no-repeat; 
}

.bootstrap-jcms .date-mask {
    margin-right: 5px;
    float: left;
}

.jcmsQueue input:focus, select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* ============================= BANNERS =========================== */
.label-brown {
    background-color: #883300;
}
.label-orange {
    background-color: #FF6600;
}
.label-black {
    background-color: #000000;
}
.flagListItems {
    list-style-type: none;
}
.flagListItems li {
    display: inline-block; /* display right*/
    display: block;
    float: left;
    margin-left: 5px;
}
.flagListItems li > .label {
    font-size: 100%;
    display: inline-block;
}
.flagMenu {
    list-style-type: none;
}

.panelFlagMenu {
    width: 350px;
}
.searchListItems {
    list-style-type: none;
}
ul.searchListItems li label {
    width: 130px;
    display: block !important;
    white-space: normal !important;
    font-size: 100% !important;
}
/* ******************** END */


@media print {
    .bootstrap-jcms a[href]:after {
        content: "" !important;
    }
}

/* * * * TypeAhead - Begin * * * */
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 100%;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 100%;
}
.tt-suggestion {
	font-size: 16px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

.tt-cursor {
    background-color: #0097CF;
	color: #FFFFFF;
}
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100% !important; }
/* * * * TypeAhead - End * * * */

.dropdown>.dropdown-menu
{
    display: block;
    margin-bottom: 5px;
}

/* * * * Mult Partial Remove Button - Begin * * * */
.multi-partial-remove-btn-row {
    position: relative !important;    
}

.multi-partial-remove-btn-large {
    position: absolute !important;
    bottom: 18px !important;
    right: 18px !important;
}

.multi-partial-remove-btn-small {
    position: absolute !important;
    right: 0 !important;
    top: 20px !important;
}

.multi-partial-remove-btn-small-color {
    color: red !important;
    border-color: rgb(204, 204, 204) !important;
}

.multi-partial-remove-btn-large-color {
    color: red !important;
}
/* * * * Mult Partial Remove Button - End * * * */

