﻿body {
    font-size: 14px;
    color: #546e7a;
    background: #f4f6f9;
    padding-left: 200px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    /* This Beacuse some modal when it close it set padding right in the body*/
    padding-right: 0 !important;
}

    body.col-body {
        padding-left: 50px;
    }



.menu {
    float: left;
    width: 100%;
    padding: 6px 10px;
}

    .menu a {
        float: left;
    }

.menu-btn {
    font-size: 30px;
    color: #546e7a;
    cursor: pointer;
}


nav {
    position: fixed;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: 0px 0px 6px #ccc;
    width: 200px;
    transition: all 0.5s ease;
    z-index: 200;
}



    nav > ul > li.active > a {
        border-left: 5px solid #45a2d8;
        color: #45a2d8;
    }

    nav > ul > li.active li.active > a {
        font-weight: 600;
        color: #45a2d8;
    }

        nav > ul > li.active li.active > a:hover {
            background: #f4f6f9;
        }





        nav > ul > li.active li.active > a:before {
            content: "\f105";
            font-family: FontAwesome;
            font-weight: normal;
            margin-right: 5px;
        }




    nav a {
        color: #00a3ff;
    }

    nav ul {
        list-style: none;
        padding: 0px;
        float: left;
        width: 100%;
    }

        nav ul li {
            float: left;
            width: 100%;
        }


            nav ul li a {
                padding: 5px 15px;
                color: #546e7a;
                float: left;
                width: 100%;
            }

                nav ul li a:hover {
                    background: #527a8c;
                    text-decoration: none;
                    transition: all 0.5s ease;
                    color: #fff;
                }





                nav ul li a i {
                    margin-right: 10px;
                    margin-left: 10px;
                }

            nav ul li li a {
                padding-left: 60px;
                background: #f4f6f9;
                color: #546e7a;
            }





.logo {
    padding: 10px;
    width: 100px;
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    left: 40px;
}

    .logo img {
        width: 100%;
    }



.col-nav {
    width: 50px;
}

    .col-nav ul.naver a, .col-nav .btn {
        font-size: 0px;
        padding: 15px 7px;
    }

    .col-nav a i {
        font-size: 22px;
    }

    .col-nav .btn i, .col-nav .menu-btn {
        float: none !important;
        margin: 0px;
    }

    .col-nav .menu {
        text-align: center;
    }

    .col-nav .logo {
        top: -100px;
        width: 0px;
        opacity: 0;
    }

    .col-nav .cta {
        padding: 0px;
    }

        .col-nav .cta a {
            border-radius: 0px;
        }



header {
    background: none;
    float: left;
    width: 100%;
}

    header > a, header > span {
        float: right;
        color: #546e7a;
        padding: 18px 15px;
    }

        header > a:hover {
            text-decoration: none;
            border-top: 5px solid #576f79;
            padding-top: 10px;
            color: #576f79 !important;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            header > a:hover i {
                color: #576f79 !important;
            }


    header > span {
        padding: 0px 10px;
        margin-top: 18px;
        border-right: 1px solid #576f79;
    }


        header > a i, header > span i {
            margin: 0px 10px;
            color: #45a2d8;
            font-size: 18px !important;
        }

    header span, header span i {
        color: #666 !important;
    }

