
html,
body {
    margin: 0;
	min-height:100%;
    background:white !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight:400;
}

a
{
    color: #f78e1d;
}

.normal-link
{
	color: #337ab7;
}

p
{
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #343434;
}

.nav-tabs>li>a
{
    font-size:.9em;
}
input, textarea, keygen, select, button
{
    font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 3px;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    /* height: 38px; */
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    font-size:.8em;
    box-sizing: border-box;
}
th
{
    text-align: left;
}
h1, #ctl00_ContentPlaceHolder1_LabelBlueSky, legend
{
    font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#343434;
	font-size: 2em;
	font-weight: 300;
    text-align:center;
}
h2
{
    font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#343434;
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 1.3em;
    margin-top: 2em;
	text-align:center;
}
h3
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    text-transform:uppercase;
    text-align:center;
    font-weight: 300;
    margin-bottom: 1em;
}
    h3.agency-admin-title {
        background-color: gainsboro;
        padding: 10px;
        margin-top: 0;
        font-weight:bold;
    }
hr
{
    border: 0;
    border-bottom: 1px solid #015c80;

}
legend
{

    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    color: #f78e1d;
    text-transform: uppercase;
    font-weight: 900;
}
.overlay
{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:500;
    width:100%;
    height:100%;
}
.whiteHeader
{
    display: inline-block;
    padding:5px;
}
.pageHeading
{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 24px;
    font-weight: 400;
    /*color: #002857;*/
    margin: 0 0 5px 0;
    padding: 0;
}



/*- - - - - Logged - Change Pass - Log out - - - - - -*/
.LogInTable
{
    background-color: rgba(0, 0, 0, 0.39);
    padding:5px 10px;
    border-bottom: #1d617c 1px solid;
    /*background-color: #E3EAEB;
    padding: 10px 20px;*/
}
.smallerCtrlText
{
    /*font-size: 8pt;
    color:#fff;*/
    font-size:1em;
    color:#333;
}

