
/* ======================================================================================== COMMON STYLE BLOCK START =========================================================================================== */

.ehreasyformscontainer {
    text-align: left;
    white-space: normal;
    font-family: "helvetica", "Verdana";
    width: 8.3in; /*Letter Size Paper --> increased from 8.0 to 8.25 to reslove wrapping Issue on 07/07/2017*/
    color: #323232;
    spellcheck: true;
    font-size: 15px;
    background: white;
}

@media(min-width: 601px) {
    .ehreasyformscontainer .bodyresponsive {
        width: 8in;
        overflow-x: hidden;
    }
}

@media(max-width: 600px) {
    .ehreasyformscontainer .bodyresponsive {
        width: 100%;
        overflow-x: hidden;
    }
}

.ehreasyformscontainer .bodyresponsive .container {
    margin-left: unset;
}

@page {
    margin: 0.2in;
}

/*adde by mahesh p on 04/06/2017 for ipad support*/
@media(max-width:990px) {
    html, body {
        /*overflow: auto !important;*/
        -webkit-overflow-scrolling: touch;
    }
}

.ehreasyformscontainer input[type="checkbox"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 1px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.ehreasyformscontainer .divTopSubHeading {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.ehreasyformscontainer input[type="text"] {
    font-size: 15px;
    border: 0px solid #ccc;
    background-color: #F4F5F6;
}

.ehreasyformscontainer input {
    font-size: 15px;
    border: 0px solid #ccc;
    background-color: #F4F5F6;
}

.ehreasyformscontainer textarea {
    overflow: hidden;
    border: 0px solid #ccc;
    min-height: 80px;
    max-height: 10000px !important;
    background-color: #F4F5F6;
    font-family: "helvetica", "Verdana";
    font-size: 15px;
}

.ehreasyformscontainer table {
    border-color: #ccc;
}

.ehreasyformscontainer .divPage {
    height: 100%;
    width: 100%;
}

.ehreasyformscontainer .heading1 {
    font-size: 18px;
    font-weight: 500;
}

.ehreasyformscontainer .heading2 {
    font-size: 23px;
    font-weight: bold;
}

.ehreasyformscontainer .td5px {
    height: 5px;
}

.ehreasyformscontainer .td10px {
    height: 10px;
}

.ehreasyformscontainer .td15px {
    height: 15px;
}

.ehreasyformscontainer .td20px {
    height: 20px;
}

.ehreasyformscontainer .tdRight5px {
    text-align: right;
    padding-right: 5px;
}

.ehreasyformscontainer .tdRight10px {
    text-align: right;
    padding-right: 10px;
}

.ehreasyformscontainer .tdRight15px {
    text-align: right;
    padding-right: 15px;
}

.ehreasyformscontainer .pagebreak {
    page-break-after: always;
}

.ehreasyformscontainer .pagebreakbefore {
    page-break-before: always;
}

.ehreasyformscontainer .link {
    cursor: hand;
    color: #2196f3;
    text-decoration: underline;
}

.ehreasyformscontainer .hideSection {
    display: none !important;
}

.ehreasyformscontainer .DeleteIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/1404327303_DeleteRed.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 9px;
    padding-right: 8px;
    background-size: contain;
}

.ehreasyformscontainer .PreviewIcon {
    border-color: #a6d3e8;
    background-image: url('../../images/imgView.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 13px;
    /*padding-bottom: 10px;*/
}

.ehreasyformscontainer .SaveIcon {
    border-color: #a6d3e8;
    color: #11689E;
    background-image: url(../../../UITheme/images/save-as-32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 18px;
    padding-right: 5px;
    background-size: 79%;
}

.ehreasyformscontainer .EditIcon {
    border-color: #a6d3e8;
    background-image: url(../../../UITheme/images/GroupTherapyIcons/Edit.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 6px;
    background-size: 97%;
}

.ehreasyformscontainer .AddCommentsIcon:after {
    font-family: 'FontAwesome';
    position: relative;
    left: -13px;
    top: -9px;
    content: "\f086";
    color: #ffc200;
    /*yellow*/
    cursor: pointer;
    font-size: 19px;
    /*bottom: 18px;*/
}

.ehreasyformscontainer .AddCommentsIcon {
    display: inline;
}

.ehreasyformscontainer img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

.ehreasyformscontainer label {
    font-size: 14.7px;
}

.ehreasyformscontainer span {
    font-size: 14.8px;
}

.ehreasyformscontainer .ehrcontrolElementDiv {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

/*added by mahesh p on 09/05/2015 for form builder forms designing support*/
.ehreasyformscontainer .mandatory {
    color: red;
}

.ehreasyformscontainer textarea.ehr-form-control {
    resize: none;
    overflow: hidden;
}

.ehreasyformscontainer .normallabel {
    font-weight: normal !important;
}

.ehreasyformscontainer .inline-div {
    display: inline-block;
}

.ehreasyformscontainer input[type="checkbox"] {
    vertical-align: top;
    min-width: 18px;
}

.ehreasyformscontainer .inline-flex-div > label {
    /*padding-top: 6px;*/
    /*margin: 2px;*/
}

.ehreasyformscontainer .inline-flex-div > [type="checkbox"] {
    margin-top: 3px;
}

@media(min-width: 601px) {
    .ehreasyformscontainer .inline-flex-div {
        display: inline-flex;
    }

    .ehreasyformscontainer .bodyresponsivewidth {
        width: 8in;
        overflow-x: hidden;
    }

    .ehreasyformscontainer .divcontainer {
        float: left;
        position: relative;
        min-height: 1px;
        /*padding-left: 15px;
        padding-right: 15px;*/
        /*padding-bottom: 1px;
        padding-top: 1px;*/
    }

    .ehreasyformscontainer .easyFormRow {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 1px;
        padding-bottom: 1px;
        /*min-height: 34px;
        padding-left: 2px;*/
    }
}

@media(max-width: 600px) {
    .ehreasyformscontainer .inline-flex-div {
        display: inline-block;
    }

    .ehreasyformscontainer .bodyresponsivewidth {
        width: 100%;
        overflow-x: hidden;
    }

    .ehreasyformscontainer .divcontainer {
        float: left;
        position: relative;
        min-height: 1px;
        width: 100% !important;
        margin-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
        /*margin-bottom: 5px;*/ /*for spacing b/w controls automatically*/
    }

    .ehreasyformscontainer .easyFormRow {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 1px;
        padding-bottom: 1px;
        /*min-height: 34px;
        padding-left: 2px;*/
    }
}

.ehreasyformscontainer textarea.ehr-form-control {
    min-height: 18px;
    /*max-height: 34px !important;*/
    /*margin: 2px;*/
    /*padding: 2px;*/
    padding-top: 0px;
    font-size: 15px;
}

.ehreasyformscontainer input[type="text"].form-control {
    /*height: 34px;*/
    /*padding: 2px;*/
}

.ehreasyformscontainer button.ehr-form-control {
    /*height: 18px;*/
    /*margin: 2px;
    padding-top: 0px;*/
    /*font-size: 14px;*/
    padding: 0px;
    margin-top: 0px;
}

.ehreasyformscontainer .ehr-form-control {
    width: 100%;
}

.ehreasyformscontainer label.ehr-form-control {
    margin-bottom: 0px;
    vertical-align: top;
    font-weight: 700;
}

.ehreasyformscontainer .link.ehr-form-control {
    color: #2196f3 !important;
    cursor: pointer;
}

.ehreasyformscontainer .italiclabel.ehr-form-control {
    font-style: italic;
}

.ehreasyformscontainer span[emrstrikespan] {
    font-size: inherit;
}

.ehreasyformscontainer .voidwatermark {
    position: fixed;
    z-index: 0;
    opacity: 0.4;
    top: 20%;
    left: 15%;
    color: red;
    font-size: 20px;
    font-family: Helvetica,sans-serif;
    font-weight: bold;
    transform: rotate(-45deg);
    text-align: center;
}

.ehreasyformscontainer .voidwatermarkLine1 {
    font-size: 160px;
    height: 160px;
}


/*  Following styles are commented By ajay due to getting viewing issues in easyforms in mobile devices
    Commented On - 30/04/202
    Commented By - Ajay
*/
/*@media screen and (max-device-width: 661px) and (max-width: 661px) {

    .ehreasyformscontainer td {
        vertical-align: top;
        display: inline-flex;
        width: 100% !important;
        text-align: left;
        float: left;
    }

    .ehreasyformscontainer tr {
        display: grid;
        width: 100%;
        text-align: left;
        float: left;
    }

    .ehreasyformscontainer body {
        width: 100% !important;
    }
}*/

.ehreasyformscontainer .emrdivcontent {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    /*border: 1px solid gray;*/
    border: 1px solid #ccc;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    min-height: 18px;
    padding: 2px;
    min-width: 50px;
    /*border: 1px solid #ccc;*/
    min-height: 16px !important;
    max-height: 10000px !important;
    background-color: #F4F5F6;
    font-family: "helvetica", "Verdana";
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    max-width: 7.8in !important;
    resize: none;
    margin: 1px;
}
/* ======================================================================================== COMMON STYLE BLOCK START =========================================================================================== */

/* ======================================================================================== DROP DOWN STYLE BLOCK START =========================================================================================== */

.ehreasyformscontainer .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.ehreasyformscontainer .dropdown-menu {
    border: 1px solid #ddd;
    background-color: white;
}

    .ehreasyformscontainer .dropdown-menu li {
        /*border-top: 1px solid #ddd;*/
        padding: 2px 5px;
    }

        .ehreasyformscontainer .dropdown-menu li:first-child {
            border-top: none;
        }

        .ehreasyformscontainer .dropdown-menu li:hover, .ehreasyformscontainer .dropdown-menu .active {
            background-color: rgb(110, 183, 219);
        }

.ehreasyformscontainer .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ehreasyformscontainer .dropdown-menu a:hover {
        cursor: pointer;
    }

/* ======================================================================================== DROP DOWN STYLE BLOCK END =========================================================================================== */


/* ======================================================================================== CHOSEN BLOCK START =========================================================================================== */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    th {
        text-align: left;
    }
}

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(chosen-sprite.png) no-repeat 0 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
        background: url(chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
                content: "x";
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                /*background: url(chosen-sprite.png) -42px 1px no-repeat;*/
                font-size: 1px;
            }

a.search-choice-close::after {
    content: "x";
    color: black;
    position: absolute;
    font-size: 13px;
    margin-left: 2px;
    margin-top: -2px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px;
    }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: 0;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important;
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: -4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0;
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
        background: url(chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* ======================================================================================== CHOSEN BLOCK END =========================================================================================== */


/**-----------------------------------------------BOOTSTRAP DROP DOWN CSS - BLOCK START-----------------------------------------------*/

.ehreasyformscontainer .open > .dropdown-menu {
    display: block !important;
}


.ehreasyformscontainer .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0px !important;
}

.ehreasyformscontainer .form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.ehreasyformscontainer .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px !important;
    margin-right: 0 !important;
}

.ehreasyformscontainer .multiselect-container > li > a > label > input[type=checkbox] {
    margin-top: 5px !important;
}

.ehreasyformscontainer .multiselect-container > li {
    padding: 0px !important;
}

.ehreasyformscontainer .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px !important;
    margin-left: -35px !important;
}

/*----------------------------------------------- BOOTSTRAP DROP DOWN CSS - BLOCK END -----------------------------------------------*/

/* EHR EASYFORM CONTAINER , CSS FOR READONLY FOCUS */
.ehreasyformscontainer .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #eee;
    opacity: 1;
}
/* EHR EASYFORM CONTAINER , CSS FOR READONLY FOCUS */

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.ehreasyformscontainer .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ehreasyformscontainer .multiselect-container .input-group {
        margin: 5px;
    }

    .ehreasyformscontainer .multiselect-container > li {
        padding: 0;
    }

        .ehreasyformscontainer .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .ehreasyformscontainer .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .ehreasyformscontainer .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .ehreasyformscontainer .multiselect-container > li > a {
            padding: 0;
        }

            .ehreasyformscontainer .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .ehreasyformscontainer .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0;
                }

                .ehreasyformscontainer .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-top: 8px;
                }