.br-crumb {
    float: left;
    margin-left: 20px;
}

    .br-crumb a:first-child:before {
        content: "\f053";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .br-crumb a:last-child:after {
        content: '';
    }



    .br-crumb a:after {
        content: '/';
        margin-left: 5px;
    }

    .br-crumb a {
        float: left;
        padding: 18px 5px;
        color: #9faeb5;
    }

        .br-crumb a:hover {
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
            color: #546e7a;
            padding-right: 3px;
        }

        .br-crumb a:last-child {
            color: #ccc;
        }

            .br-crumb a:last-child:hover {
                color: #ccc;
                font-weight: normal;
            }




.cta {
    float: left;
    width: 100%;
    padding: 10px;
}

.page-head.col-page-head {
    padding-left: 0px;
}

.page-head.head-fix {
    position: fixed;
    right: 0;
    top: 0;
    padding-left: 200px;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 100;
}

.page-head.col-page-head.head-fix {
    padding-left: 50px;
}


.page-head {
    float: left;
    width: 100%;
    background: #fafafa;
    border-bottom: 5px solid #e7ebec;
}

    .page-head h1 {
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #527a8c;
        display: inline-block;
        padding: 10px 20px;
    }

    .page-head a {
        float: right;
        color: #546e7a;
        padding: 10px 20px;
    }


    .page-head a {
        float: right;
        color: #546e7a;
        padding: 10px 20px;
    }

        .page-head a:hover {
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            outline: none;
        }

        .page-head a:focus {
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            outline: none;
        }

    .page-head > a:hover i {
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
    }


    .page-head > a i {
        color: #96e400;
        font-size: 16px;
        margin-left: 5px;
    }


    .page-head > a.primary-action {
        background: #337ab7;
        color: #fff;
        padding: 9px 20px;
        text-decoration: none !important;
        outline: none !important;
    }

        .page-head > a.primary-action i {
            color: #fff;
            font-size: 20px;
        }

        .page-head > a.primary-action:hover, .page-head a:hover {
            background: #204d74;
            transition: all 0.3s ease;
        }

    /* to apply class page head with buttons to be fixed */
    .page-head > button.btn {
        float: right;
        margin-top: 6px;
    }



content {
    float: left;
    width: 80%;
    margin-left: 10%;
    padding: 20px;
}

.list-itm.active {
    border-left: 6px solid #96e400;
}

.list-itm.in-active {
    border-left: 6px solid #a8b0bd;
}

.list-itm:hover {
    box-shadow: 0px 0px 6px #9baab7;
}

    .list-itm:hover h3, .list-itm:hover label {
        color: #444 !important;
    }

    .list-itm:hover span {
        border-color: #fff;
    }

.list-itm, .list-itm * {
    transition: all 0.3s ease;
}

.list-itm {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #eee;
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid #e3e7ee;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

    .list-itm h3 {
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
    }

    .list-itm span {
        float: left;
        font-size: 30px;
        padding: 0px 20px 10px 10px;
        margin-right: 20px;
        border-right: 2px solid #f4f6f9;
        color: #9faeb5;
    }


    .list-itm div {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

        .list-itm div label {
            font-weight: 300;
            margin-top: 10px;
            float: left;
            width: 100%;
            color: #bcbcbc;
        }

            .list-itm div label i {
                margin-right: 5px;
            }


    .list-itm.one-row .dropdown-toggle {
        padding: 0px 15px;
    }

    .list-itm.one-row h3 {
        padding-top: 5px;
    }

.tabs {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
}

    .tabs a {
        float: none;
        display: inline-block;
        padding: 10px 40px;
        border-bottom: 4px solid #fff;
        color: #57717d;
    }

        .tabs a.active {
            border-bottom: 4px solid #75ccfe !important;
            color: #b1b4b7;
        }

    .tabs i {
        font-size: 16px;
        margin-left: 10px;
    }

    .tabs a:hover {
        background: none;
        color: #57717d;
        border-bottom: 4px solid #aaa;
        transition: all 0.5s ease;
    }




.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-menu {
    left: calc(100% - 10px);
    top: 5px;
    left: -5px;
}

nav .dropdown-menu {
    left: 90%;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

nav .nav > li > a:focus, nav .nav > li > a:hover {
    text-decoration: none;
    background-color: #204d74;
}

.cta ul {
    border-radius: 5px !important;
}

    .cta ul a {
        background: none;
        padding: 10px;
        transition: all 0.5s ease;
        color: #576f79;
    }

        .cta ul a:hover {
            /*border-left: 5px solid #576f79;*/
            border-left: 5px solid #286090;
        }



        .cta ul a:after {
            content: "\f067";
            float: right;
            font-family: FontAwesome;
            color: #fff;
        }

        .cta ul a:hover:after {
            color: #576f79;
        }

.cta .btn i {
    font-size: 18px;
    margin-left: 0px;
    position: absolute;
    left: 15px;
    top: 16px;
}

.table {
    background: #fbfbfb;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 4px #eee;
    border: 1px solid #e6e6e6;
}


    .table table {
        width: 100%;
    }

    .table th, .table td {
        padding: 5px 10px;
        border-bottom: 2px solid #fbfbfb;
    }


    .table tbody tr:nth-child(odd) {
        background: #fff;
    }

        .table tbody tr:nth-child(odd) td {
            border-bottom: 2px solid #fff;
        }

    .table tbody tr:hover {
        background: #f5f5f5;
    }

        .table tbody tr:hover td {
            border-bottom: 2px solid #e7ebec;
            padding-bottom: 3px;
        }

    .table.right-label tbody tr td:first-child {
        font-weight: 600;
    }

    .table thead tr {
        background: #e7ebec;
    }

        .table thead tr th {
            color: #576f79;
            font-weight: 600;
        }

/******************checkbox*********************/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox, .radio {
    padding: 0px;
    margin: 0px;
}

    .checkbox label, .radio label {
        margin: 0px;
        padding: 0px;
    }


    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
        background: #fff;
    }

    .radio .cr {
        border-radius: 50%;
    }

        .checkbox .cr .cr-icon,
        .radio .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 20%;
            z-index: 1;
        }

        .radio .cr .cr-icon {
            margin-left: 0.04em;
        }

    .checkbox label input[type="checkbox"],
    .radio label input[type="radio"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon,
        .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
        .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
            color: #96e400;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr,
        .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }
/*******************end checkbox************************/


.list-itm ul {
    float: right;
}

.list-itm .dropdown-toggle {
    font-size: 25px;
    background: none !important;
}

    .list-itm .dropdown-toggle:hover, .list-itm .dropdown-toggle:focus {
        background: none !important;
    }

    .list-itm .dropdown-toggle:focus {
        transform: rotate(90deg);
    }

.list-itm ul ul {
    border-radius: 5px !important;
}

    .list-itm ul ul a {
        color: #576f79;
        padding: 10px;
    }


    .list-itm ul ul i {
        margin-right: 10px;
    }

.panel {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #eee;
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid #e3e7ee;
    margin-bottom: 10px;
}








.divid {
    float: left;
    width: 100%;
}
/******************toggle btn - need to be cleaned ************************/
/*www.codepen.io/aanjulena/pen/ZLZjzV */



.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: .5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left .25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left .25s;
        }

        .btn-toggle.active:before {
            opacity: .5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: .75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #337ab7;
    }

    .btn-toggle.btn-lg {
        margin: 3px 10px;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus,
        .btn-toggle.btn-lg.focus,
        .btn-toggle.btn-lg:focus.active,
        .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before,
        .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-lg:before {
            content: 'Off';
            left: 9px;
        }

        .btn-toggle.btn-lg:after {
            content: 'On';
            right: 10px;
            opacity: 0;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
                color: #fff;
            }

        .btn-toggle.btn-lg.btn-sm:before,
        .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before,
        .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 0.5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus,
        .btn-toggle.btn-sm.focus,
        .btn-toggle.btn-sm:focus.active,
        .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before,
        .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 0.55rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-sm:before {
            content: 'Off';
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: 'On';
            right: -0.5rem;
            opacity: .5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 1.6875rem;
                transition: left .25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before,
        .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before,
        .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus,
        .btn-toggle.btn-xs.focus,
        .btn-toggle.btn-xs:focus.active,
        .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before,
        .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: .5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before,
        .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before,
        .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before,
        .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }

        .btn-toggle.btn-secondary.active {
            background-color: #ff8300;
        }

.btn-toggle-field {
    padding-right: 70px;
}

.btn-toggle {
    float: right;
}
/*************end toggle btn*************************/
/*************start modal*************************/








.modal-form.modal {
    text-align: left;
}

.modal-form .modal-content, #galler-preview .modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}

.modal-form .modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
    box-shadow: 5px 0px 15px #eee;
}

.modal-title {
    font-size: 34px;
}

.modal-form .modal-body, #galler-preview .modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

#galler-preview .modal-body {
    overflow-y: unset;
    overflow-x: unset;
}



