﻿.footer-bottom {
    background: #ffffff;
    font-size: 13px;
    border-top: 3px solid #5585E3;
    padding-top: 10px;
    padding-bottom: 18px;
}

    .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;
}

.login-footer-bg {
    background: rgba(85, 133, 227,0.69);
    color: #fff;
}

.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;
}

.login-input {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.42) !important;
}

.inline-header {
    margin-top: 5px;
    display: inline-block;
}

    .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: #f54e00;
}

.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 #5585E3;
    padding: 5px;
    margin-bottom: 2.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: #ff904f;
    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 #ff904f;
        border-top: 17px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #e82b01;
        color: white;
    }

        .tag:hover::after {
            border-left-color: #e82b01;
        }

        .ml-5
        {
            margin-left:5px;
        }
         .mr-5
        {
            margin-right:5px;
        }
           .mr-2
        {
            margin-right:2px;
        }
