﻿.modal-footer {
    padding: 3px;
}

.modal-header {
    padding: 3px;
}

.modal-body {
    padding: 3px;
}

.well {
    margin-bottom: 3px;
}

/* jquery gritter */
.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
    background: rgba(50, 50, 50, 0.92);
}

    .gritter-item-wrapper.gritter-info {
        background: rgba(49, 81, 133, 0.92);
    }

    .gritter-item-wrapper.gritter-error {
        background: rgba(153, 40, 18, 0.92);
    }

    .gritter-item-wrapper.gritter-success {
        background: rgba(89, 131, 75, 0.92);
    }

    .gritter-item-wrapper.gritter-warning {
        background: rgba(190, 112, 31, 0.92);
    }

    .gritter-item-wrapper.gritter-light {
        background: rgba(245, 245, 245, 0.95);
        border: 1px solid #BBB;
    }

        .gritter-item-wrapper.gritter-light.gritter-info {
            background: rgba(232, 242, 255, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
                color: #4A577D;
            }

        .gritter-item-wrapper.gritter-light.gritter-error {
            background: rgba(255, 235, 235, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
                color: #894A38;
            }

        .gritter-item-wrapper.gritter-light.gritter-success {
            background: rgba(239, 250, 227, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
                color: #416131;
            }

        .gritter-item-wrapper.gritter-light.gritter-warning {
            background: rgba(252, 248, 227, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
                color: #946446;
            }

.gritter-item p {
    line-height: 1.8;
}

.gritter-top,
.gritter-bottom,
.gritter-item {
    background-image: none;
}

.gritter-close {
    left: auto;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        content: "\f00d";
    }

.gritter-info .gritter-close {
    color: #FFA500;
}

.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
}

.gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

.header-top {
    float: right;
    max-width: 400px;
}

@media only screen and (max-width: 767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }

    .user-angle-down {
        display: inline !important;
        padding-left: 3px;
    }

    .header-top {
        float: left;
        max-width: 333px;
    }
}

@media only screen and (max-width: 480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }

    .user-angle-down {
        display: inline !important;
        padding-left: 3px;
    }
}

@media only screen and (max-width: 320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
}

@media (max-width: 1199px) {
    header a.logo_image {
        display: block;
    }
}

@media (min-width: 980px) {
    header a.logo_image {
        display: block;
    }
}

.comra_select {
    width: 308px;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.accordion-inner {
    padding-left: 0;
}

label.checkbox {
    text-align: start !important;
}

.well-header > ul > li.color_pick > ul {
    min-width: 363px;
    background-color: rgb(229, 229, 229);
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.form_row > .align_left > label {
    padding-left: 3px;
}

/* axa login button
-------------------------------------------------- */

.appst_button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #eeeeee;
    -moz-box-shadow: 0 0 5px #eeeeee;
    box-shadow: 0 0 5px #eeeeee;
    -moz-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: url(../img/bg-button.png) repeat-x top left #d7e7f6;
    border-top: 1px solid #ccdcea;
    border-left: 1px solid #cfdbe6;
    border-right: 1px solid #cfdbe6;
    border-bottom: 1px solid #ccd4db;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 7px 0 7px;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
    white-space: nowrap;
    color: #103184;
}

    .appst_button:hover {
        background: url(../img/bg-buttonh.png) repeat-x top left #deecf8;
        -webkit-box-shadow: 0 0 5px #cbcbcb;
        -moz-box-shadow: 0 0 5px #cbcbcb;
        box-shadow: 0 0 5px #cbcbcb;
        border-top: 1px solid #c1d0dd;
        border-right: 1px solid #c3cfd9;
        border-bottom: 1px solid #bfc7cd;
        border-left: 1px solid #c3cfd9;
    }

    .appst_button i {
        margin-right: 4px;
    }

/*  slider tip
-------------------------------------------------- */
.slider-tip {
    opacity: 1;
    margin-left: -.8em;
    top: -40px;
    width: 35px;
    height: 20px;
    text-align: center;
}

header.light {
    background: #ffffff;
    border-bottom: 1px solid #dedede;
}

header.dark {
    background: #343434;
    border-bottom: 1px solid #dedede;
}

.tablealign {
    width: 25%;
    display: table-cell;
    padding: 4px;
    border: 1px solid grey;
    background: #5db2ff;
    font-weight: 600;
    margin-top: 5px;
}


header ul.header_actions > li > a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border-left: 0px solid rgba(0, 0, 0, 0.15);
    font-size: 11px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



header ul.header_actions > li > ul {
    position: absolute;
    z-index: 99;
    width: 99%;
    left: 0;
    top: 100%;
    margin: 0;
    display: none;
    background: #fff;
    border: 2px solid rgb(216, 216, 216);
    border-top: 0;
}

#content {
    padding-top: 90px;
    border-left: 1px solid #5db2ff;
}

#ComraVersion:hover {
    text-decoration: underline;
}