.modal-form .modal-footer {
    border-top: 0;
    padding: 13px;
    padding-right: 30px;
    background: #333333;
}

.modal-form .modal-dialog, #galler-preview .modal-dialog {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    height: 100%;
}

.modal-form .modal-content, #galler-preview .modal-content {
    height: 100%;
}

.modal-form.modal.in .modal-dialog {
    width: 50%;
}
/*************end modal*************************/
.search {
    padding-top: 0px;
    display: none;
}

    .search .panel {
        border-radius: 0px 0px 5px 5px;
        background: #fafafa;
    }

    .search .btn i {
        margin-left: 10px;
    }

.form-action {
    float: left;
    width: 100%;
}

.search .form-group.adv {
    display: none;
}

.adv-search {
    float: right;
    position: relative;
    margin-top: -45px;
    margin-right: 15px;
    font-size: 20px;
    color: #96e400;
    cursor: pointer;
}

.adv-col i:before {
    content: "\f068";
    /*content: "\f106";*/
    color: #546e7a;
}

.s-fild-col {
    border-bottom: 3px solid #96e400;
    border-radius: 5px;
    transition: all 0.3s ease;
}

div.g-img {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.g-img img {
    border: 1px solid #eee;
    width: 100%;
}

.g-img a {
    display: block;
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .g-img a i {
        margin-right: 10px;
        color: #576f79;
    }

.mobile-p {
    position: absolute;
    height: 562px;
    width: 81%;
}

.mobile-pc {
    width: 337px;
    top: 80px;
}

#galler-preview .modal-dialog {
    position: relative;
    right: auto;
    margin: 0 auto;
    width: 415px;
    max-height: 100%;
    padding-top: 30px;
    overflow: hidden;
}

#galler-preview .modal-content {
    background: none;
    box-shadow: none;
}

