/* Minification failed. Returning unminified contents.
(4,17): run-time error CSS1038: Expected hex color, found '#ffff'
(135,12): run-time error CSS1038: Expected hex color, found '#ffff'
(140,12): run-time error CSS1038: Expected hex color, found '#ffff'
 */

body {
    font-family: 'Kanit', sans-serif;
    background: #ffff;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 3rem; /* Footer height */
}

#content-table {
    width: 1142px;
    margin: 0 auto;
}
  
/*#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3rem;*/ /* Footer height */
/*background-color:#ffff;
    font-size:19px;
}*/

#footer {
    height: 3rem;
    font-size: 19px;
}

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

    legend {
    font-size: 18px !important;
}
.block {
    height:100px;
    width:200px;
    text-align:left;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.has-error {
color:#d9534f;
}
.input-group-addon {
    cursor:pointer;
}
#logo-img{
    margin: 10px 0 10px 10px;
    float: left;
}
/*#header-top {
    background:#30237A
}*/
#header-tilte {
    margin:22px 0 0 22px;
    float:left;
}

.modal-load {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../Images/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-load {
    display: block;
}

.myaccordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

    .myaccordion .card,
    .myaccordion .card:last-child .card-header {
        border: none;
    }

    .myaccordion .card-header {
        border-bottom-color: #EDEFF0;
        background: transparent;
    }
    .myaccordion .card-body {
        padding: 0.4rem !important;
    }
    .myaccordion .fa-stack {
        font-size: 18px;
    }

    .myaccordion .btn-collapse {
        width: 100%;
        font-weight: bold;
        color: #004987;
        padding: 0;
        font-size: 18px;
    }

    .myaccordion .btn-link:hover,
    .myaccordion .btn-link:focus {
        text-decoration: none;
    }

    .myaccordion li + li {
        margin-top: 10px;
    }
.btn-FireBrick, btn-Crimson:active, btn-Crimson :visited {
    background-color: #B22222 !important;
    border-color: #B22222;
    color: #ffff;
}
.btn-FireBrick :hover {
    background-color: #a53e52 !important;
    border-color: #DC143C !important;
    color: #ffff !important;
}

#banner img {
    width: 100%;
    height: 230px;
}

.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
@media only screen and (min-width: 960px)  {
    /* styles for browsers larger than 960px; */
    #banner img {
        height: 115px;
    }
}

@media only screen and (min-width: 1440px) {
    #banner img {
        height: 230px;
    }
    /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    #banner img {
        height: 48px;
    }
}

@media only screen and (device-width: 768px) {
    /* default iPad screens */
    #banner img {
        height: 100px;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
}
