@charset "utf-8";
/* CSS Document */

.tmp-profile
{
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    box-sizing: inherit;
}

.tmp-profile>.container
{
    width: auto;
}

.tmp-profile-title
{
    /*background-color: #66CBEA;*/
    background-color: #357c25;
    padding: 10px 0px 10px 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    /*
    margin-bottom: 20px;
    margin-top: -46px;
    */
}

.general_liability_insurance_limit-otherinput
{
    display: inline-flex;
}

#other_insurance_limit,
#customer-other_insurance_limit
{
    margin-left: 20%;
    margin-top: -8px;
    text-align: right;
}

#customer-general_liability_insurance_limit
{
    display: grid;
}
#customer-general_liability_insurance_limit>.separationRadioOpt
{
    display: block;
}

.user-profile>.user-form
{
    margin-top: 60px;
}

#dialog-message
{
    color: red;
    text-align: center;
    vertical-align: middle;
}

#dialog-warning
{
    color: orange;
    text-align: center;
    vertical-align: middle;
}

.my-unit-link
{
    /*color: #337ab7;
    color: #357c25;*/
	font-size: 16px;
    text-decoration: none !important;
}

.my-unit-link.isFilter
{
    /*color: #337ab7;
    color: #357c25;*/
	font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

#quote_modal>.modal-lg
{
    /*width: 1050px;*/
}

.menuInfo
{
    position: absolute;
    margin-right: 15px;
    right: 0%;
    padding: 0px 10px;
    top: 13%;
}
#m_information
{
    left: 10px;
}
#m_information>.popover-title
{
    height: 38px;
}
#m_information>.popover.top-right > .arrow, .popover.bottom-right > .arrow
{
    left: 88% !important;
}
#tmp_main_alert_area
{
    position: relative;
    top: 150px;
}
#tmp_main_content
{
    position: relative;
    top: 70px;
}
.text_highlight
{
    color: #800080;
    font-style: italic;
}
/*
#menu_sub_node
{
    display: flex;
}
*/
.grid-view, .grid-view>select, .grid-view>button
{
    font-size: 12px;
}

/*stripe definitions - begin*/
#stripe_ccsetup_modal .modal-dialog,
#stripe_acctsetup_modal .modal-dialog
{
    width: 600px !important;
}

.stripe-outcome
{
    display: inline-block;
}

#payment_method_modal .modal-dialog{
    width: 400px !important;
}

#stripediv, #stripediv_acct
{
    background: #E6EBF1;
    align-items: center;
    min-height: 100%;
    display: flex;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica;
    /*font-size: 15px;*/
    font-variant: normal;
    padding: 0;
    margin: 0;
}

#stripediv_acct
{
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 400px;
    height: auto;
    display: block;
}

#stripediv .form
/*, #stripediv_acct .form*/
{
    /*width: 600px;*/
    width: 100%;
    /*margin: 20px auto;*/
    margin: 20px 50px;
}

.stripe-group>.row>.col-sm-8
{
    width: 75%;
}

#stripediv .stripe-group, #stripediv_acct .stripe-group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}

#stripediv label, #stripediv_acct label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: block;
}

#stripediv .stripe-group label:not(:last-child), #stripediv_acct .stripe-group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

#stripediv label > span, #stripediv_acct label > span {
    width: 20%;
    text-align: right;
    float: left;
}

#stripediv .stripe-field, #stripediv_acct .stripe-field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    width: 70%;
    height: 40px;
    float: right;
}
/*
#stripediv_acct .stripe-field {
    width: 100%;
}
*/
#stripediv_acct label > span {
    /*width: 100%;*/
    width: 115px;
    text-align: right;
    float: left;

    margin-left: -15px;
    text-align: right;
}

#stripediv textarea, #stripediv_acct textarea{
    margin: 5px;
    /*width: 590px;*/
    width: 96%;
    text-align: center;
}

#stripediv .stripe-field::-webkit-input-placeholder, #stripediv_acct .stripe-field::-webkit-input-placeholder { color: #CFD7E0; }
#stripediv .stripe-field::-moz-placeholder, #stripediv_acct .stripe-field::-moz-placeholder { color: #CFD7E0; }
#stripediv .stripe-field:-ms-input-placeholder, #stripediv_acct .stripe-field:-ms-input-placeholder { color: #CFD7E0; }

#stripediv button, #stripediv_acct button {
    float: left;
    display: block;
    /*background: #666EE8;*/
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    line-height: 38px;
    outline: none;
}
#stripediv_acct button {
    width: 92%;
    margin-left: 0px;
}

#stripediv button:focus, #stripediv_acct button:focus {
    /*background: #555ABF;*/
}

#stripediv button:active, #stripediv_acct button:active {
    /*background: #43458B;*/
}

#stripediv .outcome, #stripediv_acct .outcom {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}

#stripediv .success, #stripdiv .error, #stripediv_acct .success, #stripediv_acct .error {
    display: none;
    font-size: 13px;
}

#stripediv .success.visible, #stripediv .error.visible, #stripediv_acct .success.visible, #stripediv_acct .error.visible {
    display: inline;
}

#stripediv .error, #stripediv_acct .error {
    color: #E4584C;
}

#stripediv .success, #stripediv_acct .success {
    color: #666EE8;
}

#stripediv .success .token, #stripediv_acct .success .token {
    font-weight: 500;
    font-size: 13px;
}

.termsagree{
    text-align:center;
}

#card-element
{
    /*display: contents;*/
}
#stripediv_acct>form
{
    /*width: 100%;*/
    margin: 25px 0px 0px 20px;
}
#stripediv_acct>form>.stripe-group
{
    width: 93%;
    margin-bottom: 0px;
}

#loading_modal .modal-dialog{
    width: 300px;
    text-align:center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    animation: spin 2s linear infinite;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/*stripe definitions - end*/

.col_crud_action
{
    width: 85px;
    text-align: center;
    vertical-align: middle;
}

td>select
{
    padding: 0px 6px !important;
}
/*
.kv-grid-container
{
    border: 1px solid #ddd;
    height: auto;
}
*/
.kv-grid-container>table
{
    margin-bottom: 0px;
    border: 1px solid #ddd;
    margin-top: -2px;
}

#company-logo-dropzone
{
    display: none;
}
#preview_logo
{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
}

.modal-lg2
{
    max-width: 80%;
}

.tmp-profile>.container
{
    margin-top: -15px;
}

#show-require-hint>.row>span.right.red
{
    margin-top: 0px !important;
}

.modal-header
{
    top: -10px;
    position: relative;
}
.modal-header .close
{
    margin-top: 20px !important;
}

/* Calendar */
.table-condensed tr
{
    background-color: #fff !important;
}
table.table-condensed th,
table.table-condensed td
{
    background-color: #fff !important;
}
table.table-condensed td.active
{
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}
table.table-condensed td.today
{
    color: #000 !important;
    background-color: #ffc966 !important;
    border-color: #f59e00 !important;
}