ion-icon {
    font-size: 16pt;
    vertical-align: middle;
}

h2xxx {
    padding:10px!important;

    font-size:16pt!important;
    font-family: 'Titillium Web', sans-serif;
    background-color:#D3DADD;
    border-radius:15px;
    font-weight:normal!important;
    color:#0048ab;
}


h2 {
    margin: 1em 0 0.5em 0!important;
    font-weight: normal!important;
    position: relative!important;
    text-shadow: 0 -1px rgba(0,0,0,0.6)!important;
    font-size: 18px!important;
    line-height: 30px!important;
    background: #CCD7E4!important;
    padding: 5px 15px!important;
    color: black!important;
    border-radius: 0 10px 0 10px!important;
    font-family: 'Muli', sans-serif!important;
}

.responsive-table {
    overflow-x: auto;
    width:100%;
}

.responsive-inner {
    min-width: 1424px;

}

ul.ui-autocomplete {
    z-index: 11000000;
}
@media print
{
    
 
@page {size: A4 portrait; maxheight:100% ; maxwidth:90% }

 div {
    break-inside: avoid;
  }
  img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}
    .no-print, .no-print *
    {
        display: none !important;
        height:0px;
        box-shadow:none;
        background-color:white!important;
    }

    .content {
        background-color:white!important;
        box-shadow:none!important;
        border-style:none!important;
    }
    body {
        background-color:white!important;
    }
    .bframe {
        box-shadow:none!important;

    }
}

.qelabel {
    display: inline-block;
    width:120px;
    padding:10px;
    font-weight:normal;
    font-size:10pt!important;
    text-align:right;
}
.qeentry {
    padding:5px;
    width:300px!important;
    font-size:10pt!important;
}
.qetextarea {
    display: inline-block;
    background-color:#f1f7ff;
    padding:5px;
    margin-bottom:5px;
    width:300px;
    border-radius: 3px;

    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #3498db;
    border-width:0.5px;
    font-family: 'Titillium Web', sans-serif;
}

[tooltips] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[tooltips]:before,
[tooltips]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[tooltips]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #008b28;
    font-weight:normal;
    color: #fff;
    content: attr(tooltips);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[tooltips]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #008b28;
    font-weight:normal;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[tooltips]:hover:before,
[tooltips]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.myButtonSmall {
    border-radius:5px;
    display: inline-block;
    margin: 1px 1px 0 0;
    height: 14px;
    line-height: 14px;
    background-color: #00688B;
    color:#ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;

}
.myButtonSmall:hover {
    background-color: #D67C33!important;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.0);
}
.myButtonSmallRound {
    border-radius:5px;
    display: inline-block;
    margin: 1px 1px 0 0;
    height: 14px;
    width:20px;
    line-height: 14px;
    background-color: #00688B;
    color:#ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;

}
.myButtonSmallRound:hover {
    background-color: #D67C33!important;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.0);
    border-radius:5px;
    padding-left:5px;
    padding-right:5px;
}
.day-number:hover {
    background-color: #D67C33!important;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.0);
}
.myButton {
    border-radius:5px;
    display: inline-block;
    margin: 1px 1px 0 0;
    height: 28px;
    line-height: 28px;
    background-color: #00688B;
    color:#ffffff;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 0 10px;
    cursor: pointer;

}

.myButton:hover {
    background-color: #D67C33!important;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.0);
}

.regnum  {

    font-weight: 600;
    text-transform: uppercase;
    width:80px!important;
    height:30px!important;
    font-size:10pt!important;
    color: #353535;
    text-align: center;
    line-height: 32px;
    background-color: #f2cf53;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 5px;

}
.ui-dialog .ui-dialog-content {
    overflow-y: hidden;
    overflow-x: hidden;
}