.smallText
{
    font-size: .9em;
    color:#fff;
}
.changePass
{
    display: inline-block;
    padding-left: 22px;
    background-image: url('../../images/chang_pass.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration:underline;
    /*color: #002857;color:#0285b6;*/
    height:19px;
    color:#fff;
}
.logOut
{
    display: inline-block;
    padding-left: 22px;
    background-image: url('../../images/log_out.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration:underline;
    /*color: #002857;color: #0285b6;*/
    height:19px;
    color:#fff;
}
.changePass:hover
{
    opacity: 0.5;
    text-decoration:none;
    /*background-position: 0 -21px;color: #44659c;*/
}
.logOut:hover
{
    opacity: 0.5;
    text-decoration:none;
    /*background-position: 0 -21px;color: #44659c;*/
}






.riSingle .riTextBox
{
    height: auto !important;
    padding: 4px !important;
}
#ctl00_ContentPlaceHolder1_VINYeartxt, #ctl00_ContentPlaceHolder1_ucBatchOutput_rdpStartDate_dateInput, #ctl00_ContentPlaceHolder1_ucBatchOutput_rdpEndDate_dateInput, #ctl00_ContentPlaceHolder1_ucAddVIN_rdpEffDate_dateInput, #ctl00_ContentPlaceHolder1_rdpCancelDate_dateInput, #ctl00_ContentPlaceHolder1_VINCompSymboltxt, #ctl00_ContentPlaceHolder1_VINCollSymboltxt, #ctl00_ContentPlaceHolder1_FullQuotePrimePLControl_Wizard1_DriverInformationV2_rdpViolationDate_dateInput, #ctl00_ContentPlaceHolder1_FullQuotePrimePLControl_Wizard1_rdpEffDate_dateInput, #ctl00_ContentPlaceHolder1_FullQuotePrimePLControl_Wizard1_DriverInformationV2_rdpDateOfBirth_dateInput, #ctl00_ContentPlaceHolder1_FullQuotePrimePLControl_Wizard1_DriverInformationV2_rdpDateLicensed_dateInput
{
    height:34px !important;
}
.searchTable tr, #ctl00_ContentPlaceHolder1_RadioButtonListSearchBy tr{ 

    height:30px;
    vertical-align:bottom;
}
input[type="text"], input[type="password"]
{
    padding: 4px 5px;
}
.whiteBG
{
    background: #ffffff;
}

.blackBG
{
    background-color: #000;
}
.contentWrap
{
    padding: 30px 0;
    min-height: 300px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}*/




.label-as-badge {
    border-radius: 1em;
}



/*- - - - - - - TABLE STYLES - - - - - - - -*/

.cat1
{
       width: 40%;
}

.cat2
{
    width: 10%;
}

.cat3
{
    width: 20%;
}

.cat4
{
    width: 10%;
}

.cat5
{
    width: 20%;
}




/*- - - - - - - BUTTON STYLES - - - - - - - -*/
/*.button, button, input[type="button"], input[type="submit"].wizardStepButton {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
}
.button
{
    font-family: 'Open Sans', sans-serif;
	color: #ff8a0c;
	border-color:#ff8a0c;
	text-transform:none;
	font-size:1rem;
	font-weight:400;
	height:2.7em;
}
    .buttonGreyBk
{
    background-color: #838383 !important;
}
.buttonGreenBk
{
    background-color: #449D44 !important;
}
.buttonGreenBk:hover
{
    background-color: #5cb85c !important;
}

    */
input[type="button"].ruButton,  input[type="button"].ruBrowse
{
    padding: 1px 6px;
    background-image: none;
}
input[type="button"].ruButtonHover
{
    cursor:pointer !important;
}
input[type="button"].ruRemove
{
    padding-left:16px;
}
span.ruFileWrap
{
    height: 38px !important;
    cursor: pointer !important;
}
.btn, input[type="button"].ruButton, input[type="button"].ruBrowse
{
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
}
.btn.btn-primary-flat, btn.btn-primary-flat, input[type="submit"].btn-primary-flat, input[type="reset"].btn-primary-flat, input[type="button"].btn-primary-flat {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}
input[type="button"].btn-warning-flat, .btn-warning-flat
{
    font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background-color:#f78e1d;
}
input[type="button"].btn-danger-flat, .btn-danger-flat
{
    font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-warning-outline.btn-warning-flat:hover, .btn-warning-flat:hover
{
    color: #ffffff;
}
.btn-margin-right
{
    display:inline-block;
    margin-right: 20px;
}
.btn-margin-left
{
    display:inline-block;
    margin-left: 10px;
}

input[type="button"].btn-green, .btn-green {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #28a745;
}


.btn-green:hover, input[type="button"].btn-green:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}


input[type="button"].btn-color-grey, .btn-color-grey {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #343434;
    border-color: #000;
}

    .btn-color-grey:hover, input[type="button"].btn-color-grey:hover {
        background-color: #555;
    }


.button-teal, input[type="button"].button-teal
{
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background-color:#61b2b9;
}
a.button-teal:hover, input[type="button"].button-teal:hover
{
	color: #ffffff;
}
.btn-warning-outline, input[type="button"].btn-warning-outline
{
    background-color:#ffffff;
	color: #ff8a0c;
	border:1px solid #ff8a0c ;
}
.btn-warning-outline:hover, input[type="button"].btn-warning-outline:hover
{
    color: #ff620c;
	border-color:#ff620c;
    background-color:#fffef9;
}

.und-docs
{
    height: 70px !important;
    width: 350px;
    padding-left: 75px !important;
    margin-bottom: 30px;
    background-position: 15px;
    background-repeat: no-repeat;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 2px;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
  color: #ffffff;
}







/*- - - - - - - TAB STYLES - - - - - - - -*/
.tabView
{
    /*border-left: none;
    border-bottom: 5px white solid;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    text-shadow: none;
    text-shadow: none;
    color: #ffffff;
    background-color: #61b2b9;
    /*border: solid 1px white;*/
    text-transform: uppercase;
    /*font-family: Verdana, 'Roboto Condensed', sans-serif;*/
    padding: 5px;
    font-size: 10.5px;
}
.tabView:hover
{
    border-left: none;
    border-bottom: 5px white solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    text-shadow: none;
    text-shadow: none;
    color: #f78e1d;
  border: solid 1px white;
  text-transform: uppercase;
  /*font-family: Verdana, 'Roboto Condensed', sans-serif;*/

}
.tabView.btn-warning-flat
{
    background-color: #f78e1d;
}
.mrgTop
{
    margin-top: 10px
}
.mrgBtm
{
    margin-bottom: 50px;
    display: inline-block;
}
.mrgBtmSm {
    margin-bottom: 15px;
}
.mrgBtmNone
{
    margin-bottom:0 !important;
}
.dspBck
{
    display: block;
}
.header
{
    display: block;
    width: 1000px;
    margin: 0 auto;
    z-index: 99;
    padding-top: 15px;
}
.headerAdr
{
    display: none;

}
.headerLg
{
    width: 55%;

    display: inline-block;
    text-align: left;
}
.headerAdr p
{
    /*font-family: 'PT Serif', serif; color: #060606;   */
    margin: 0 0 15px 15px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}
.headerAdr .bbText
{
    color: #f78e1d;
    /*color: #61b2b9;*/
    font-weight: 700;
    font-size: 18.8px;
    line-height: 23px;
}
.ImgLogo
{
    float: left;
    width: 96px;
    height: 39.5px;
    margin: 10px 10px 20px 10px;
}


.tablewhitelogin
{
    background-color: #ffffff;
}
.greyHR
{
    /*background-color: #E3EAEB;
    border: 0;
    color: #E3EAEB;
    margin: 0;
    padding: 0;
    height: 10px;*/
    height: 0;
    border: 0;
}
a.hintanchor
{
    text-decoration: none;
}

#hintbox
{
    /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 150px; /*Default width of hint.*/
    padding: 10px;
    border: 1px solid black;
    font: normal 11px;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

.BoldText
{
    /*padding-right: 10px; */
    font-weight: bold;
    /*color: #009900;*/
}

.col1
{
    width: 175px;
    padding-left: 4px;
}
.col2
{
    width: 210px;
}
.col3
{
    width: 175px;
}
.col4
{
    width: 426px;
}
.colX
{
    width: 100px;
}
.col5
{
    width: 180px;
    padding-left: 4px;
}
.col6
{
    width: 170px;
}

.dataCol
{
    text-align: left;
}


.disabled
{
    background-color: gray;
    filter: alpha(opacity=25);
    opacity: 0.3;
}

.quote-tab-disabled {
    filter: alpha(opacity=25);
    opacity: 0.3;
    color: #555;
}

.error
{
    color: #FF0000;
    font-weight: bold;
}

.formContainer
{
    padding: 10px 0px 10px 0px;
    /*width: 1000px;*/
}

.FormPanel
{
    /* border: 1px solid #C2C2D6;
    font-family: Verdana;
    padding: 10px 2px 2px 5px;
    font-size: 80%;*/
}

.tableCntr, .FormPanel h1
{
    width: 970px;
    margin: 0 auto;
}
#ctl00_ContentPlaceHolder1_tblProductStateEntry
{
    width: 950px;
    margin: 0 auto;
}

.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table
{
    /*font-family: 'Roboto Condensed', sans-serif !important;*/
    font-size: 16px !important;
}
.grid-header, .RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper
{
    font-weight: bold !important;
    background-image: none !important;
    font-size: 16px !important;
    /*font-family: 'Roboto Condensed', sans-serif !improtant;*/
    background-color: #61b2b9 !important;
    color: #ffffff !important;
}

.GridView
{
    font-size: 90%;
    background-color: White;
    border: 1px solid #CC9966;
    border-spacing: 1px;
    border-collapse: separate;
    color: #333333;
    /*width: 990px;*/
}

.GridView th
{
    background: #018bba;
    font-weight: bold;
    color: White;
}

.GridView tr td
{
    border: 1px solid #CC9966;
}

.GridViewNoBorder
{
    width: 100%;
    border: 0px;
}

.GridViewNoBorder tr td
{
    border: 0;
}

.padded-table-cell
{
    padding: 5px;
}

.hintanchor
{
    /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: Green;
}



/*- - - - - NAVIGATION - - - - - - */
.nav_wrap
{
    /*border-bottom: #61b2b9 4px solid;*/
    background-color: #eee;
}
.nav_wrap table#nav_table_wrap
{
    width:1000px;
    margin: 0 auto;
}

.menuItemStyle a
{
    color: #314985;
    height: 40px;
    padding: 1em 1em .2em 1em;
    display:block;
}

.menuItemStyle a:hover
{
    color: #ffffff;
}

.active .menuItemStyle a
{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}
.hvr-shutter-out-horizontal a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .2);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal a:hover, .hvr-shutter-out-horizontal a:focus, .hvr-shutter-out-horizontal a:active {
  color: #ffffff;
}
.hvr-shutter-out-horizontal:hover a:before, .hvr-shutter-out-horizontal a:focus:before, .hvr-shutter-out-horizontal a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}







