﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/open-sans/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    background: #f7f7f7;
}

.logo {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 70px;
}

    .logo img {
        background: #fff;
        border-radius: 5px;
        padding: 5px;
    }

.bgimg {
    background-image: url(../images/loginimage.jpg);
    background-repeat: no-repeat;
    height: 100vh;
}

.marginlogin {
    margin-left: 100px;
    margin-right: 100px
}

/* Center and scale the image nicely */
background-position: center;

background-size: cover;
}

.form-group .lablelogin {
    color: #585858 !important;
}

.form-check .lablelogin {
    color: #585858 !important;
}

    .form-check .lablelogin:hover {
        color: #0891d7;
    }

.bgheader {
    background: #fff !important;
    box-shadow: 1px 3px 9px -6px rgba(0,0,0,0.27);
    -webkit-box-shadow: 1px 3px 9px -6px rgba(0,0,0,0.27);
    -moz-box-shadow: 1px 3px 9px -6px rgba(0,0,0,0.27);
}

.dropdown-toggle {
    font-size: 14px !important;
}

.nav-link {
    color: #585858 !important;
}

.navbar-brand {
    margin-right: 9rem !important;
}

.circle {
    position: absolute;
    top: 0px;
    left: 22px;
    background: #094776;
    border-radius: 50%;
    width: 13px !important;
    height: 13px !important;
    margin: 0px;
    padding: 0px;
}

.hidden-xs {
    font-weight: 600;
    margin-right: 5px;
}

.navbar-default {
    margin-top: 10px;
}

