﻿@media screen and (max-width: 3000px) and (min-width: 1200px) {

    body {
        height: 100%;
    }

    .header {
        margin: 0px auto !important;
        align-items: center;
        width: 80%;
        height: 60px;
    }

    .header_left {
        float: left;
        width: 48%;
        text-align: left;
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        font-size: 30px;
        height: 50px;
    }

    .header_right {
        float: right;
        width: 48%;
        text-align: right;
    }

    .logo_pvd_form {
        width: 60px
    }

    .div_menu {
        width: 230px;
        float: left;
        height: 100%;
        position: fixed;
        z-index: 100;
        background-color: white;
        margin-top: -8px;
        margin-left: -8px;
    }

    .menu_mobile {
        display: none;
    }

    #vertical-menu {
        width: 100%;
    }

        #vertical-menu a {
            /*background-color: white;*/
            color: RGB(117, 112, 112);
            display: block;
            padding-left: 60px;
            padding-bottom: 6px;
            padding-top: 6px;
            padding-right: 10px;
            text-decoration: none;
            font-family: Cambria;
            font-weight: bold;
            font-size: 14px;
        }


    #inbox .actives {
        color: darkorange !important;
        background: url(/images/inbox-orange.png) 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #ui-datepicker-div {
        font-family: Cambria;
    }

    #inboxChildOne .actives, #inboxChildTwo .actives, #pendingChildOne .actives, #pendingChildTwo .actives,
    #reportChildOne .actives, #reportChildTwo .actives, #reportChildThree .actives, #reportChildFour .actives, #reportChildFive .actives {
        color: darkorange !important;
        background: url(/images/square_orange.png) 20px 11px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #pending .actives {
        color: darkorange !important;
        background: url('/images/pending-orange.png') 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #close .actives {
        color: darkorange !important;
        background: url('/images/close-card-orange.png') 20px 7px no-repeat, url(/images/arrow_orange.png) 195px 12px no-repeat !important;
    }
    #good .actives {
        color: darkorange !important;
        background: url('/images/good-orange.png') 20px 6px no-repeat, url(/images/arrow_orange.png) 195px 12px no-repeat !important;
    }
    #awarded .actives {
        color: darkorange !important;
        background: url('/images/awarded-orange.png') 20px 5px no-repeat, url(/images/arrow_orange.png) 195px 11px no-repeat !important;
    }

    #yourcard .actives {
        color: darkorange !important;
        background: url('/images/YourCard-Orange.png') 20px 5px no-repeat, url(/images/arrow_orange.png) 205px 10px no-repeat !important;
    }

    #view_card .actives {
        color: darkorange !important;
        background: url('/images/close-orange.png') 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #observation .actives {
        color: darkorange !important;
        background: url('/images/safety-orange.png') 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #company .actives {
        color: darkorange !important;
        background: url('/images/department-orange.png') 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #user .actives {
        color: darkorange !important;
        background: url('/images/users-orange.png') 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }

    #report .actives {
        color: darkorange !important;
        background: url(/images/report_orange.png) 20px 9px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
    }



    #vertical-menu #inboxChildOne a:hover, #vertical-menu #inboxChildTwo a:hover, #vertical-menu #company a:hover, #vertical-menu #user a:hover,
    #vertical-menu #inbox a:hover, #vertical-menu #pending a:hover, #vertical-menu #close a:hover, #vertical-menu #view_card a:hover,
    #vertical-menu #observation a:hover, #vertical-menu #pendingChildOne a:hover, #vertical-menu #pendingChildTwo a:hover,
    #vertical-menu #reportChildOne a:hover, #vertical-menu #reportChildTwo a:hover, #vertical-menu #reportChildThree a:hover,
    #vertical-menu #reportChildFour a:hover, #vertical-menu #reportChildFive a:hover {
        color: blue !important;
        background-color: transparent;
        /*background: transparent url('/images/arrow_orange.png') 195px 16px no-repeat !important;*/
    }
    /*
#vertical-menu #company a:hover {
    color: darkorange !important;
    background: transparent url('/images/department-orange.png') 20px 10px no-repeat !important;
}

#vertical-menu #user a:hover {
    color: darkorange !important;
    background: transparent url('/images/users-orange.png') 20px 10px no-repeat !important;
}

#vertical-menu #inbox a:hover {
    color: darkorange !important;
    background: transparent url('/images/inbox-orange.png') 20px 10px no-repeat !important;
}

#vertical-menu #pending a:hover {
    color: darkorange !important;
    background: transparent url('/images/pending-orange.png') 20px 10px no-repeat !important;
}

#vertical-menu #close a:hover {
    color: darkorange !important;
    background: transparent url('/images/close-card-orange.png') 20px 12px no-repeat !important;
}

#vertical-menu #view_card a:hover {
    color: darkorange !important;
    background: transparent url('/images/close-orange.png') 20px 10px no-repeat !important;
}

#vertical-menu #observation a:hover {
    color: darkorange !important;
    background: transparent url('/images/safety-orange.png') 20px 10px no-repeat !important;
}*/

    .mobile-container {
        width: 100%;
        background-color: white;
        color: black;
        border-radius: 10px;
        float: right;
        margin-top: 10px;
    }





    .container {
        max-width: 1480px;
        float: left;
        width: 100%;
        background-color: transparent;
        margin-top: -8px;
    }

    .div_username {
       /* max-width: 1480px;*/
        width: 100%;
        height: 50px;
        border-bottom: 3px solid lightgrey;
    }

    .navigation_menu {
        width: 100%;
        margin-top: 10px;
    }

    .search_info, .search_info_2 {
        width: 27%;
        float: left;
    }

    .search_label {
        width: 35%;
        text-align: left;
        float: left;
        margin-top: 5px;
    }

    .search_text {
        width: 64%;
        float: left;
    }

    .search_button {
        width: 15%;
        float: right;
        text-align: right;
    }

    .button {
        padding: 0.7rem 1.2rem 0.6rem;
        color: black;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        border: 2px solid black;
        padding: 0;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        background: transparent;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .button_red {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        /*background-image: linear-gradient(to bottom, RGB(215,26,33), RGB(180,21,28)) !important;*/
        background: url(/images/delete-white.png) 16px 12px no-repeat, linear-gradient(to bottom, RGB(215,26,33), RGB(180,21,28)) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_blue {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 20px;
       /* background-image: linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;*/
        background: url(/images/find-icon-white.png) 16px 10px no-repeat, linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .button_green {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        background: url(/images/submit-white.png) 16px 12px no-repeat, linear-gradient(to bottom, #00b09b, #96c93d) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_orange {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        background-image: linear-gradient(87deg,#F7AC1E 0,#FF440F 100%) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_pink {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        /*background-image: linear-gradient(87deg, RGB(238,72,86) 0, RGB(235,37,52) 100%) !important;*/
        background: url(/images/good-white.png) 16px 12px no-repeat, linear-gradient(87deg, RGB(243,131,139) 0, RGB(238,72,86) 100%) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        background: transparent;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_gold {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        background: url(/images/awarded-white.png) 16px 12px no-repeat, linear-gradient(87deg, RGB(224,174,41) 0, RGB(197,151,29) 100%) !important;
        /*        background: linear-gradient(87deg, RGB(224,174,41) 0, RGB(197,151,29) 100%) !important;*/
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_grey {
        padding: 0.7rem 1.2rem 0.6rem;
        color: white;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        background-image: linear-gradient(87deg,RGB(210,210,210) 0,RGB(160,160,160) 100%) !important;
        border: 0px;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.23rem;
        overflow: hidden;
        cursor: pointer;
        background: transparent;
        -webkit-transition: all .075s;
        -moz-transition: all .075s;
        -ms-transition: all .075s;
        -o-transition: all .075s;
        transition: all .075s;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .div_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: RGB(255,4,61);
    }

    #find_menu .actives {
        color: white;
    }

    #container {
        max-width: 1480px;
        margin-left: 250px;
        float: left;
        width: 80%;
        /*    background-color: white;*/
        /*margin-top: 10px;*/
        border-radius: 10px;
    }

    #main {
        min-height: 95vh; /*padding: 0 110px;
    margin: 0 auto; */
        max-width: 1480px;
        width: 100%;
    }

    .dv_left {
        float: left;
        width: 35%;
        margin-top: 15px;
        margin-left: 20px;
    }

    .dv_right {
        float: left;
        width: 56%;
        margin-top: 15px;
        margin-left: 40px;
    }



    .request {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .lb_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 25%;
        float: left;
    }

    .text_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 75%;
        float: left;
    }

    .lb_request1_2 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 25%;
    }

    .lb_request1 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 24%;
    }

    .cbl {
        font-family: Cambria;
        font-size: 14px;
    }




    .first_td {
        font-size: 14px;
        font-family: Cambria;
        width: 130px;
        padding-top: 10px;
        float: left;
        margin-top: 10px;
    }

    .second_td {
        width: 450px;
        float: left;
    }



    .tb_manager, .tb_manager th, .tb_manager td {
        border: 1px solid black;
        padding: 10px;
    }

    .tb_manager {
        width: 100%;
        border-collapse: collapse;
    }

    .td_1 {
        width: 4%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_2 {
        width: 9%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_3 {
        width: 7%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_4 {
        width: 15%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_5 {
        width: 8%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_6 {
        width: 12%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_7 {
        width: 12%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_8 {
        width: 13%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .td_9 {
        width: 10%;
        text-align: center;
        font-family: Cambria;
        font-size: 13px;
    }

    .txt_manager {
        width: 100%;
        border: 0;
        border-radius: 5px;
        height: 30px;
        font-family: Cambria;
        font-size: 13px;
    }

    .card_status {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        float:left;
    }

    .card_left {
        float: left;
        width: 23%;
        /*box-shadow: 3px 3px 3px 3px darkorange;*/
        border-radius: 10px;
        background-color: white;
        margin-right: 2.6%;
    }

    .card_center {
        margin: 0 2% auto;
        width: 32%;
        display: inline-block;
        box-shadow: 3px 3px 3px 3px #96c93d;
        border-radius: 10px;
        background-color: white;
    }

    .card_right {
        float: right;
        width: 23%;
        box-shadow: 3px 3px 3px 3px mediumblue;
        border-radius: 10px;
        background-color: white;
    }

    .txt_year {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: white;
        background-color: grey;
        font-size: 20px;
        font-weight: bold;
        height: 140px;
        padding: 5px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        text-align: center;
    }




    .center-screen {
        /*        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 93vh;
        width: 70%;
        margin: 0px auto;*/
        display: none;
    }



    .img_web {
        display: flex;
        flex-direction: column;
        flex: 2;
        margin: 0px auto;
        justify-content: center;
        text-align: left;
        width: 100%
    }

    .img_mobile {
        display: none;
    }

    .form_left {
        width: 35%;
    }

    .form_right {
        width: 35%;
    }

    .top {
        flex-direction: row;
        justify-content: center;
        /*align-items: center;*/
        display: flex;
        flex: 18;
        padding-bottom: 15px;
    }

    /*.bottom {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: right;
    }*/

    .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: center;
    }

    .ui-dialog {
        position: fixed !important;
        /*top: 188px !important;*/
    }

    .chart_left {
        width: 40%;
        float: left;
        height: 400px;
        border-radius: 20px;
        background-color: white
    }

    .chart_right {
        width: 57%;
        float: right;
        height: 400px;
        border-radius: 20px;
        background-color: white
    }

    .div_button {
        margin: 0px auto;
        max-width: 1480px;
        width: 100%;
        text-align: center;
        float: right;
    }

    .form-container {
        width: 100%;
        height: 100%;
        background-image: url('../images/PVDCard-layout2_new.png');
        background-size: 100% 96%;
        background-repeat: no-repeat;
        float: left;
    }

    .form-left {
        height: 200px;
        margin-top: 7%;
        margin-left: 7%;
        float: left;
        width: 35%;
    }

    .form-right {
        height: 80%;
        margin-left: 7%;
        float: left;
        width: 50%;
    }

    .safe-card {
        min-height: 400px;
        width: 40%;
        background-color: white;
        border-radius: 15px;
        float: left;
        flex-direction: column;
        display: flex
    }

    .unsafe-card {
        min-height: 400px;
        width: 40%;
        background-color: white;
        margin-left: 5%;
        border-radius: 15px;
        float: left;
        flex-direction: column;
        display: flex
    }

    .form-left-title {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 30px;
    }

    .form-left-info1 {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 17px;
        margin-top: 15px;
    }

    .form-left-info2 {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 17px;
    }

    .form-right-info1 {
        width: 85%;
        color: white;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
    }

    .form-right-info2 {
        width: 85%;
        color: white;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        margin-bottom: 15px;
    }

    .form-right-info3 {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
        float: right;
    }

    .form-left-button {
        width: 100%;
        margin-top: 20px;
    }

    .btnSignIn {
        border: 0px;
        border-radius: 5px;
        color: black;
        width: 150px;
        height: 50px;
        font-size: 15px;
        font-weight: bold;
        background-color: white
    }

    .instruction {
        width: 120px;
        padding: 10px;
        float: right;
        border-radius: 20px;
        margin-right: 8%;
        background-color: white;
        display: flex;
        align-items: center;
        margin-top: 5px;
        cursor: pointer
    }
    .card_instruction {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }
    .logo_PVD {
        float: right;
        text-align: right;
        margin-right: 20px;
    }
    .user_info {
        float: left;
        margin-left: 250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img_web {
        display: none;
    }

    .img_mobile {
        display: flex;
        flex-direction: column;
        flex: 2;
        margin: 0px auto;
        justify-content: center;
        text-align: left;
        width: 100%;
    }

    .center-screen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 73vh;
        width: 100%;
        margin: 0px auto
    }

    .form_left {
        width: 46%;
    }

    .form_right {
        width: 46%;
    }

    .btnSafe {
        width: 70% !important;
    }

    .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 18;
        padding-bottom: 15px;
    }

    /*.bottom {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: right;
    }*/

    .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: center;
    }

    .dv_left {
        display: none;
    }

    .dv_right {
        float: left;
        width: 90%;
        margin-top: 15px;
        margin-left: 40px;
    }

    .lb_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        float: left;
    }

    .text_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        float: left;
    }

    .lb_request1_2 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    .lb_request1 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    #container {
        max-width: 1480px;
        float: left;
        width: 100%;
        border-radius: 10px;
    }

    #main {
        min-height: 95vh;
        max-width: 1480px;
        width: 100%;
    }

    .ui-dialog {
        width: 80% !important;
        position: fixed;
        /*top: 188px !important;*/
        left: 30px !important;
    }

    .first_td {
        font-size: 14px;
        font-family: Cambria;
        width: 25%;
        padding-top: 10px;
        float: left;
        margin-top: 10px;
    }

    .second_td {
        width: 65%;
        float: left;
    }

    .main_finish {
        width: 90% !important;
    }

    #vertical-menu {
        width: 100%;
    }

        #vertical-menu a {
            /*background-color: white;*/
            color: RGB(117, 112, 112);
            display: block;
            padding-left: 60px;
            padding-bottom: 10px;
            padding-top: 10px;
            padding-right: 10px;
            text-decoration: none;
            font-family: Cambria;
            font-weight: bold;
            font-size: 15px;
        }


    .div_menu {
        display: none;
        width: 55%;
        float: left;
        height: 100%;
        z-index: 100;
        background-color: white;
        position: absolute;
        z-index: 100001;
        margin-top: 35px;
        border-radius: 20px;
    }

    .div_logo {
        display: none;
    }

    .div_username {
        /*max-width: 1480px;*/
        width: 100%;
        height: 33px;
        border-bottom: 2px solid lightgrey;
    }

    .menu_mobile {
        width: 15%;
        float: left;
    }

    .img_mobile {
        width: 35px;
        margin-top: -5px;
    }

    .navigation_menu {
        margin-top: 10px;
    }

    .search_info {
        width: 50%;
        float: left;
    }

    .search_info_2 {
        width: 50%;
        float: left;
        margin-top: 10px;
    }

    .search_label {
        width: 37%;
        text-align: left;
        float: left;
        margin-top: 5px;
    }

    .search_text {
        width: 63%;
        float: left;
    }

    .search_button {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 10px;
    }

    .button {
        background-image: linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_red {
        background-image: linear-gradient(to bottom, RGB(215,26,33), RGB(180,21,28)) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_blue {
        background-image: linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_green {
        border-radius: 4px;
        color: white;
        position: relative;
        border-radius: 20px;
        background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_orange {
        color: white;
        position: relative;
        border-radius: 20px;
        background-image: linear-gradient(87deg,#F7AC1E 0,#FF440F 100%) !important;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .card_status {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card_left {
        float: left;
        width: 32%;
        box-shadow: 3px 3px 3px 3px darkorange;
        border-radius: 10px;
        background-color: white;
    }

    .card_center {
        margin: 0 2% auto;
        width: 32%;
        display: inline-block;
        box-shadow: 3px 3px 3px 3px #96c93d;
        border-radius: 10px;
        background-color: white;
    }

    .card_right {
        float: right;
        width: 32%;
        box-shadow: 3px 3px 3px 3px mediumblue;
        border-radius: 10px;
        background-color: white;
    }

    .txt_year {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: white;
        background-color: grey;
        font-size: 30px;
        font-weight: bold;
        height: 130px;
        padding: 10px 0px 10px 0px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        text-align: center;
    }

    .hide_mobile {
        display: none;
    }

    .div_button {
        margin: 0px auto;
        max-width: 1480px;
        width: 100%;
        text-align: center;
        float: right;
    }

    .form-top {
        height: 12%;
        width: 100%;
        float: left;
        height: 100px;
    }

    .instruction {
        width: 80px;
        padding: 5px;
        float: right;
        border-radius: 20px;
        background-color: white;
        display: flex;
        align-items: center;
        margin-top: 5px;
        cursor: pointer
    }
    .card_instruction {
        display: none;
    }
    .logo_PVD {
        display:none;
    }
    .user_info {
        display: none;
    }
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
    .img_web {
        display: none;
    }

    .header {
        margin: 0px auto !important;
        align-items: center;
        width: 100%;
        height: 60px;
    }

    .header_left {
        float: left;
        width: 57%;
        text-align: left;
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        font-size: 20px;
        height: 50px;
    }

    .header_right {
        float: right;
        width: 43%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 50px;
    }

    .logo_pvd_form {
        width: 50px
    }

    .img_mobile {
        display: flex;
        flex-direction: column;
        flex: 2;
        margin: 0px auto;
        justify-content: center;
        text-align: left;
        width: 100%;
    }



    .form_left {
        width: 46%;
    }

    .form_right {
        width: 46%;
    }

    .btnSafe {
        width: 70% !important;
    }

    .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 18;
        padding-bottom: 15px;
    }

    /*.bottom {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: right;
    }*/

    .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 2;
        margin-top: 10px;
        text-align: center;
    }

    .dv_left {
        display: none;
    }

    .dv_right {
        float: left;
        width: 90%;
        /*margin-top: 15px;
        margin-left: 40px;*/
        padding: 15px;
    }

    .lb_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        float: left;
    }

    .text_request {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        float: left;
    }

    .lb_request1_2 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    .lb_request1 {
        font-family: Cambria;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    #container {
        max-width: 1480px;
        float: left;
        width: 100%;
        border-radius: 10px;
    }

    #main {
        min-height: 95vh;
        max-width: 1480px;
        width: 100%;
    }

    .ui-dialog {
        width: 80% !important;
        position: fixed;
        /*top: 188px !important;*/
        left: 30px !important;
    }

    .first_td {
        font-size: 14px;
        font-family: Cambria;
        width: 25%;
        padding-top: 10px;
        float: left;
        margin-top: 10px;
    }

    .second_td {
        width: 65%;
        float: left;
    }

    .main_finish {
        width: 90% !important;
    }

    #vertical-menu {
        width: 100%;
    }

        #vertical-menu a {
            /*background-color: white;*/
            color: RGB(117, 112, 112);
            display: block;
            padding-left: 60px;
            padding-bottom: 10px;
            padding-top: 10px;
            padding-right: 10px;
            text-decoration: none;
            font-family: Cambria;
            font-weight: bold;
            font-size: 15px;
        }


    .div_menu {
        display: none;
        width: 55%;
        float: left;
        height: 100%;
        z-index: 100;
        background-color: white;
        position: absolute;
        z-index: 100001;
        margin-top: 35px;
        border-radius: 20px;
    }

    .div_logo {
        display: none;
    }

    .div_username {
        max-width: 1480px;
        width: 100%;
        height: 33px;
        border-bottom: 2px solid lightgrey;
    }

    .menu_mobile {
        width: 15%;
        float: left;
    }

    .img_mobile {
        width: 45%;
    }

    .navigation_menu {
        margin-top: 10px;
    }

    .search_info {
        width: 50%;
        float: left;
    }

    .search_info_2 {
        width: 50%;
        float: left;
        margin-top: 10px;
    }

    .search_label {
        width: 37%;
        text-align: left;
        float: left;
        margin-top: 5px;
    }

    .search_text {
        width: 63%;
        float: left;
    }

    .search_button {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 10px;
    }

    .button {
        background-image: linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_red {
        background-image: linear-gradient(to bottom, RGB(215,26,33), RGB(180,21,28)) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_blue {
        background-image: linear-gradient(87deg,#1171ef 0, RGB(0,0, 160) 100%) !important;
        color: white;
        position: relative;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_green {
        border-radius: 4px;
        color: white;
        position: relative;
        border-radius: 20px;
        background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .button_orange {
        color: white;
        position: relative;
        border-radius: 20px;
        background-image: linear-gradient(87deg,#F7AC1E 0,#FF440F 100%) !important;
        border: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
        background: white;
        font-family: Cambria;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .card_status {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card_left {
        float: left;
        width: 100%;
        box-shadow: 3px 3px 3px 3px darkorange;
        border-radius: 10px;
        background-color: white;
    }

    .card_center {
        width: 100%;
        display: inline-block;
        box-shadow: 3px 3px 3px 3px #96c93d;
        border-radius: 10px;
        background-color: white;
        float: left;
        margin-top: 10px;
    }

    .card_right {
        float: right;
        width: 100%;
        box-shadow: 3px 3px 3px 3px mediumblue;
        border-radius: 10px;
        background-color: white;
        float: left;
        margin-top: 10px;
    }

    .txt_year {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: white;
        background-color: grey;
        font-size: 30px;
        font-weight: bold;
        height: 130px;
        padding: 10px 0px 10px 0px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        text-align: center;
    }

    .hide_mobile {
        display: none;
    }

    .div_button {
        margin: 0px auto;
        max-width: 1480px;
        width: 100%;
        text-align: center;
        float: right;
    }

    .form-container {
        width: 100%;
        height: 55%;
        background-image: url('../images/PVDCard-layout2_new.png');
        background-size: 100% 70%;
        background-repeat: no-repeat;
        float: left;
    }

    .form-left {
        height: 160px;
        margin-top: 6%;
        margin-left: 7%;
        float: left;
        width: 100%;
    }

    .form-right {
        display: none;
    }

    .safe-card {
        min-height: 400px;
        width: 40%;
        background-color: white;
        border-radius: 15px;
        float: left;
        flex-direction: column;
        display: flex
    }

    .unsafe-card {
        min-height: 400px;
        width: 40%;
        background-color: white;
        margin-left: 5%;
        border-radius: 15px;
        float: left;
        flex-direction: column;
        display: flex
    }

    .form-left-title {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 15px;
    }

    .form-left-info1 {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 10px;
        margin-top: 10px;
    }

    .form-left-info2 {
        width: 100%;
        color: white;
        font-weight: bold;
        font-size: 10px;
    }

    .form-right-info1 {
        display: none;
    }

    .form-right-info2 {
        display: none;
    }


    .form-left-button {
        width: 100%;
        margin-top: 10px;
    }

    .btnSignIn {
        border: 0px;
        border-radius: 5px;
        color: black;
        width: 80px;
        height: 30px;
        font-size: 13px;
        font-weight: bold;
        background-color: white
    }

    .center-screen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        /*min-height: 93vh;*/
        width: 90%;
        margin: 0px auto;
    }

    .instruction {
        width: 70px;
        padding: 5px;
        float: right;
        border-radius: 20px;
        background-color: white;
        display: flex;
        align-items: center;
        margin-top: 5px;
        cursor: pointer;
        font-size: 10px;
    }
    .card_instruction {
        display: none;
    }
    .logo_PVD {
        display: none;
    }
    .user_info {
        display: none;
    }
}



.btnSafe {
    width: 45%;
    color: white;
    height: 40px;
    background-color: RGB(234, 76, 136);
    border: 0px;
    font-family: Cambria;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

#container_form {
    margin: 0px auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    background-color: white;
    border-radius: 10px;
}

.inputTextStyle {
    background: #ffffff;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #222 1px 1px 3px;
    -ms-box-shadow: #222 1px 1px 3px;
    -o-box-shadow: #222 1px 1px 3px;
    -webkit-box-shadow: #222 1px 1px 3px;
    box-shadow: #222 1px 1px 3px;
    font-family: Cambria !important;
    font-size: 14px !important;
    outline-style: none;
}

.title {
    font-family: Cambria;
    font-size: 14px;
    font-weight: bold;
}

.cb {
    font-size: 14px;
    font-weight: bold;
    font-family: Cambria;
}

#div_gv, .div_gv {
    /*margin-left: 30px;
    margin-top: 10px;*/
}

    #div_gv th, .div_gv th {
        height: 30px;
        border: 0px;
    }

    #div_gv td, .div_gv td {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    #div_gv tr, .div_gv tr {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }



.error {
    border: solid 1px #FF0000 !important;
    background-color: #ffd9da !important;
    color: #e90000 !important;
    box-shadow: #e90000 1px 1px 3px !important;
    border-radius: 5px;
}

.errorDate {
    border: solid 1px #FF0000 !important;
    background-color: #ffd9da !important;
    color: #e90000 !important;
    box-shadow: #e90000 1px 1px 3px !important;
    border-radius: 5px;
}

.ui-datepicker {
    font-family: Cambria;
    font-size: 16px;
}




.RadUpload .ruInputs li {
    list-style-type: none !important;
}

.RadUpload .ruFileWrap {
    font-family: Cambria !important;
    font-size: 14px !important;
}

.RadUpload_Default .ruRemove {
    font-family: Arial;
    font-size: 14px;
    color: Red !important;
}

.RadUpload_Default .ruFakeInput {
    display: none !important;
}

.RadUpload_Default .ruButton {
    background-image: none !important;
    font-family: Cambria !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: blue;
    text-decoration: underline !important;
}

.RadUpload .ruBrowse {
    width: 100px !important;
}

.RadUpload, .RadUploadProgressArea {
    width: 200px !important;
    margin-bottom: 10px;
}

.RadUpload_Default .ruSelectWrap .ruButton {
    border-color: darkorange !important;
    color: white !important;
    background-color: orange !important;
}

ul li {
    list-style: none !important;
}

.ruUploadProgress {
    margin-left: 20px;
}

.lbTitle {
    font-family: Cambria;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    color: white;
    text-shadow: 1px 1px 1px #333;
}

.inline {
    padding: 0.1rem 0 0.25rem;
    border: 0;
    border-radius: 5px;
    padding: 8px;
    background-color: white;
    font-family: Cambria;
}


/*.ui-widget-header .ui-icon {
    background: url('/images/close-White.png') !important;
}

.ui-state-default .ui-icon {
    background: url('./images/ui-icons_888888_256x240.png') !important;
}*/

.radius_error {
    border: solid 1px #FF0000 !important;
    background-color: #ffd9da !important;
    color: #e90000 !important;
    box-shadow: #e90000 1px 1px 3px !important;
    border-radius: 30px;
    outline-style: none;
    font-size: 14px !important;
    font-family: Cambria !important;
}

#div_gv tr:hover {
    background: Pink !important;
    color: White !important;
}

.mydropdownlist {
    color: #fff;
    padding: 12px 10px;
    font-weight: bold;
    font-family: Cambria;
    font-size: 12px;
    width: 83%;
    background-color: White;
    color: black;
    border: 0px;
    border-radius: 5px;
}

.dialog-various-action {
    width: 100px;
    border-radius: 30px;
    float: none !important;
}



.lb_err {
    font-family: Cambria;
    color: #e90000;
    display: none;
    font-size: 12px;
}

.dialog-buttons-panel-default {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}



.grRowStyle {
    border-bottom: 1.5px solid RGB(235, 238, 240);
}

.ui-button-text-only .ui-button-text {
    padding: 0px !important;
    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane button, .various-action, a.various-action:link, a.various-action:visited, a.various-action:active, a.various-action:hover, .candidate-next-action, .dialog-various-action, a.dialog-various-action:link, a.dialog-various-action:visited, a.dialog-various-action:active, a.dialog-various-action:hover, .manual-schedule-action, .manual-schedule-action.ui-state-hover, .manual-schedule-action.ui-state-active {
    background: #25a9e0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25a9e0), to(#0e72b9));
    background: -webkit-linear-gradient(top, #25a9e0, #0e72b9) !important;
    background: -moz-linear-gradient(-90deg, #25a9e0, #0e72b9) repeat scroll 0 0 #25a9e0;
    background: -ms-linear-gradient(top, #25a9e0, #0e72b9);
    background: -o-linear-gradient(-90deg, #25a9e0, #0e72b9) 0px 0px #25a9e0;
    border: none;
    color: #fff;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    font-size: 14px !important;
    font-family: Cambria !important;
    padding: 8px;
    float: right;
    margin-right: 20px;
    width: 120px;
    margin-top: 20px;
}

.ui-dialog .ui-dialog-titlebar {
    font-family: Cambria;
}

.main_finish {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: white;
    height: 440px;
    border-radius: 20px;
}

.btn {
    font: bold 16px Cambria;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
    text-align: center;
}




#inbox .actives {
    color: darkorange !important;
    background: url(/images/inbox-orange.png) 20px 10px no-repeat, url(/images/arrow_orange.png) 195px 16px no-repeat !important;
}

#ui-datepicker-div {
    font-family: Cambria;
}

#inboxChildOne .actives, #inboxChildTwo .actives, #pendingChildOne .actives, #pendingChildTwo .actives,
#reportChildOne .actives, #reportChildTwo .actives, #reportChildThree .actives, #reportChildFour .actives {
    color: darkorange !important;
    background: url(/images/square_orange.png) 20px 15px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#pending .actives {
    color: darkorange !important;
    background: url('/images/pending-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#chart .actives {
    color: darkorange !important;
    background: url('/images/chart-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#close .actives {
    color: darkorange !important;
    background: url('/images/close-card-orange.png') 20px 7px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#view_card .actives {
    color: darkorange !important;
    background: url('/images/close-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#observation .actives {
    color: darkorange !important;
    background: url('/images/safety-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#company .actives {
    color: darkorange !important;
    background: url('/images/department-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#user .actives {
    color: darkorange !important;
    background: url('/images/users-orange.png') 20px 4px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#report .actives {
    color: darkorange !important;
    background: url(/images/report_orange.png) 20px 7px no-repeat, url(/images/arrow_orange.png) 195px 10px no-repeat !important;
}

#vertical-menu #inboxChildOne a:hover, #vertical-menu #inboxChildTwo a:hover, #vertical-menu #company a:hover, #vertical-menu #user a:hover,
#vertical-menu #inbox a:hover, #vertical-menu #pending a:hover, #vertical-menu #close a:hover, #vertical-menu #view_card a:hover,
#vertical-menu #observation a:hover, #vertical-menu #pendingChildOne a:hover, #vertical-menu #pendingChildTwo a:hover,
#vertical-menu #reportChildOne a:hover, #vertical-menu #reportChildTwo a:hover, #vertical-menu #reportChildThree a:hover {
    color: blue !important;
    background-color: transparent;
    /*background: transparent url('/images/arrow_orange.png') 195px 16px no-repeat !important;*/
}

.lbLogistics {
    padding: 20px;
    color: white;
    font-family: Cambria;
    font-weight: bolder;
    font-size: 20px;
    height: 40px;
}
/* define a fixed width for the entire menu */
.navigation {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
    background: transparent url('../images/nobody.png') 0px 4px no-repeat;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* make ALL links (main and submenu) have padding and background color */
    .mainmenu a {
        display: block;
        text-decoration: none;
        padding: 10px;
        color: darkorange;
        position: relative;
        width: 180px;
        font-weight: bold;
        font-size: 14px;
        font-family: Cambria;
        margin-left: 35px;
    }

/* add hover behaviour */
.container .mainmenu a:hover {
    /*background-color: #C5C5C5; */
    background-color: darkorange;
    color: White;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
    background-color: white;
}

    /* hover behaviour for links inside .submenu */
    .submenu a:hover {
        background-color: darkblue;
        color: White;
    }

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    position: absolute;
    z-index: 1000;
}




/* reset our lists to remove bullet points and padding */
.mainmenu_menu, .submenu_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* make ALL links (main and submenu) have padding and background color */
    .mainmenu_menu a {
        display: block; /*background-color: #CCC;*/
        text-decoration: none;
        padding: 10px;
        color: #000;
    }

    /* add hover behaviour */
    .mainmenu_menu li div a:hover {
        background-color: RGB(0, 146, 188);
    }


    /* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

    .mainmenu_menu li:hover .submenu_menu {
        display: block;
        max-height: 280px;
    }



    /*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

    .submenu_menu a {
        /*background-color: #999;*/
        padding-left: 50px !important;
    }

        /* hover behaviour for links inside .submenu */
        .submenu_menu a:hover {
            background-color: RGB(0, 146, 188);
        }



/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu_menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

.div_search {
    border-radius: 5px;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
}

.tb_manager, .tb_manager th, .tb_manager td {
    border: 1px solid black;
    padding: 10px;
}

.tb_manager {
    width: 100%;
    border-collapse: collapse;
}

.td_1 {
    width: 4%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_2 {
    width: 9%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_3 {
    width: 7%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_4 {
    width: 15%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_5 {
    width: 8%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_6 {
    width: 12%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_7 {
    width: 12%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_8 {
    width: 13%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.td_9 {
    width: 10%;
    text-align: center;
    font-family: Cambria;
    font-size: 13px;
}

.txt_manager {
    width: 100%;
    border: 0;
    border-radius: 5px;
    height: 30px;
    font-family: Cambria;
    font-size: 13px;
}

.info_1 {
    width: 5%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}

.info_2 {
    width: 10%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}

.info_3 {
    width: 10%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}

.info_4 {
    width: 30%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}

.info_5 {
    width: 15%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}
.info_6 {
    width: 15%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}

.info_7 {
    width: 15%;
    text-align: center;
    font-family: Cambria;
    font-size: 14px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-family: Cambria;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_d8e7f3_256x240.png) !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/FhHRx.gif') 50% 50% no-repeat;
}
 /* Phuc add chinh  giao dien ipad */ 
@media only screen and (min-width: 768px) and (max-width: 1200px)
{
    .form-container {
    width: 100%;
    height: 55%;
    background-image: url(../images/PVDCard-layout2_new.png);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    float: left;
}
    .safe-card{
        display: none;
    }
    .unsafe-card{
        display: none;
    }
    .form-left-title {
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-left: 50px;
}
    .form-right-info1{
    display: none
    }
    .form-right-info2
    {
    display: none

    }
    .center-screen
    {
        min-height: 33vh
    }

    .instruction {
   
    padding: 15px;
    margin-right: 50px;
}
.header_left
{
width: 100% !important;
    float: left;
    width: 48%;
    text-align: left;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 30px;
    height: 50px;
}
.logo_pvd_form
{
margin-right: 30px;
    width: 60px;
}

}
@media only screen and (min-height: 768px) and (max-height: 1000px) and (min-width: 768px) and (max-width: 1200px)
{    .form-container {
    width: 100%;
    height: 55%;
    background-size: 100% 100%;
}
}

@media only screen and (min-height: 1001px) and (max-height: 1200px)
{    .form-container {
    width: 100%;
    height: 55%;
    background-size: 100% 100%;
}@media only screen and (min-height: 1001px) and (max-height: 1200px) and (min-height: 1001px) and (max-height: 1200px)
{    .form-container {
    width: 100%;
    height: 75%;
    background-size: 100% 100%;
}
 .form-left-title {
    
    padding-top: 50px;
}
}@media only screen and (min-width: 768px) and (max-width: 1200px)
{
.dv_left {
     display: block; 
}
.top{
flex-direction: row;
}
}

