@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
.copyright{
    position: fixed;
    right: 0.5rem;
    bottom: 0.2rem;
    z-index: 1;
    font-size: 70%;
    color:#55b8fd;
    opacity: 1;
    cursor: default;
}
/* datepicker date-picker start */
.datepicker td, .datepicker th {

    width: 20px;
    height: 20px;
    padding:0.8rem;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
    background-color: #55b8fd !important;
    background-image: none;
}
/* datepicker date-picker end */

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 30%; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 30%;
  height: 30%;
  min-width: 250px;
  max-width: 400px;
}

form label{
    font-size: 80%;
}

/* contest cats start */

#contest-cat-all, #contest-cat-selected {
    display: block;
    float: left;
    border: 1px solid #eee;
    width: 100%;
    min-height: 40px;
    list-style-type: none;
    margin: 0px 0px 2rem 0px;
}

#contest-cat-selected {
    border: 1px dotted #ddd;    
}

#contest-cat-all li, #contest-cat-selected li {
    display: inline-block;
    margin: 2%;    
    width: 96%;
    font-size: 0.9em;
    background: #eee;
    border:1px solid #888;
    line-height: 2.5rem;    
}
#contest-cat-all li .move-right, #contest-cat-selected li .move-right,#contest-cat-all li .move-left, #contest-cat-selected li .move-left{    
    display: block;
    float:right;
    height: 40px;    
    margin: 0px 0 0 1rem;
    width: 50px;
    font-size: 0.9em;
    background: #eee;
    border-left:1px dotted #888;
    text-align: center;
    padding-top: 7px;    
    line-height: 40px;
    
}
#contest-cat-all li .move-left, #contest-cat-selected li .move-left{       
    float: left;
    border:0px;
    border-right:1px dotted #888;
    margin: 0px 1rem 0 0;
}
#contest-cat-all li .move-right:hover, #contest-cat-selected li .move-left:hover{
    background: #fc0;
}


#contest-cat-selected li{
    background: #efe;
}

/* contest cats end */

/* blinking box*/
div.blinking {
    width: 10px;
    height: 10px;
    background: #3097D1;
    position: fixed;
    left: 2px;
    top: 2px;
  animation: blinker 1s linear infinite;
}

.blink_me {
  animation: blinker_50 1s linear infinite;
}

@keyframes blinker_50 {  
  25% { opacity: 0.25; }  
  70% { opacity: 1; }
}

@keyframes blinker {
  50% { opacity: 0; }
}
/* blinking box*/

*:hover{
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



nav#mainNav{
    padding:0rem;
    background-color: #e6e6e6;
    border-bottom:1px solid #f7f7f7;
}
nav div.dropdown-menu{
    padding: 0;
}

nav#mainNav a.dropdown-item{
    padding-left:1rem;
    padding-right: 1rem;
    color:#94c4e3;
}
nav#mainNav a.nav-link{
    text-align: center;
    padding: 0.8rem;
    font-size: 0.9rem;
    color:#2199e8;
}

nav#mainNav a.nav-link.dropdown-toggle.active, nav#mainNav a.nav-link.active{
     color: #fff;
     background-color: #017ccd;

}


.dropdown-item {
    font-size: 0.9rem;
    padding:0.6rem;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active:hover,nav#mainNav a.nav-link:hover, .nav-link.active:hover, .nav-link.dropdown-toggle.active:hover {
    color: #2199e8 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-divider{
    margin: 0.3rem 0 0 0;
}

nav a.dropdown-item.active {
    color: #fff !important;
     background-color: #017ccd;
}

/* pagination active */
nav ul.pagination li a.page-link.active{
    color:#fff;
    background-color: #017ccd !important;
}


.member-image{
    float:none;
    width:100%;
    max-width:413px;
    height:auto;
    max-height:531px;
    border:1px solid #ccc;
    border-radius:0.4rem;
    margin-bottom: 1rem;
}
.member-upload span{
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.8rem;
}
.member-upload, .member-upload-open{
   overflow: auto;
    min-height: 3rem;
    line-height: 2rem;
    padding:0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    background: #f5f5f5;
    border-radius:0.3rem;
}
.member-upload-open{
    float: right;
    display: block;
    height:inherit;
    width: 5rem;
    margin-left: 0.5rem;
    font-size: 1.5rem;
}
.member-upload:hover, .member-upload-open:hover{
    cursor:pointer;
    color:#2199e8;
    background: #f0f0f0;
}


