﻿.date-form {
    width: 100%;
    height: 40px;
    cursor: pointer;
    padding: 3px 3px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 32px;
    background-origin: content-box;
    background-image: url(../images/calendar.png);
}

    .date-form img {
        float: right;
    }

.date-input {
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    cursor: pointer;
    outline: none;
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 32px;
    background-origin: content-box;
    background-image: url(../images/calendar.png);
}

.submit-form-control[readonly] {
    /*background-color: #fff;*/
    cursor: pointer;
}

.submit-form-control {
    display: block;
    width: 100%;
    height: 45px;
    /*color: #27757e;*/
    /*font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;*/
    padding: 12px 10px 12px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    /*background-image: none;*/
    border: 0;
}

.submitform-content textarea {
    height: 105px;
    width: 100%;
    resize: none;
}

.submit-form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
}

.submit-form-control::-webkit-input-placeholder {
    color: #515761;
}

.submit-form-control::-moz-placeholder {
    color: black;
}

/*.submit-form-control[type='text']::-moz-placeholder
     {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        color: #979AA0;
    }
    /* Firefox 19+ */
/*.submit-form-control[type='text']:-moz-placeholder {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        color: #979AA0;
    }*/
/* Firefox 18- */
/*.submit-form-control[type='text']:-ms-input-placeholder {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        color: #979AA0;
    }*/

/*.submit-form-control[type='text'] {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
    }*/

.venzel {
    background-position: center;
    height: 25px;
    background-image: url(../images/venzel_top.png);
    margin: 10px 0 10px 0;
}

.venzel-bottom {
    background-position: center;
    height: 3px;
    background-image: url(../images/venzel_bottom.png);
    margin: 10px 0 25px 0;
}

.submit-fon {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    text-align: center;
    min-height: 475px;
    margin: 0 0 15px;
    background-attachment: fixed;
    background-position: center;
   }

.submitform-title {
    text-align: center;
    margin-top: 60px;
}

.submitform-content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: table;
}

.submitform-bottom {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

    .submitform-bottom a {
        text-decoration: underline;
    }

.submitform-second-title {
    text-align: center;
    margin: 10px 0 20px 0;
}

.sf-align-colum {
    text-align: left;
}

/*.form-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:.1em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
}*/

.form-text-secondary {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}

.not_chosen {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #515761;
}

    .not_chosen + span.arrow {
        border-color: #808080 transparent transparent transparent;
    }

.form-dropdown option {
    color: #080808;
}

    .form-dropdown option:first-child {
        color: #808080;
    }

.form-text-top {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    margin: auto;
    padding: 10px 0 30px;
    float: none;
}

.form-text-bottom {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.txt-bottom-scd {
    font-weight: 600;
}

.submit-bottom-2 {
    /*float: right;*/
    text-align: center;
}

/*Buttom */
.submit-btn {
    /*float: right;*/
    /*background-color: inherit;
   min-width: 145px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;*/
    text-transform: uppercase;
    border: 2px solid;
}

    .submit-btn:hover {
        /*background-color: #27757e;
        color: #fff;
        border-color: #27757e;*/
        text-decoration: none;
    }
/*Buttom */


.dropdown-count {
    width: 49.4%;
    display: inline-block;
}

.submit-form-dropdown select {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px;
    background-origin: content-box;
    background-image: url(../images/arrow_dropdown.png);
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/
}

.submit-checkbox[type="checkbox"]:not(checked) + .submit-checkbox-label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #FFF;
}
/* CheckBox*/

.submit-checkbox[type="checkbox"]:not(checked) + .submit-checkbox-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    background: url(../images/checkbox_submitform.png) 0px 0px no-repeat;
}

/*Modal window*/
.submit-modal-content {
    border-radius: 0px;
    text-align: center;
}

.modal-header {
    text-align: center;
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
    text-align: center;
    margin: auto;
    width: 200px;
}

.submit_modal_success, .submit_modal_error {
    padding: 0;
}

.submit-modal-btn {
    width: 100%;
}

.sbm-align-text {
    text-align: center;
}


@media (max-width: 990px) {

    .submit-btn {
        float: none;
        margin-top: 15px;
    }
}

/*@media (min-width: 1460px) {
    .submit-fon {
        background-image: url('../images/background_lg.jpg');
    }
}*/