.alertdropdown {
    margin: 8px 0px 0px 0px !important;
    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
}

    .alertdropdown li {
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .alertdropdown li a {
            color: #6f6f6f;
        }

            .alertdropdown li a:hover {
                color: #0891d7;
            }

.admindropdown {
    margin: 8px 0px 0px 0px !important;
    box-shadow: 1px 1px 24px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 24px -14px rgba(0,0,0,0.75);
    left: -14px !important;
    top: 20px !important;
}

    .admindropdown li {
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .admindropdown li a {
            color: #6f6f6f;
        }

            .admindropdown li a:hover {
                color: #0891d7;
            }

.homenav {
    margin: 100px 0px 0px 0px;
    padding: 0px;
    text-align: center !important;
}

    .homenav li {
        margin: 0px;
        padding: 10px 25px 10px 25px;
        font-size: 14px;
        font-weight: 600;
    }

        .homenav li a {
            color: #6f6f6f;
            text-decoration: none;
        }

            .homenav li a:hover {
                color: #0891d7;
                border-bottom: 3px solid #0891d7;
            }

.homedropdown {
    margin: 0px 0px 0px 0px !important;
    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
}

    .homedropdown li {
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .homedropdown li a {
            color: #3d3d3d;
        }

            .homedropdown li a:hover {
                color: #0891d7;
                border: none !important;
            }

.welcome {
    font-size: 24px;
    color: #0891d7;
    margin: 40px 40px 0px 0px;
    text-align: center;
    font-weight: 500;
}


.mainmenunav {
    text-align: center !important;
    margin-top: 70px;
    position: relative;
}

    .mainmenunav a .Dashboardicons {
        font-size: 32px;
    }

    .mainmenunav a {
        float: left;
        color: #6f6f6f;
        background: #f8f8f8 !important;
        border: 1px solid #eaeaea;
        padding: 25px 0px 0px 0px;
        margin: 0px 6px 0px 22px;
        border-radius: 5px;
        height: 128px;
        width: 128px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

        .mainmenunav a:hover {
            color: #fff;
            background: #0891d7 !important;
        }


.Jessica {
    padding-right: 0px !important;
}

.dropdown-menu {
    border: 1px solid #fff !important;
}


@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}



.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}




@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: -1s;
    animation-duration: -1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

/*Dashboard*/

.DashboardNav {
    margin: 8px 0px 0px 58px;
    padding: 0px;
    position: relative;
}

.DashboardNav {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

    .DashboardNav li {
        margin: 0px;
        padding: 0px 4px 0px 4px;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
    }

        .DashboardNav li a {
            color: #585858;
            text-decoration: none;
        }

            .DashboardNav li a:hover {
                color: #0e3970 !important;
            }

.dropdown-toggle {
    font-size: 14px !important;
}

.dropdown {
    position: relative;
}

.paddingbottom {
    padding-bottom: 18px;
}

.dropdown-toggle {
    font-size: 14px !important;
}

.dropdown-menu {
    right: 0px !important;
}

.Dashdropdown {
    margin: 16px 0px 0px 0px !important;
    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
    top: 32px !important;
    left: -50px !important;
    border: 1px solid #e6e3e3 !important;
}

    .Dashdropdown li {
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .Dashdropdown li a {
            color: #585858 !important
        }

            .Dashdropdown li a:hover {
                color: #0e3970 !important;
                border: none !important;
            }


.DashdropdownTOP {
    background: #fff !important;
    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
    width: 100%;
    border: 1px solid #e6e3e3 !important;
}

    .DashdropdownTOP a {
        color: #585858 !important;
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .DashdropdownTOP a:hover {
            color: #0e3970 !important;
            border: none !important;
            background: none !important;
        }

.dropdown-item:active {
    color: #fff !important;
    background: #fff !important;
}

.btn-outline-secondary {
    border-color: #ccc !important;
}

.addbtn {
    margin-top: 42px;
    margin-bottom: 20px;
    text-align: right;
}

.addnew {
    font-size: 13px !important;
    background: #007bff !important;
    border: none !important;
    margin-right: 7px;
}

    .addnew:hover {
        background: #153467 !important;
    }


.saveCbtn {
    margin-top: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.saveCbtn {
    font-size: 13px !important;
    background: #007bff !important;
    border: none !important;
    margin-right: 7px;
    padding: 0px 17px 0px 8px !important;
    width: 100px;
    margin-top: 15px;
}

    .saveCbtn:hover {
        background: #153467 !important;
    }



.megamenu {
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px !important;
}



.DashboardMegaM {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center !important;
}

    .DashboardMegaM li {
        margin: 0px;
        padding: 10px 25px 10px 25px;
        font-size: 14px;
        font-weight: 600;
    }

        .DashboardMegaM li a {
            color: #ffffff;
            text-decoration: none;
        }

            .DashboardMegaM li a:hover {
                color: #ededed;
            }



.megamenunav {
    margin-left: 30px;
    text-align: center !important;
    margin-top: 30px;
}

    .megamenunav a .Dashboardicons {
        font-size: 28px;
    }

    .megamenunav a {
        float: left;
        color: #ffffff !important;
        background: #386bbf /*019b49*/;
        border-radius: 5px;
        padding: 20px 0px 0px 0px;
        margin: -1px 8px 8px 0px;
        width: 90px;
        height: 90px;
        font-size: 13px !important;
        text-decoration: none;
    }

        .megamenunav a:hover {
            color: #fff !important;
            background: #a7b8d4 /*8f3901*/;
        }


.MegaDashdropdown {
    margin: 9px 0px 0px 0px !important;
    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
}

    .MegaDashdropdown li {
        padding: 5px !important;
        margin: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

        .MegaDashdropdown li a {
            color: #585858 !important;
        }

            .MegaDashdropdown li a:hover {
                color: #0891d7 !important;
                border: none !important;
            }


.dashboardHeader {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

    .dashboardHeader .dashboardH h2 {
        font-size: 18px !important;
        color: #585858 !important;
        margin-top: 8px;
    }


.dashboardH h5 {
    margin-top: 15px;
    color: #585858 !important
}

.dashboardHeader .backicon {
    font-size: 18px;
    color: #b0b0b0;
    float: right;
}

.dashlet1 {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 15px 0px 0px 0px;
    padding: 27px 10px 15px 40px;
}

    .dashlet1 a {
        text-decoration: none !important;
        color: #6f6f6f;
    }

        .dashlet1 a:hover {
            color: #0891d7;
        }

.dashleticon {
    font-size: 27px;
    color: #ffffff;
    margin-left: 7px;
    margin-top: 3px;
}

/*table*/

#example_length {
    display: none;
}

#example_filter {
    display: none;
}

#example_paginate {
    display: none;
}

.table {
    margin-bottom: 0px !important;
}

    .table tbody {
        border: 1px solid #eeeeee
    }

.tabledas {
    margin-top: 12px;
    background: #fff !important;
}

.tableaddbiz {
    background: #fff !important;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 0px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
    box-shadow: 0px 1px 5px -56px rgba(0,0,0,0.47);
    -webkit-box-shadow: 0px 1px 5px -56px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 1px 5px -56px rgba(0,0,0,0.47);
}

    .tableaddbiz thead th {
        border-bottom-width: 1px !important;
        border-color: #f0f0f0 !important;
        color: #7d7d7d !important;
        background: #fff;
        font-size: 13px;
    }

    .tableaddbiz tbody tr:hover {
        background-color: #f8f8f8;
    }

    .tableaddbiz thead tr {
        border-radius: 5px !important;
    }

    .tableaddbiz td, .tableaddbiz th {
        font-size: 11px !important;
        color: #777 !important;
        font-weight: 600;
    }

.table td, .table th {
    border-color: #f0f0f0 !important;
}

.table tbody {
    overflow: auto;
    height: 200px;
    width: 100%;
}

/*table*/

.boxheight {
    height: 41px !important;
    font-size: 15px !important;
}

.fontfind {
    font-size: 12px !important;
}

    .fontfind:hover {
        background: #0891d7;
    }

.forminput {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background: #fff !important;
    margin-top: 10px;
}

    .forminput label {
        font-size: 12px !important;
        font-weight: 600;
        color: #585858 !important;
        margin-top: 5px;
    }

    .forminput input {
        font-size: 13px !important;
        height: 37px;
        padding-right: 5px !important;
    }

    .forminput .form-control {
        font-size: 13px !important;
        border-color: #e8e8e8 !important;
    }

.savebtn {
    background: #4d4d4d;
    font-size: 13px;
    border: none !important;
}

    .savebtn:hover {
        background: #0891d7;
    }

.sidebarleft {
    background: #11238a /*00a84f*/;
    padding: 0px 0px;
    min-height: 100vh;
    text-align: center;
    width: 250px;
    float: left;
    box-shadow: 4px 7px 10px -6px rgba(0,0,0,0.18);
    -webkit-box-shadow: 4px 7px 10px -6px rgba(0,0,0,0.18);
    -moz-box-shadow: 4px 7px 10px -6px rgba(0,0,0,0.18);
}

.leftmenu {
    margin: 0px;
    padding: 0px;
}

    .leftmenu li {
        padding: 14px 0px 8px 0px !important;
        margin: 0px !important;
    }

        .leftmenu li a .leftmenuicon {
            font-size: 26px !important;
        }

        .leftmenu li a {
            text-decoration: none;
            color: #fff !important;
            font-size: 13px !important;
        }

        .leftmenu li:hover {
            background: #0e3970;
        }

        .leftmenu li a:active, a:focus {
            color: #0e3970;
        }

.menuicon {
    margin-top: 13px !important;
}


.sidenav {
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 71px; /* Stay at the top */
    left: 0;
    background-color: #094776; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#nav-icon2 {
    width: 30px;
    position: relative;
    margin: 14px 0px 0px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #094776;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 2 */

#nav-icon2 {
}

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #094776;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon2 span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0;
        }

        #nav-icon2 span:nth-child(odd) {
            left: 0px;
            border-radius: 9px 0 0 9px;
        }

        #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
            top: 0px;
        }

        #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
            top: 10px;
        }

        #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
            top: 20px;
        }

    #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