.remove-a {
    float: right;
    position: relative;
    margin-top: -33px;
    margin-right: -25px;
    font-size: 16px;
    padding: 3px;
}

.add-a {
    float: left;
    position: relative;
    margin-top: 10px;
    font-size: 13px;
}

    .add-a i {
        margin-right: 10px;
    }


.question input {
    background: #f4faff;
}

.answer .input-group-addon {
    border: none;
    background: none;
    padding-left: 0px;
}

    .answer .input-group-addon:before {
        content: "-";
        font-weight: bold;
    }

.modal-form .modal-body {
    padding-right: 40px;
    height: calc(100% - 63px);
    background: #fff;
}


.modal-header .btn {
    margin-left: 10px;
}

footer {
    text-align: center;
    position: fixed;
    bottom: 0px;
    padding: 20px 15%;
    width: 100%;
    left: 0;
}


.login-box {
    position: absolute;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    top: 20%;
    text-align: center;
    z-index: 10;
}

.login-logo {
    border-radius: 100px;
    display: inline-block;
    background: #fff;
    padding: 20px;
    width: 190px;
    margin-top: 0;
    border: 5px solid #969da7;
    position: relative;
    margin-bottom: -60px;
    height: 0px;
    padding-top: 70px;
    padding-bottom: 110px;
    box-shadow: 0px 0px 6px #ccc;
    background-image: radial-gradient( circle at top right, #fff, #f4f6f9 );
}

    .login-logo img {
        width: 100%;
    }

.login-bg, .login-bg div {
    background-image: radial-gradient( circle at top right, #989da5, #f4f6f9 );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}


    .login-bg div {
        transform: skewY(37deg);
    }




.login {
    background: radial-gradient( #fff, #eee );
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 12px #848484;
    padding-top: 100px;
}

    .login i {
        position: relative;
        float: left;
        margin-top: -33px;
        font-size: 20px;
        margin-left: 1px;
        color: #ffffff;
        padding: 6px 10px;
        background: #78b029;
        width: 44px;
    }

    .login input {
        padding-left: 50px;
    }

.login-action {
    padding: 10px 30%;
}

.dash-cont h4 {
    margin-top: 30px;
    float: left;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-shadow: 1px 1px 0px white;
}

.dash-cont tr:nth-child(odd) td:first-child {
    background: #f9f9f9;
    font-weight: 600;
    border-bottom: 2px solid #f9f9f9;
}

.dash-cont tbody tr:nth-child(even) td:first-child {
    background: #f3f3f3;
    font-weight: 600;
    border-bottom: 2px solid #f3f3f3;
}

.dash-cont tbody tr:hover td {
    background: #f5f5f5 !important;
    border-bottom: 2px solid #e7ebec !important;
}

.tabs select {
    display: none;
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 3px solid #75ccfe;
    padding: 5px 30px;
}

    .tabs select:focus {
        outline: none;
    }

#galler-preview button.close {
    margin-top: -60px;
    position: relative;
    margin-right: 20px;
    font-size: 40px;
}

/********************Responsive start here************************/
@media only screen and (max-width: 900px) {
    .br-crumb {
        display: none;
    }

    .page-head h1 {
        float: left;
        width: 100%;
    }

    .modal-form.modal.in .modal-dialog {
        width: 90%;
    }

    div.g-img {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 30px;
    }

    .list-itm .dropdown-toggle {
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .list-itm.one-row .dropdown-toggle {
        top: 0px;
    }

    .list-itm .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: -10px;
        left: -130px;
        z-index: 1000;
        float: left;
        min-width: 160px;
        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);
    }

    .list-itm div {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        float: left;
        width: 100%;
    }

    .list-itm h3 {
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
        float: left;
        width: 100%;
    }

    .list-itm span {
        font-size: 25px;
        position: absolute;
        left: -54px;
    }

    .list-itm {
        position: relative;
    }

    .navbar-nav {
        margin: 0px;
    }

    content {
        width: 100%;
        margin-left: 0%;
    }

    .tabs {
        padding: 0px;
        bottom: 0px;
        z-index: 100;
        box-shadow: 0px 0px 6px #ccc;
        background: #e7ebec;
    }

        .tabs a {
            display: none;
        }

        .tabs select {
            display: block;
            background: #e7ebec;
            color: #333;
        }

    nav {
        width: 90%;
        box-shadow: 42px 0px 159px #333;
    }

        nav.col-nav {
            box-shadow: 0px 0px 6px #ccc;
        }

    body {
        padding-left: 0px;
        /* This Beacuse some modal when it close it set padding rig*/
        padding-right: 0 !important;
    }

    header > span {
        display: none;
    }
    /*html {
            padding-bottom: 60px;
        }*/
    .navbar-nav .open .dropdown-menu {
        float: left;
        background: #fff;
        box-shadow: 0px 0px 6px;
        border-radius: 0px !important;
    }

        .navbar-nav .open .dropdown-menu ul {
            padding-left: 30px;
            box-shadow: none;
        }

            .navbar-nav .open .dropdown-menu ul a:after {
                display: none;
            }

    .modal-header {
        padding-bottom: 10px;
    }

    #galler-preview .modal-body {
        margin: 0px !important;
        padding: 0px;
    }

    content {
        padding: 5px 20px;
    }
    /*.page-head > a.primary-action {
         font-size:0px;
        }
            .page-head > a.primary-action i {
            margin:0px;
            }*/
    .page-head.col-page-head.head-fix {
        margin-top: -42px;
    }

    .login-box {
        position: absolute;
        left: 50%;
        margin-left: -40%;
        width: 80%;
        top: 30px;
        text-align: center;
        z-index: 10;
    }

    .login-logo {
        width: 140px;
        padding-top: 52px;
        padding-bottom: 78px;
    }
}

.notvalid {
    border-color: red;
}

.valid {
    border-color: #ccc;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
    min-width: 100px;
}

#radioBtn .active {
    min-width: 100px;
}
/*Custom Styles*/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
}

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

