﻿/*<==== fonts ===>*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body {
    background-color: #f2f2f2 !important;
}

.wrapper {
    padding: 0px;
    margin: 0px;
    position: relative;
    transition: margin 0.3s;
}

.left-fixed {
    background: #0e68d2;
    position: fixed;
    height: 100vh;
    width: 250px;
    overflow-x: hidden;
    transition: margin 0.3s;
    top: 0px;
}

.logo-main {
    padding: 15px 0px;
    background: #0e68d2;
}

    .logo-main:before {
        clear: both;
        display: table;
        content: "";
    }

    .logo-main:after {
        clear: both;
        display: table;
        content: "";
    }

.logo {
    text-align: center;
}

    .logo img {
        width: 133px;
        padding: 15px 0;
        position: relative;
        left: -4px;
    }

.left-menu {
    padding: 0 0px;
    margin: 0px;
    width: 250px;
    overflow-x: hidden;
}

    .left-menu ul {
        padding: 0px;
        margin: 0px;
    }

        .left-menu ul li {
            display: block;
            list-style: none;
            position: relative;
        }



            .left-menu ul li a {
                display: block;
                list-style: none;
                padding: 10px 10px 10px 60px;
                color: #DEEBFF;
                font-size: 14px;
                position: relative;
            }

            .left-menu ul li .fa {
                font-size: 18px;
                color: #fff;
                margin-top: 0px;
                position: absolute;
                left: 22px;
                top: 12px;
            }

            .left-menu ul li span {
                float: right;
                font-size: 8px;
                top: 5px;
                position: relative;
                right: 10px;
            }

            .left-menu ul li a:hover, .left-menu ul li a:focus {
                background: #073d8d;
                text-decoration: none;
            }


            .left-menu ul li.dropdown {
                position: relative;
            }

ul.dropdown-menu-skb {
    min-width: 100%;
    background: #004ab9;
    z-index: 999;
    border-radius: 3px;
}

    ul.dropdown-menu-skb li {
        display: block !important;
        white-space: nowrap;
    }

    ul.dropdown-menu-skb ul.dropdown-menu-skb {
        left: 100%;
        top: 0;
        background-color: #f00 !important;
    }

/* Display none by Default */
ul.dropdown-menu-skb {
    display: none;
}


.right-section {
    float: left;
    width: 100%;
}

.bars-main {
    padding: 10px 16px;
    display: inline-block;
    background: #073d8d;
    float: right;
    color: #DEEBFF;
    margin-right: 10px;
    margin-top: 10px;
}

    .bars-main:hover, .bars-main:focus {
        color: #fff;
    }

.right-wrapper {
    margin-left: 250px;
    margin-top: 0px;
    padding: 25px 20px 20px 20px;
}

.page-title {
    padding: 10px 0px;
    font-size: 28px;
    color: #000;
    font-family: Raleway, Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 12px;
}

.inside-content {
    padding: 0;
    margin: 0px;
}

    .inside-content:before {
        clear: both;
        display: table;
        content: "";
    }

    .inside-content:after {
        clear: both;
        display: table;
        content: "";
    }

    .inside-content .left-inside {
        width: 100%;
        float: left;
        padding: 15px;
        background: #fff;
    }

    .inside-content .right-inside {
        width: 30%;
        float: left;
        padding: 15px;
        padding-top: 0;
    }

.table-title {
    padding: 10px;
    background: #efefef;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto;
}


.skb .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    padding: 10px 5px;
    font-weight: 500;
    font-family: Roboto,Arial;
    color: #000;
}

.skb .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    color: #000;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    vertical-align: middle;
}


.right-profile {
    padding: 0px;
    background: #ffffff;
}

    .right-profile .profile-title {
        padding: 10px 20px;
        background: #ddd;
        font-size: 18px;
        color: #000;
        font-family: Roboto,Arial;
        text-transform: uppercase;
    }

        .right-profile .profile-title span {
            display: block;
            font-size: 14px;
        }


.right-profile-menu {
    padding: 0 0px;
    margin: 0px;
}

    .right-profile-menu ul {
        padding: 0px 15px;
        margin: 0px;
    }

        .right-profile-menu ul li {
            display: block;
            list-style: none;
            position: relative;
        }



            .right-profile-menu ul li a {
                display: block;
                list-style: none;
                padding: 10px 10px 10px 40px;
                color: #333;
                font-size: 14px;
                position: relative;
                border-bottom: 1px solid #e6e6e6;
            }

            .right-profile-menu ul li .fa {
                font-size: 12px;
                color: #333;
                margin-top: 0px;
                position: absolute;
                left: 2px;
                top: 11px;
                background: #b6d3ff;
                padding: 6px 7px;
                border-radius: 50%;
                width: 25px;
                height: 25px;
            }

            .right-profile-menu ul li span {
                float: right;
                font-size: 8px;
                top: 6px;
                position: relative;
            }

            .right-profile-menu ul li a:hover, .right-profile-menu ul a:focus {
                text-decoration: none;
            }

.logo-responsive {
    width: 100%;
    float: left;
}

.menu-toggle {
    width: 40%;
    float: left;
    display: none;
    text-align: right;
}

    .menu-toggle i {
        padding: 10px 15px;
        background: #004ab9;
        color: #fff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-top: 8px;
    }


#panel-skb, #flip-skb {
}

