﻿html, form {
    height: 100%;
}

body {
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    color: #016589;
}

@media (min-width: 1024px) {
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media (min-width: 768px ) and (max-width:1023px) {
    body {
        -webkit-background-size: inherit;
        -moz-background-size: inherit;
        -o-background-size: inherit;
        background-size: inherit;
    }
}
footer {
    background-color: #00476c;
}
.font-xs {
    font-size: 10px;
}
.navbar {
    padding: 0.2rem 1rem;
}
@media (max-width: 1024px) {
    .navbar-brand img {
        width: 80px;
    }
}
.navbar-scroll {
    background-color: #284a6c;
    color:white;
}
.body-content {
    padding-top: 70px;
    padding-bottom: 50px;
}
@media(max-width: 640px) {
    #menu {
        padding: 0rem 0.2rem 0rem 0.2rem;
    }
}
.time {
    padding: 0.5rem 0.9rem;
    display: block;
}
.error-field {
    border: 1px solid #f04124 !important;
}
textarea {
    resize: none;
}
.bg-primary, .btn-primary {
    background-color: #1773a3 !important;
}
/*OVERLAY LOADING*/
#loading-bar {
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
}

#loading-bar-spinner {
    /*top: 50%;
  left:50%;*/
    top: calc(50% - 42px);
    left: calc(50% - 42px);
}

    #loading-bar-spinner .spinner-icon {
        width: 84px;
        height: 84px;
        border-width: 6px;
        border-top-color: #4d4d4d;
        border-left-color: #4d4d4d;
    }

#loading-bar .bar {
    height: 20px;
    background-color: #4d4d4d;
    display: none;
}
/*OVERLAY LOADING*/
/*LOADER*/
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.loader-text {
    text-align: center;
    font-size: 13px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/** MODAL STYLING **/
.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}
/*LOADER*/
/*TOOLBARS*/
.toolbar-edit {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1;
    text-align: right;
    z-index: 1040;
}

    .toolbar-edit > .toolbar-actions > ul {
        margin-bottom: 4px
    }

        .toolbar-edit > .toolbar-actions > ul li {
            display: block;
        }

        .toolbar-edit > .toolbar-actions > ul > li h6 {
            font-size: 11px;
            font-weight: bold;
            color: #61872c;
            display: inline-block;
            background-color: #fff;
            padding: 6px 6px;
            margin-right: 10px;
            width: auto; /*60px;*/
            text-align: center;
            border: 2px solid #e1e1e1;
            border-radius: 5px;
        }

        .toolbar-edit > .toolbar-actions > ul > li {
            margin-bottom: 2px;
        }

            .toolbar-edit > .toolbar-actions > ul > li button {
                padding: 15px 15px;
                background-color: #61872c !important;
                color: white !important;
                border-radius: 25px;
                width: 45px;
                height: 45px;
                border-style: none;
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
            }

            .toolbar-edit > .toolbar-actions > ul > li a {
                display: inline-block;
                padding: 13px 13px;
                background-color: #61872c !important;
                color: white !important;
                border-radius: 25px;
                width: 45px;
                height: 45px;
                border-style: none;
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
            }

            .toolbar-edit > .toolbar-actions > ul > li > button:focus {
                outline: none;
                background-color: #61872c !important;
                color: white !important;
            }

            .toolbar-edit > .toolbar-actions > ul > li > a:focus {
                outline: none;
                background-color: #61872c !important;
                color: white !important;
            }

    .toolbar-edit > .toolbar-command {
        margin-bottom: 4px;
    }

        .toolbar-edit > .toolbar-command > button {
            padding: 10px 15px;
            background-color: #61872c;
            color: white;
            border-radius: 25px;
            width: 45px;
            height: 45px;
            border-style: none;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
        }

            .toolbar-edit > .toolbar-command > button:focus {
                outline: none;
                background-color: #61872c;
            }

.toolbar-box > .btn-group > .btn-toolbar-box {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    border-radius: 100% !important;
}

    .toolbar-box > .btn-group > .btn-toolbar-box:not(:last-child) {
        margin-right: 5px;
    }
/*TOOLBARS*/
/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*SCROLLBAR*/
.vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*SIDE BAR MENU*/
.sidenav-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0px;
    background-color: #343a40;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidenav-menu-left {
    left: 0;
}

.sidenav-menu-right {
    right: 0;
}

.sidenav-menu-active {
    width: 270px;
}

.sidenav-menu ul {
    padding: 0 15px 0 15px;
}

.sidenav-menu .nav-item {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

    .sidenav-menu .nav-item a {
        color: white;
        text-decoration: none !important;
    }

        .sidenav-menu .nav-item a:hover {
            color: white;
            text-decoration: none;
        }

        .sidenav-menu .nav-item a span {
            margin-left: 10px;
            margin-top: 3px;
            display: inline-block;
        }
/*SIDE BAR MENU*/