.nomargin
{
    margin: 0px;
}

/*.pageHeading
{
    text-align: center;
    font-size: 125%;
    color: #51b845;
    font-weight: bold;
}*/

.PageUpdateProgress
{
    background-color: #CF4342;
    color: #fff;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.questionsTable
{
    border-spacing: 8px;

}


.RowSeparator
{
   background: #018bba;
   height: 5px;
}

.sectionHeader
{
    background-color: #61b2b9;
    color: White;
    font-weight: bold;
    padding: 5px 20px;
    margin-bottom: 15px;
}
.inTable
{
    margin: -5px -5px 15px -5px;
    padding:5px;
    font-weight: normal
}
.section-header
{
    width: 768px;
    height: 22px;
}

.section-header-text
{
    background-color: #61b2b9;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 6px;
    margin-top: 4px;
}
.GridView th
{
    background-color: #61b2b9 !important;
}

.staticMenuItem
{
    margin: 0;
}

.subSectionHeader
{
    font-size: 18px;
    font-weight: 400;
    color:#f78e1d;
    vertical-align: middle;
    padding: 5px;
}

.subSectionHeaderControl
{
    color: Black;
    font-weight: normal;
    font-style: normal;
}

.tab-button
{
    color: #FFFFFF; /*font-weight: bold;*/
    vertical-align: middle;
    background-color: #CCCCCC;
}

.tab-panel
{
    width: 100%;
    border: solid 1px #C0C0C0;
}

.tab-panel-content
{
    background-color: #FFFFFF;
    margin: 10px 10px 10px 10px;
    border: solid 1px #A8A8A8;
}

.TextBoxWatermark
{
    color: Grey;
    font-style: italic;
    width: 149px;
}

/*
	The transparent background that
	covers the whole screen
*/
.TransparentGrayBackground
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.ThumBody
{
    background-color: White !important;
    margin: 0px;
}

.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 45%;
}

