﻿
    .footer-bottom p {
        padding-top: 6px;
        text-decoration: underline;
    }

.payments {
    font-size: 1.5em;
}

.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

.table > tbody > tr.blue-dragon > td {
    background-color: #2c3e50;
    color: #ffffff;
}

.login-bg {
    background: url('images/login_bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.navbr-bg {
    background: url('images/navbar-bg.jpg');
}

.login-panel {
    color: #ffffff !important;
    border-color: #000221 !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    margin-top: 27%;
}

.login-input {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.42) !important;
}

.inline-header {
    margin-top: 1px;
    display: inline-block;
    color: #0d85bb;
    font-family: fantasy;
    border-bottom: 2px solid;
}

    .inline-header + a {
        margin-top: 5px;
    }

.navbar-nav > li:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav > li:hover:after {
    width: 100%;
    background: #18bc9c;
}

.quick-link-height {
    margin-top: -20px;
    min-height: 115px;
    background-color: #0d85bb;
}

.shutter-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .shutter-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .shutter-out:hover, .shutter-out:focus, .shutter-out:active {
        color: white;
    }

        .shutter-out:hover:before, .shutter-out:focus:before, .shutter-out:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.toast-top-center {
    top: 12px;
    left: 50%;
    margin-left: -150px;
}

@media all and (max-width: 240px) {
    .toast-top-center {
        margin-left: -54px;
    }
}

@media all and (min-width: 241px) and (max-width: 320px) {
    .toast-top-center {
        margin-left: -64px;
    }
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

    .round.hollow {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #FFF;
        color: #222;
        text-align: center;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    }

    .round.round-lg {
        height: 40px;
        width: 40px;
        line-height: 40px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 1.5em;
    }

    .round.hollow.blue {
        color: #3EA6CE;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
        -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
        box-shadow: 0px 0px 0px 3px #3EA6CE;
    }

    .round.hollow.orange {
        color: #FF6701;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
        -moz-box-shadow: 0px 0px 0px 3px #FF6701;
        box-shadow: 0px 0px 0px 3px #FF6701;
    }

    .round.hollow.green {
        color: #42A129;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #42A129;
        -moz-box-shadow: 0px 0px 0px 3px #42A129;
        box-shadow: 0px 0px 0px 3px #42A129;
    }

@media all and (min-width: 321px) and (max-width: 480px) {
    .toast-top-center {
        margin-left: -96px;
    }
}

.container h4 {
    border-left: 4px solid #0d85bb;
    padding: 5px;
    margin-bottom: 1.5px;
}

.bootstrap-table .btn {
    min-width: 55px !important;
}

.bootstrap-table table tbody tr td .btn-xs {
    padding: 1px 2px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.custom-padding {
    padding-left: 7px;
    padding-right: 7px;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.input-group-btn .btn-info {
    min-width: 55px !important;
}

.tag {
    background: #7a8cea;
    border-radius: 3px 0 0 3px;
    color: #fff2e1;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    width: 98%;
}

    .tag::before {
        background: #e0fcff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 8px;
        left: 10px;
        position: absolute;
        width: 8px;
        top: 12px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 15px solid transparent;
        border-left: 18px solid #7a8cea;
        border-top: 17px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #0d85bb;
        color: white;
    }

        .tag:hover::after {
            border-left-color: #0d85bb;
        }

.full-width-picker {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.full-width-picker-label {
    padding-left: 5px !important;
}


/*bootstrap 4 css start*/
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/*bootstrap 4 css end*/

/*for file type start*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*for file type End*/


.form-control {
    border: 1px solid #c4daf1 !important;
}

.col-lrp5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ui-menu {
    list-style-type: none !important;
}

.ui-menu-item {
    border-bottom: 1px solid #17a2b8 !important;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}



.login-footer-bg2 {
    background: radial-gradient(black, transparent);
    color: #fff;
}

.footer-bottom2 {
    background: burlywood;
    font-size: 13px;
    border-top: 3px solid #0d85bb;
    padding-top: 10px;
    padding-bottom: 18px;
}



.login-footer-bg{
  /*  background: radial-gradient(black, transparent);
    color: #fff;*/
}

.footer-bottom {
    width:100%;
  /*  background: burlywood;*/
    font-size: 13px;
/*    border-top: 3px solid #0d85bb;*/
    padding-top: 10px;
    padding-bottom: 18px;
}