.form-group label{
    font-weight: bold;
}
form{
    margin-bottom: 0rem;
}

.tcenter{
    text-align: center;
}

.custom-select{
    height: 42px !important;
}

/* override bootstrap style*/

.table th {
    font-weight: bold;
}
.table th, .table td {
    padding: 0.5rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f8f8;
    opacity: 1;
}

/* override bootstrap style end */

.schedule-day{    
    padding: 0 0.8rem;
    border-right: 1px dotted #ddd;  
    max-width: 100px;
    overflow: hidden;
}
.schedule-day span.state{
    height:0.7rem;
    line-height:0.7rem;
    float:left;
    font-size:0.6rem;
    color:#0a0;
    width: 80px;
}
.schedule-day span.day{
    height:1.5rem;
    float:left;
    font-size:1.0rem;
    margin-right:0.5rem;
    font-weight: bold;
    color:#777;
    width: 80px;
}
.no-padding{
    padding:0rem !important;
}
.state .fa-times, .state .fa-check{
    width: 10px;
}
/* hide width button*/
#toggle-width{
    display: none;
}

/* snackbar start */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 6.5s;
    animation: fadein 0.5s, fadeout 0.5s 6.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/* snackbar end */

.btn-xsm{
    padding: 0rem 0.2rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}
i.fa.r{
    padding-right:0.5rem;
}
a.dropdown-item i.fa.r{
    padding-right:1rem;
}
.alert .btn{
    margin-right: 1rem;
}

.training-attendance-note-button.today{
    font-size:22px;
    color:#0a0;
    border:2px dotted #6d6 !important;
    
}
.training-attendance-note-button:hover{
    background: #efe;
    cursor: pointer;
    border:2px dotted #6d6 !important;
}
 .training-attendance-note-button:last-of-type{
    border-right: 2px solid #fff;
}
 .training-attendance-note-button{
     line-height: 22px;
    text-align:center;
    font-size:18px;
    border-width:2px !important;
}
.custom-control-indicator{
    border:1px dotted #55f;
}
input[type="checkbox"]:disabled + .custom-control-indicator{
    border:1px dotted #ddd;
}

#mainContainer{
    margin-bottom: 2rem;
}
.smaller-text{
    font-size: 11px;
}

textarea.payments-desc{
    width:100%;
    height:5rem;
    padding:0.5rem;
    border:1px solid #ddd;
    font-size:0.9em;
}
input.price{
    width:5rem;
    float:left;
    background:none;
    border-width:0px 0px 1px 0px;
    text-align:right;
    margin-right:0.5rem;
    padding:0rem;
    height:2.1rem;
    font-size:1.3rem;
    font-weight:bold;
}
th div.member_name{
    font-weight: bold;
}

/*  ------------------------- */


/* full row color status start */
table.status_bg tbody tr.tPENDING{
	background-color:#d5d5ff !important;
}

table.status_bg tbody tr.tW8ASSIGN{
	background-color:#ff9999 !important;
}
table.status_bg tbody tr.tBEGIN{
	background-color:#ffee88  !important;
}
table.status_bg tbody tr.tEND{
	background-color: #aaffaa !important;
}

table.status_bg tbody tr.tPOSTPONE,table.status_bg tbody tr.tESC{
	background-color: #FFcccc !important;
}
table.status_bg tbody tr.t4INVOICE{
	background-color: #CDF7DF !important;
}
table.status_bg tbody tr:hover {
    background-color: #f0ff90 !important;
    color: #000000;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
}
/* full row color status end */

/* border color status start */
table.status_rb tbody tr.tPENDING{
	border-right:#d5d5ff 10px solid !important;
}

table.status_rb tbody tr.tW8ASSIGN{
	border-right:#ff9999 10px solid !important;
}
table.status_rb tbody tr.tBEGIN{
	border-right:#ffee88 10px solid  !important;
}
table.status_rb tbody tr.tEND{
	border-right: #aaffaa 10px solid !important;
}

table.status_rb tbody tr.tPOSTPONE, table.status_rb tbody tr.tEND{
	border-right: #FFcccc 10px solid !important;
}
table.status_rb tbody tr.t4INVOICE{
	border-right: #CDF7DF 10px solid !important;
}
table.status_rb tbody tr:hover {
    background-color: #f0ffb0 !important;
    color: #000000;
    cursor: default;
    color: #333;
    transition: background-color 0.2s ease;
}
/* border color status end */