header a.logo_image {
    margin-top: 23px;
    width: 215px !important;
    /*background: url(../img/logo-axa.png) no-repeat left center;*/
    background: url(../img/ocampa_white2_.jpg) no-repeat left center;
    -ms-background-size: 195px;
    background-size: 195px;
}

.max-header {
    max-width: 100px;
}

.align_responsive {
    text-align: right;
}

.chzn-container {
    min-width: 150px;
}

.user-info {
    width: 223px;
    float: right;
    /*text-align: right;*/
}

    .user-info > ul > li {
        text-align: left;
    }

.location-info {
    width: 200px;
    text-align: left;
}

#main_navigation .inner_navigation {
    margin-top: 89px;
}

#ddlLocations {
    width: 167px;
    text-align: right;
}

    #ddlLocations ul {
        text-align: left;
    }

@media (max-width: 480px) {
    .chzn-container {
        max-width: 100%;
        width: 100% !important;
    }

    .location-info {
        width: 140px;
    }

    .user-angle-down {
        display: inline !important;
        padding-left: 3px;
    }
}

@media (max-width: 767px) {

    .align_responsive {
        text-align: left;
    }
}

@media (min-width: 573px) and (max-width: 767px) {
    #main_navigation {
        margin-top: 90px;
    }
}

.date {
    z-index: 100000 !important;
}

.datetime {
    z-index: 100000 !important;
}

.quick-actions ul li a {
    width: 25px;
    height: 25px;
    line-height: 30px;
}
    /*.quick-actions ul li {
    height: 20px;
}*/

    .quick-actions ul li a i {
        font-size: 17px;
        display: inline;
    }

/*.quick-actions {
    height: 25px;
}*/

.quick-actions ul {
    margin-top: 0px;
}

/*#main_navigation.dark_blue ul.main > li > a:active, #main_navigation.dark_blue ul.main > li.active > a, #main_navigation.dark_blue ul.main > li > a.subOpened {
    background-color: #0072c6;
}
*/

ul.main > li > a {
    background-color: #ffffff;
}

.breadcrumb .light {
    background-color: #ffffff;
}

.breadcrumb .dark {
    background-color: #332323;
}

.chzn-container .chzn-results .active-result {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-with-icon {
    position: relative;
}

    .input-with-icon input {
        padding-left: 32px !important;
    }

    .input-with-icon i {
        color: #e5e9ec;
        display: block;
        position: absolute;
        margin: 9px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-with-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-with-icon.right i {
        right: 8px;
        float: right;
    }

.error {
    font-size: 12px;
    color: #f35958;
    display: block;
}

.error-control input {
    border: 1px solid #f35958;
}

.error-control select {
    border: 1px solid #f35958;
}

.error-control textarea {
    border: 1px solid #f35958;
}

.error-control .select2-container .select2-choice {
    border: 1px solid #f35958;
}

.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
    content: "\f12a";
    color: #f35958;
}

.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.error-control i {
    color: #f35958;
}

.success-control input {
    border: 1px solid #0aa699;
}

.success-control select {
    border: 1px solid #0aa699;
}

.success-control textarea {
    border: 1px solid #0aa699;
}

.success-control .select2-container .select2-choice {
    border: 1px solid #0aa699;
}

.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
    content: "\f00c";
    color: #0aa699;
}

.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.success-control i {
    color: #0aa699;
}

.fakecode {
    color: black;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -ms-word-break: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    border: 0;
    background-color: #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    width: 100%;
}

.beforeSaveScriptDiv {
    padding: 3px;
    border: solid;
    border-width: 1px;
    margin-top: 10px;
    border-color: rgb(221, 221, 221);
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: yellow;
}


.header-user-info {
    display: inline-block;
    float: right;
    cursor: pointer;
}


