﻿/* This stylesheet includes styles that apply to all tenants*/

.centerBox {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}


.input-form .col-md-12 {
     margin-bottom: 15px;
}

.RadButton {
    margin-bottom: 10px;
}

#existingCard .RadComboBox {
    width: 100% !important;
}

.nopadding {
    padding:0 !important;
}

.rlbHeader .row .col-md-1,
.rlbTemplate .row .col-md-1
{
	padding: 0 !important;
    text-align: right;
}


input[type='text'] {
    color: rgb(150, 146, 140);
    font: 12px arial;
}

.brdrbottom {
    border-bottom: 1px solid #d5d5d5;
}
.brdrtop {
    border-top: 1px solid #d5d5d5;
}

.margintopbottom20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.pntitle,
#dvFullAddress .control-label,
#dvPaymentBillingAddress .control-label {
    font-weight: bold;
    font-size: 20px;
}

.transbcgrd {
    background-color: transparent !important;
}

.txtright {
    text-align: right;
}

.DynamicQuestionCell {
    padding: 10px;
}

.credentialResetContainer a
{
    color: #A7A1A1;
    text-decoration: none;
    outline: none;
    font-weight: normal !important;
}


.credentialResetContainer a:hover,
.credentialResetContainer a:focus,
.credentialResetContainer a:active,
.credentialResetContainer a:visited
{
    color: #333 !important;
    text-decoration: none;
    outline: none;
}

.btnlogin, .loginbtncontainer .rbSkinnedButton {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.colorgraph {
    margin-top: 0;
    border: 1px dotted #d5d5d5;
}

.loginbtncontainer input {
    width:100%;
}

.producttxtwrap {
    display: table;
    min-height: 50px;
    width: 100%;
}

.producttxtwrap p,
.producttxtwrap span {
    display: table-cell; 
    vertical-align: middle; 
    text-align: left;
    font-size:16px;
}

.producttxtwrap span span {
    display: inline-block !important;
}

.riSingle .riTextBox, .riTextBox[type="text"], .riTextBox[type="Password"] {
    display: block;
    width: 100%;
    height: 34px !important;
    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;
}

.item-img {
    max-height: 70px !Important;
    height: 70px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.img-type {
    background: #e6e6e6;
    margin: .5em 0;
    padding: .5em 1em;
    text-align: center;
    position: relative;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    transition: background linear .2s;
}

.vehicleImage {
    position: absolute;
    width: 100%;
    left: 0;
    top: .5em;
}

.buttonGroup {
    text-align: right;
    border-top: 1px dotted #d5d5d5;
    padding-top: 15px;
    width: 100%;
    padding-right: 15px;
}

.descriptionTop img{
        width: 100%;
    max-width: 100%;
    height: 1em;
    margin-top: 5.5em;
}

.item-txt span {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    color: #333;
}

.item-txt {
    width: 100%;
    background-color: white;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    padding: .5em .5em 3em;
    position: relative;
    min-height: 106px;
}

.button-select {
    position: absolute;
    bottom: .5em;
    left: 1em;
    right: 1em;
    margin: .2em;
    white-space: normal;
}

.button-select {
    background-color: #003267;
    background-image: -moz-linear-gradient(top,#004590,#00142a);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#004590),to(#00142a));
    background-image: -webkit-linear-gradient(top,#004590,#00142a);
    background-image: -o-linear-gradient(top,#004590,#00142a);
    background-image: linear-gradient(to bottom,#004590,#00142a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004590',endColorstr='#ff00142a',GradientType=0);
    border: 1px solid #000810;
    color: #fff;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 1em;
    padding: 4px 12px;
    line-height: 1.25em;
    font-weight: normal;
    color: white;
}

.button-select:hover, .button-select:focus, .button-select:active {
    background-color: #282425;
    background-image: -moz-linear-gradient(top,#3e3739,#080707);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3e3739),to(#080707));
    background-image: -webkit-linear-gradient(top,#3e3739,#080707);
    background-image: -o-linear-gradient(top,#3e3739,#080707);
    background-image: linear-gradient(to bottom,#3e3739,#080707);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e3739',endColorstr='#ff080707',GradientType=0);
    border: 1px solid #000;
    color: #fff !important;
}


/*Done for Safari to make button toggle clickable*/
.input[type="checkbox"], input[type="radio"] {
    margin-top: 50px !important;
}

.custom-input {
    min-width: 80px; 
    border: 1px solid #CCC0C0; 
    border-radius: 5px;
    color: #000000;
}

.mini-task {
    font-size: x-small;
}

/* done to fix GREEN-123, CSS really needs fixing */
.btn-group input[type=radio] {
    margin-top: 0 !important;
}

.btn-radio {
    display: inline-block;
    margin-top: 10px;
    margin-right: 13px;
}
/* end of fix for GREEN-123 */

/* fix for Kinn-230 */

.formatToBtns {
    background-color: #f9f9f9 !important;
}
.formatToBtns a {
    color: #000 !important;
}
.list-group {
    margin-top: 20px;
}