﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background: #dfd6f6;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #0b1f2c;
    letter-spacing: .5px;
}

.h4, h4 {
    font-size: 16px;
}

.rgt-cnt {
    padding: 30px;
    min-height: 500px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-top: 70px;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.lft-nav {
    z-index: 2;
    position: fixed;
    width: 310px;
    margin: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 3px rgba(0,0,0,0.04);
    height: calc( 100% - 75px );
    overflow-y: auto;
    top: 70px;
}

    .lft-nav .nav-ls {
        display: inline-block;
        width: 100%;
    }

        .lft-nav .nav-ls ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .lft-nav .nav-ls ul li a {
                color: #0b1f2c;
                text-decoration: none;
                padding: 15px 20px 15px 15px;
                display: inline-block;
                width: 100%;
                position: relative;
                -webkit-transition: all 1.5s cubic-bezier(0,1,1,1);
                -moz-transition: all 1.5s cubic-bezier(0,1,1,1);
                -o-transition: all 1.5s cubic-bezier(0,1,1,1);
                transition: all 1.5s cubic-bezier(0,1,1,1);
            }

            .lft-nav .nav-ls ul li ul li a {
                color: #777;
            }

            .lft-nav .nav-ls ul li a i.ar {
                position: absolute;
                right: 12px;
                top: 15px;
            }

            .lft-nav .nav-ls ul li a.active {
                background: #3289eb;
                color: #fff;
            }

                .lft-nav .nav-ls ul li a.active::before {
                    background: #3289eb;
                }

            .lft-nav .nav-ls ul li a:hover {
                background: #3289eb;
                color: #fff;
            }

                .lft-nav .nav-ls ul li a:hover::before {
                    background: #3289eb;
                }

            .lft-nav .nav-ls ul li ul li a:hover {
                background: #797979;
                color: #fff;
            }

                .lft-nav .nav-ls ul li ul li a:hover::before {
                    background: #797979;
                }

            /*
.lft-nav .nav-ls ul li a::before{
	width: 90%;			
	left: 0;			
	right: 0;			
	margin: 0 auto;			
	position: absolute;			
	content: "";			
	background: rgba(255,255,255,0.03);			
	height: 1px;			
	bottom: 0px;
	-webkit-transition: all 1.5s cubic-bezier(0,1,1,1);
	-moz-transition: all 1.5s cubic-bezier(0,1,1,1);
	-o-transition: all 1.5s cubic-bezier(0,1,1,1);
	transition: all 1.5s cubic-bezier(0,1,1,1);

}*/

            .lft-nav .nav-ls ul li ul {
                background: #f6f6f6;
                margin: 0px 15px 0px 15px;
            }

            .lft-nav .nav-ls ul li a i {
                margin-right: 10px;
                font-size: 16px;
            }

            .lft-nav .nav-ls ul li ul li a {
                padding: 10px 10px 10px 30px;
                font-size: 13px;
                width: 100%;
            }
            /*.lft-nav .nav-ls ul li ul li a::before{
	height: 7px;
	width: 7px;
	border-radius: 30px;
	left: 12px;
	top: 15px;
	bottom: auto;
	right: auto;
	background: #797979;
	z-index:1;
}*/
            .lft-nav .nav-ls ul li ul {
                position: relative;
            }
                /*
.lft-nav .nav-ls ul li ul{
	display:none;
}
.lft-nav .nav-ls ul li.active ul{
	display:block;
}*/
                /*
.lft-nav .nav-ls ul li ul::after{
	position:absolute;
	top:0;
	height:100%;
	width:1px;
	background:#999;
	content:"";
	z-index:0;
	left:15px;			
}
*/
                .lft-nav .nav-ls ul li ul li a:hover::before {
                    background: #fff;
                }

/*.wrapper::before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height: 100px;
	background: #fff;
	background: -moz-linear-gradient(left, #e74948 0%, #3289eb 100%); 
	background: -webkit-linear-gradient(left, #e74948 0%,#3289eb 100%); 
	background: linear-gradient(to right, #e74948 0%,#3289eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74948', endColorstr='#3289eb',GradientType=1 ); 
	z-index:0;
	content:"";			
}
*/
.pr-icn {
    padding: 15px;
}

    .pr-icn .icn {
        border-radius: 30px;
        line-height: 25px;
        z-index: 2;
        margin-bottom: 0px;
        color: #3289eb;
        cursor: pointer;
        padding: 10px 15px;
    }

        .pr-icn .icn i {
            font-size: 30px;
        }

.navbar.navbar-hd-bg {
    color: #fff;
    margin-bottom: 0px;
    position: fixed;
    width: 1380px;
    background: #fff;
    min-height: 60px;
    z-index: 1000;
    box-shadow: 1px 0px 4px rgba(0,0,0,0.2);
    border-radius: 0;
}

.circle-btn-wht {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    color: #555;
    display: inline-block;
    padding: 0 !important;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

    .circle-btn-wht:hover {
        background: #3289eb !important;
        border-color: #3289eb;
        color: #fff;
    }

        .circle-btn-wht:hover i {
            color: #fff;
        }

    .circle-btn-wht i {
        color: #555;
        font-size: 20px;
    }

.navbar.navbar-hd-bg .navbar-right {
    margin-right: 0px;
    margin-top: 7px;
}

.navbar.navbar-hd-bg .navbar-header {
    margin-left: 30px;
    margin-top: 5px;
}

    .navbar.navbar-hd-bg .navbar-header a {
        color: #0b1f2c;
        margin-left: 15px;
        font-size: 18px;
        margin-top: 8px !important;
        display: inline-block;
    }

.hd-tt-bg {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .hd-tt-bg h2 {
        margin: 10px 0 0 0;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        float: left;
    }

.mt30 {
    margin-top: 30px;
}

.mr10 {
    margin-right: 10px;
}

.table {
    background: #fff;
    border-color: #fff;
    border-radius: 4px;
    border-width: 10px 10px 10px 10px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 15px 15px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #f6f6f6;
        font-size: 14px;
    }

    .table > thead > tr > th {
        font-weight: 600 !important;
        background: #e2e6e9;
        padding: 5px 15px;
    }

    .table tbody tr:hover {
        background: #f6f6f6;
    }

.custom-form-group {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

    .custom-form-group label {
        font-weight: 300;
        font-size: 14px;
        color: #555;
    }

    .custom-form-group .form-control {
        background: #fff;
        /*box-shadow:1px 1px 2px 1px rgba(0,0,0,0.06);*/
        border: 1px solid #e2e6e9;
        height: 40px;
        box-shadow: none;
    }

.btn {
    padding: 5px 20px;
}

    .btn.btn-primary {
        background: #3289eb;
        color: #fff;
        border-color: #3289eb;
    }

    .btn.btn-danger {
        background: #F30;
        color: #fff;
        border-color: #F30;
    }

.custom-tab-ul .nav-pills > li {
    float: none;
    display: inline-block;
}


.custom-tab-ul > .nav-pills > li.active > a, .custom-tab-ul > .nav-pills > li.active > a:focus, .custom-tab-ul > .nav-pills > li.active > a:hover {
    background: transparent;
    color: #3289eb;
    font-weight: bold;
    border-bottom: 2px solid #3289eb;
}

.custom-tab-ul > .nav-pills > li > a {
    color: #555;
    padding: 10px 30px 10px 0px;
    border-radius: 0px;
    margin-right: 30px;
}

    .custom-tab-ul > .nav-pills > li > a:hover, .custom-tab-ul > .nav-pills > li > a:focus {
        color: #3289eb;
        font-weight: bold;
        background: transparent;
    }

.custom-tab-ul > .tab-content {
    border-radius: 4px;
    padding: 30px;
    margin: 30px 0px;
    border: 1px solid #ccc;
    background: #fff;
}

.custom-tab-ul textarea.form-control {
    height: auto;
}

.custom-accordion .panel-heading {
    padding: 15px 15px;
    background: #fff;
    color: #444;
}

.custom-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

    .custom-accordion .panel-title a {
        text-decoration: none;
    }

.custom-accordion.panel-group .panel + .panel {
    margin-top: 15px;
}

.alert-info {
    color: #fff;
    background-color: #3289eb;
    border-color: #3289eb;
}

.alert-warning {
    color: #525111;
    background-color: #f2f050;
    border-color: #f2f050;
}

.ad-box.fx-wdt {
    width: 300px;
    float: left;
    margin: 15px 15px;
}

.ad-box {
    background: #fff;
    min-height: 150px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.02);
    display: inline-block;
    width: 100%;
}

    .ad-box h4 {
        font-weight: 200;
    }

.lg-bg {
    background: url(../img/laptop-img.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right top;
    width: 100%;
    height: 100%;
}

.lg-ds {
    margin-top: 0;
    border-radius: 4px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 40%;
    margin-left: 5%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 600px !important;
    margin-top: 100px;
}

    .lg-ds .lg-logo {
        margin-top: 30px;
    }

    .lg-ds .lg-wrapper {
        /*width: 400px;
        margin: 0 auto;*/
        left: 0;
        right: 0;
        position: relative;
        z-index: 1;
        padding: 20px 30px;
    }

    .lg-ds .lg-hd {
        margin: 0;
        color: /*#fff*/ black;
    }

    .lg-ds .lg-hd {
        font-size: 18px;
        margin-bottom: 30px;
        text-transform: uppercase;
        margin-top: 50px;
    }

    .lg-ds .lg-tt {
        color: rgba(255,255,255,0.8);
        font-size: 16px;
        line-height: 1.5;
    }

        .lg-ds .lg-tt span {
            font-size: 20px;
            color: black;
        }

    .lg-ds .lg-cnt label {
        color: black;
    }


.pd-null {
    padding: 0;
}

.lg-ds .lg-cnt .custom-form-group .form-control {
    background: transparent;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.06);
    border: 1px solid #e2e6e9;
    color: white;
}

.lg-ds .lg-btn {
    padding: 0px 0px 40px 0px;
    display: inline-block;
    width: 100%;
    min-height: 0px;
}

    .lg-ds .lg-btn .fd-btn {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
        color: #fff;
        text-decoration: underline;
    }

.lg-ds .btn.btn-primary {
    background: #3289eb;
    color: #fff;
    border-color: #3289eb;
    /*margin-right: 15px;
    padding: 10px 30px;*/
}

    .lg-ds .btn.btn-primary:last-child {
        color: #3289eb;
        background: #fff;
        border-color: #fff;
    }
/*.fr-pwd .lg-rgt-ds{
	background:#fe6536;
}*/

.fr-pwd .logo {
    margin-top: 50px;
}

.ds-num-txt {
    font-size: 40px;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
    opacity: 0.6;
}

    .ds-num-txt .rgt-icn {
        float: right;
        margin-right: 30px;
    }

.bg-warning {
    background: #fc9208;
    color: #fff;
}

.bg-danger {
    background: #ee514e;
    color: #fff;
}

.btn .btn-default {
    background: #fff;
    border: 1px solid #444;
}

.custom-fd-dts {
    border-radius: 4px;
    padding: 30px;
    margin: 30px 15px;
    border: 1px solid #ccc;
}

    .custom-fd-dts h3 {
        font-size: 16px;
        margin-bottom: 30px;
        position: relative;
    }

        .custom-fd-dts h3::before {
            position: absolute;
            bottom: -10px;
            background: #3289eb;
            width: 50px;
            height: 2px;
            content: "";
            z-index: 1;
        }

    .custom-fd-dts .sep-line {
        width: 103%;
        height: auto;
        border-bottom: 1px solid rgba(0,0,0,0.07);
        box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
        margin: 20px -15px 30px -15px;
    }

.mr5 {
    margin-right: 5px;
}

.custom-bg {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    background: #fff;
}

.eq-dts {
    border-bottom: 1px solid #dfd6f6;
}

    .eq-dts .eq-cal-info {
        padding: 30px;
        background: #f6f6f6;
        border-radius: 4px;
        margin-top: 30px;
        margin-right: 30px;
        display: inline-block;
    }


    .eq-dts .eq-item {
        padding: 30px;
        margin-bottom: 30px;
    }

        .eq-dts .eq-item img {
            width: 80%;
        }

        .eq-dts .eq-item h3 {
            font-size: 14px;
        }

        .eq-dts .eq-item h4 {
            font-size: 20px;
            margin: 15px 0px;
        }

        .eq-dts .eq-item a {
            padding: 5px 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            text-decoration: none;
            margin-top: 10px;
            display: inline-block;
        }

            .eq-dts .eq-item a:hover {
                background: #337ab7;
                color: #fff;
                border-color: #337ab7;
            }


    .eq-dts .eq-cal-info a {
        padding: 5px 10px;
        border-radius: 4px;
        text-align: center;
        background: #fff;
        border: 1px solid #ccc;
        margin-right: 15px;
        float: left;
        margin-bottom: 15px;
    }

        .eq-dts .eq-cal-info a.unavailable {
            background: #fd3b3b;
            color: #fff;
            border-color: #fd3b3b;
        }

        .eq-dts .eq-cal-info a.available {
            background: #1bdd5b;
            color: #fff;
            border-color: #1bdd5b;
        }

.custom-inp-box {
    width: 150px;
    float: right;
}

    .custom-inp-box:last-child {
        margin-right: 15px;
    }

sub {
    bottom: 0.15em;
    font-size: 14px;
}

