@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%;
}

.btn-as-link:hover {
    color: #2199e8 !important;
    text-decoration: none;
    /*background-color: #f5f5f5 !important;*/
}
.btn-as-link {
     background:none!important;
    float:left;
     color:inherit;
    text-align: left;
    line-height: normal;    
    height: 2.5rem;
     border:none; 
     font: inherit;
    font-size: 0.9rem;
    padding: 0.4rem !important;
     /*border is optional*/
     /*border-bottom:1px solid #444; */
     cursor: pointer;
}

.dropdown-item .fa{
    width:1.5rem;    
    text-align: center;
    padding:0.3rem;
    margin: 0.2rem;
    border-right: 1px solid gray;
}

/**/



/**/

/* blinking box*/
div.blinking {
    width: 10px;
    height: 10px;
    background: #3097D1;
    position: fixed;
    left: 2px;
    top: 2px;
  animation: blinker 1s linear infinite;
}

@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;
}

.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 */

i.fa.r{
    padding-right:0.5rem;
}
a.dropdown-item i.fa.r{
    padding-right:1rem;
}
.alert .btn{
    margin-right: 1rem;
}


/* 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 */

/* 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;
    }
}