.ehreasyformscontainer .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ehreasyformscontainer .form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.ehreasyformscontainer .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}*/


/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/*.ehreasyformscontainer article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.ehreasyformscontainer audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    .ehreasyformscontainer audio:not([controls]) {
        display: none;
        height: 0;
    }

.ehreasyformscontainer [hidden], template {
    display: none;
}

.ehreasyformscontainer abbr[title] {
    border-bottom: 1px dotted;
}

.ehreasyformscontainer b, strong {
    font-weight: 700;
}

.ehreasyformscontainer dfn {
    font-style: italic;
}



.ehreasyformscontainer mark {
    color: #000;
    background: #ff0;
}

.ehreasyformscontainer small {
    font-size: 80%;
}

.ehreasyformscontainer sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.ehreasyformscontainer sup {
    top: -.5em;
}

.ehreasyformscontainer sub {
    bottom: -.25em;
}



.ehreasyformscontainer svg:not(:root) {
    overflow: hidden;
}

.ehreasyformscontainer figure {
    margin: 1em 40px;
}

.ehreasyformscontainer hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ehreasyformscontainer pre {
    overflow: auto;
}

.ehreasyformscontainer code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

.ehreasyformscontainer button, input, optgroup, select {
    margin: 0;
    font: inherit;
    color: inherit;
}

.ehreasyformscontainer button {
    overflow: visible;
}

.ehreasyformscontainer button, select {
    text-transform: none;
}

.ehreasyformscontainer button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    .ehreasyformscontainer button[disabled], html input[disabled] {
        cursor: default;
    }

    .ehreasyformscontainer button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }




.ehreasyformscontainer input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

.ehreasyformscontainer input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    .ehreasyformscontainer input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

.ehreasyformscontainer fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

.ehreasyformscontainer legend {
    padding: 0;
    border: 0;
}


.ehreasyformscontainer optgroup {
    font-weight: 700;
}*/

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */



/*.ehreasyformscontainer button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



.ehreasyformscontainer figure {
    margin: 0;
}

.ehreasyformscontainer .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ehreasyformscontainer .img-rounded {
    border-radius: 6px;
}

.ehreasyformscontainer .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ehreasyformscontainer .img-circle {
    border-radius: 50%;
}

.ehreasyformscontainer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.ehreasyformscontainer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.ehreasyformscontainer .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.ehreasyformscontainer .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .ehreasyformscontainer .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.ehreasyformscontainer .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .ehreasyformscontainer .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.ehreasyformscontainer .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ehreasyformscontainer .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.ehreasyformscontainer .h1 {
    font-size: 36px;
}

.ehreasyformscontainer .h2 {
    font-size: 30px;
}

.ehreasyformscontainer .h3 {
    font-size: 24px;
}

.ehreasyformscontainer .h4 {
    font-size: 18px;
}

.ehreasyformscontainer .h5 {
    font-size: 14px;
}

.ehreasyformscontainer .h6 {
    font-size: 12px;
}



.ehreasyformscontainer .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.ehreasyformscontainer .small, small {
    font-size: 85%;
}

.ehreasyformscontainer .mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.ehreasyformscontainer .text-left {
    text-align: left;
}

.ehreasyformscontainer .text-right {
    text-align: right;
}

.ehreasyformscontainer .text-center {
    text-align: center;
}

.ehreasyformscontainer .text-justify {
    text-align: justify;
}

.ehreasyformscontainer .text-nowrap {
    white-space: nowrap;
}

.ehreasyformscontainer .text-lowercase {
    text-transform: lowercase;
}

.ehreasyformscontainer text-uppercase {
    text-transform: uppercase;
}

.ehreasyformscontainer text-capitalize {
    text-transform: capitalize;
}

.ehreasyformscontainer text-muted {
    color: #777;
}

.ehreasyformscontainer text-primary {
    color: #337ab7;
}

.ehreasyformscontainer a.text-primary:hover {
    color: #286090;
}

.ehreasyformscontainer text-success {
    color: #3c763d;
}

.ehreasyformscontainer a.text-success:hover {
    color: #2b542c;
}

.ehreasyformscontainer .text-info {
    color: #31708f;
}

.ehreasyformscontainer a.text-info:hover {
    color: #245269;
}

.ehreasyformscontainer text-warning {
    color: #8a6d3b;
}

.ehreasyformscontainer a.text-warning:hover {
    color: #66512c;
}

.ehreasyformscontainer .text-danger {
    color: #a94442;
}

.ehreasyformscontainer a.text-danger:hover {
    color: #843534;
}

.ehreasyformscontainer .bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.ehreasyformscontainer a.bg-primary:hover {
    background-color: #286090;
}

.ehreasyformscontainer bg-success {
    background-color: #dff0d8;
}

.ehreasyformscontainer a.bg-success:hover {
    background-color: #c1e2b3;
}

.ehreasyformscontainer bg-info {
    background-color: #d9edf7;
}

.ehreasyformscontainer a.bg-info:hover {
    background-color: #afd9ee;
}

.ehreasyformscontainer .bg-warning {
    background-color: #fcf8e3;
}

.ehreasyformscontainer a.bg-warning:hover {
    background-color: #f7ecb5;
}

.ehreasyformscontainer .bg-danger {
    background-color: #f2dede;
}

.ehreasyformscontainer a.bg-danger:hover {
    background-color: #e4b9b9;
}

.ehreasyformscontainer .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.ehreasyformscontainer ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    .ehreasyformscontainer ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.ehreasyformscontainer list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ehreasyformscontainer list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .ehreasyformscontainer list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.ehreasyformscontainer dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.ehreasyformscontainer dd, dt {
    line-height: 1.42857143;
}

.ehreasyformscontainer dt {
    font-weight: 700;
}

.ehreasyformscontainer dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.ehreasyformscontainer abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.ehreasyformscontainer initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.ehreasyformscontainer blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    .ehreasyformscontainer blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    .ehreasyformscontainer blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        .ehreasyformscontainer blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .ehreasyformscontainer .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .ehreasyformscontainer .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .ehreasyformscontainer .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

.ehreasyformscontainer address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.ehreasyformscontainer code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.ehreasyformscontainer code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.ehreasyformscontainer kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    .ehreasyformscontainer kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ehreasyformscontainer pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .ehreasyformscontainer pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.ehreasyformscontainer .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.ehreasyformscontainer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.ehreasyformscontainer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ehreasyformscontainer .row {
    margin-right: -15px;
    margin-left: -15px;
}*/

