@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";

body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-brand > img {
    padding-top: 11px;
    width: 130px;
    margin-left: 60px;
}

.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.navbar-default {
    color: #fff;
    background-color: #475262;
    border-radius: 0;
    border: 0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
        border: 0;
        text-transform: uppercase;
    }

.dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0px;
    min-width: 619px;
    /* width:100%; */
}

    .megamenu > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > li > ul > li {
            list-style: none;
        }

            .megamenu > li > ul > li > a {
                display: block;
                padding: 6px 10px;
                clear: both;
                font-size: 13px;
                font-weight: 700;
                line-height: 1.428571429;
                color: #333333;
                /*  white-space: normal; */
                white-space: nowrap;
                border-bottom: 1px solid #eee;
            }

    .megamenu > li ul > li > a:hover,
    .megamenu > li ul > li > a:focus {
        text-decoration: none;
        color: #272727;
        background-color: #eee;
        margin-left: 8px;
        transition-property: margin-left, background-color;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        border-radius: 3px;
    }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #00A7E8;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.dropdown-header {
    display: block;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.42857143;
    color: #e8821e;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megamenu > li {
            margin-bottom: 30px;
        }

            .megamenu > li:last-child {
                margin-bottom: 0;
            }

            .megamenu > li > ul > li > a {
                color: #fff;
            }

        .megamenu.dropdown-header {
            padding: 3px 15px !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

.custom-nav {
    margin-top: 88px !important;
    /*position: fixed;*/
}

.custom-nav .dropdown-menu {
    left: auto;
}

.custom-nav-event {
    margin-top: 5% !important;
}
.custom-nav-event .dropdown-menu {
    left: auto;
}
.navbar-inverse {
    border: 0;
}

.helpdsk {
}

    .helpdsk li {
        padding: 1px 12px;
    }

.hlpdsk-txt {
    color: #90959c;
    font-weight: 400;
    font-size: 15px;
}

.sm-txt {
    font-size: 14px;
    font-weight: bold;
    color: #ebf3ff;
}

.sm-txtcl {
    font-size: 12px;
    color: #e8821f;
    font-weight: bold;
}

.txt-logo {
    font-size: 18px;
    padding: 7px 7px;
}

.navbar-nav > li > a {
    border-bottom: 0px;
}

.dashboard {
    width: 180px;
    height: 180px;
    background: #1e88e5;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
    border-radius: 20%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

    .dashboard:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: all 0.3s ease 0s;
    }

    .dashboard:hover:after {
        transform: translateX(-50%) translateY(-50%) rotate(135deg);
    }

    .dashboard .dashboard-icon {
        display: inline-block;
        font-size: 30px;
        color: #404040;
        margin-bottom: 20px;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .dashboard .dashboard-value {
        display: block;
        font-size: 40px;
        font-weight: 700;
        color: #1e88e5;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .dashboard .title {
        font-size: 14px;
        color: #808080;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 0;
    }

    .dashboard.green {
        background: #ffb22b;
    }

        .dashboard.green .dashboard-value {
            color: #ffb22b;
        }

    .dashboard.blue {
        background: #fc4b6c;
    }

        .dashboard.blue .dashboard-value {
            color: #fc4b6c;
        }

    .dashboard.orange {
        background: #26c6da;
    }

        .dashboard.orange .dashboard-value {
            color: #26c6da;
        }

@media only screen and (max-width: 990px) {
    .dashboard {
        margin-bottom: 30px;
    }
}

.footer {
    background-color: #323232;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
    /*border-top:3px solid transparent;
    border-image: url(../../Images/TOP-Drop-Shadow.png);*/
    background: url(../../Images/TOP-Drop-Shadow.png) #323232;
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 10px;
}

.copyright {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    /*min-height: 80px;*/
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

    .info-box .dashicon {
        background-color: rgba(0, 0, 0, 0.12);
        width: 15%;
        height: 100%;
        position: absolute;
        right: 0px;
        display:flex;
        align-items:center;
        text-align:center;
        justify-content:center;

    }

        .info-box .dashicon i {
            color: #fff;
            font-size: 30px;
        }

    .info-box .dashcontent {
        display: inline-block;
        /*padding: 7px 10px;*/
        width:85%;
    }

        .info-box .dashcontent .text {
            font-size: 25px;
            margin-top: 15px;
            color: #fff;
        }

        .info-box .dashcontent .number {
            font-weight: normal;
            font-size: 45px;
            color: #fff;
            float:right;
        }

        .info-box .dashcontent a {
            font-weight: normal;
            font-size: 12px;
            color: #fff;
        }

    .info-box.hover-zoom-effect .dashicon {
        overflow: hidden;
    }

        .info-box.hover-zoom-effect .dashicon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box.hover-zoom-effect:hover .dashicon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }
.Regcaptcha{
    width:500px;
    margin-left:20px;
    margin-top:20px;
}