/* calendar */
table.calendar		{
    border-left:1px solid #999;
    font-size:9pt;
    font-family: 'Titillium Web', sans-serif;
    width:100%;
    min-width:1400px;
    border-radius: 0 10px 0 10px!important;
}
tr.calendar-row	{
    height:100px;

}
td.calendar-day	{
    min-height:0px;
    font-size:11px;
    position:relative;
}
* html div.calendar-day {
    height:80px;
}
td.weekend {
    background-color:#ffedad;
}
td.weekend:hover {
     background:#eceff5;
}
td.calendar-day:hover	{
    background:#eceff5;
}
td.calendar-day-np	{
    background:#eee;
    min-height:80px;
}
* html div.calendar-day-np {
    height:80px;
}
td.calendar-day-head {
    height:20px!important;
    background:#ccc;
    font-weight:bold;
    text-align:center;
    width:120px;
    padding:5px;
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    border-right:1px solid #999;
}
div.day-number		{
    background:#999;
    padding:5px;
    color:#fff;
    font-weight:bold;
    float:right;
    margin:-5px -5px 0 0;
    width:20px;
    text-align:center;
}
/* shared */
td.calendar-day, td.calendar-day-np {
    width:120px;
    padding:5px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
}
.oldui-tabs-anchor {
    font-size:9pt!important;
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    color:white!important;

}


.ui-tabs-tab {

    border-bottom-width:0px;
    margin-bottom:-8px!important;
    border-style:solid;
    border-top-width: 1px;
    border-right-width:1px;
    border-radius:10px;
    padding:10px;
    background-color:white;
    border-radius:10px;
    color:black!important;
    font-size:10pt;
    background-color:#d2d2d2;

}
.ui-tabs-active {

    border-bottom-width:0px;
    margin-bottom:-8px;
    border-style:solid;
    border-top-width: 1px;
    border-right-width:1px;
    border-radius:10px;
    padding:10px;
    color:white;
    background-color:#00688B!important;
    font-weight:bold
}



body {
    margin:0px;
    padding:0px;

    font-size:10pt;
    background-color:#00688B;
    font-family: 'Titillium Web', sans-serif;
}

.mobilefooter {
    width: 100%!important;
    background-color: #00688B!important;
    color: white!important;
    padding:2px!important;
    font-size:9pt!important;
    text-align: center!important;
    z-index:2100!important;
}
.gmfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00688B;
    color: white;
    padding:2px;
    font-size:9pt;
    text-align: center;
    z-index:2100;
}
#my_form {
    position: absolute;
    top: 100px;
    left: 200px;
    z-index: 10001;
    display: none;
    background-color: white;
    border: 2px outset gray;
    padding: 20px;
    font-size: 10pt;
}

#my_form label {
    width: 200px;
}

td {
    font-size:10pt;

}
html {
    visibility:hidden;
    font-family: 'Titillium Web', sans-serif;
}