.bgcricle {
    background: #094776;
    display: block;
    float: left;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 12px 11px 11px 11px;
}

.colorbg {
    background: #3f9405 !important;
}

.colorbg2 {
    background: #f66f6c !important;
}

.colorbg3 {
    background: #eaa22a !important;
}


.form-control {
    height: 32px !important;
    font-size: 14px;
}


.image {
    height: 65px;
    width: 100px;
    border-radius: 50%;
    margin: 19px 0px 0px 72px;
    padding: 0px;
}

    .image img {
        width: 70px;
    }

.namedop {
    margin-right: 60px;
}


.dropdownright {
    right: 0px !important;
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .sidebarleft {
        width: 150px;
    }

    .image {
        margin: 10px 0px 0px 25px;
    }

        .image img {
            width: 70px;
        }

    .namedop {
        margin-right: 20px;
    }

    .dropdownright {
        left: 0px !important;
    }

    .DashdropdownTOP {
        box-shadow: none !important;
    }

    .marginlogin {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .DashboardNav {
        margin-left: 0px !important
    }
}


@media (min-width: 420px) and (max-width: 576px) {

    .DashboardNav {
        margin-left: 0px !important
    }

    .sidebarleft {
        width: 150px;
    }

    .image {
        margin: 10px 0px 0px 25px;
    }

        .image img {
            width: 70px;
        }

    .namedop {
        margin-right: 20px;
    }

    .dropdownright {
        left: 0px !important;
    }

    .DashdropdownTOP {
        box-shadow: none !important;
    }

    .marginlogin {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}


@media (min-width: 256px) and (max-width: 420px) {

    .DashboardNav {
        margin-left: 0px !important
    }

    .sidebarleft {
        width: 150px;
    }

    .image {
        margin: 10px 0px 0px 25px;
    }

        .image img {
            width: 70px;
        }

    .namedop {
        margin-right: 20px;
    }

    .dropdownright {
        left: 0px !important;
    }

    .DashdropdownTOP {
        box-shadow: none !important;
    }

    .marginlogin {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

.navbar-brand img {
    width: 100px
}

.form-group label {
    font-size: 15px !important;
    margin-top: 10px !important;
    color: #6f6f6f !important;
}


.MandatoryLine {
    width: 2px;
    height: 30px;
    background: #ff0000;
    position: absolute;
    top: 41px;
    left: 0px;
}

/*Gallery*/
.gallery {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 15px
}

    .gallery img {
        max-width: 100%;
        height: 300px;
    }

    .gallery h5 {
        font-size: 16px;
        color: #707070;
        text-align: center;
        margin: 10px;
    }

/*End*/
