@import url('https://fonts.googleapis.com/css?family=Roboto');

.navbar {
    padding: 23px 1rem !important;
}

body {
    background: #edeeef;
    font-family: 'Roboto';
}

.page-header {
    color: #000;
    font-size: 36px;
    padding-top: 20px;
    font-weight: 600;
    min-width: 435px;
    color: #1d374f;
}

.crumps {
    color: #999;
}

.crumps a {
    color: #000 !important;
    text-decoration: none !important;
}

a.navbar-brand {
    position: relative;
    top: -40px;
}

a.navbar-brand img {
    position: absolute;
    width: 74px;
    height: 70px;
    top: 10px;
    left: -30px;
}

.header-text {
    position: relative;
}

.header-text .text {
    position: absolute;
    width: 480px;
    top: -35px;
    left: 56px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;

}

.header-text span {
    display: block;
    font-size: 20px;

}

nav button {
    font-size: 20px !important;
    font-weight: 600 !important;
    background: #0065ba !important;
    padding: 10px 20px !important;
    border-radius: 7px !important;
    position: relative;
    left: 28px;
}

/**
стили документов
 */
.document-list {

}

.document-list .document {
    background: #fff;
    border-bottom: 1px solid #edeeef;
    padding: 15px 55px;
}

.document-list .name {
    font-size: 26px;
    color: #000;
}

.document-list .description {
    font-size: 15px;
    color: #000;
}

.document-list .document button {
    background: #0065ba !important;
    color: #fff;
    border-radius: 3px !important;
    font-size: 15px;
    padding: 15px 10px;
    font-weight: 700;
}

.document-list .document .download {
    padding-top: 25px;
}

/**
модальное окно. Скачивание документа
 */
#order #order_header {
    font-size: 28px;
}

.modal-content {
    border-radius: 0px !important;
}

.btn-send-document {
    background: #0065ba !important;
    color: #fff;
    border-radius: 3px !important;
    font-size: 15px;
    padding: 15px 10px;
    font-weight: 700;
}

/**
всплывающая подсказка
 */




.testInput{
    position: relative;
}
span.labelStart {
    top: 30px;
    position: absolute; }

span.labelSlide {
    top: -6px;
    position: absolute;
    font-size: 11px;
}

span.label2 {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 10px;
    font-family: 'Helevetica', sans-serif;
    text-transform: uppercase;

}

input[type="email"] {
    width: 100%;
    border: none;
    padding: 10px 10px;
    font-family: 'Lato', sans-serif;
    background: transparent;
    z-index: 999;
    position: relative;
    /*border-bottom: 1px solid #47443C;*/
    border: none;
    border-bottom: 2px solid #dddddd;
}

input[type="email"]:focus {
    border: none !important;
    outline: none;
    border-bottom: 2px solid #0e49b9 !important;
}


/**
customize checkbox
 */
.customCheckbox {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: #eaeaea;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    overflow: hidden;
}

.customCheckbox.customCheckboxChecked {
    background: #6CC5EB;
    border: 1px solid #60ACCC;
}

.customCheckbox input {
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.customCheckbox span {
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 90%;
    color: #222;
}

.customCheckbox.customCheckboxChecked span {
    display: block;
}

/**
таблица с загрузками
 */
.table-downloads {
    background: #fff;
}

.table-downloads th {
    text-align: center;
    background: #444;
    color: #fff;
}

.email-ceil {
    vertical-align: middle !important;
    text-align: center;
    font-weight: 700;
}

.modal-dialog {
    margin-top: 15% !important;
}

@media screen and (max-width: 760px) {
    .header-text {
        display: none;
    }

    a.navbar-brand img {
        left: 0px;
    }

    nav button {
        left: 0px;
    }

    .page-header {
        font-size: 24px;
        min-width: 0px;
    }

    .document-list .document {
        padding: 15px 0px;
    }

    .document-list .name {
        font-size: 22px;
    }

    #order #order_header {
        font-size: 20px;
    }
}