.inside-content .left-inside p {
    color: #000;
    font-family: Roboto,Arial;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}


#toggle {
}
.my-po {
    color:#fff;
    display: inline-block;
    position: relative;
    top: 15px;
}


@media (max-width:1099px) {
    .popup_Container {
        padding: 15px !important;
    }

    .right-section {
        width: 100%;
    }
}

@media (max-width:799px) {
    .my-po {
   
    padding-left: 10px !important;
}
    .popup_Container {
        padding: 15px !important;
        max-width: 260px !important;
        width: 260px !important;
    }

    .logo img {
        width: 80px;
        padding: 0px 0;
        position: relative;
        left: -4px;
    }

    .t-right {
        text-align: center !important;
    }

    .t-center {
        text-align: center;
    }

    .skb-header-main-2 {
        margin-left: 0px !important;
    }

    .left-menu {
        width: 100%;
    }

    .logo-main {
        padding: 15px 15px;
    }

    .right-wrapper {
        margin-left: 0;
    }

    .bars-main {
        display: none;
    }

    .inside-content .right-inside {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .inside-content .left-inside {
        width: 100%;
        float: left;
        padding: 15px;
    }

    #panel-skb {
        display: none;
    }

    .left-fixed {
        width: 100%;
        position: relative;
        height: auto;
    }

    .right-section {
        width: 100%;
    }

    .logo-responsive {
        width: 60%;
        float: left;
    }

    .menu-toggle {
        width: 40%;
        float: left;
        display: block;
    }

    .logo {
        text-align: left;
    }

    .logo-main {
        background: #00388e;
    }
}

.small-title {
    padding: 10px;
    background: #efefef;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 15px;
}

b, strong {
    font-weight: 500 !important;
}

.text-red {
    color: red !important;
}

.label-m-top {
    margin-top: 5px;
}

.text-area {
    height: 150px !important;
}

.list_blue_skb {
    padding-left: 20px;
}

.datagrid_header td {
    border-top: none !important;
}


.skb2 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
    padding: 10px 5px;
    color: #000;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.skb-container {
    max-width: 1170px;
    margin: auto;
    padding: 30px 15px;
}

.skb-content-title {
    background: #f2f2f2;
    padding: 10px 0px;
    font-size: 28px;
    color: #000;
    font-family: Raleway, Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.skb-header {
    padding: 0px 15px;
    margin: 0px;
    background: #0747a8;
    margin-bottom: 0px;
}

div#mainbanner {
    /* height: 154px; */
    /* width: 1170px; */
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100%; */
}

div#mainbanner {
    /* background-image: url(/images/top-banner_mypoly.jpg); */
}

.skb-logo {
    width: 137px;
}

.btn-mypoly-home {
    background: #3072e7;
    padding: 5px 12px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin-top: 22px;
}

    .btn-mypoly-home:hover, .btn-mypoly-home:focus {
        background: #3072e7;
        color: #fff;
        text-decoration: none;
    }

.skb-center-text {
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-top: 26px;
    text-shadow: 2px 2px 2px #000, 3px 3px 5px #3072e7;
    text-transform: uppercase;
}

.popup_Container {
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 3px 4px -1px rgba(50, 50, 50, 0.75);
    max-width: 500px;
    width: 500px;
}

.pop-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: Raleway, Arial;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

.pop-close {
    position: absolute;
    right: -15px;
    top: -18px;
    width: 30px;
    height: 30px;
    border: 1px solid #d80000;
    border-radius: 50%;
    padding: 2px 8px;
    background: #d80000;
    color: #fff;
}

.welcome-span {
    color: #fff;
    margin-top: 28px;
    display: inline-block;
    float: right;
}

    .welcome-span:hover {
        color: #fb0808;
        text-decoration: none;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.left-inside {
    background: #fff;
    padding: 15px;
}

.skb-bg-2 {
    background: #808080 !important;
}

.shadow-2 {
    text-shadow: 2px 2px 2px #000, 3px 3px 5px #000000 !important;
}

.skb-header-main-2 {
    min-height: 53px;
    background-color: #073d8d;
    margin-left: 250px;
}

    .skb-header-main-2 .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -100px;
        right: 0px !important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .skb-header-main-2 .btn-primary {
        color: #fff;
        background-color: #073d8d;
        border-color: #073d8d;
    }

        .skb-header-main-2 .btn-primary.active, .skb-header-main-2 .btn-primary:active, .open > .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #073d8d;
            border-color: #073d8d;
        }

    .skb-header-main-2 .btn {
        display: inline-block;
        padding: 15px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

#Panel1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px !important;
    z-index: 1040;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


.popup_Container {
    /* margin: 30px auto; */
    position: relative;
}

.modal-backdrop1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.74);
}

.t-center {
}

.t-right {
    text-align: right;
}

.s-table {
    padding: 0px;
    margin: 0px;
}

    .s-table table td, th {
        padding: 8px;
    }

.skb-yellow .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e6e5c5;
    padding: 10px 5px;
    color: #000;
    border-left: 1px solid #e6e5c5;
    border-right: 1px solid #e6e5c5;
    border-bottom: 1px solid #e6e5c5;
    vertical-align: middle;
}
ul.dropdown-menu-skb li a{
   padding-left: 90px;
}
ul.dropdown-menu-skb li .fa {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    position: absolute;
    left: 58px;
    top: 12px;
}