.validationError
{
    font-size: 12pt !important;
    color: Red;
}

.wait, .wait *
{
    cursor: wait !important;
}

input[type="button"].wizardStepButton, input[type="submit"].wizardStepButton
{
    line-height:1em;
    color: #ffffff;
    background-color: #61b2b9;
    /*border: solid 1px white;*/
    text-transform: uppercase;
    /*font-family: Verdana, 'Roboto Condensed', sans-serif;*/
    padding: 5px;
    font-size: 10.5px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.wizardStepButton:hover
{
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background-color: #17a1d5;

}

.DropZone1
{
    width: 300px;
    height: 90px;
    background-color: #CCCCCC;
    border-color: #060606;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

#DropZone2
{
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    margin-left: 90px;
    text-align: center;
    font-size: 16px;
    color: white;
}

.RadAsyncUpload
{
    margin-left: 0px;
    margin-bottom: 28px;
}


#ctl00_ContentPlaceHolder1_PanelAgentBulletin, #ctl00_ContentPlaceHolder1_PanelRVDocs, #ctl00_ContentPlaceHolder1_PanelConsignmentDealerships
{
    padding-bottom: 20px;
}


.trlogintd
{
    padding: 10px 0 0 5px;
}

.trloginbtm
{
    padding: 0 0 15px 0;
}
.remCheck
{
    padding-left: 15px;
}
/*#ctl00_ContentPlaceHolder1_Login1_LoginButton
{
    padding: 5px;
    margin: 0 15px 0 0;
}*/
#ctl00_ContentPlaceHolder1_Login1_RememberMe
{
    padding-bottom: 10px;
}
/*#ctl00_ContentPlaceHolder1_Login1_LinkButtonForgotPassword
{
    margin: -21px 0 20px 15px;
    float: left;
}*/
/*#ctl00_ContentPlaceHolder1_ChangePassword1
{
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 150px;
}*/
#ctl00_ContentPlaceHolder1_DataGridCurrentIssues .grid-header
{
    color: #ffffff;
}
/*#ctl00_ContentPlaceHolder1_ButtonSubmitNewRequest
{
    margin: 15px 0 15px 0;
}*/
.topHeader
{
    text-align:center;
    padding-top: 25px;
    /*display: inline-block;
    width: 50%;*/
}
.errorMsg
{
    clear: both;
    display: block;
}
.RadUpload .ruBrowse
{
    width:inherit !important;
}



.inqWrap
{
    margin: 20px 0 ;
}

.policySearch td
{
    height: 29px;
    vertical-align: top;
}
.policySearchbox td
{
    height: 33px;
    vertical-align: top;
}

.rightpadding
{
    padding-right: 20px;
}




 /* - - - - - - - - FOOTER - - - - - - - - */
.wrapper {
	min-height:100%;
	position:relative;
}
#header {
    min-width:1000px;
	width:100%;
    /*height: 7.5rem;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adfce7+0,61b2b9+77 */
	background: #adfce7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #adfce7 0%, #61b2b9 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #adfce7 0%,#61b2b9 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #adfce7 0%,#61b2b9 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adfce7', endColorstr='#61b2b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#content {
	padding-bottom:90px;   /* Height of the footer element */
    background:white;
}
#mainContent {
    width: 1000px;
    align-content: center;
}
#searchBox {
    color: white;
    white-space: nowrap;
    width:100%;
    padding-bottom: 5px;
    background:#61b2b9;
}

