﻿.picker__select--month, .picker__select--year {
    height: auto;
}

@media (min-height: 26.5em) {
    .picker__box {
        font-size: 16px;
    }
}

.bootstrap-filestyle .buttonText {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    margin-left: 20px;
    margin-top: 9px;
}

.bootstrap-filestyle .badge {
    top: -6px;
    background-color: #3fb50c;
    margin-left: 10px;
}

.bootstrap-filestyle .icon-span-filestyle {
    font-size: 20pt;
    margin-top: 4px;
}

.checkbox {
    padding-left: 55px;
}

.radio {
    padding-left: 40px;
}

.radio.radio-inline {
    margin-top: 5px;
}

.btn-document {
    cursor: pointer;
    color: #fafafa;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    display: block;
    border: 0.03125em solid #fff1f4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    text-align: center;
    background-color: #e1697b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0275d8), to(#115590));
    background-image: -webkit-linear-gradient(top, #0275d8, #115590);
    background-image: -moz-linear-gradient(top, #0275d8, #115590);
    background-image: -o-linear-gradient(top, #0275d8, #115590);
    background-image: linear-gradient(to bottom, #0275d8, #115590);
}

.btn-document:hover,
.btn-document:focus,
.btn-document:active,
.btn-document.active {
    color: white;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    display: block;
    border: 0.03125em solid #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    text-align: center;
    background-color: #0262d8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0262d8), to(#115590));
    background-image: -webkit-linear-gradient(top, #0262d8, #115590);
    background-image: -moz-linear-gradient(top, #0262d8, #115590);
    background-image: -o-linear-gradient(top, #0262d8, #115590);
    background-image: linear-gradient(to bottom, #5096ed, #115590);
}

.btn-chat {
    cursor: pointer;
    color: #fafafa;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    display: block;
    border: 0.03125em solid #fff1f4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    text-align: center;
    background-color: #bb0b46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed546b), to(#bb0b46));
    background-image: -webkit-linear-gradient(top, #ed546b, #bb0b46);
    background-image: -moz-linear-gradient(top, #ed546b, #bb0b46);
    background-image: -o-linear-gradient(top, #ed546b, #bb0b46);
    background-image: linear-gradient(to bottom, #ed546b, #bb0b46);
}

.btn-chat:hover,
.btn-chat:focus,
.btn-chat:active,
.btn-chat.active {
    color: white;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    display: block;
    border: 0.03125em solid #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    text-align: center;
    background-color: #e12929;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f26868), to(#e12929));
    background-image: -moz-linear-gradient(top, #f26868, #e12929);
    background-image: -o-linear-gradient(top, #f26868, #e12929);
    background-image: linear-gradient(to bottom, #f26868, #e12929);
}

.btn-toggle {
    color: #5f8cb9;
    background-color: #c0d8ef;
    border-color: #a3cbf2;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
    color: #fff;
    background-color: #3185d5;
    border-color: #1a5a97;
}

.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
    background-image: none;
}

.btn-toggle .badge {
    color: #5bc0de;
    background-color: #fff;
}

label.lblMultiFile input[type="file"] {
    position: absolute;
    left: -1000px;
    height: 10px;
    overflow: hidden;
    z-index: 0;
}

/***** Example custom styling *****/
.lblMultiFile {
    border: 1px solid #337ab7;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #337ab7;
    color: white;
    display: inline-block;
    cursor: pointer;
    display: table;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.lblMultiFile i {
    display: table-cell;
    vertical-align: middle;
}

.lblMultiFile span {
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}

.lblMultiFile:hover {
    background: #23527c;
}

.lblMultiFile:active {
    background: #337ab7;
}

.multifile-list {
    margin-top: 10px;
}

.multifile-list:empty {
    display: block;
    content: 'No files selected';
}

.MultiFile-remove {
    border-color: #337ab7;
    display: table-cell;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5em;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MultiFile-remove:before {
    content: "\f2d3";
}

.MultiFile-remove:hover {
    text-decoration: none;
}

.MultiFile-label {
    display: table;
    border-top: 1px dotted #4c8ed2;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}

.MultiFile-label:last-child {
    border-bottom: 1px dotted #4c8ed2;
}

.MultiFile-label span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    border-top: none;
    border-bottom: none;
    width: 100%;
}

.MultiFile-label span:last-child {
    border-bottom: none;
}

.label-mandatory {
    margin-right: 4px;
    color: #e12929;
    font-weight: bold;
}

.space-left-10 {
    margin-left: 10px;
}

.font-color-bad {
    color: red;
}

.font-color-good {
    color: green;
}

.error-messages a {
    color: darkred;
}

.xs-bot, .md-bot {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}



@media (max-width: 991px) {
    .md-bot {
        display: block;
    }
}