/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 8, 2020, 5:10:58 PM
    Author     : dininurhayati
*/
/* Show the controls (hidden at the start by default) */
.video-js .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}

/* Hide the progress bar and disabled the interaction */
/*.video-js  .vjs-progress-holder  .vjs-play-progress { display: none; }*/
.video-js  .vjs-progress-holder { display: none; pointer-events: none; }
.vjs-control .vjs-button .vjs-controls-button .vjs-vr-headset .is-toggle { display: block }

.video-js canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    right: 0 !important; 
}

.main-vid-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
}
.main-vid-wrap video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-vid {
    width: 85%; 
    margin: 4em auto;
}
.main-vid h3 {
    text-align: center;
    font-weight: 400;
}

/*add form css*/
select.dropdown-pro {
    height: 31px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.year-wrap select.dropdown-pro {
    width: 19%;
    min-width: 53px;
}
.addtab-wrap select.dropdown-pro {
    width: 30%;
}
.addtab-wrap .bottom-addr {
    width: 100%;
}
.addtab-wrap .top-addr {
    column-count: 2;
    column-gap: 4%;
    width: 65%;
}
.addtab-wrap .top-addr1 {
    width: 100%;
    display: flex;
    align-items: center;
}
.addtab-wrap .top-addr1 label {
    margin-right: 9%;
}
.addtab-wrap .bottom-addr1 {
    width: 100%;
    margin-top: .7em;
}
.duration-row {
    display: flex;
    align-items: baseline;
}
.duration-row span {
    white-space: nowrap;
}
textarea.for-form {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
}
.form-content input[type="checkbox"] {
    /*    border: 1px solid #cccccc;
        border-color: -internal-light-dark-color(#cccccc, #cccccc);
        color: -internal-light-dark-color(#cccccc, white);*/
}
p.end-form {
    margin: 4em auto 2em;
    text-align: center;
}
.checkbox-form input {
    border: 1px solid #cccccc;
}
.checkbox-form td {
    margin: 6px auto;
}
table.grid {
    width: 100%
}
table.grid tr {
    display: grid;
    grid-template-columns: 50% 50%;
}
.quotation-page {
    border-bottom: 1px solid #adadad;
}
.dropdown-pro-width {
    width: 60%
}
.dropdown-duration {
    width: 36%;
    min-width: 131px;
}


/*login page css*/
.login-page .ui-button .ui-button-text::before {
    content: unset;
}
.login-page .ui-button {
    width: 100%;
    max-width: 220px;
    height: 44px;
    margin: auto;
}
.login-page .ui-inputfield {
    width: 250px;
}
.login-page {
    margin: 3em auto 8em;
}
.login-p-wrap {
    display: table;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.login-page .ui-inputfield:focus {
    border-color: #9EB3CD;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
}
.login-page .top-intro {
    width: 100%;
    margin: auto;
}
.login-page .top-intro img {
    width: 300px;
}
.login-page .top-intro h1 {
    margin-top: .5em;
}
.grid td {
    display: block;
    float: left;
    white-space: nowrap;
    width: 50%;
    box-sizing: border-box;
    margin-left: 0;
}
.grid td:nth-child(2n+3) {
    /*clear: left;*/
}
.login-msg-pass .ui-messages {
    width: 460px;
    margin: auto;
}

/*complete page css*/
.complete-page {
    border-bottom: 1px solid #cdcdcd;
}
.complete-page .ui-button .ui-button-text::before {
    content: none;
}
.complete-page .ui-button {
    height: 30px;
    /*    display: flex;
        align-items: center;
        justify-content: center;*/
}
.download-pdf-frame .ui-button {
    width: 205px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}
.download-pdf-frame {
    border: 1px solid #cdcdcd;
    margin: 0 0 2em;
    padding: 3em 3em 3em;
}
.complete-table {
    margin: 2em 0 7em;
    border: 1px solid #cdcdcd;
}
.complete-row {
    display: flex;
    border-bottom: 1px solid #cdcdcd;
}
.complete-row:last-child {
    border-bottom: none;;
}
.complete-column {
    width: 50%;
    padding: 0 2em;
}
.complete-column.complete-column-left {
    background-color: #f5f5f5;
    border-right: 1px solid #cdcdcd;
}
.complete-col-btn {
    display: flex;
    align-items: center;
}
.complete-col-btn .ui-button {
    width: 100%;
    max-width: 165px;
}
.complete-column-right p {
    font-size: 20px;
    margin: 10px 0;
}
.complete-column-right p span {
    font-size: 13px;
}

/*sm*/
@media screen and (max-width : 40.063em) {

    .main-vid {
        width: 100%;
    }
    .main-vid-sm {
        margin-top: -3em;
    }

    /*login page css*/
    .login-page .top-intro img {
        width: 100%;
        max-width: 270px;
        display: block;
        margin: auto;
    }
    .login-msg-pass .ui-messages {
        width: 300px;
    }

    /*complete page css*/
    .complete-row {
        display: block;
    }
    .complete-column {
        width: 100%;
    }
    .complete-column p {
        display: inline-block;
    }
    .complete-column.complete-column-left {
        border-right: none;
    }
    .complete-col-btn .ui-button {
        max-width: 203px;
        margin: 2em auto;
    }
    .complete-page .ui-button {
        height: 50px;
    }
    .complete-column-right {
        margin-bottom: 1em;
    }
    .download-pdf-frame {
        padding: 2em 1em;
    }

    /*form page*/
    body .form-section .ui-button {
        margin-bottom: 3em;
    }
    .form-section .ui-panelgrid .ui-grid-responsive .ui-grid-row {
        margin-bottom: 1em;
    }
    .year-wrap select.dropdown-pro {
        width: 30%;
    }
    .dropdown-pro-width {
        width: 100%;
    }
    .dropdown-duration {
        width: 100%;
    }
    .form-section .ui-grid .ui-grid-row:last-child {
        border-bottom: none;
    }
}