.border-bottom {
    border-bottom: 1px solid #e5d5d5
}

.margin-top {
    margin-top: 10px;
}

.modal-scroll {
    padding-right: 40px !important;
    width: 100% !important;
    height: 600px !important;
    overflow-y: scroll !important;
}

.fa-check-green {
    color: #50ed11
}

.navbar-nav-custom {
    float: right;
}

.dropdown-menu-custom {
    left: calc(100% - 74px) !important;
    top: 100% !important;
}
/********************Responsive End here************************/
/*************  for contacts cmponent *************/
.switch {
    display: inline-block;
    height: 29px;
    position: relative;
    width: 65px;
    margin-left: 4px;
}

    .switch input {
        display: inline;
        visibility: hidden;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 3px;
        content: "";
        height: 22px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:checked + .slider {
    background-color: #337ab7;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.contact-form-inline {
    display: inline-flex;
    width: 100%;
    vertical-align: middle;
}

.contact-page-head {
    float: left;
    width: 100%;
    background: #fafafa;
    border-bottom: 5px solid #e7ebec;
}

    .contact-page-head h1 {
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #527a8c;
        display: inline-block;
        padding: 10px 20px;
    }


    .contact-page-head > button.btn {
        float: right;
        margin-top: 6px;
    }

.conact-alart > div {
    color: #a94442;
    margin-left: 5px;
}

.form-control.ng-invalid.ng-touched {
    border: 1px solid #a94442;
}

.textarea-resize {
    resize: vertical;
}

/*************  end of contacts cmponent *************/
/*Slider Range */
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
    }

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background: #eee;
}




/* For File Upload */
.file {
    position: relative;
}

    .file label {
        background: #39D2B4;
        padding: 5px 20px;
        color: #fff;
        font-weight: bold;
        font-size: .9em;
        transition: all .4s;
    }

    .file input {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        opacity: 0.01;
        cursor: pointer;
        width: 100%;
    }

        .file input:hover + label,
        .file input:focus + label {
            background: #34495E;
            color: #39D2B4;
        }
/* End File Upload*/

.selected {
    background: #34495E;
    color: #39D2B4;
}

.is-active {
    cursor: no-drop !important;
    pointer-events: none;
    opacity: 0.5;
    background-color: #ccc !important;
}


.notActiveLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #777 !important;
}