#searchButton {

}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -90px;
}
.page-wrap .page-wrap {
    margin-bottom:0;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 90px;
}
.site-footer {
  background: #61b2b9;
}

.footerText
{
    /*display:inline-block;*/
	width:100%;
    color: White;
    font-size: 11px;
    text-transform:uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 20px 0px 0px 0px;
}


.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table, .RadComboBox_Default, .RadComboBox_Default .rcbInput
{
    font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#ctl00_ContentPlaceHolder1_upMain table
{
    padding: 20px;
}

/* - - - - - - -Developer added styles :-( - - - - - - */
.halfWidth
{
    width: 48%;
}

.inline
{
    display: inline-block;
}


#ctl00_rplLoadingctl00_pnlContent
{
    background: rgba(128, 128, 128, 0.5) !important;
    opacity: 1 !important;
}
#ctl00_rplLoadingctl00_pnlContent img
{
    margin-top:20%;
    width: 60px;
}
 .loading_gif
{
    width:30px;
    margin-left: 50%;
    margin-top:20%;
    z-index:9001;
    position:absolute;
}

table.RepeaterGrid
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0px;
}

table.RepeaterGrid th
{
    background-color: #61b2b9;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    margin-left: 10px;
}

table.RepeaterGrid td
{
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    padding: 4px;
    margin-bottom: 0px;
}

table.RepeaterGrid tr.selected
{
    background-color: #AEC2CD;
    color: #333333;
    font-weight: bold;
}

table.HalfTableLeft,
table.HalfTableRight
{
    width: 49% !Important;
    display: inline-table;
}

table.HalfTableLeft
{
    margin-right: 1%;
}