/*.ehreasyformscontainer .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ehreasyformscontainer .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.ehreasyformscontainer .col-xs-12 {
    width: 100%;
}

.ehreasyformscontainer .col-xs-11 {
    width: 91.66666667%;
}

.ehreasyformscontainer .col-xs-10 {
    width: 83.33333333%;
}

.ehreasyformscontainer .col-xs-9 {
    width: 75%;
}

.ehreasyformscontainer .col-xs-8 {
    width: 66.66666667%;
}

.ehreasyformscontainer .col-xs-7 {
    width: 58.33333333%;
}

.ehreasyformscontainer .col-xs-6 {
    width: 50%;
}

.ehreasyformscontainer .col-xs-5 {
    width: 41.66666667%;
}

.ehreasyformscontainer .col-xs-4 {
    width: 33.33333333%;
}

.ehreasyformscontainer .col-xs-3 {
    width: 25%;
}

.ehreasyformscontainer .col-xs-2 {
    width: 16.66666667%;
}

.ehreasyformscontainer .col-xs-1 {
    width: 8.33333333%;
}

.ehreasyformscontainer .col-xs-pull-12 {
    right: 100%;
}

.ehreasyformscontainer .col-xs-pull-11 {
    right: 91.66666667%;
}

.ehreasyformscontainer .col-xs-pull-10 {
    right: 83.33333333%;
}

.ehreasyformscontainer .col-xs-pull-9 {
    right: 75%;
}

.ehreasyformscontainer .col-xs-pull-8 {
    right: 66.66666667%;
}

.ehreasyformscontainer .col-xs-pull-7 {
    right: 58.33333333%;
}

.ehreasyformscontainer .col-xs-pull-6 {
    right: 50%;
}

.ehreasyformscontainer .col-xs-pull-5 {
    right: 41.66666667%;
}

.ehreasyformscontainer .col-xs-pull-4 {
    right: 33.33333333%;
}

.ehreasyformscontainer .col-xs-pull-3 {
    right: 25%;
}

.ehreasyformscontainer .col-xs-pull-2 {
    right: 16.66666667%;
}

.ehreasyformscontainer .col-xs-pull-1 {
    right: 8.33333333%;
}

.ehreasyformscontainer .col-xs-pull-0 {
    right: auto;
}

.ehreasyformscontainer .col-xs-push-12 {
    left: 100%;
}

.ehreasyformscontainer .col-xs-push-11 {
    left: 91.66666667%;
}

.ehreasyformscontainer .col-xs-push-10 {
    left: 83.33333333%;
}

.ehreasyformscontainer .col-xs-push-9 {
    left: 75%;
}

.ehreasyformscontainer .col-xs-push-8 {
    left: 66.66666667%;
}

.ehreasyformscontainer .col-xs-push-7 {
    left: 58.33333333%;
}

.ehreasyformscontainer .col-xs-push-6 {
    left: 50%;
}

.ehreasyformscontainer .col-xs-push-5 {
    left: 41.66666667%;
}

.ehreasyformscontainer .col-xs-push-4 {
    left: 33.33333333%;
}

.ehreasyformscontainer .col-xs-push-3 {
    left: 25%;
}

.ehreasyformscontainer .col-xs-push-2 {
    left: 16.66666667%;
}

.ehreasyformscontainer .col-xs-push-1 {
    left: 8.33333333%;
}

.ehreasyformscontainer .col-xs-push-0 {
    left: auto;
}

.ehreasyformscontainer .col-xs-offset-12 {
    margin-left: 100%;
}

.ehreasyformscontainer .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.ehreasyformscontainer .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.ehreasyformscontainer .col-xs-offset-9 {
    margin-left: 75%;
}

.ehreasyformscontainer .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.ehreasyformscontainer .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.ehreasyformscontainer .col-xs-offset-6 {
    margin-left: 50%;
}

.ehreasyformscontainer .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.ehreasyformscontainer .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.ehreasyformscontainer .col-xs-offset-3 {
    margin-left: 25%;
}

.ehreasyformscontainer .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.ehreasyformscontainer .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.ehreasyformscontainer .col-xs-offset-0 {
    margin-left: 0;
}*/

/*@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}*/


/*.ehreasyformscontainer caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}*/



/*.ehreasyformscontainer .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .ehreasyformscontainer .table > tbody > tr > td, .ehreasyformscontainer .table > tbody > tr > th, .ehreasyformscontainer .table > tfoot > tr > td, .ehreasyformscontainer .table > tfoot > tr > th,.ehreasyformscontainer  .table > thead > tr > td,.ehreasyformscontainer  .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .ehreasyformscontainer .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .ehreasyformscontainer .table > caption + thead > tr:first-child > td, .ehreasyformscontainer .table > caption + thead > tr:first-child > th, .ehreasyformscontainer .table > colgroup + thead > tr:first-child > td, .ehreasyformscontainer .table > colgroup + thead > tr:first-child > th, .ehreasyformscontainer .table > thead:first-child > tr:first-child > td, .ehreasyformscontainer .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .ehreasyformscontainer .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .ehreasyformscontainer .table .table {
        background-color: #fff;
    }

.ehreasyformscontainer .table-condensed > tbody > tr > td, .ehreasyformscontainer .table-condensed > tbody > tr > th, .ehreasyformscontainer .table-condensed > tfoot > tr > td, .ehreasyformscontainer .table-condensed > tfoot > tr > th, .ehreasyformscontainer .table-condensed > thead > tr > td, .ehreasyformscontainer .table-condensed > thead > tr > th {
    padding: 5px;
}

.ehreasyformscontainer .table-bordered {
    border: 1px solid #ddd;
}

    .ehreasyformscontainer .table-bordered > tbody > tr > td, .ehreasyformscontainer .table-bordered > tbody > tr > th, .ehreasyformscontainer .table-bordered > tfoot > tr > td, .ehreasyformscontainer .table-bordered > tfoot > tr > th, .ehreasyformscontainer .table-bordered > thead > tr > td, .ehreasyformscontainer .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .ehreasyformscontainer .table-bordered > thead > tr > td, .ehreasyformscontainer .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.ehreasyformscontainer .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ehreasyformscontainer .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.ehreasyformscontainer table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

.ehreasyformscontainer table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.ehreasyformscontainer .table > tbody > tr.active > td, .ehreasyformscontainer .table > tbody > tr.active > th, .ehreasyformscontainer .table > tbody > tr > td.active, .ehreasyformscontainer .table > tbody > tr > th.active, .ehreasyformscontainer .table > tfoot > tr.active > td, .ehreasyformscontainer .table > tfoot > tr.active > th, .ehreasyformscontainer .table > tfoot > tr > td.active, .ehreasyformscontainer .table > tfoot > tr > th.active, .ehreasyformscontainer .table > thead > tr.active > td, .ehreasyformscontainer .table > thead > tr.active > th, .ehreasyformscontainer .table > thead > tr > td.active, .ehreasyformscontainer .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.ehreasyformscontainer .table-hover > tbody > tr.active:hover > td, .ehreasyformscontainer .table-hover > tbody > tr.active:hover > th, .ehreasyformscontainer .table-hover > tbody > tr:hover > .active, .ehreasyformscontainer .table-hover > tbody > tr > td.active:hover, .ehreasyformscontainer .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.ehreasyformscontainer .table > tbody > tr.success > td, .ehreasyformscontainer .table > tbody > tr.success > th, .ehreasyformscontainer .table > tbody > tr > td.success, .ehreasyformscontainer .table > tbody > tr > th.success, .ehreasyformscontainer .table > tfoot > tr.success > td, .ehreasyformscontainer .table > tfoot > tr.success > th, .ehreasyformscontainer .table > tfoot > tr > td.success, .ehreasyformscontainer .table > tfoot > tr > th.success, .ehreasyformscontainer .table > thead > tr.success > td, .ehreasyformscontainer .table > thead > tr.success > th, .ehreasyformscontainer .table > thead > tr > td.success, .ehreasyformscontainer .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.ehreasyformscontainer .table-hover > tbody > tr.success:hover > td, .ehreasyformscontainer .table-hover > tbody > tr.success:hover > th, .ehreasyformscontainer .table-hover > tbody > tr:hover > .success, .ehreasyformscontainer .table-hover > tbody > tr > td.success:hover, .ehreasyformscontainer .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.ehreasyformscontainer .table > tbody > tr.info > td, .ehreasyformscontainer .table > tbody > tr.info > th, .ehreasyformscontainer .table > tbody > tr > td.info, .ehreasyformscontainer .table > tbody > tr > th.info, .ehreasyformscontainer .table > tfoot > tr.info > td, .ehreasyformscontainer .table > tfoot > tr.info > th, .ehreasyformscontainer .table > tfoot > tr > td.info, .ehreasyformscontainer .table > tfoot > tr > th.info, .ehreasyformscontainer .table > thead > tr.info > td, .ehreasyformscontainer .table > thead > tr.info > th, .ehreasyformscontainer .table > thead > tr > td.info, .ehreasyformscontainer .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.ehreasyformscontainer .table-hover > tbody > tr.info:hover > td, .ehreasyformscontainer .table-hover > tbody > tr.info:hover > th, .ehreasyformscontainer .table-hover > tbody > tr:hover > .info, .ehreasyformscontainer .table-hover > tbody > tr > td.info:hover, .ehreasyformscontainer .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.ehreasyformscontainer .table > tbody > tr.warning > td, .ehreasyformscontainer .table > tbody > tr.warning > th, .ehreasyformscontainer .table > tbody > tr > td.warning, .ehreasyformscontainer .table > tbody > tr > th.warning, .ehreasyformscontainer .table > tfoot > tr.warning > td, .ehreasyformscontainer .table > tfoot > tr.warning > th, .ehreasyformscontainer .table > tfoot > tr > td.warning, .ehreasyformscontainer .table > tfoot > tr > th.warning, .ehreasyformscontainer .table > thead > tr.warning > td, .ehreasyformscontainer .table > thead > tr.warning > th, .ehreasyformscontainer .table > thead > tr > td.warning, .ehreasyformscontainer .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.ehreasyformscontainer .table-hover > tbody > tr.warning:hover > td, .ehreasyformscontainer .table-hover > tbody > tr.warning:hover > th, .ehreasyformscontainer .table-hover > tbody > tr:hover > .warning, .ehreasyformscontainer .table-hover > tbody > tr > td.warning:hover, .ehreasyformscontainer .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.ehreasyformscontainer .table > tbody > tr.danger > td, .ehreasyformscontainer .table > tbody > tr.danger > th, .ehreasyformscontainer .table > tbody > tr > td.danger, .ehreasyformscontainer .table > tbody > tr > th.danger, .ehreasyformscontainer .table > tfoot > tr.danger > td, .ehreasyformscontainer .table > tfoot > tr.danger > th, .ehreasyformscontainer .table > tfoot > tr > td.danger, .ehreasyformscontainer .table > tfoot > tr > th.danger, .ehreasyformscontainer .table > thead > tr.danger > td, .ehreasyformscontainer .table > thead > tr.danger > th, .ehreasyformscontainer .table > thead > tr > td.danger, .ehreasyformscontainer .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.ehreasyformscontainer .table-hover > tbody > tr.danger:hover > td, .ehreasyformscontainer .table-hover > tbody > tr.danger:hover > th, .ehreasyformscontainer .table-hover > tbody > tr:hover > .danger, .ehreasyformscontainer .table-hover > tbody > tr > td.danger:hover, .ehreasyformscontainer .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.ehreasyformscontainer .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .ehreasyformscontainer .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .ehreasyformscontainer .table-responsive > .table {
            margin-bottom: 0;
        }

            .ehreasyformscontainer .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .ehreasyformscontainer .table-responsive > .table-bordered {
            border: 0;
        }

            .ehreasyformscontainer .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .ehreasyformscontainer .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .ehreasyformscontainer .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

.ehreasyformscontainer fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.ehreasyformscontainer legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


.ehreasyformscontainer input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.ehreasyformscontainer input[type=file] {
    display: block;
}

.ehreasyformscontainer input[type=range] {
    display: block;
    width: 100%;
}

.ehreasyformscontainer select[multiple], select[size] {
    height: auto;
}



.ehreasyformscontainer output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.ehreasyformscontainer .form-control {
    display: block;
    width: 100%;
    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;
}

    .ehreasyformscontainer .form-control: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);
    }

    .ehreasyformscontainer .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .ehreasyformscontainer .form-control:-ms-input-placeholder {
        color: #999;
    }

    .ehreasyformscontainer .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .ehreasyformscontainer .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: default;
        background-color: #eee;
        opacity: 1;
    }

.ehreasyformscontainer textarea.form-control {
    height: auto;
}

.ehreasyformscontainer input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ehreasyformscontainer input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }

        .ehreasyformscontainer .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
            line-height: 30px;
        }

        .ehreasyformscontainer .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
            line-height: 46px;
        }
}

.ehreasyformscontainer .form-group {
    margin-bottom: 15px;
}

.ehreasyformscontainer .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ehreasyformscontainer .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .ehreasyformscontainer .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -35px;
    }*/

