﻿body {
    padding: 0px;
    margin: 0px;
    font-family: "Calibri", "Candara";
    font-weight: normal;
}

.body {
    width: 960px;
    min-width: 320px;
    margin: 30px auto 0px auto;
    height: auto;
    min-height: calc(100vh - 130px);
    /*min-height: 400px;*/
}

@font-face {
    font-family: PFIsotextPro-Bold;
    src: url(fonts/PFIsotextPro-Bold.ttf);
}

div, tr, td, a {
    padding: 0px;
    margin: 0px;
    border: 0 none;
}

a {
    outline: none;
    text-decoration: none;
}

    a img {
        border: none;
    }

.TitleHead {
    /*background: linear-gradient(to top, #cdcdcd, #dfdfdf);*/
    background: url(./img/mask.png) repeat;
    height: 120px;
    min-width: 400px;
}

.TitleHeadGray {
    background: linear-gradient(to top, #cdcdcd, #dfdfdf);
    height: 120px;
}

.TitleItems {
    max-width: 960px;
    min-width: 400px;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    /*border:1px solid red;*/
}

.logo_container {
    flex: 0 0 84px;
    position: relative;
    content: url("./img/full_logo.png");
    padding-left: 10px;
}

.page_body {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

.bg1 {
    background: url('./img/bg.jpg') center 0 no-repeat;
    background-size: cover;
    /*height: calc(100vh - 122px);*/
    height: 100vh;
    min-height: 500px;
    min-width: 400px;
}

.white_panel {
    border: 1px solid rgba(0, 0, 0, 0.7);
    background-color: #f4f4ff;
    width: 320px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gray_line {
    background: #d8d8d8;
    height: 1px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.InputTextLogin {
    width: 280px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}


.InputText {
    width: 300px;
    height: 30px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}


.objshadow {
    position: relative;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.menu_box {
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}

.menu_button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 150px;
    height: 170px;
    margin-top: 15px;
    margin-left: 15px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .menu_button:hover {
        background: #f1c40f;
    }

.menu_button_selected {
    background: #a7dd92;
}

.menu_button_icon {
    padding: 5px;
    width: 100px;
    height: 100px;
}

.btn180 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px 5px 0px 0px;
    width: 180px;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .btn180:hover {
        background: #f1c40f;
    }

.HelpText10 {
    font-size: 10px;
    font-weight: normal;
    color: #444;
}

.HelpText12 {
    font-size: 12px;
    font-weight: normal;
    color: #444;
}

.StdTextGreen12 {
    font-size: 12px;
    color: #00923f;
}

.TitleText12 {
    font-size: 12px;
    font-weight: bold;
}

.HelpText14 {
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

.StdText14 {
    font-size: 14px;
}

.StdTextRed14 {
    font-size: 14px;
    color: #d10e1f;
}

.StdTextGreen14 {
    font-size: 14px;
    color: #00923f;
}

.TitleText14 {
    font-family: PFIsotextPro-Bold;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.StdText16 {
    font-size: 16px;
}

.TitleText16 {
    font-size: 16px;
    font-weight: bold;
}

.HelpText18 {
    font-size: 18px;
    font-weight: normal;
    color: #444;
}

.StdText18 {
    font-size: 18px;
}

.TitleText18 {
    font-family: PFIsotextPro-Bold;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.StdText24 {
    font-size: 24px;
    font-weight: normal;
}

.HeadTitleText {
    padding: 20px 0px 0px 15px;
    color: #f1c40f;
    -moz-text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    font-family: PFIsotextPro-Bold;
    letter-spacing: 0.01em;
    font-size: 36px;
    font-weight: normal;
}

.HeadTitleTextBlack {
    font-size: 28px;
    padding: 20px 0px 0px 15px;
    letter-spacing: 0.1px;
    color: #000;
}

.gray_bg {
    height: 100%;
    /*min-height:100vw;*/
    background: url(./img/mask2.png) repeat, #f4f4f4;
}

.rush_msg {
    width: 100%;
    position: fixed;
    height: 25px;
    padding-top:5px;
    text-align: center;
    background-color: #ff0000;
    display: none;
    font-size:16px;
    color:#000;
    
}

.header {
    width: 960px;
    min-width: 320px;
    height: 80px;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.header_rush {
    width: 960px;
    min-width: 320px;
    height: 80px;
    padding: 40px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.head_logo {
    display: inline-block;
    width: 400px;
    height: 44px;
    padding-left: 10px;
    font-family: PFIsotextPro-Bold;
    letter-spacing: 0.01em;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-shadow: #000 0 0 2px;
}

.head_logo_pic {
    padding-right: 10px;
}

.head_logo_text {
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
    color: #199006;
}

.head_panel {
    float: right;
    display: inline-block;
    max-width: 400px;
    width: auto;
    height: 44px;
    padding: 15px 10px 0px 10px;
}

.head_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .head_button:hover {
        background: #f1c40f;
    }


.head_user {
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    min-width: 145px;
    color: #868686;
}

    .head_user:hover {
        color: #000;
    }

.head_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .head_button:hover {
        background: #f1c40f;
    }

.head_user {
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    min-width: 145px;
    color: #868686;
    text-align: right;
}

    .head_user:hover {
        color: #000;
    }

.head_user_menu_item {
    display: block;
    font-family: PFIsotextPro-Bold;
    font-size: 18px;
    color: #868686;
    background: #fff;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    transition: 0.5s;
    padding: 10px;
}

    .head_user_menu_item:hover {
        color: #000;
        background: #f1c40f;
    }

.menu_head_text {
    font-family: PFIsotextPro-Bold;
    font-size: 20px;
    padding: 0px 0px 5px 10px;
}

.TitleText24 {
    font-family: PFIsotextPro-Bold;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

#head_user_mobile_menu {
    display: none;
}

.TitleText20 {
    font-family: PFIsotextPro-Bold;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.TitleText20_m17 {
    font-family: PFIsotextPro-Bold;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.nav_link {
    color: #868686;
}

    .nav_link:hover {
        color: #000;
    }

.nav_title {
    display: inline-block;
}

.Filter_panel {
    width: 930px;
    padding-left: 20px;
}

.FilterDropDownMenu {
    width: 221px;
    height: 42px;
    font-size: 16px;
    border: 1px solid #bfbdbd;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

    .FilterDropDownMenu:hover {
        border: 1px solid #555;
    }

.FilterTextMenu {
    width: 221px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #bfbdbd;
    background-color: #fff;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    top: -.6px;
}

    .FilterTextMenu:hover {
        border: 1px solid #555;
    }

.FilterLogHistoryElement3Width {
    width: 211px;
    margin-left: -0.31em;
    padding-right: 10px;
}

.FilterLogHistoryElement4Width {
    width: 211px;
    margin-left: -0.31em;
    padding-right: 10px;
}

.FilterOrderLogElement1Width {
    width: 201px;
    padding-right: 10px;
}

.FilterOrderLogElementStreetWidth {
    width: 400px;
    padding-right: 10px;
}

.FilterOrderLogElementNumberWidth {
    width: 125px;
    padding-right: 10px;
}

.PerformerMaterialWidth {
    width: 590px;
    padding-right: 10px;
}

.PerformerQTYWidth {
    width: 100px;
    padding-right: 10px;
}


.LeftRadius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.RightRadius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.FindButtomMargin {
    margin: 20px 0px 0px 378px;
}

.FindButtomClearPadding {
    display: block;
    padding: 10px 0px 10px 40px;
}

.button_save {
    display: inline-block;
    text-align: left;
    width: 180px;
    height: 50px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .button_save:hover {
        background: #f1c40f;
    }

.button_save_text {
    display: inline-block;
    width: 120px;
    position: relative;
    top: -20px;
    padding-left: 5px;
    text-align: left;
}

.button_save_icon {
    padding: 5px;
    width: 40px;
    height: 40px;
}

.button_save_icon_square {
    padding: 5px;
    width: 40px;
    height: 40px;
    display: block;
    padding-left: 20px;
}

.button_save_text_square {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.button_save_square {
    display: inline-block;
    text-align: left;
    width: 80px;
    height: 70px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .button_save_square:hover {
        background: #f1c40f;
    }

.greenBG {
    background-color: #d5e5cf;
}


.add_performer_material_button {
    position:relative;
    top:17px;
    left:10px;
}

.button_add_material_panel {
    display:inline-block;
}

.TextLink12 {
    font-size: 12px;
    font-weight: normal;
    color: #444;
}

    .TextLink12:hover {
        color: #000;
    }

.divLineButton {
    display: block;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    vertical-align: top;
    padding: 7px 0px 0px 10px;
    transition: 0.5s;
}

    .divLineButton:hover {
        background: #f1c40f;
    }

.divLineButton_line {
    border-top: 1px solid #d8d8d8;
}

.menu_button_company {
    display: inline-block;
    text-align: left;
    width: 446px;
    min-height: 90px;
    margin-top: 20px;
    border: 1px solid #000;
    background: #fff;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

.menu_button_add {
    display: inline-block;
    text-align: left;
    width: 240px;
    height: 50px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

    .menu_button_add:hover {
        background: #f1c40f;
    }

.menu_button_icon_add {
    padding: 5px;
    width: 40px;
    height: 40px;
}

.width_full {
    width: 940px;
    min-height: 0px;
}

.list_element_1 {
    display: inline-block;
    width: 510px;
    position: relative;
    top: -17px;
}

.list_element_1_1 {
    display: inline-block;
    width: 260px;
    position: relative;
    top: -17px;
}

.list_element_1_2 {
    display: inline-block;
    width: 250px;
    position: relative;
    top: -17px;
    text-align: center;
}

.list_element_2 {
    display: inline-block;
    width: 400px;
}

.list_ref_1_1 {
    display: inline-block;
    width: 200px;
    position: relative;
    top: -17px;
}

.list_ref_1_2 {
    display: inline-block;
    width: 510px;
    position: relative;
    top: -17px;
    text-align: center;
}

.list_ref_2 {
    display: inline-block;
    width: 200px;
}

.list_oblog_1 {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.list_oblog_2 {
    display: inline-block;
    width: 490px;
    text-align: left;
    vertical-align:top;
}

.list_oblog_3 {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    text-align:right;
}

.list_oblog_edit_button_container {
    text-align: right;
    margin: 0px 20px 5px 0px;
    display:inline-block;
}

.pageSel {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background: #a7dd92;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    padding: 11px 0px 11px 0px;
    margin: 0px 5px 0px 0px;
    width: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pageNotSel {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    padding: 11px 0px 11px 0px;
    margin: 0px 5px 0px 0px;
    width: 40px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .pageNotSel:hover {
        background: #f1c40f;
        color: #000;
    }

.pageNotSelN {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    padding: 11px 0px 11px 0px;
    margin: 0px 5px 0px 0px;
    width: 80px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .pageNotSelN:hover {
        background: #f1c40f;
        color: #000;
    }

.HideMobileBlock {
    display: block;
}

.HideDesktopBlock {
    display: none;
}

HideMobileInlineBlock {
    display: inline-block;
}

.HideDesktopInlineBlock {
    display: none;
}

.PaddingLeft_30_m5 {
    width: auto;
    padding-left: 30px;
}

.input_dropdown_field {
    background: #fff;
    color: #000;
    font-size: 16px;
    width: 472px;
    height: 30px;
    border: 1px solid #000;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px #555;
    cursor: pointer;
}

.input_dropdown_field_red {
    background: #ffc5c5;
    color: #000;
}

.add_text_red {
    background: #ffc5c5;
    color: #000;
    font-size: 16px;
    width: 460px;
    height: 30px;
    padding-left: 10px;
    margin-left: 13px;
    border: 1px solid #000;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px #555;
}

.add_text_white {
    background: #fff;
    color: #000;
    font-size: 16px;
    width: 460px;
    height: 30px;
    padding-left: 10px;
    margin-left: 13px;
    border: 1px solid #000;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px #555;
}

.add_text_gray {
    background: #f4f4f4;
    color: #000;
    font-size: 16px;
    width: 460px;
    height: 30px;
    padding-left: 10px;
    margin-left: 13px;
    border: 1px solid #000;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px #555;
}

.width300_m280 {
    width: 300px;
}

.width142_m280 {
    width: 142px;
}

.width180_m298 {
    width: 180px;
}

.width617_m280 {
    width: 617px;
}

.width450_m300 {
    width: 450px;
}

.executor_info_msg_class {
    max-width: 300px;
    padding: 10px 0px 10px 10px;
}



.StdRedText14 {
    font-size: 14px;
    font-weight: normal;
    color: #f00;
}

.change_password_panel {
    border: 1px dotted rgb(0, 0, 0);
    width: 500px;
    padding-left: 25px;
    margin-top: 20px;
    display: block;
}

.qr_code_style {
    border: 1px solid #000;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 3px 5px #555;
    -webkit-box-shadow: 0px 3px 5px #555;
    box-shadow: 0px 3px 5px #555;
}

.report_photo{
    width:290px;
}

.del_link {
    font-size: 14px;
    font-weight: normal;
    color: #868686;
    text-align:center;
    text-decoration:underline;
    cursor:pointer;
}

    .del_link:hover {
        color: #000;
    }