﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}
/*
body {
    margin-bottom: 60px;
}
*/
/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    /* background-color: rgba(128,128,128,0.2);*/
    z-index: 2147483647;
    /*opacity: 1;*/
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 45%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

/* List View Columns Controller */
.HideDisplayColumn {
    display: none;
}

.TableButtons {
    padding: 0em 0.3em 0em 0.3em !important;
}

#_DetailEntryForm .card {
    margin-bottom: 0px;
}

.DetailRecordsInfo {
    color: green;
    margin-right: 10px;
}

.SHAmountColumn {
    text-align: right;
    min-width: 100px;
}

.SHDateColumn {
    text-align: center;
    min-width: 80px;
}

.SHDateTimeColumn {
    text-align: center;
    min-width: 120px;
}

/* Choices when used with required attribute gives raises to error. To avoid it, we need the belwo class. */
.choices[data-type*="select-one"] select.choices__input {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Avoid Margin Bottom */
.choices {
    margin-bottom: 0px !important;
}

/*.choices__placeholder {
    font-size: 0.8em !important;
}*/
.choices__list--dropdown .choices__item {
    font-size: 0.8em !important;
    padding: 5px !important;
}
/* Form validation fields error */
.field-validation-error {
    color: red;
    font-size: smaller;
}

@media print {
    @page {
        margin: 75px !important;
    }

    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        /* display: table-footer-group; */
        display: none;
    }

    #_PagingAndSearching, #_CrudActions {
        display: none;
    }

    #_SHSSPrintArea #_PrintContent {
        padding: 0 0.25cm 0.25cm 0.25cm;
        /* display: table;
        table-layout: fixed;
        padding-top: 2.5cm;
        padding-bottom: 2.5cm;
        height: auto;*/
    }
}

/* Responsive Layout Styles */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #mob_head {
        display: block ;
    }

    .desk_head {
        display: none;
    }
    #desk_head {
        display: none;
    }

    #colMod0 .card {
        margin-bottom: 0px;
    }
    .choices__inner {
        font-size: 10px !important;
    }
    .mobm_b-1 {
        margin-bottom: 10px !important;
    }
    .mobm_b-2 {
        margin-bottom: 20px !important;
    }
    .mobPosQuiz {
        position: relative;
        top: 10px;
    }
    #orangeLogo img{
        width:200px;
    }
   
    .get-started-btn {
        padding: 6px 18px;
        margin-left: 20px !important;
    }
    .modal-dialog {
        padding-top: 5rem;
    }
    .sectionPadding {
        padding: 80px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #mob_head {
        display: block;
    }

    .desk_head {
        display: none;
    }

    #colMod0 .card {
        margin-bottom: 0px;
    }
    .choices__inner {
        font-size: 13px !important;
    }
    .mobm_b-1 {
        margin-bottom: 10px !important;
    }

    .mobm_b-2 {
        margin-bottom: 20px !important;
    }
    .mobPosQuiz {
        position: relative;
        top: 10px;
    }
    #orangeLogo img {
        width: 200px;
    }
  
    .get-started-btn {
        padding: 6px 18px;
        margin-left: 20px !important;
    }
    .modal-dialog{
        padding-top:5rem;
    }
    .sectionPadding {
        padding: 40px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #mob_head {
        display: block;
    }

    .desk_head {
        display: none;
    }

    #colMod0 .card {
        margin-bottom: 0px;
    }
    .choices__inner {
        font-size: 13px !important;
    }
    .mobm_b-1 {
        margin-bottom: 10px !important;
    }

    .mobm_b-2 {
        margin-bottom: 20px !important;
    }
    .mobPosQuiz {
        position: relative;
        top: 10px;
    }
    #orangeLogo img {
        width: 225px;
    }
    .sectionPadding {
        padding: 80px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #mob_head {
        display: block;
    }

    .desk_head {
        display: none;
    }

    #colMod0 .card {
        margin-bottom: 0px;
    }
    .choices__inner {
        font-size: 13px !important;
    }
    .mobm_b-1 {
        margin-bottom: 10px !important;
    }

    .mobm_b-2 {
        margin-bottom: 20px !important;
    }
    #orangeLogo img {
        width: 225px;
    }
    .sectionPadding {
        padding: 80px;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #mob_head {
        display: none;
    }

    .desk_head {
        display: block ;
    }
    #orangeLogo img {
        width: 225px;
    }
    .sectionPadding{
        padding:80px;
    }
}