/*.ehreasyformscontainer .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.ehreasyformscontainer .checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .ehreasyformscontainer .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.ehreasyformscontainer fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: default;
}

.ehreasyformscontainer .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: default;
}

.ehreasyformscontainer .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: default;
}

.ehreasyformscontainer .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .ehreasyformscontainer .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.ehreasyformscontainer .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ehreasyformscontainer select.input-sm {
    height: 30px;
    line-height: 30px;
}

.ehreasyformscontainer select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.ehreasyformscontainer .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ehreasyformscontainer select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

.ehreasyformscontainer select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto;
}

.ehreasyformscontainer .form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.ehreasyformscontainer .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.ehreasyformscontainer select.input-lg {
    height: 46px;
    line-height: 46px;
}

.ehreasyformscontainer select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.ehreasyformscontainer .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.ehreasyformscontainer select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

.ehreasyformscontainer select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto;
}

.ehreasyformscontainer .form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.ehreasyformscontainer .has-feedback {
    position: relative;
}

    .ehreasyformscontainer .has-feedback .form-control {
        padding-right: 42.5px;
    }

.ehreasyformscontainer .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.ehreasyformscontainer .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.ehreasyformscontainer .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.ehreasyformscontainer .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.ehreasyformscontainer .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .ehreasyformscontainer .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.ehreasyformscontainer .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.ehreasyformscontainer .has-success .form-control-feedback {
    color: #3c763d;
}

.ehreasyformscontainer .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.ehreasyformscontainer .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .ehreasyformscontainer .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.ehreasyformscontainer .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.ehreasyformscontainer .has-warning .form-control-feedback {
    color: #8a6d3b;
}

.ehreasyformscontainer .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.ehreasyformscontainer .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .ehreasyformscontainer .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.ehreasyformscontainer .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.ehreasyformscontainer .has-error .form-control-feedback {
    color: #a94442;
}

.ehreasyformscontainer .has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.ehreasyformscontainer .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.ehreasyformscontainer .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .ehreasyformscontainer .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ehreasyformscontainer .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .ehreasyformscontainer .form-inline .form-control-static {
        display: inline-block;
    }

    .ehreasyformscontainer .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .ehreasyformscontainer .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .ehreasyformscontainer .form-inline .input-group > .form-control {
            width: 100%;
        }

    .ehreasyformscontainer .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ehreasyformscontainer .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .ehreasyformscontainer .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .ehreasyformscontainer .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .ehreasyformscontainer .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.ehreasyformscontainer .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.ehreasyformscontainer .form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.ehreasyformscontainer .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .ehreasyformscontainer .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.ehreasyformscontainer .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .ehreasyformscontainer .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
}

@media (min-width:768px) {
    .ehreasyformscontainer .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.ehreasyformscontainer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .ehreasyformscontainer .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ehreasyformscontainer .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .ehreasyformscontainer .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .ehreasyformscontainer .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: default;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.ehreasyformscontainer .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .ehreasyformscontainer .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .ehreasyformscontainer .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .ehreasyformscontainer .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .ehreasyformscontainer .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.ehreasyformscontainer .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .ehreasyformscontainer .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .ehreasyformscontainer .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .ehreasyformscontainer .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .ehreasyformscontainer .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.ehreasyformscontainer .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .ehreasyformscontainer .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .ehreasyformscontainer .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .ehreasyformscontainer .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .ehreasyformscontainer .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.ehreasyformscontainer .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .ehreasyformscontainer .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .ehreasyformscontainer .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .ehreasyformscontainer .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .ehreasyformscontainer .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.ehreasyformscontainer .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .ehreasyformscontainer .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .ehreasyformscontainer .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .ehreasyformscontainer .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .ehreasyformscontainer .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.ehreasyformscontainer .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .ehreasyformscontainer .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .ehreasyformscontainer .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .ehreasyformscontainer .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .ehreasyformscontainer .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.ehreasyformscontainer .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .ehreasyformscontainer .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ehreasyformscontainer .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .ehreasyformscontainer .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .ehreasyformscontainer .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.ehreasyformscontainer .btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.ehreasyformscontainer .btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ehreasyformscontainer .btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ehreasyformscontainer .btn-block {
    display: block;
    width: 100%;
}

    .ehreasyformscontainer .btn-block + .btn-block {
        margin-top: 5px;
    }

.ehreasyformscontainer input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.ehreasyformscontainer .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .ehreasyformscontainer .fade.in {
        opacity: 1;
    }

.ehreasyformscontainer .collapse {
    display: none;
    visibility: hidden;
}

    .ehreasyformscontainer .collapse.in {
        display: block;
        visibility: visible;
    }

.ehreasyformscontainer tr.collapse.in {
    display: table-row;
}

.ehreasyformscontainer tbody.collapse.in {
    display: table-row-group;
}

.ehreasyformscontainer .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.ehreasyformscontainer .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.ehreasyformscontainer .dropdown, .dropup {
    position: relative;
}

.ehreasyformscontainer .dropdown-toggle:focus {
    outline: 0;
}

.ehreasyformscontainer .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .ehreasyformscontainer .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .ehreasyformscontainer .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .ehreasyformscontainer .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .ehreasyformscontainer .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .ehreasyformscontainer .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .ehreasyformscontainer .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .ehreasyformscontainer .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.ehreasyformscontainer .open > .dropdown-menu {
    display: block;
}

.ehreasyformscontainer .open > a {
    outline: 0;
}

.ehreasyformscontainer .dropdown-menu-right {
    right: 0;
    left: auto;
}

.ehreasyformscontainer .dropdown-menu-left {
    right: auto;
    left: 0;
}

.ehreasyformscontainer .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.ehreasyformscontainer .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.ehreasyformscontainer .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.ehreasyformscontainer .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.ehreasyformscontainer .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .ehreasyformscontainer .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .ehreasyformscontainer .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.ehreasyformscontainer .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .ehreasyformscontainer .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .ehreasyformscontainer .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .ehreasyformscontainer .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.ehreasyformscontainer .btn-toolbar {
    margin-left: -5px;
}

    .ehreasyformscontainer .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .ehreasyformscontainer .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.ehreasyformscontainer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.ehreasyformscontainer .btn-group > .btn:first-child {
    margin-left: 0;
}

    .ehreasyformscontainer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.ehreasyformscontainer .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ehreasyformscontainer .btn-group > .btn-group {
    float: left;
}

    .ehreasyformscontainer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .ehreasyformscontainer .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ehreasyformscontainer .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.ehreasyformscontainer .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.ehreasyformscontainer .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.ehreasyformscontainer .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.ehreasyformscontainer .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .ehreasyformscontainer .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ehreasyformscontainer .btn .caret {
    margin-left: 0;
}

.ehreasyformscontainer .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.ehreasyformscontainer .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.ehreasyformscontainer .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .ehreasyformscontainer .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ehreasyformscontainer .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.ehreasyformscontainer .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .ehreasyformscontainer .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .ehreasyformscontainer .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .ehreasyformscontainer .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.ehreasyformscontainer [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.ehreasyformscontainer .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .ehreasyformscontainer .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .ehreasyformscontainer .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.ehreasyformscontainer .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.ehreasyformscontainer select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.ehreasyformscontainer select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.ehreasyformscontainer .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ehreasyformscontainer select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.ehreasyformscontainer select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.ehreasyformscontainer .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .ehreasyformscontainer .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.ehreasyformscontainer .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.ehreasyformscontainer .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .ehreasyformscontainer .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .ehreasyformscontainer .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .ehreasyformscontainer .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .ehreasyformscontainer .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ehreasyformscontainer .input-group-addon:first-child {
        border-right: 0;
    }

    .ehreasyformscontainer .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ehreasyformscontainer .input-group-addon:last-child {
        border-left: 0;
    }

.ehreasyformscontainer .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .ehreasyformscontainer .input-group-btn > .btn {
        position: relative;
    }

        .ehreasyformscontainer .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .ehreasyformscontainer .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .ehreasyformscontainer .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .ehreasyformscontainer .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.ehreasyformscontainer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .ehreasyformscontainer .nav > li {
        position: relative;
        display: block;
    }

        .ehreasyformscontainer .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .ehreasyformscontainer .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .ehreasyformscontainer .nav > li.disabled > a {
            color: #777;
        }

            .ehreasyformscontainer .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: default;
                background-color: transparent;
            }

    .ehreasyformscontainer .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .ehreasyformscontainer .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .ehreasyformscontainer .nav > li > a > img {
        max-width: none;
    }*/

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }*/