.content {
    background-color:#eee;
    margin:auto;
    margin-top:50px;
    width:96%;
    height:150%;
    padding:10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.reload {
    background-color:white;
}


ul#css3menu1,ul#css3menu1 ul{
    margin:0;
    list-style:none;
    padding:0;
    background-color:#dedede;
    border-width:1px;
    border-style:solid;
    border-color:#5f5f5f;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}
ul#css3menu1 ul{
    display:none;
    position:absolute;
    left:0;
    top:100%;
    -moz-box-shadow:3.5px 3.5px 5px #000000;
    -webkit-box-shadow:3.5px 3.5px 5px #000000;
    box-shadow:3.5px 3.5px 5px #000000;
    background-color:#FFFFFF;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-color:#d4d4d4;
    padding:0 10px 10px;
}
ul#css3menu1 li:hover>*{
    display:block;
}
ul#css3menu1 li{
    position:relative;
    display:block;
    white-space:nowrap;
    font-size:0;
    float:left;
}
ul#css3menu1 li:hover{
    z-index:1;
}
ul#css3menu1{
    font-size:0;
    z-index:999;
    position:relative;
    display:inline-block;
    zoom:1;
    padding:0;
    *display:inline;
}
* html ul#css3menu1 li a{
    display:inline-block;
}
ul#css3menu1>li{
    margin:0;
}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
    outline-style:none;
}
ul#css3menu1 a{
    display:block;
    vertical-align:middle;
    text-align:left;
    text-decoration:none;
    font-size:10pt;
    color:#000000;
    text-shadow:#FFF 0 0 1px;
    cursor:pointer;
    padding:10px;
    background-color:#c1c1c1;
    background-repeat:repeat;
    background-position:0 0;
    border-width:0 0 0 1px;
    border-style:solid;
    border-color:#C0C0C0;
}
ul#css3menu1 ul li{
    float:none;
    margin:10px 0 0;
}
ul#css3menu1 ul a{
    text-align:left;
    padding:4px;
    background-color:#FFFFFF;
    background-image:none;
    border-width:0;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    font-weight:normal;
    font-size:10pt;
    color:#000;
    text-decoration:none;
}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
    background-color:#00688B;
    border-color:#C0C0C0;
    border-style:solid;
    color:white;
    text-shadow:#FFF 0 0 1px;
    background-position:0 100px;
}
ul#css3menu1 span{
    display:block;
    overflow:visible;
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:0px;
}
ul#css3menu1 > li.switch{
    display:none;
    cursor:pointer;
    width:25px;
    height:20px;
    padding:10px;
}
ul#css3menu1 > li.switch:before{
    content:"";
    position:absolute;
    display:block;
    height:4px;
    width:25px;
    border-radius:4px;
    background:#000000;
    -moz-box-shadow:0 8px #000000, 0 16px #000000;
    -webkit-box-shadow:0 8px #000000, 0 16px #000000;
    box-shadow:0 8px #000000, 0 16px #000000;
}
ul#css3menu1 > li.switch:hover:before{
    background:#000000;
    -moz-box-shadow:0 8px #000000, 0 16px #000000;
    -webkit-box-shadow:0 8px #000000, 0 16px #000000;
    box-shadow:0 8px #000000, 0 16px #000000;
}
.c3m-switch-input{
    display:none;
}
ul#css3menu1 li:hover>a,ul#css3menu1 li > a.pressed{
    background-color:#00688B;
    background-position:0 100px;
    border-style:solid;
    border-color:#C0C0C0;
    color:white;
    text-decoration:none;
    text-shadow:#FFF 0 0 1px;
}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li > a.pressed{
    background-color:#00688B;
    background-image:none;
    color:#ffffff;
    text-decoration:none;
}
ul#css3menu1 li.topfirst>a{
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
}
ul#css3menu1 li.toplast>a{
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
@media screen and (max-width: 984px) {
    ul#css3menu1 > li {
        position: initial;
    }
    ul#css3menu1 ul .submenu,ul#css3menu1 li > ul {
        left: 20px;
        right:auto;
        top: 100%;
    }
    ul#css3menu1 .submenu,ul#css3menu1 ul,ul#css3menu1 .column {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 0;
        width: 100% !important;
    }
}
@media screen and (max-width: 983px) {
    ul#css3menu1 {
        width: 100%;
    }
    ul#css3menu1 > li {
        display: none;
        position: relative;
        width: 100% !important;
    }
    ul#css3menu1 > li.switch,.c3m-switch-input:checked + ul#css3menu1 > li + li {
        display: block;
    }
    ul#css3menu1 > li.switch > label {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}




.ui-widget {
    font-size: .8em;
}

.ui-widget-content {
    background: CC99FF;
    /*Change the dialog border color here*/
    border: 1px solid #00688B;
    color: #222222;

}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
    box-shadow: 10px 10px 8px #aaaaaa;
}

#success {
    padding: 0;
    margin: 0;
}

.ui-corner-all {
    border-radius:10px!important;
}

.us-dialog {
    border-radius:10px!important;
}

.ui-dialog .ui-dialog-content {
    border: 0 none;
    background: none repeat scroll 0 0 transparent;


    overflow: auto;
    position: relative;
    padding: 10px !important;

}

.ui-widget-header {
    /*Change the Header color here*/
    background: #00688B;
    border: 0;
    color: #fff;

    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 10px!important;
    color:white!important;
    background-color:#00688B!important;
    position: relative;
    font-size: 1em;
}

.ui-dialog-buttonpane {
    background-color:#00688B!important;
    border-radius: 5px;
}

.xcrud-button {
    border-radius:5px;
}
 

.edit_side_panel {
  
}
.xcrud-counter {
    display:none!important;
    color:white!important;
}

.xcrud-row td {
    border-left-width:0.1px;
   
    border-left-style:dotted;
    border-left-color:lightgray;
}
