/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
    font-family: 'WMitra', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'irsans', sans-serif;
    font-weight: bold;
}

.absinfo-num {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.absinfo-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.footer {
    /*bottom: 0%;
    position: fixed;*/
    line-height: 32px;
}

.validation-summary {
    display: none;
}

    .validation-summary.validation-summary-valid, .validation-summary.validation-summary-error {
        display: block;
    }


.left {
    float: left;
}

.right {
    float: right;
}

.text-center {
    text-align: center;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.mg-left-15 {
    margin-left: 15px;
}

.mg-right-15 {
    margin-right: 15px;
}

/*  --------------------  colors ----------------------*/
.color-yellow {
    color: yellow;
}

.color-yellow-green {
    color: yellowgreen;
}

.color-blue-dodger {
    color: dodgerblue
}

.color-blue-aqua {
    color: aqua;
}

.color-light-coral {
    color: lightcoral;
}

/*  --------------------  font-sizes ----------------------*/
.title {
    font-family: 'WMitra', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-error {
    font-size: 14px;
}

.font-size-button {
    font-size: 14px;
    font-weight: bold;
}

.bg-lightgray {
    background-color: #ededed;
}
.mg-b10 {
    margin-bottom: 10px;
}
.mg-b20 {
    margin-bottom: 20px;
}

.mg-b30 {
    margin-bottom: 30px;
}

.mg-t30 {
    margin-top: 30px;
}
.mg-t15 {
    margin-top: 15px;
}
.mg-t10 {
    margin-top: 10px;
}

.mg-r15 {
    margin-right: 15px;
}

.mg-r10 {
    margin-right: 10px;
}

.mg-r5 {
    margin-right: 5px;
}
.mg-l10 {
    margin-left: 10px;
}
.pd-30 {
    padding: 30px;
}
.pd-10 {
    padding: 10px;
}
.pd-5 {
    padding: 5px;
}

.bg-error {
    background-color: #ff5959;
}

.text-white {
    color: white;
}

.rounded {
    border-radius: 4px;
}
/*---------------------------------------------------*/
.search {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.toolbar-panel {
    margin: 0px;
}

.toolbar-item {
    border-radius: 24px;
    background: #f5f5f5;
    position: relative;
    margin: 5px;
    float: left;
    direction: ltr;
}

/* User image */
.toolbar-image {
    border-radius: 50%;
    /*position: absolute;*/
    /*left: -10px;*/
    background: #f5f5f5;
    cursor: pointer;
    padding: 0px;
    z-index: 10;
}

    .toolbar-image:hover {
        background: #3c8dbc;
    }

    .toolbar-image > img {
        margin: 2px;
        width: 32px;
        height: 32px;
    }

.toolbox {
    display: inline-block;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

.panel-body {
}

.panel-body-search {
    display: block;
    background-color: #e6e6e6;
}

    .panel-body-search:before,
    .panel-body-search:after {
        content: " ";
        display: table;
    }

    .panel-body-search:after {
        clear: both;
    }

    .panel-body-search.no-padding {
        padding: 0;
    }

.panel-body-column {
    display: block;
    background-color: #e6e6e6;
}

    .panel-body-column:before,
    .panel-body-column:after {
        content: " ";
        display: table;
    }

    .panel-body-column:after {
        clear: both;
    }

    .panel-body-column.no-padding {
        padding: 0;
    }


.panel-body-setting {
    display: block;
}

    .panel-body-setting:before,
    .panel-body-setting:after {
        content: " ";
        display: table;
    }

    .panel-body-setting:after {
        clear: both;
    }

    .panel-body-setting.no-padding {
        padding: 0;
    }

/*-------------------------------------------------*/

.input-group {
    float: right;
    margin-bottom: 15px;
}



.regular-checkbox {
    display: none;
    float: right;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        float: right;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }


.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}


.breadcrumb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    background-color: #303641;
    background: -webkit-gradient(linear, left top, left bottom, from(#303641), to(#5a5a5a));
    background: -moz-linear-gradient(top, #303641, #5a5a5a);
    font-size: 14px;
}

.topnav_box {
    border-radius: 4px;
    background-color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    margin: 10px;
}

.bg-gray {
    color: #000;
    background-color: #c9cacd !important;
}

.tile-block .tile-header {
    padding: 10px;
}


.tooltip_templates {
    display: none;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.navbar-inverse {
    font-size: 14px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    font-size: 14px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: bold;
}

.font-size-tile-content {
    font-size: 22px;
}

.font-size-tile-header {
    font-size: 22px;
}
.font-size-tile-footer {
    font-size: 22px;
}
.font-size-tile-footer-weekday {
    font-size: 22px;
}

.font-size-num {
    font-size: 22px;
}

.header_table {
    font-size: 12px;
}
.list_table {
    font-size: 12px;
}
.font-size-list-numbers {
    font-size: 10px;
}


.btn-bg-info {
    color: #fff;
    background-color: #21a9e1;
    border-color: #1c99cd;
}

@media only screen and (max-width: 599px) {
    .row {
        padding-left: 6px;
    }

    .tile-block .tile-content > div {
        font-size: 24px;
    }

    .tile-block .tile-content > span {
        font-size: 24px;
    }

    .tile-block .tile-header > span {
        font-size: 24px;
    }

    .tile-block .tile-footer > div {
        font-size: 18px;
    }

    .font-size-tile-content {
        font-size: 16px;
    }

    .font-size-tile-header {
        font-size: 16px;
    }

    .font-size-tile-footer {
        font-size: 16px;
    }
    .font-size-tile-footer-weekday {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .font-size-num {
        font-size : 16px;
    }
    .col-md-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .col-md-3 {
        width: 100%;
    }

    .col-md-2 {
        width: 50%;
    }

    .hide-on-mobile {
        visibility: hidden;
        clear: both;
        display: none;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 480px) {
    .row {
        padding-left: 6px;
    }

    .tile-block .tile-content > div {
        font-size: 24px;
    }

    .tile-block .tile-content > span {
        font-size: 24px;
    }

    .tile-block .tile-header > span {
        font-size: 24px;
    }

    .tile-block .tile-footer > div {
        font-size: 18px;
    }
    .tile-block .tile-footer > a {
        font-size: 14px;
    }

    .font-size-tile-content {
        font-size: 22px;
    }

    .font-size-tile-header {
        font-size: 22px;
    }

    .font-size-tile-footer {
        font-size: 20px;
    }

    .font-size-tile-footer-weekday {
        font-size: 12px;
        margin-bottom:5px;
    }

    .font-size-num {
        font-size: 22px;
    }
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .row {
        padding-left: 6px;
    }

    .tile-block .tile-content > div {
        font-size: 24px;
    }

    .tile-block .tile-content > span {
        font-size: 24px;
    }

    .tile-block .tile-header > span {
        font-size: 24px;
    }

    .tile-block .tile-footer > div {
        font-size: 18px;
    }


    .font-size-tile-content {
        font-size: 22px;
    }

    .font-size-tile-header {
        font-size: 22px;
    }
    .font-size-tile-footer {
        font-size: 20px;
    }
    .font-size-tile-footer-weekday {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .font-size-num {
        font-size: 22px;
    }
     
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .row {
        padding-left: 10px;
    }

    .tile-block .tile-content > div {
        font-size: 16px;
    }

    .tile-block .tile-content > span {
        font-size: 16px;
    }
    .tile-block .tile-header > span {
        font-size: 16px;
    }
    .tile-block .tile-footer > div {
        font-size: 12px;
    }

    .font-size-tile-content {
        font-size: 22px;
    }

    .font-size-tile-header {
        font-size: 22px;
    }

    .font-size-tile-footer {
        font-size: 20px;
    }

    .font-size-tile-footer-weekday {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .font-size-num {
        font-size: 16px;
    }
     
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .row {
        padding-left: 10px;
    }

    .tile-block .tile-content > div {
        font-size: 16px;
    }

    .tile-block .tile-content > span {
        font-size: 16px;
    }

    .tile-block .tile-header > span {
        font-size: 16px;
    }

    .tile-block .tile-footer > div {
        font-size: 12px;
    }


    .font-size-tile-content {
        font-size: 22px;
    }

    .font-size-tile-header {
        font-size: 22px;
    }

    .font-size-tile-footer {
        font-size: 20px;
    }

    .font-size-tile-footer-weekday {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .font-size-num {
        font-size: 22px;
    }
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .row {
        padding-left: 10px;
    }

    .tile-block .tile-content > div  {
        font-size: 22px;
    }
    .tile-block .tile-content > span {
        font-size: 22px;
    }
    .tile-block .tile-header > span {
        font-size: 22px;
    }
    .tile-block .tile-footer > div {
        font-size: 18px;
    }

    .font-size-tile-content {
        font-size: 22px;
    }

    .font-size-tile-header {
        font-size: 22px;
    }

    .font-size-tile-footer {
        font-size: 20px;
    }

    .font-size-tile-footer-weekday {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .font-size-num {
        font-size: 22px;
    }

    .header_table {
        font-size: 14px;
    }

    .list_table {
        font-size: 14px;
    }

    .font-size-list-numbers {
        font-size: 12px;
    }
     
}

@media print {


    @page {
        size: 80mm 125mm;
        size: portrait;
    }
    html {
        background-color: #FFFFFF;
        margin: 0px; /* this affects the margin on the html before sending to printer */
    }


    .margin-20 {
        margin: 20px !important
    }

    .remove-img-gallery {
        font-size: 25px;
        color: #fff;
    }

    .remove-img-gallery-content {
        position: absolute;
        width: 30px;
        height: 30px;
        background: red;
        top: -10px;
        left: -0px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
    }
   
}