/*@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }*/

/*@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }*/

/*@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}*/

/*.ehreasyformscontainer .tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.ehreasyformscontainer .tab-content > .active {
    display: block;
    visibility: visible;
}*/

/*.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }*/

/*@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}*/

/*.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }*/

/*@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }*/

/*@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}*/

/*@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}*/

/*@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}*/

/*.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }*/

/*@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }*/

/*.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }*/

/*@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}*/

/*.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }*/
/*================== doubt start */
/*.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: default;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: default;
        background-color: #fff;
    }*/

/*.ehreasyformscontainer .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.ehreasyformscontainer a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ehreasyformscontainer .label:empty {
    display: none;
}

.ehreasyformscontainer .btn .label {
    position: relative;
    top: -1px;
}

.ehreasyformscontainer .label-default {
    background-color: #777;
}

    .ehreasyformscontainer .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.ehreasyformscontainer .label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}*/



/*@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}*/

/*.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }*/

/*.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: default;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }*/

/*.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}*/

/*.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}*/

/*.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }*/

/*@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}*/

/*.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}*/


/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
    font-family: 'FontAwesome';
    src: url('../../css/fonts/fontawesome-webfont.eot?v=3.2.1');
    src: url('../../css/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../css/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../css/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* FONT AWESOME CORE
 * -------------------------- */
/*[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }*/
/* makes the font 33% larger relative to the icon container */
/*.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}*/
/* makes sure icons active on rollover in links */
/*a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}*/
/* increased font size for icon-large */
/*[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large,
    [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}*/
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/*[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}*/
/* more sprites.less reset */
/*.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}*/
/* keeps Bootstrap styles with and without icons the same */
/*.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }*/
/* Fixes alignment in nav lists */
/*.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}*/
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/*.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }*/
/* Animated rotating icon */
/*.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}*/
/* Prevent stack and spinners from being taken inline when inside a link */
/*a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}*/
/* Icon rotations and mirroring */
/*.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}*/
/* ensure rotation occurs inside anchor tags */
/*a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}*/

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ehreasyformscontainer .AddCommentsIcon:after {
    font-family: 'FontAwesome';
    position: relative;
    left: -13px;
    top: -9px;
    content: "\f086";
    color: #ffc200;
    cursor: pointer;
    font-size: 19px;
    bottom: 18px;
}

.ehreasyformscontainer .AddCommentsIcon {
    display: inline;
}

.ehreasyformscontainer img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}
/*.AddCommentsIcon:after {
    font-family: 'FontAwesome';
    position: relative;
    left: -16px;
    content: "\f086";
    color: transparent;
    background-image: url(../../../UITheme/images/annotaionsimages/comments-32.ico);
    background-repeat: no-repeat;
    cursor: pointer;
    
    margin-left: -25px;
    padding-top: 10px;
    padding-left: 22px;
    
}

.AddCommentsIcon {
    display: inline;
    background-image: url(../../../UITheme/images/annotaionsimages/comments-32.ico);
    background-repeat: no-repeat;
}*/
.ehreasyformscontainer label {
    font-size: 14.7px;
}

.ehreasyformscontainer span {
    font-size: 14.8px;
}

.ehreasyformscontainer .ehrcontrolElementDiv {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}


/*added by mahesh p on 09/05/2015 for form builder forms designing support*/
.ehreasyformscontainer .mandatory {
    color: red;
}

.ehreasyformscontainer textarea.ehr-form-control {
    resize: none;
    overflow: hidden;
}


/*div.form-group [type="checkbox"] {
    vertical-align: text-bottom;
}*/

.ehreasyformscontainer .normallabel {
    font-weight: normal !important;
}

.ehreasyformscontainer .inline-div {
    display: inline-block;
}



.ehreasyformscontainer input[type="checkbox"] {
    vertical-align: top;
    min-width: 18px;
}

.ehreasyformscontainer .inline-flex-div > label {
    /*padding-top: 6px;*/
    /*margin: 2px;*/
}

.ehreasyformscontainer .inline-flex-div > [type="checkbox"] {
    margin-top: 3px;
}

@media(min-width: 601px) {
    .ehreasyformscontainer .inline-flex-div {
        display: inline-flex;
    }

    .ehreasyformscontainer .bodyresponsivewidth {
        width: 8in;
        overflow-x: hidden;
    }

    .ehreasyformscontainer .divcontainer {
        float: left;
        position: relative;
        min-height: 1px;
        /*padding-left: 15px;
        padding-right: 15px;*/
        /*padding-bottom: 1px;
        padding-top: 1px;*/
    }



    .ehreasyformscontainer .easyFormRow {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 1px;
        padding-bottom: 1px;
        /*min-height: 34px;
        padding-left: 2px;*/
    }
}

@media(max-width: 600px) {
    .ehreasyformscontainer .inline-flex-div {
        display: inline-block;
    }

    .ehreasyformscontainer .bodyresponsivewidth {
        width: 100%;
        overflow-x: hidden;
    }

    .ehreasyformscontainer .divcontainer {
        float: left;
        position: relative;
        min-height: 1px;
        width: 100% !important;
        margin-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
        /*margin-bottom: 5px;*/ /*for spacing b/w controls automatically*/
    }



    .ehreasyformscontainer .easyFormRow {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 1px;
        padding-bottom: 1px;
        /*min-height: 34px;
        padding-left: 2px;*/
    }
}

.ehreasyformscontainer textarea.ehr-form-control {
    min-height: 18px;
    /*max-height: 34px !important;*/
    /*margin: 2px;*/
    /*padding: 2px;*/
    padding-top: 0px;
    font-size: 15px;
    vertical-align: middle;
    /*VERTICAL ALIGN IS ADDED BECAUSE IN CASE IF YOU HAVE SPAN OR LABEL WE ARE GETTING HTML DOWN,SO ADDING THIS STYLE CAUSES ALIGN MIDDLE*/
    /*display: inherit;*/
}

.ehreasyformscontainer input[type="text"].form-control {
    /*height: 34px;*/
    /*padding: 2px;*/
}

.ehreasyformscontainer button.ehr-form-control {
    /*height: 18px;*/
    /*margin: 2px;
    padding-top: 0px;*/
    /*font-size: 14px;*/
    padding: 0px;
    margin-top: 0px;
}

.ehreasyformscontainer .ehr-form-control {
    max-width: 100%;
    /*width:100%*/
    /*THIS WIDTH IS COMMENTED BECAUSE, FOR CONTENET EDITABLE WE SHOULD GIVE MIN-WIDTH SO REMOVING WIDTH EHR-FORM-CONTROL GIVING 100% WIDTH AND MAKING UI DISTURBANCE */
}

.ehreasyformscontainer textarea.ehr-form-control {
    width: 100%;
}

.ehreasyformscontainer input[type="text"].ehr-form-control {
    width: 100%;
}

.ehreasyformscontainer label.ehr-form-control {
    margin-bottom: 0px;
    vertical-align: top;
    /*font-weight: 700;*/
}

.ehreasyformscontainer .link.ehr-form-control {
    color: #2196f3 !important;
    cursor: pointer;
}


.ehreasyformscontainer .italiclabel.ehr-form-control {
    font-style: italic;
}
/*added by mahesh p on 09/05/2015 for form builder forms designing support*/

/*s[emrstrike] {
    text-decoration-color: gray;
}*/

.ehreasyformscontainer span[emrstrikespan] {
    font-size: inherit;
}

.ehreasyformscontainer .voidwatermark {
    position: fixed;
    z-index: 0;
    opacity: 0.4;
    top: 20%;
    left: 15%;
    color: red;
    font-size: 160px;
    font-family: Helvetica,sans-serif;
    font-weight: bold;
    transform: rotate(-45deg);
}


/*  Following styles are commented By ajay due to getting viewing issues in easyforms in mobile devices
    Commented On - 30/04/202
    Commented By - Ajay
*/
/*@media screen and (max-device-width: 661px) and (max-width: 661px) {

    .ehreasyformscontainer td {
        vertical-align: top;
        display: inline-flex;
        width: 100% !important;
        text-align: left;
        float: left;
    }

    .ehreasyformscontainer tr {
        display: grid;
        width: 100%;
        text-align: left;
        float: left;
    }

    .ehreasyformscontainer body {
        width: 100% !important;
    }
}*/

/*FOR CONTENT EDITABLE DIV PLACE HOLDER*/
.ehreasyformscontainer div[contenteditable=true].ehr-form-control:empty:before {
    content: attr(placeholder);
    /*display: block;*/ /* For Firefox */
}

.ehreasyformscontainer .underline {
    text-decoration: underline;
}

.ehreasyformscontainer .divasta {
    display: inline-block;
    min-width: 100%;
}



