/*------------------------------------*\
$GLOBAL
\*------------------------------------*/
.frm {
    color: #404040;
    margin: 0;
}
.frm h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.frmrow {
    display: block;
    padding: 0 0 10px;
    margin: 0;
    position: relative;
}
.frmcaption {
    display: block;
    color: #202020;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin: 0 0 5px 10px;
}
.type_text .input,
.type_textarea .input,
.type_select_filter .txtinput {
    display: block;
    overflow: hidden;
}
.type_text input,
.type_textarea textarea,
.type_select_filter .txtinput input {
    background: #ffffff;
    border: 2px solid #eee;
    display: block;
    line-height: 20px;
    padding: 8px;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.type_textarea textarea {
    height: auto;
}
.type_check_one .input,
.type_check_many .input {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.type_check_one .input label,
.type_check_many .input label {
    display: block;
}
.type_check_one .input input,
.type_check_many .input input {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.type_check_one .input .cptn,
.type_check_many .input .cptn {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}
.type_select select,
.type_multiselect select {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*------------------------------------*\
$ERRORS
\*------------------------------------*/
.error .frmcaption {
    color: #e54d24!important;
}
.error.type_text input,
.error.type_textarea textarea {
    border-color: #e54d24!important;
}
.type_check_one.error .cptn,
.type_check_many.error .cptn {
    color: #e54d24;
}
.inputerror {
    display: block;
    margin: 5px 0 0 10px;
    color: #e54d24;
    font-size: 11px;
}
/*------------------------------------*\
$INPUT STYLES
\*------------------------------------*/
.frm .type_text .input,
.frm .type_textarea .input,
.frm .type_select_filter .txtinput {
    width: 490px;
    display: inline-block;
    vertical-align: middle;
}
.frm .type_text input,
.frm .type_textarea textarea,
.frm .type_select_filter .txtinput input {
    padding: 10px 10px;
}
.frm .type_textarea textarea {
    height: 74px;
}
.frm .type_select_filter .txtinput {
    margin-top: 4px;
}
.frm .type_select_filter .txtinput input {
    width: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.frm .type_select_filter .txtinput {
    float: left;
    margin-right: 10px;
}
.frm .type_select_filter select {
    width: 300px;
}
.frm .type_select_filter .add {
    padding-left: 253px;
    padding-top: 4px;
    font: 11px sans-serif;
    margin-top: -6px;
}
.frm .type_text.postindex input {
    width: 150px;
}
.frm .type_text.postindex .search {
    padding-top: 6px;
    float: left;
    font-size: 13px;
    padding-left: 10px;
}
.frm .type_text.postindex .search a {
    text-decoration: underline;
}
.frm .type_select select,
.frm .type_multiselect select {
    width: 490px;
}
.frm .type_check_one .cptn,
.frm .type_check_many .cptn {
    display: inline-block;
}
.frm01 .frmrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.frm01.grey {
    padding: 20px;
    background: #f3f6f9;
}
.frm01.grey .buttons {
    padding-bottom: 0px;
}
.frm01.borders .frmrow {
    border-bottom: 1px solid #E6EAED;
    padding-top: 19px;
}
.frm01.borders .frmrow:first-child {
    border-top: 2px solid #0550F0;
    padding-top: 18px;
}
.frm01 .frmcaption {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    width: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.frm01 .type_text .input,
.frm01 .type_textarea .input,
.frm01 .type_select2 .input {
    width: 100%;
    max-width: 400px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.frm01 .type_text.small .input {
    max-width: 100px;
}
.frm01 .type_text input,
.frm01 .type_textarea textarea,
.frm01 .type_select_filter .txtinput input {
    background: #FFFFFF;
    border: 2px solid #E6EAED;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 13px;
}
.frm01 .type_select2 select {
    width: 100%;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox input[type="checkbox"]:checked + label span {
    background: #0550F0;
    border-color: #0550F0;
}
.checkbox input[type="checkbox"]:checked + label span:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: url(../images/base/ico-check.png) no-repeat center;
}
.checkbox label {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.checkbox label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #E6EAED;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.frm01 .type_check_many .input {
    padding-left: 0px;
}
.frm01 .type_check_many .input .checkbox {
    display: inline-block;
    vertical-align: top;
}
.frm01 .type_check_many .input .checkbox + .checkbox {
    margin-left: 62px;
}
.frm01 .type_upload_image .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.frm01 .type_upload_image .preview {
    width: 120px;
    height: 120px;
    background-image: url(../images/base/img-placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
}
.frm01 .type_upload_image .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.frm01 .type_upload_image .actions .button + .button {
    margin-left: 10px;
}
.frm01 .buttons {
    padding-top: 20px;
    padding-left: 220px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.frm01 .buttons .button + .button {
    margin-left: 20px;
}
.frm.auth .frmrow {
    padding-bottom: 20px;
}
.frm.auth .frmcaption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #00067F;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.frm.auth .type_text .input,
.frm.auth .type_textarea .input,
.frm.auth .type_select_filter .txtinput {
    width: 100%;
}
.frm.auth .type_text input,
.frm.auth .type_textarea textarea,
.frm.auth .type_select_filter .txtinput input {
    background: #FFFFFF;
    border: 2px solid #E6EAED;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 50px;
    padding: 13px;
}
.frm.auth .buttons {
    margin-top: 20px;
}
.frm.auth .buttons .button {
    width: 100%;
}
/* Select 2 */
.select2-container--default .select2-selection--single {
    border: 2px solid #E6EAED;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    padding-right: 53px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
    right: 0px;
    border: 2px solid #E6EAED;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 3px 0 3px;
    border-color: #054ff0 transparent transparent transparent;
    margin-left: -3px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
    border-color: transparent transparent #054ff0 transparent;
}
.select2-dropdown {
    border: 2px solid #E6EAED;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #E6EAED;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #E6EAED;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0550F0;
}
/*------------------------------------*\
$MESSAGES
\*------------------------------------*/
.msg-error,
.msg-success,
.msg-note {
    margin: 0 0 20px;
    padding: 5px 10px;
    clear: both;
    color: #ffffff;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px
}
.msg-error p,
.msg-success p,
.msg-note p {
    color: #ffffff;
    font-size: 12px;
}
.msg-error {
    background-color: #d84a33;
}
.msg-success {
    background-color: #82bd1c;
}
.msg-note {
    background-color: #bda41c;
}