﻿/*@import url('/Icons/icofont/css/icofont.css');*/


.bw {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; -ms-transition: all 1s ease;transition: all 1s ease;}
.bw:hover {-webkit-filter: grayscale(100%);} 
.msg-box{border-top:1px solid silver;padding-top:2px;}
.text-shadow{text-shadow: -1px 1px #ccc;}
.box-shadow{box-shadow: -2px 2px #ccc;}
.sm-caps{font-variant:small-caps; font-weight:700;}
.table > caption {font-size:1.3em; color: gray; margin-left:2%; display:none;}
.table > tfoot {text-align:center;padding:0px; margin:0px;}
.pagination {font-size: 1.5em; text-align:center;}
.pagination a {padding: 2px 7px 2px 7px; border-radius:5px; }
.pagination a:hover{background-color:#336699;color:#fff;}
.pagination a:focus{background-color:#336699;color:#fff;}

/*Pad Fix*/
.no-pad-l{padding-left:0px;}
.no-pad-r{padding-right:0px;}
.pad-sm{padding:3px;}
.pad-md{padding:5px;}
.pad-lg{padding:7px;}

/*------images-----*/
.img-icon-sm{max-width:32px; max-height:32px;}
.img-icon-md{max-width:48px; max-height:48px;}
.img-icon-lg{max-width:64px; max-height:64px;}
.img-logo-sm{max-width:80px; max-height:80px;}
.img-logo-md{max-width:120px; max-height:120px;}
.img-logo-lg{max-width:180px; max-height:180px;}
.img-logo-xl{max-width:240px; max-height:240px;}
.img-sign{max-width:300px; max-height:100px;margin-bottom:-30px;}
.img-thumb-sm{height:36px; width:36px;border-radius:36px; margin-right:2px;}
.img-thumb{height:64px; width:64px; border-radius:40px; margin:-3px 0 0 0;}
.img-thumb:hover{-webkit-filter: grayscale(100%);}
.img-flex{max-width:100%;height:auto;}

/*------url-----*/
.not-active {pointer-events: none;cursor: default;}
.bg-aqua-light {background-color:#c7f1ff;}
.bg-purple-light {background-color:#e8ddf4;}
.bg-maroon-light {background-color:#fce3f3;}
.bg-teal-light {background-color:#cff7f5;}
.bg-blue-dark {background-color:#03192C;}
.bg-pgreen{background-color:#9BCF53;}
.bg-pgeen-dark{background-color:#416D19;}

.text-gold{color:gold;}
.text-gray{color:#494949;}
.text-white{color:white;}
.text-lg {font-size:1.2em;}
.text-xl {font-size:1.5em;}
.text-thick{font-weight:900;}
.text-pgreen{color:#416D19;}

.modal {position: fixed; top: 0; left: 0; background-color: black; z-index: 99;
        opacity: 0.8;filter: alpha(opacity=80); -moz-opacity: 0.8;
        min-height: 100%; width: 100%;}
.loading {width: 200px;height: 100px;display: none;position: fixed;z-index: 999;}
a {color: #0164e4;}
a:hover,
a:active,
a:focus {outline: none;text-decoration: none;color: #79a6d2;}
.roombox {
    position:relative;float:left;margin:0%;padding:0 0px 0 0;width:50%;
    max-width:100%;box-shadow:none !important;-webkit-transform:translateZ(0);
    transform:translateZ(0);-webkit-box-sizing:border-box;box-sizing:border-box;
    color:#ffffff;font-size:15px;

}
.roombox * {
    -webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;
}
.roombox img 
{
    max-width: 100%;max-height: 100%;vertical-align: top;
    opacity: 1;background-size: cover;
}

@media (max-width: 767px) {
.mob-hide {display: none;}
}
@media (min-width: 768px) {
.pc-hide {display: none;}
}
  