@media(max-width:767px) {

    .ecol-xs-1 {
        width: 1%;
        float: left;
    }

    .ecol-xs-2 {
        width: 2%;
        float: left;
    }

    .ecol-xs-3 {
        width: 3%;
        float: left;
    }

    .ecol-xs-4 {
        width: 4%;
        float: left;
    }

    .ecol-xs-5 {
        width: 5%;
        float: left;
    }

    .ecol-xs-6 {
        width: 6%;
        float: left;
    }

    .ecol-xs-7 {
        width: 7%;
        float: left;
    }

    .ecol-xs-8 {
        width: 8%;
        float: left;
    }

    .ecol-xs-9 {
        width: 9%;
        float: left;
    }

    .ecol-xs-10 {
        width: 10%;
        float: left;
    }

    .ecol-xs-11 {
        width: 11%;
        float: left;
    }

    .ecol-xs-12 {
        width: 12%;
        float: left;
    }

    .ecol-xs-13 {
        width: 13%;
        float: left;
    }

    .ecol-xs-14 {
        width: 14%;
        float: left;
    }

    .ecol-xs-15 {
        width: 15%;
        float: left;
    }

    .ecol-xs-16 {
        width: 16%;
        float: left;
    }

    .ecol-xs-17 {
        width: 17%;
        float: left;
    }

    .ecol-xs-18 {
        width: 18%;
        float: left;
    }

    .ecol-xs-19 {
        width: 19%;
        float: left;
    }

    .ecol-xs-20 {
        width: 20%;
        float: left;
    }

    .ecol-xs-21 {
        width: 21%;
        float: left;
    }

    .ecol-xs-22 {
        width: 22%;
        float: left;
    }

    .ecol-xs-23 {
        width: 23%;
        float: left;
    }

    .ecol-xs-24 {
        width: 24%;
        float: left;
    }

    .ecol-xs-25 {
        width: 25%;
        float: left;
    }

    .ecol-xs-26 {
        width: 26%;
        float: left;
    }

    .ecol-xs-27 {
        width: 27%;
        float: left;
    }

    .ecol-xs-28 {
        width: 28%;
        float: left;
    }

    .ecol-xs-29 {
        width: 29%;
        float: left;
    }

    .ecol-xs-30 {
        width: 30%;
        float: left;
    }

    .ecol-xs-31 {
        width: 31%;
        float: left;
    }

    .ecol-xs-32 {
        width: 32%;
        float: left;
    }

    .ecol-xs-33 {
        width: 33%;
        float: left;
    }

    .ecol-xs-34 {
        width: 34%;
        float: left;
    }

    .ecol-xs-35 {
        width: 35%;
        float: left;
    }

    .ecol-xs-36 {
        width: 36%;
        float: left;
    }

    .ecol-xs-37 {
        width: 37%;
        float: left;
    }

    .ecol-xs-38 {
        width: 38%;
        float: left;
    }

    .ecol-xs-39 {
        width: 39%;
        float: left;
    }

    .ecol-xs-40 {
        width: 40%;
        float: left;
    }

    .ecol-xs-41 {
        width: 41%;
        float: left;
    }

    .ecol-xs-42 {
        width: 42%;
        float: left;
    }

    .ecol-xs-43 {
        width: 43%;
        float: left;
    }

    .ecol-xs-44 {
        width: 44%;
        float: left;
    }

    .ecol-xs-45 {
        width: 45%;
        float: left;
    }

    .ecol-xs-46 {
        width: 46%;
        float: left;
    }

    .ecol-xs-47 {
        width: 47%;
        float: left;
    }

    .ecol-xs-48 {
        width: 48%;
        float: left;
    }

    .ecol-xs-49 {
        width: 49%;
        float: left;
    }

    .ecol-xs-50 {
        width: 50%;
        float: left;
    }

    .ecol-xs-51 {
        width: 51%;
        float: left;
    }

    .ecol-xs-52 {
        width: 52%;
        float: left;
    }

    .ecol-xs-53 {
        width: 53%;
        float: left;
    }

    .ecol-xs-54 {
        width: 54%;
        float: left;
    }

    .ecol-xs-55 {
        width: 55%;
        float: left;
    }

    .ecol-xs-56 {
        width: 56%;
        float: left;
    }

    .ecol-xs-57 {
        width: 57%;
        float: left;
    }

    .ecol-xs-58 {
        width: 58%;
        float: left;
    }

    .ecol-xs-59 {
        width: 59%;
        float: left;
    }

    .ecol-xs-60 {
        width: 60%;
        float: left;
    }

    .ecol-xs-61 {
        width: 61%;
        float: left;
    }

    .ecol-xs-62 {
        width: 62%;
        float: left;
    }

    .ecol-xs-63 {
        width: 63%;
        float: left;
    }

    .ecol-xs-64 {
        width: 64%;
        float: left;
    }

    .ecol-xs-65 {
        width: 65%;
        float: left;
    }

    .ecol-xs-66 {
        width: 66%;
        float: left;
    }

    .ecol-xs-67 {
        width: 67%;
        float: left;
    }

    .ecol-xs-68 {
        width: 68%;
        float: left;
    }

    .ecol-xs-69 {
        width: 69%;
        float: left;
    }

    .ecol-xs-70 {
        width: 70%;
        float: left;
    }

    .ecol-xs-71 {
        width: 71%;
        float: left;
    }

    .ecol-xs-72 {
        width: 72%;
        float: left;
    }

    .ecol-xs-73 {
        width: 73%;
        float: left;
    }

    .ecol-xs-74 {
        width: 74%;
        float: left;
    }

    .ecol-xs-75 {
        width: 75%;
        float: left;
    }

    .ecol-xs-76 {
        width: 76%;
        float: left;
    }

    .ecol-xs-77 {
        width: 77%;
        float: left;
    }

    .ecol-xs-78 {
        width: 78%;
        float: left;
    }

    .ecol-xs-79 {
        width: 79%;
        float: left;
    }

    .ecol-xs-80 {
        width: 80%;
        float: left;
    }

    .ecol-xs-81 {
        width: 81%;
        float: left;
    }

    .ecol-xs-82 {
        width: 82%;
        float: left;
    }

    .ecol-xs-83 {
        width: 83%;
        float: left;
    }

    .ecol-xs-84 {
        width: 84%;
        float: left;
    }

    .ecol-xs-85 {
        width: 85%;
        float: left;
    }

    .ecol-xs-86 {
        width: 86%;
        float: left;
    }

    .ecol-xs-87 {
        width: 87%;
        float: left;
    }

    .ecol-xs-88 {
        width: 88%;
        float: left;
    }

    .ecol-xs-89 {
        width: 89%;
        float: left;
    }

    .ecol-xs-90 {
        width: 90%;
        float: left;
    }

    .ecol-xs-91 {
        width: 91%;
        float: left;
    }

    .ecol-xs-92 {
        width: 92%;
        float: left;
    }

    .ecol-xs-93 {
        width: 93%;
        float: left;
    }

    .ecol-xs-94 {
        width: 94%;
        float: left;
    }

    .ecol-xs-95 {
        width: 95%;
        float: left;
    }

    .ecol-xs-96 {
        width: 96%;
        float: left;
    }

    .ecol-xs-97 {
        width: 97%;
        float: left;
    }

    .ecol-xs-98 {
        width: 98%;
        float: left;
    }

    .ecol-xs-99 {
        width: 99%;
        float: left;
    }

    .ecol-xs-100 {
        width: 100%;
        float: left;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ecol-sm-1 {
        width: 1%;
        float: left;
    }

    .ecol-sm-2 {
        width: 2%;
        float: left;
    }

    .ecol-sm-3 {
        width: 3%;
        float: left;
    }

    .ecol-sm-4 {
        width: 4%;
        float: left;
    }

    .ecol-sm-5 {
        width: 5%;
        float: left;
    }

    .ecol-sm-6 {
        width: 6%;
        float: left;
    }

    .ecol-sm-7 {
        width: 7%;
        float: left;
    }

    .ecol-sm-8 {
        width: 8%;
        float: left;
    }

    .ecol-sm-9 {
        width: 9%;
        float: left;
    }

    .ecol-sm-10 {
        width: 10%;
        float: left;
    }

    .ecol-sm-11 {
        width: 11%;
        float: left;
    }

    .ecol-sm-12 {
        width: 12%;
        float: left;
    }

    .ecol-sm-13 {
        width: 13%;
        float: left;
    }

    .ecol-sm-14 {
        width: 14%;
        float: left;
    }

    .ecol-sm-15 {
        width: 15%;
        float: left;
    }

    .ecol-sm-16 {
        width: 16%;
        float: left;
    }

    .ecol-sm-17 {
        width: 17%;
        float: left;
    }

    .ecol-sm-18 {
        width: 18%;
        float: left;
    }

    .ecol-sm-19 {
        width: 19%;
        float: left;
    }

    .ecol-sm-20 {
        width: 20%;
        float: left;
    }

    .ecol-sm-21 {
        width: 21%;
        float: left;
    }

    .ecol-sm-22 {
        width: 22%;
        float: left;
    }

    .ecol-sm-23 {
        width: 23%;
        float: left;
    }

    .ecol-sm-24 {
        width: 24%;
        float: left;
    }

    .ecol-sm-25 {
        width: 25%;
        float: left;
    }

    .ecol-sm-26 {
        width: 26%;
        float: left;
    }

    .ecol-sm-27 {
        width: 27%;
        float: left;
    }

    .ecol-sm-28 {
        width: 28%;
        float: left;
    }

    .ecol-sm-29 {
        width: 29%;
        float: left;
    }

    .ecol-sm-30 {
        width: 30%;
        float: left;
    }

    .ecol-sm-31 {
        width: 31%;
        float: left;
    }

    .ecol-sm-32 {
        width: 32%;
        float: left;
    }

    .ecol-sm-33 {
        width: 33%;
        float: left;
    }

    .ecol-sm-34 {
        width: 34%;
        float: left;
    }

    .ecol-sm-35 {
        width: 35%;
        float: left;
    }

    .ecol-sm-36 {
        width: 36%;
        float: left;
    }

    .ecol-sm-37 {
        width: 37%;
        float: left;
    }

    .ecol-sm-38 {
        width: 38%;
        float: left;
    }

    .ecol-sm-39 {
        width: 39%;
        float: left;
    }

    .ecol-sm-40 {
        width: 40%;
        float: left;
    }

    .ecol-sm-41 {
        width: 41%;
        float: left;
    }

    .ecol-sm-42 {
        width: 42%;
        float: left;
    }

    .ecol-sm-43 {
        width: 43%;
        float: left;
    }

    .ecol-sm-44 {
        width: 44%;
        float: left;
    }

    .ecol-sm-45 {
        width: 45%;
        float: left;
    }

    .ecol-sm-46 {
        width: 46%;
        float: left;
    }

    .ecol-sm-47 {
        width: 47%;
        float: left;
    }

    .ecol-sm-48 {
        width: 48%;
        float: left;
    }

    .ecol-sm-49 {
        width: 49%;
        float: left;
    }

    .ecol-sm-50 {
        width: 50%;
        float: left;
    }

    .ecol-sm-51 {
        width: 51%;
        float: left;
    }

    .ecol-sm-52 {
        width: 52%;
        float: left;
    }

    .ecol-sm-53 {
        width: 53%;
        float: left;
    }

    .ecol-sm-54 {
        width: 54%;
        float: left;
    }

    .ecol-sm-55 {
        width: 55%;
        float: left;
    }

    .ecol-sm-56 {
        width: 56%;
        float: left;
    }

    .ecol-sm-57 {
        width: 57%;
        float: left;
    }

    .ecol-sm-58 {
        width: 58%;
        float: left;
    }

    .ecol-sm-59 {
        width: 59%;
        float: left;
    }

    .ecol-sm-60 {
        width: 60%;
        float: left;
    }

    .ecol-sm-61 {
        width: 61%;
        float: left;
    }

    .ecol-sm-62 {
        width: 62%;
        float: left;
    }

    .ecol-sm-63 {
        width: 63%;
        float: left;
    }

    .ecol-sm-64 {
        width: 64%;
        float: left;
    }

    .ecol-sm-65 {
        width: 65%;
        float: left;
    }

    .ecol-sm-66 {
        width: 66%;
        float: left;
    }

    .ecol-sm-67 {
        width: 67%;
        float: left;
    }

    .ecol-sm-68 {
        width: 68%;
        float: left;
    }

    .ecol-sm-69 {
        width: 69%;
        float: left;
    }

    .ecol-sm-70 {
        width: 70%;
        float: left;
    }

    .ecol-sm-71 {
        width: 71%;
        float: left;
    }

    .ecol-sm-72 {
        width: 72%;
        float: left;
    }

    .ecol-sm-73 {
        width: 73%;
        float: left;
    }

    .ecol-sm-74 {
        width: 74%;
        float: left;
    }

    .ecol-sm-75 {
        width: 75%;
        float: left;
    }

    .ecol-sm-76 {
        width: 76%;
        float: left;
    }

    .ecol-sm-77 {
        width: 77%;
        float: left;
    }

    .ecol-sm-78 {
        width: 78%;
        float: left;
    }

    .ecol-sm-79 {
        width: 79%;
        float: left;
    }

    .ecol-sm-80 {
        width: 80%;
        float: left;
    }

    .ecol-sm-81 {
        width: 81%;
        float: left;
    }

    .ecol-sm-82 {
        width: 82%;
        float: left;
    }

    .ecol-sm-83 {
        width: 83%;
        float: left;
    }

    .ecol-sm-84 {
        width: 84%;
        float: left;
    }

    .ecol-sm-85 {
        width: 85%;
        float: left;
    }

    .ecol-sm-86 {
        width: 86%;
        float: left;
    }

    .ecol-sm-87 {
        width: 87%;
        float: left;
    }

    .ecol-sm-88 {
        width: 88%;
        float: left;
    }

    .ecol-sm-89 {
        width: 89%;
        float: left;
    }

    .ecol-sm-90 {
        width: 90%;
        float: left;
    }

    .ecol-sm-91 {
        width: 91%;
        float: left;
    }

    .ecol-sm-92 {
        width: 92%;
        float: left;
    }

    .ecol-sm-93 {
        width: 93%;
        float: left;
    }

    .ecol-sm-94 {
        width: 94%;
        float: left;
    }

    .ecol-sm-95 {
        width: 95%;
        float: left;
    }

    .ecol-sm-96 {
        width: 96%;
        float: left;
    }

    .ecol-sm-97 {
        width: 97%;
        float: left;
    }

    .ecol-sm-98 {
        width: 98%;
        float: left;
    }

    .ecol-sm-99 {
        width: 99%;
        float: left;
    }

    .ecol-sm-100 {
        width: 100%;
        float: left;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .ecol-md-1 {
        width: 1%;
        float: left;
    }

    .ecol-md-2 {
        width: 2%;
        float: left;
    }

    .ecol-md-3 {
        width: 3%;
        float: left;
    }

    .ecol-md-4 {
        width: 4%;
        float: left;
    }

    .ecol-md-5 {
        width: 5%;
        float: left;
    }

    .ecol-md-6 {
        width: 6%;
        float: left;
    }

    .ecol-md-7 {
        width: 7%;
        float: left;
    }

    .ecol-md-8 {
        width: 8%;
        float: left;
    }

    .ecol-md-9 {
        width: 9%;
        float: left;
    }

    .ecol-md-10 {
        width: 10%;
        float: left;
    }

    .ecol-md-11 {
        width: 11%;
        float: left;
    }

    .ecol-md-12 {
        width: 12%;
        float: left;
    }

    .ecol-md-13 {
        width: 13%;
        float: left;
    }

    .ecol-md-14 {
        width: 14%;
        float: left;
    }

    .ecol-md-15 {
        width: 15%;
        float: left;
    }

    .ecol-md-16 {
        width: 16%;
        float: left;
    }

    .ecol-md-17 {
        width: 17%;
        float: left;
    }

    .ecol-md-18 {
        width: 18%;
        float: left;
    }

    .ecol-md-19 {
        width: 19%;
        float: left;
    }

    .ecol-md-20 {
        width: 20%;
        float: left;
    }

    .ecol-md-21 {
        width: 21%;
        float: left;
    }

    .ecol-md-22 {
        width: 22%;
        float: left;
    }

    .ecol-md-23 {
        width: 23%;
        float: left;
    }

    .ecol-md-24 {
        width: 24%;
        float: left;
    }

    .ecol-md-25 {
        width: 25%;
        float: left;
    }

    .ecol-md-26 {
        width: 26%;
        float: left;
    }

    .ecol-md-27 {
        width: 27%;
        float: left;
    }

    .ecol-md-28 {
        width: 28%;
        float: left;
    }

    .ecol-md-29 {
        width: 29%;
        float: left;
    }

    .ecol-md-30 {
        width: 30%;
        float: left;
    }

    .ecol-md-31 {
        width: 31%;
        float: left;
    }

    .ecol-md-32 {
        width: 32%;
        float: left;
    }

    .ecol-md-33 {
        width: 33%;
        float: left;
    }

    .ecol-md-34 {
        width: 34%;
        float: left;
    }

    .ecol-md-35 {
        width: 35%;
        float: left;
    }

    .ecol-md-36 {
        width: 36%;
        float: left;
    }

    .ecol-md-37 {
        width: 37%;
        float: left;
    }

    .ecol-md-38 {
        width: 38%;
        float: left;
    }

    .ecol-md-39 {
        width: 39%;
        float: left;
    }

    .ecol-md-40 {
        width: 40%;
        float: left;
    }

    .ecol-md-41 {
        width: 41%;
        float: left;
    }

    .ecol-md-42 {
        width: 42%;
        float: left;
    }

    .ecol-md-43 {
        width: 43%;
        float: left;
    }

    .ecol-md-44 {
        width: 44%;
        float: left;
    }

    .ecol-md-45 {
        width: 45%;
        float: left;
    }

    .ecol-md-46 {
        width: 46%;
        float: left;
    }

    .ecol-md-47 {
        width: 47%;
        float: left;
    }

    .ecol-md-48 {
        width: 48%;
        float: left;
    }

    .ecol-md-49 {
        width: 49%;
        float: left;
    }

    .ecol-md-50 {
        width: 50%;
        float: left;
    }

    .ecol-md-51 {
        width: 51%;
        float: left;
    }

    .ecol-md-52 {
        width: 52%;
        float: left;
    }

    .ecol-md-53 {
        width: 53%;
        float: left;
    }

    .ecol-md-54 {
        width: 54%;
        float: left;
    }

    .ecol-md-55 {
        width: 55%;
        float: left;
    }

    .ecol-md-56 {
        width: 56%;
        float: left;
    }

    .ecol-md-57 {
        width: 57%;
        float: left;
    }

    .ecol-md-58 {
        width: 58%;
        float: left;
    }

    .ecol-md-59 {
        width: 59%;
        float: left;
    }

    .ecol-md-60 {
        width: 60%;
        float: left;
    }

    .ecol-md-61 {
        width: 61%;
        float: left;
    }

    .ecol-md-62 {
        width: 62%;
        float: left;
    }

    .ecol-md-63 {
        width: 63%;
        float: left;
    }

    .ecol-md-64 {
        width: 64%;
        float: left;
    }

    .ecol-md-65 {
        width: 65%;
        float: left;
    }

    .ecol-md-66 {
        width: 66%;
        float: left;
    }

    .ecol-md-67 {
        width: 67%;
        float: left;
    }

    .ecol-md-68 {
        width: 68%;
        float: left;
    }

    .ecol-md-69 {
        width: 69%;
        float: left;
    }

    .ecol-md-70 {
        width: 70%;
        float: left;
    }

    .ecol-md-71 {
        width: 71%;
        float: left;
    }

    .ecol-md-72 {
        width: 72%;
        float: left;
    }

    .ecol-md-73 {
        width: 73%;
        float: left;
    }

    .ecol-md-74 {
        width: 74%;
        float: left;
    }

    .ecol-md-75 {
        width: 75%;
        float: left;
    }

    .ecol-md-76 {
        width: 76%;
        float: left;
    }

    .ecol-md-77 {
        width: 77%;
        float: left;
    }

    .ecol-md-78 {
        width: 78%;
        float: left;
    }

    .ecol-md-79 {
        width: 79%;
        float: left;
    }

    .ecol-md-80 {
        width: 80%;
        float: left;
    }

    .ecol-md-81 {
        width: 81%;
        float: left;
    }

    .ecol-md-82 {
        width: 82%;
        float: left;
    }

    .ecol-md-83 {
        width: 83%;
        float: left;
    }

    .ecol-md-84 {
        width: 84%;
        float: left;
    }

    .ecol-md-85 {
        width: 85%;
        float: left;
    }

    .ecol-md-86 {
        width: 86%;
        float: left;
    }

    .ecol-md-87 {
        width: 87%;
        float: left;
    }

    .ecol-md-88 {
        width: 88%;
        float: left;
    }

    .ecol-md-89 {
        width: 89%;
        float: left;
    }

    .ecol-md-90 {
        width: 90%;
        float: left;
    }

    .ecol-md-91 {
        width: 91%;
        float: left;
    }

    .ecol-md-92 {
        width: 92%;
        float: left;
    }

    .ecol-md-93 {
        width: 93%;
        float: left;
    }

    .ecol-md-94 {
        width: 94%;
        float: left;
    }

    .ecol-md-95 {
        width: 95%;
        float: left;
    }

    .ecol-md-96 {
        width: 96%;
        float: left;
    }

    .ecol-md-97 {
        width: 97%;
        float: left;
    }

    .ecol-md-98 {
        width: 98%;
        float: left;
    }

    .ecol-md-99 {
        width: 99%;
        float: left;
    }

    .ecol-md-100 {
        width: 100%;
        float: left;
    }
}

@media(min-width:1201px) {
    .ecol-lg-1 {
        width: 1%;
        float: left;
    }

    .ecol-lg-2 {
        width: 2%;
        float: left;
    }

    .ecol-lg-3 {
        width: 3%;
        float: left;
    }

    .ecol-lg-4 {
        width: 4%;
        float: left;
    }

    .ecol-lg-5 {
        width: 5%;
        float: left;
    }

    .ecol-lg-6 {
        width: 6%;
        float: left;
    }

    .ecol-lg-7 {
        width: 7%;
        float: left;
    }

    .ecol-lg-8 {
        width: 8%;
        float: left;
    }

    .ecol-lg-9 {
        width: 9%;
        float: left;
    }

    .ecol-lg-10 {
        width: 10%;
        float: left;
    }

    .ecol-lg-11 {
        width: 11%;
        float: left;
    }

    .ecol-lg-12 {
        width: 12%;
        float: left;
    }

    .ecol-lg-13 {
        width: 13%;
        float: left;
    }

    .ecol-lg-14 {
        width: 14%;
        float: left;
    }

    .ecol-lg-15 {
        width: 15%;
        float: left;
    }

    .ecol-lg-16 {
        width: 16%;
        float: left;
    }

    .ecol-lg-17 {
        width: 17%;
        float: left;
    }

    .ecol-lg-18 {
        width: 18%;
        float: left;
    }

    .ecol-lg-19 {
        width: 19%;
        float: left;
    }

    .ecol-lg-20 {
        width: 20%;
        float: left;
    }

    .ecol-lg-21 {
        width: 21%;
        float: left;
    }

    .ecol-lg-22 {
        width: 22%;
        float: left;
    }

    .ecol-lg-23 {
        width: 23%;
        float: left;
    }

    .ecol-lg-24 {
        width: 24%;
        float: left;
    }

    .ecol-lg-25 {
        width: 25%;
        float: left;
    }

    .ecol-lg-26 {
        width: 26%;
        float: left;
    }

    .ecol-lg-27 {
        width: 27%;
        float: left;
    }

    .ecol-lg-28 {
        width: 28%;
        float: left;
    }

    .ecol-lg-29 {
        width: 29%;
        float: left;
    }

    .ecol-lg-30 {
        width: 30%;
        float: left;
    }

    .ecol-lg-31 {
        width: 31%;
        float: left;
    }

    .ecol-lg-32 {
        width: 32%;
        float: left;
    }

    .ecol-lg-33 {
        width: 33%;
        float: left;
    }

    .ecol-lg-34 {
        width: 34%;
        float: left;
    }

    .ecol-lg-35 {
        width: 35%;
        float: left;
    }

    .ecol-lg-36 {
        width: 36%;
        float: left;
    }

    .ecol-lg-37 {
        width: 37%;
        float: left;
    }

    .ecol-lg-38 {
        width: 38%;
        float: left;
    }

    .ecol-lg-39 {
        width: 39%;
        float: left;
    }

    .ecol-lg-40 {
        width: 40%;
        float: left;
    }

    .ecol-lg-41 {
        width: 41%;
        float: left;
    }

    .ecol-lg-42 {
        width: 42%;
        float: left;
    }

    .ecol-lg-43 {
        width: 43%;
        float: left;
    }

    .ecol-lg-44 {
        width: 44%;
        float: left;
    }

    .ecol-lg-45 {
        width: 45%;
        float: left;
    }

    .ecol-lg-46 {
        width: 46%;
        float: left;
    }

    .ecol-lg-47 {
        width: 47%;
        float: left;
    }

    .ecol-lg-48 {
        width: 48%;
        float: left;
    }

    .ecol-lg-49 {
        width: 49%;
        float: left;
    }

    .ecol-lg-50 {
        width: 50%;
        float: left;
    }

    .ecol-lg-51 {
        width: 51%;
        float: left;
    }

    .ecol-lg-52 {
        width: 52%;
        float: left;
    }

    .ecol-lg-53 {
        width: 53%;
        float: left;
    }

    .ecol-lg-54 {
        width: 54%;
        float: left;
    }

    .ecol-lg-55 {
        width: 55%;
        float: left;
    }

    .ecol-lg-56 {
        width: 56%;
        float: left;
    }

    .ecol-lg-57 {
        width: 57%;
        float: left;
    }

    .ecol-lg-58 {
        width: 58%;
        float: left;
    }

    .ecol-lg-59 {
        width: 59%;
        float: left;
    }

    .ecol-lg-60 {
        width: 60%;
        float: left;
    }

    .ecol-lg-61 {
        width: 61%;
        float: left;
    }

    .ecol-lg-62 {
        width: 62%;
        float: left;
    }

    .ecol-lg-63 {
        width: 63%;
        float: left;
    }

    .ecol-lg-64 {
        width: 64%;
        float: left;
    }

    .ecol-lg-65 {
        width: 65%;
        float: left;
    }

    .ecol-lg-66 {
        width: 66%;
        float: left;
    }

    .ecol-lg-67 {
        width: 67%;
        float: left;
    }

    .ecol-lg-68 {
        width: 68%;
        float: left;
    }

    .ecol-lg-69 {
        width: 69%;
        float: left;
    }

    .ecol-lg-70 {
        width: 70%;
        float: left;
    }

    .ecol-lg-71 {
        width: 71%;
        float: left;
    }

    .ecol-lg-72 {
        width: 72%;
        float: left;
    }

    .ecol-lg-73 {
        width: 73%;
        float: left;
    }

    .ecol-lg-74 {
        width: 74%;
        float: left;
    }

    .ecol-lg-75 {
        width: 75%;
        float: left;
    }

    .ecol-lg-76 {
        width: 76%;
        float: left;
    }

    .ecol-lg-77 {
        width: 77%;
        float: left;
    }

    .ecol-lg-78 {
        width: 78%;
        float: left;
    }

    .ecol-lg-79 {
        width: 79%;
        float: left;
    }

    .ecol-lg-80 {
        width: 80%;
        float: left;
    }

    .ecol-lg-81 {
        width: 81%;
        float: left;
    }

    .ecol-lg-82 {
        width: 82%;
        float: left;
    }

    .ecol-lg-83 {
        width: 83%;
        float: left;
    }

    .ecol-lg-84 {
        width: 84%;
        float: left;
    }

    .ecol-lg-85 {
        width: 85%;
        float: left;
    }

    .ecol-lg-86 {
        width: 86%;
        float: left;
    }

    .ecol-lg-87 {
        width: 87%;
        float: left;
    }

    .ecol-lg-88 {
        width: 88%;
        float: left;
    }

    .ecol-lg-89 {
        width: 89%;
        float: left;
    }

    .ecol-lg-90 {
        width: 90%;
        float: left;
    }

    .ecol-lg-91 {
        width: 91%;
        float: left;
    }

    .ecol-lg-92 {
        width: 92%;
        float: left;
    }

    .ecol-lg-93 {
        width: 93%;
        float: left;
    }

    .ecol-lg-94 {
        width: 94%;
        float: left;
    }

    .ecol-lg-95 {
        width: 95%;
        float: left;
    }

    .ecol-lg-96 {
        width: 96%;
        float: left;
    }

    .ecol-lg-97 {
        width: 97%;
        float: left;
    }

    .ecol-lg-98 {
        width: 98%;
        float: left;
    }

    .ecol-lg-99 {
        width: 99%;
        float: left;
    }

    .ecol-lg-100 {
        width: 100%;
        float: left;
    }
}

.ehreasyformscontainer .ptnotesorgans {
    margin: 0 0 5px;
}




/*                  =========               NEW STYLES              =============                       */

.ehreasyformscontainer textarea.ehr-form-control {
    resize: none;
    border: 1px solid lightgrey;
    border-radius: 4px;
    background: #fff;
}

.ehreasyformscontainer div[contenteditable="true"].ehr-form-control {
    border: 1px solid lightgrey;
    border-radius: 4px;
    background: rgb(255, 255, 255);
}

.ehreasyformscontainer input[type="text"].ehr-form-control {
    border: 1px solid lightgrey;
    border-radius: 4px;
    background: rgb(255, 255, 255);
}


.ehreasyformscontainer .testClassForFormat2 {
    color: black;
    background-color: grey;
}


/* This class is used to autosize the div elements when the data is enetered*/
.emrautosizeelement {
    content: "\00a0"
}

/*                  =========               NEW STYLES              =============                       */


/*                  =========            COMMON MANDARTORY VALIDATIONS STYLES CLASSES   - START             */

/*1.Mandatory validations failed class styles*/
.ehrmandatoryvalidationsfailed {
    background-color: yellow;
    color: red;
}

/*2.Mandatory validations success class styles*/
.ehrmandatoryvalidationssuccess {
    background-color: white;
    color: black;
}

/*                  =========             COMMON MANDARTORY VALIDATIONS STYLES CLASSES   - END             */


/** Following Two css for checkboxes to make gray scale and black tick in both create new and saved notes 
    Added by Ajay on 28-07-2020   */

.ehreasyformscontainer input[type="checkbox"]:checked {
    /*mix-blend-mode: luminosity;*/
    -webkit-filter: grayscale(100%) invert(280%) brightness(1.3);
}

.ehreasyformscontainer input[type="checkbox"][disabled]:checked {
    /*mix-blend-mode: luminosity;*/
    -webkit-filter: grayscale(100%) invert(100%) brightness(3.1)
}
