﻿/*Overrides Line 2509 bootstrap.css*/
label { 
	display:inline;
}

/*Overrides Line 2640 bootstrap.css*/
.radio label, .checkbox label {
    min-height: 10px;
    padding-left: 15px;
    padding-right: 10px;
    white-space: normal;
}
.checkbox-space {
	margin-left: 10px; 
}

.static
{
	position: fixed;
	overflow-y: auto;
	display: block;
	z-index: 9;
	right:.5%;
	width:14.5%;
}

.form-control-number {
  width: 50px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-number:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-number::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-number:-ms-input-placeholder {
  color: #999;
}
.form-control-number::-webkit-input-placeholder {
  color: #999;
}
.form-control-number[disabled],
.form-control-number[readonly],
fieldset[disabled] .form-control-number {
  background-color: #eee;
  opacity: 1;
}
.form-control-inline[disabled],
fieldset[disabled] .form-control-number {
  cursor: not-allowed;
}
.cbhcommon td { padding:4px 0 4px 10px;}
.cbhcommon label {padding:0 4px 0 4px;}
.front {
    z-index: 2055 !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.supnar {color:Gray;
         font-style:italic;}

.cleananchor a
{
	text-decoration: none;
	color:#000;
	display: inline-block;     
	position: relative;    
	z-index: 1;     
	padding: 6px 12px;    
	margin: -1em;
}

small a
{
	color: #000;
}

.tab-panel-body {
  padding: 15px;
}

.tab-panel-body:before,
.tab-panel-body:after {
  display: table;
  content: " ";
}

.tab-panel-body:after {
  clear: both;
}

.btn-fullscreen {
    display: none;
}

.white-screen {
    position: relative;
}

.loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px 0px 0px -75px;
}

.comments-text {
    color: #676a6c;
}

.cursor-text {
    cursor: text;
}

.italic {
    font-style:italic;
}

.impact {
    color: #ffc904;
    font-weight: bold;
}

.video-container {
    height:70%;
    width:70%;
}

.background-blue {
    background-color:#d9edf7;
}

.rubriccenter  {
    text-align: center;
}

.rubricleft  {
    text-align: left;
}

/*From previous VendorLink custom.css*/

/* #843534 darkred*/
/* #d9534f proper red*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.red {
    color: #d9534f;
    font-weight: bold;
}

.green {
    color: #3c763d;
    font-weight: bold;
}

.lsgreen {
    color: #6eba44;
    font-weight: bold;
}

.blue {
    color: #375980;
    font-weight: bold;
}

.bottom {
    vertical-align: bottom;
}

.right {
    text-align: right;
}
/*Processing*/
.updateProgress {
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    background-color: #FFFFFF;
    position: absolute;
    width: 150px;
    height: 60px;
}

.updateProgressMessage {
    margin: 3px;
    vertical-align: middle;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10;
}

.AgencyTreeView {
    height: 400px;
    overflow: scroll;
    border: 1px solid #eee;
}

.BidTabTreeView {
    overflow: scroll;
    border: 1px solid #000;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .bottom-space {
        display: block;
        margin-bottom: 10px;
    }

.form-forgotpwd {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-forgotpwd .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-forgotpwd .form-control:focus {
            z-index: 2;
        }

    .form-forgotpwd .bottom-space {
        display: block;
        margin-bottom: 10px;
    }

    .form-forgotpwd input[type="text"] {
        margin-bottom: 10px;
    }

.accept-checkbox {
    display: block;
    margin-top: 25px;
}

.cbcommon {
}

    .cbcommon label {
        padding: 0 0 0 4px;
    }

.sideline {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.cleananchor a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 6px 12px;
    margin: -1em;
}

.form-inline .form-group input {
    width: 200px;
}

.text-normal {
    text-decoration: none;
}

.input-group-addon {
    text-align: left;
}

.input-group-addon-single {
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group-addon-single, .input-group-btn-single {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon-single, .input-group-btn-single, .input-group-single .form-control-single {
    display: table-cell;
}

.input-group-addon-double {
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-addon-double, .input-group-btn-double {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon-double, .input-group-btn-double, .input-group-double .form-control-double {
    display: table-cell;
}

.form-control-larger {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-minwidth {
    min-width: 65%;
}

.menuspace {
    margin-top: 12px;
}

.zone-space {
    min-height: 128px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: inherit;
    margin-right: 4px;
    margin-left: 4px;
}

.radio label, .checkbox label {
    padding-left: 0px;
}

.pagespace {
    margin-right: 76px;
}

@media print {
    .pagebreak {
        page-break-before: always;
    }
}

.pwd {
    cursor: pointer;
}

.braintree-body {
    background-color: #fff;
}

/* Thick red border */
hr {
    /*VendorLink_Change*/
    /*border-top: 1px solid #b92c28;*/
    border: 0;
    border-top: 1px solid #eb9316;
}
.long {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.quarter-width {
    width: 25%;
}

.half-width {
    width: 50%;
}

.fifth-width {
    width: 20%;
}

twofifth-width {
    width: 40%;
}

threefifth-width {
    width: 60%;
}	   