.display-none{
    display: none;
}
/* legend boxes */
div.box{
	display: block;
	float: left;
	width: 100%;
	line-height:1.6rem;
	font-size:0.7rem;
    padding: 0.2rem;
    text-align: center;
    margin:0.2rem;
}
div.box.tPENDING{
	background-color:#d5d5ff !important;
}
div.box.tW8ASSIGN{
	background-color:#ff9999 !important;
}
div.box.tBEGIN{
	background-color:#ffee88  !important;
}
div.box.tEND{
	background-color: #aaffaa !important;
}
div.box.tPOSTPONE{
	background-color: #FFcccc !important;
}
div.box.t4INVOICE{
	background-color: #CDF7DF !important;
}
/* legend boxes end */

/* dashboard start */


ul.dashboard-tabs{
    padding: 0rem;
    float: left;
    list-style: none;
    width: 100%;
    color: #66aaff;
    font-size: 0.9rem;
}
div.dashboard-content{
    /*min-height: 30rem;*/
    /*border: 1px solid #ddd;*/

}
/*ul.dashboard-tabs li:first-child{
    border-top: 1px solid #ddd;
}*/
ul.dashboard-tabs li{
    line-height: 2rem;
    padding:0.4rem;
    padding-left: 1rem;
    /*background: #fefefe;*/
    /*border-bottom: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
}
ul.dashboard-tabs li:hover{
    cursor: pointer;
   background: #f5f5f5;
}
ul.dashboard-tabs li.active{
/*background: #f5f5ff;*/
background: #f0f0ff;
background: -moz-linear-gradient(left, #f0f0ff 0%, #ffffff 100%);
background: -webkit-linear-gradient(left, #f0f0ff 0%,#ffffff 100%);
background: linear-gradient(to right, #f0f0ff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ff', endColorstr='#ffffff',GradientType=1 );
    /*font-weight: bold;*/
}
/* dashboard end */

/* main menu start */
#main-menu{
    position: absolute;
    z-index: 2;
    display: block;
    opacity: 1;
    left: 0rem;
    top: 48px;
    width: 0%;
    height: 0vh;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity 0.5s ease-out;
     /*-webkit-transition: width 1.5s ease-in-out, opacity 1s ease-in-out,height 1.5s ease-in-out;
    transition: width 1.5s ease-in-out, opacity 1s ease-in-out, height 1.5s ease-in-out;*/
}
#main-menu.show{
    opacity: 1;
    width: 75%;
    height: 75vh;
    background: #3097D1;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
/* main menu end */

/* options buttons start*/
.opt-btn{
    display: block;
    float: right;
    width: 1.5rem;
    margin:0rem 0.1rem 0.2rem 0.1rem;

    cursor: pointer;
    height: 1.5rem;
    padding: 0.2rem;
    background: #f5f5f5;
    text-align: center;
    color: #ddd;
}
.opt-btn:hover{
    background: #f0f0f0;

}.opt-btn.selected{
    color: #66aaff;
    background: #ddf;
}
/* options buttons end*/

/* dashboard - summary start */

.highcharts-credits{
    display: none;
}
ul.summary-tabs{
    list-style-type: none;
}
/* dashboard - summary end */

/* tinyMCE resize without status bar*/


.mce-statusbar{
	background:#fff !important;
	height: 0rem !important;
	border:0rem !important;
}
.mce-statusbar .mce-first{
	display: none !important;
}
.mce-content-body {
	padding: 1rem !important;
}
.mce-content-body p{
	margin-bottom: 0.5rem !important;
}

#single-ticket-desc .mce-panel,{ border: 1px solid #DDDDDD !important; box-shadow: 0 0 0 !important;}
#single-ticket-desc .mce-tinymce{ border: 1px solid #DDDDDD !important; box-shadow: 0 0 0 !important;}

/* tinyMCE end */

/* addon start */
span.input-group-addon{
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
span.input-group-addon:hover{
    /*color:#eee;*/
    cursor: pointer;
    background-color: #FFF;
}
/* addon end */

@media (max-width:767px){
    .table th, .table td {
        padding: 1rem;
        font-size: 2rem;
    }
}
