﻿@import url('font-awesome.min.css');

body {
    font-family: 'Barlow-Light', Sans-Serif;
    outline: 0;
    border: 0;
    color: #040505;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Black';
    src: url('../fonts/Barlow-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Black';
    src: url('../../fonts/DIN-Black.eot');
    src: local('☺'), url('../../fonts/DIN-Black.woff') format('woff'), url('../../fonts/DIN-Black.ttf') format('truetype'), url('../../fonts/DIN-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../../fonts/DIN-Bold.eot');
    src: local('☺'), url('../../fonts/DIN-Bold.woff') format('woff'), url('../../fonts/DIN-Bold.ttf') format('truetype'), url('../../fonts/DIN-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../../fonts/DIN-Light.eot');
    src: local('☺'), url('../../fonts/DIN-Light.woff') format('woff'), url('../../fonts/DIN-Light.ttf') format('truetype'), url('../../fonts/DIN-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../../fonts/DIN-Medium.eot');
    src: local('☺'), url('../../fonts/DIN-Medium.woff') format('woff'), url('../../fonts/DIN-Medium.ttf') format('truetype'), url('../../fonts/DIN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Regular';
    src: url('../../fonts/DIN-Regular.eot');
    src: local('☺'), url('../../fonts/DIN-Regular.woff') format('woff'), url('../../fonts/DIN-Regular.ttf') format('truetype'), url('../../fonts/DIN-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/*------------------header*/
header {
    padding: 30px 0;
}

    header .logo {
        width: 180px;
        margin: 0;
    }

/*----------------login box*/
.loginbox {
    width: 65%;
}

    .loginbox .form-group {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .loginbox .text-blue {
        color: #0076A8;
        font-size: 11px;
    }

    .loginbox img.usericon {
        float: left;
        margin-left: -55px;
        margin-top: 10px;
        width: 45px;
    }

.mobile-block {
    display: none
}

.login-form {
    color: #54585A;
}

/*-------------------banner*/
.banner {
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px 0;
}

    .banner .text-content {
        padding: 60px 40px;
        width: 49%;
    }

        .banner .text-content p {
            font-size: 20px;
            margin-top: 25px;
        }

    .banner .text-blue {
        color: #2181ae;
        font-family: 'Barlow', sans-serif;
        font-size: 32px;
    }

    .banner .text-green {
        color: #82bd48;
        font-family: 'Barlow-Black', sans-serif;
        font-size: 32px;
    }

.btn-green {
    border-radius: 0;
    background-color: #82bd48;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
}

    .btn-green:focus, .btn-green:hover {
        color: #fff;
        background-color: #669900;
    }

/*common css*/
h1, h2, h3 {
    font-family: 'Barlow', Sans-Serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

p {
    font-size: 18px;
}

a, img {
    outline: none;
    border: 0;
}

.mt-12 {
    margin-top: 12px;
}

.btn-grey {
    background-color: #54585A !important;
    background-image: none !important;
}

.btn-link-black {
    color: #54585A;
    border: none !important;
    padding: 0;
}

    .btn-link-black:focus,
    .btn-link-black:hover {
        text-decoration: none;
        box-shadow: none;
        background-color: transparent;
    }

.alert {
    font-size: 12px;
    padding: 5px;
}

    .alert .close {
        line-height: 12px;
    }
/*bx*/
.bx-white {
    background-color: #fff
}

    .bx-white p {
        line-height: normal;
    }

.bx-grey {
    background-color: #f1f0ef;
}

.bx-green {
    height: 21em;
    position: relative;
    background: #82bd48;
    color: #fff;
    text-align: center;
}

    .bx-green b {
        font-family: 'Barlow-Black', sans-serif;
        font-size: 40px;
        display: block;
    }

    .bx-green p {
        margin: 0;
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

.bx-blue {
    text-align: center;
    padding: 45px 0;
    background: #1278a9;
    color: #fff;
}

    .bx-blue a.btn-border {
        border: 2px solid #fff;
        border-radius: 0;
        margin-top: 20px;
        background-color: transparent;
        color: #fff;
        padding: 12px 50px;
        font-size: 16px;
        font-family: 'Barlow-Bold', Sans-Serif;
    }

        .bx-blue a.btn-border:hover {
            border-color: #096089;
            background-color: #fff;
            color: #1278a9;
        }


.pt-pb30 {
    padding: 30px 0;
}

    .pt-pb30 p {
        padding: 0 195px;
    }

.icon-panel {
    width: 20%;
    text-align: center;
    float: left;
    margin: 30px 0;
}

    .icon-panel img {
        width: 50px;
    }

.icon-panel-label {
    text-align: center;
    color: #333233;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 16px;
    margin-top: 30px;
}

ul.bx {
    list-style-position: outside;
    margin: 0 0 0 45px;
    padding: 40px 0;
    list-style: disc;
}

    ul.bx li {
        color: #333233;
        font-size: 16px;
        padding: 5px 0px;
        text-decoration: none;
        margin-left: 20px;
    }

/*-------------------contentarea*/
.img-circle {
    width: 60px;
    vertical-align: top;
    margin-right: 5px;
}

/*footer*/
footer {
    background: #333233;
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright {
    margin-top: 15px;
    text-align: right;
}

.footer-logo {
    width: 150px;
}


/*interfaces page css starts*/
ul.interfaces-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.interfaces-menu li a {
        display: inline-block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #6cace4;
        font-size: 16px;
        padding: 5px 10px;
        text-decoration: none;
        width: 20%;
    }

.hr-double {
    border-bottom: double 6px #c6c6c6;
    margin: 12px 0;
}

.default-rounded-pd {
    background-color: #fff;
    border-color: #e0e0e0;
    border-width: 2px;
    padding: 20px;
}
/*interfaces page css ends*/

.modal-dialog.mw {
    border: 0;
    width: 483px;
    color: #404040;
    margin: 100px auto;
    font-family: "Barlow-Regular", sans-serif;
}

    .modal-dialog.mw .modal-body p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .modal-dialog.mw b {
        font-family: "Barlow-Bold", sans-serif;
    }

    .modal-dialog.mw .checkbox, .radio {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: normal;
    }

    .modal-dialog.mw .modal-header {
        border-bottom: solid 1px #6a6a6a;
        margin: 0 15px;
        padding: 15px 0 5px;
    }

    .modal-dialog.mw .close-btn {
        color: #929292;
        opacity: 9;
        outline: none;
    }

        .modal-dialog.mw .close-btn img {
            width: 28px;
        }

.img-modal {
    position: relative;
    top: 38px;
}

.modal-dialog.mw .fa-times-circle-o {
    color: #929292;
}


.modal-dialog.mw .link-blue {
    color: #6cace4;
}

.modal-dialog.mw .btn-lightblue {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #0076a8;
    color: #fff;
    padding: 7px 12px;
    text-transform: uppercase;
    background-image: none;
    font-size: 12px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "Barlow-Medium", sans-serif;
    border-color: #286090;
}

.modal-dialog.mw .modal-footer {
    background-color: rgb(128, 128, 128);
    border: 0;
    padding: 11px 10px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    margin-right: -1px;
}


.modal-dialog.mw h4.modal-title {
    color: #464646;
    font-size: 22px;
    font-family: "Barlow-medium", sans-serif;
}

    .modal-dialog.mw h4.modal-title img {
        margin-top: -7px;
        margin-right: 5px;
    }

ul.modal-list {
    padding: 0 0 0 18px;
    margin: 0;
    color: #404040;
}

    ul.modal-list li {
        width: 100%;
        word-wrap: break-word;
    }

/*media device*/
@media (max-width:375px) {
    body {
        font-size: 12px;
    }

    header {
        padding: 10px 0;
    }

    h1, h2, h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .pt-pb30 {
        padding: 20px 10px;
    }

    ul.bx {
        padding: 10px 0;
        margin: 0;
    }

        ul.bx li {
            font-size: 14px
        }

    .pt-pb30 p {
        padding: 0
    }

    .copyright {
        text-align: left;
    }

    .icon-panel {
        width: 33%;
        margin: 10px 0;
    }

    .icon-panel-label {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    body {
        font-size: 13px
    }

    p {
        font-size: 16px;
    }

    header {
        padding: 10px 0
    }

    ul.bx {
        padding: 10px 0;
        margin: 0;
    }

    .mobile-block {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .loginbox {
        display: block;
        width: 82%;
        margin: 30px 0 0;
    }

    .pt-pb30 p {
        padding: 0
    }

    .copyright {
        text-align: left;
    }

    .modal-dialog.mw {
        width: 100%;
    }

    .banner .text-blue {
        font-size: 27px;
    }

    .banner .text-green {
        font-size: 27px;
        margin-left: 20px;
    }

    .banner .text-content p {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .loginbox .form-group {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .mobile-block {
        display: block;
    }
}

@media (max-width:768px) {
    .banner {
        background-size: cover;
        background-position: 55% 0;
        padding: 0;
    }

        .banner .text-content {
            padding: 15px 12px;
            width: 100%;
        }

    .pt-pb30 p {
        padding: 0
    }

    .loginbox .form-group {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .mobile-block {
        display: block;
    }
}

@media (max-width:800px) {
    .mobile-block {
        display: block;
    }
}

@media (max-width:1024px) {

    .banner {
        background-position: 100% 100%;
        background-size: contain;
        background-color: #fcfdff;
        padding: 0;
    }

    .pt-pb30 p {
        padding: 0
    }
}