table.HalfTableRight
{
    margin-left: 1%;
}
.table-smalltext
{
    font-size:.78em;
}
.table-smalltext .grid-header
{
    background-color:transparent !important;
    font-weight:700 !important;
    color:#333 !important;
    border-top: none;
}
.table-smalltext  .grid-header-small
{
    font-size: 1em!important;
}
.table-smalltext .grid-header th
{
    border-top: none;
}
.table-smalltext .grid-header th, .table-smalltext td
{
   border-right: none !important;
   border-left: none !important;
   border-right-color:#fff;
   border-left-color:#fff;
}
.table-buttoncolumn-orange a
{
    display: inline-block;
    height: 23px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    background-color:#f78e1d;
    cursor: pointer;
    box-sizing: border-box;

}
.table-button-orange {
    display: inline-block;
    height: 23px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    background-color: #f78e1d;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-table-small, input[type="button"].btn-table-small
{
    display: inline-block;
    height: 23px;
    padding: 0 15px;
    font-size: 10px;
    text-transform:uppercase;
    line-height: 22px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: .1rem;
    font-weight: 600!important;
    border-radius: 4px;
}
.table-halfwidth
{
    width: 50% !important;
    display:inline-table;
    vertical-align:top;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
#ctl00_ContentPlaceHolder1_FullQuotePrimePLControl_PanelWizardNav
{
   margin-top: 1em;
    text-align:center;
}
#ctl00_ContentPlaceHolder1_PasswordRecovery1 table tr:last-child td
{

    text-align:center !important;
}
.password_title {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #343434;
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: .3em;
    text-align: center;
}

.hr_step_buttons
{
    margin:30px 0;
}
.hr_step_buttons+.container-fluid
{
    margin-bottom:20px;
}
.borderless>tbody>tr>td, .borderless>tbody>tr>th, .borderless>tfoot>tr>td, .borderless>tfoot>tr>th, .borderless>thead>tr>td, .borderless>thead>tr>th
{
    border: none;
}

.policySearch_panel
{
    display: inline-block;
}

#ctl00_ContentPlaceHolder1_pnlPolicyNumber, #ctl00_ContentPlaceHolder1_pnlQuoteNumber, #ctl00_ContentPlaceHolder1_pnlInsuredName, #ctl00_ContentPlaceHolder1_PanelPhone, #ctl00_ContentPlaceHolder1_pnlEmail, #ctl00_ContentPlaceHolder1_PanelVIN, #ctl00_ContentPlaceHolder1_PanelDates, #ctl00_ContentPlaceHolder1_PanelZipcode, #ctl00_ContentPlaceHolder1_PanelCity
{
    display:inline-block;
}

.form-control, html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap, .RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup, #ctl00_ContentPlaceHolder1_ucDriverVehicle_ddlMVRDriver, #ctl00_ContentPlaceHolder1_TextBoxPaymentOther, .RadComboBox_Bootstrap .rcbFocused .rcbReadOnly .rcbInputCell
{
    border-color:#999 !important;
}
input[type=checkbox] + label
{
    margin-left:10px;
}

.adminSideMenu
{
	/* float: left !important; */
}
.adminSideMenu ul
{
	list-style-type: none;
}
.adminSideMenu ul li
{
	margin: 1px;
	border: 1px solid #33C3F0;
	border-radius: 4px;
}
.adminSideMenu ul li:hover
{
	border-color: #808080;
}
.adminSideMenu ul li.active
{
	border-color: #ff620c;
}
.adminSideMenu ul li.active:hover
{
	border-color: #adfce7;
}

.adminSideMenu ul li.active a
{
	background-color: #f78e1d;
	color: white;
}

.adminSideMenu ul li a
{
	display: block;
	background-color: #808080;
	color: white;
}
.adminSideMenu ul li a:hover
{
	color: black;
	background-color: #adfce7;
	text-decoration:none;
	cursor: pointer;
}
#ctl00_ContentPlaceHolder1_RadioButtonListPaymentMethod tr td input[type=checkbox], input[type=radio] 
{
    margin-right:10px;
}
#ctl00_ContentPlaceHolder1_DueDateSelectorCalendar td, #ctl00_ContentPlaceHolder1_DueDateSelectorCalendar th
{
    padding:5px;

}
#ctl00_ContentPlaceHolder1_DueDateSelectorCalendar, #ctl00_ContentPlaceHolder1_lblDueDateChangeHelp
{
    display:inline-block;
    float: left;
}
.small-text
{
    font-size:.9rem;
}
.small-text .row{
    margin-bottom:5px;
}
.bs-callout-drk
 {
    border-color:#AAAAAA;
     
 }

.reports-list {
    padding: 30px;
   
}
.reports-list span
{
     font-weight:bold;
     display: inline-block;
     padding-top:5px;
}

.report-internal
{
    color: #61b2b9;
}
.report-external
{
    color: #f78e1d;
}

.alert-orange {
	color: #000;
	background-color:#f78e0e;
    border-color: #f78e0e;
}


/*ul.reports-list-ul {
            -moz-column-count: 1;
            -moz-column-gap: 20px;
            -webkit-column-count: 1;
            -webkit-column-gap: 20px;
            column-count: 1;
            column-gap: 20px;
        }
ul.reports-list-ul li{list-style-type:none;}*/

/* Large desktop */
/*@media (min-width: 979px) { 
    ul.reports-list-ul {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
}*/

/* Portrait tablet to landscape and desktop */
/*@media (min-width: 768px) and (max-width: 979px) { 
    ul.reports-list-ul {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
}*/

.reports-list {
            -moz-column-count: 1;
            -moz-column-gap: 20px;
            -webkit-column-count: 1;
            -webkit-column-gap: 20px;
            column-count: 1;
            column-gap: 20px;
        }

/* Large desktop */
@media (min-width: 979px) { 
    .reports-list {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    .reports-list {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
}

.tooltip2
{
display: block;}
/*
.tooltip2[title*="View"]{
   	display: inline-block;
    position: relative;
    padding-right:20px;
    background: url('../../images/report-icon.png') no-repeat right;
}
		
.tooltip2[title*="View"]:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    font-size:.8em;
    padding: 5px 10px;
    position: absolute;
    text-decoration:none;
    z-index: 98;
    width: 220px;
}
		
.tooltip2[title*="View"]:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    text-decoration:none;
    font-size:.8em;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}*/
/*.reports-list .col {
    max-width: 31%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
}*/
.coltextwrap
{
    overflow:auto;
    /*max-width:280px;*/
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.inquiry-tooltip-info {
    vertical-align: text-top;
    max-height: 20px;
    max-width: 20px;
}

.inquiry-tooltip {
    display: inline;
}

    .inquiry-tooltip + .tooltip > .tooltip-inner {
        color: #ffffff;
        background-color: #4285F6;
        text-align: left;
        white-space: pre-line;
        max-width: 350px;
        /*width: 350px;*/
    }

    .inquiry-tooltip + .tooltip > .tooltip-arrow {
        border-bottom-color: #4285F6;
    }

    .inquiry-tooltip + .tooltip.in {
        opacity: 1 !important;
        filter: alpha(opacity=90) !important;
    }

.pnl-confirm-renewal-void {
    width: 100%;
    min-height: 100%;
    background: rgba(192,192,192, 0.6);
    top: 54px;
    position: absolute;
    z-index: 999999;
    overflow:hidden;
}

.msg-confirm-renewal-void {
    background-color: white;
    border-radius: 5px;
    border: 2px solid gainsboro;
    width: 330px !important;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    height: 135px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
/* Media Queries */
@media (min-width: 1333px) {
    .container {
		width: 1200px;
	}

}

/* new resources page */

.res-col {
    position: relative;
    display: inline-grid;
    width: 19%;
    border-width: 0px 5px 0px 5px;
    border-style: solid;
    border-color: white;
}

.res-col-header {
    margin-bottom: 9px;
    height: 70px;
    font-size: 1.1em;
    line-height: 25px;
    font-weight: bolder;
    padding-top: 8px;
    border-bottom: 5px solid black;
    color:black;
}
.res-btn {
    background-position: 5px;
    background-repeat: no-repeat;
    white-space: normal;
    width: 100%;
    height: 65px;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 60px;
    color: black;
    border: 2px solid black;
}

.res-btn:hover {
    filter: drop-shadow(2px 2px 2px black);
    color:black;
}

.res-TX_Guidelines {
    background-color: #3b7073;
}
.res-AR_Guidelines {
    background-color: #75c6c7;
}
.res-Helpful {
    background-color: #f58867;
}
.res-Rater {
    background-color: #f8d67e;
}
.res-Forms {
    background-color: #fcb875;
}

.hide-column {
    display:none;
}

div.change-notice {
    font-weight: bold;
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -15px;
}

.make-red {
    font-weight: bold;
    color: red;
}