﻿.width-100 {
    width: 100%;
}
.btn-blue {
    background-color: #6acaff;
    color: #fff;
    border-color: #4c7889;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue {
        border-color: #33505b;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled,
    .btn-blue[disabled],
    fieldset[disabled] .btn-blue,
    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled.focus,
    .btn-blue[disabled].focus,
    fieldset[disabled] .btn-blue.focus,
    .btn-blue.disabled:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn-blue:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue.active {
        border-color: #4c7889;
    }


[ta-button] {
    height: 44px;
    margin-bottom: 5px;
}

.red {
    color: red;
}
small {
    font-size: 12px;
}
.form-wrap label  b{
    color: #f00;
}
.mr-40 {
    margin-right: 40px;
}


.icons-calendar {
    background-image: url(../images/cal-icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer !important;
    padding-right: 35px !important;
}