﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "JF Flat Regular";
    font-size: 14px;
    color: #545454;
    font-weight: 600;
    background: #EFFFCE;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.875em 0 0.875em;
}

.container {
    padding: 0 !important;
}

a {
    color: #006699;
}

    a:hover {
        color: #171b20;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

header {
    color: #171b20;
    background: #fff;
    padding: 11px 0px;
    max-height: 55px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.75);
    position: relative;
}

.btn {
    background: #E9FFD2;
    color: #545454;
    border: 1px solid #cacaca;
    border-radius: 2px;
    padding: 6px 10px;
}

    .btn:hover {
        color: #0072bc;
    }

    .btn.active {
        color: #0072bc;
        box-shadow: none;
    }

.user-title {
    margin-right: 20px;
}

    .user-title strong {
        color: #0072bc;
    }

.left {
    float: left;
    position: relative;
}

.header-btn .btn {
    margin-right: 10px;
    float: left;
    position: relative;
}

.btn .adds {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0;
    display: inline-block;
    width: 18px;
    font-size: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
}

.head {
    height: 90px;
    background: #f9f9f9;
    line-height: 90px;
}

.inner .main {
    padding: 0 3em;
}

.page-title {
    color: #a8a8a8;
    font-size: 12px;
    overflow: hidden;
    max-height: 90px;
    display: inline-block;
}

    .page-title strong {
        color: #171b20;
        font-size: 18px;
        margin-left: 5px;
    }

.inner-title {
    color: #171b20;
    font-size: 18px;
    line-height: 50px;
}

.page {
    background: #fff;
    padding: 40px 3em;
    margin-bottom: 50px;
}

/*forms*/

.input .form-group {
    display: inline-block;
    margin-bottom: 5px;
    /* padding: 0 15px; */
    width: 100%;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
    /*.input .form-group label {
    display: inline-block;
    line-height: 45px;
    margin-bottom: 5px;
    max-width: 100%;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
	width:25%;
}*/
    .input .form-group label {
        display: inline-block;
        line-height: 35px;
        margin-bottom: 0;
        max-width: 100%;
        float: right;
        color: #7b7b7b;
        font-size: 14px;
        width: 100%;
    }
/*.input .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0;
    border-radius: 0;
	color:#a8a8a8;
    height: 45px;
    box-shadow: none;
    float: right;
    padding: 0;
    width: 72%;
    margin-right: 3%;
}*/
.input .form-control {
    background: #DFFFBF;
    border: thin ridge #800080;
    border-radius: 4px;
    color: #003366;
    box-shadow: none;
    float: right;
    padding: 8px 15px; /* width: auto; */ /* margin-right: 3%; */
    margin-bottom: 4px;
}

.input select.form-control {
    min-width: 100px;
}

.input .form-group.focus {
    background: #fff;
    border-bottom: 2px solid #0072bc;
}

    .input .form-group.focus label {
        color: #0072bc;
    }

textarea.form-control {
    width: 100% !important;
    height: auto !important;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/select-arrow.png") no-repeat scroll 4% center #EFEFEF !important;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
    width: auto !important;
    color: #545454 !important;
    font-size: 14px !important;
    /* float: none !important; */
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.checkbox.checkbox-inline {    top: 6px;
    right: 0px;
}

.checkbox label::before {
    top: 0px;
    right: 0;
}

.checkbox label::after {
    right: 5px;
    margin-left: -20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
    width: auto !important;
    color: #545454 !important;
    font-size: 14px !important;
    /* float: none !important; */
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.radio.radio-inline {
    /*  margin-top: 14px;*/
}

.radio label::before {
    top: 0px;
    right: 0;
}

.radio label::after {
    right: 3px;
    top: 3px;
    left: 0;
    margin-left: -20px;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 0;
}

    .btn-primary:hover {
        color: #fff;
    }

form .btn-primary {
    padding: 6px 50px;
    margin-right: 15px;
}

.alert {
    width: 100%;
    display: inline-block;
}

    .alert > p {
        width: 90%; /* fallback if needed */
        width: calc(100% - 25px);
        display: inline-block;
    }

.cbp-spmenu header {
    height: 55px;
    background: #2c343f;
    text-align: center;
}

.contentHolder {
    position: relative;
    overflow: hidden;
}


/*submenu*/

#MainMenu {
    padding: 20px 20px 0 0;
    font-size: 12px;
}

.ul-head {
    display: inline-block;
    margin: 15px 15px 0 0;
    color: #FFFFCC;
}

#MainMenu .list-group a {
    padding: 7px 15px;
}

    #MainMenu .list-group a .fa-globe {
        margin-left: 10px;
    }

    #MainMenu .list-group a .fa-chevron-left {
        float: left;
        margin-top: 3px;
    }

#MainMenu .list-group > .collapse {
    background: #003300;
    margin-right: -20px;
    padding: 0 47px 0 0;
}

.list-group-submenu {
    background: #006666;
    margin-right: 30px;
}

    .list-group-submenu .list-group-submenu {
    background: #006699;
    margin-right: 20px;
}

.search {
    padding-right: 0;
}

    .search .form-group {
        position: relative;
    }

        .search .form-group .fa {
            position: absolute;
            left: 5px;
            top: 5px;
        }

        .search .form-group .form-control {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 0;
            border-radius: 0;
            color: #a8a8a8;
            height: 25px;
            box-shadow: none;
            float: right;
            padding: 0;
            width: 100%;
            margin-right: 0%;
        }
/*.add-new{
float:left;
    padding: 6px 30px;	
}*/
.add-new {
    float: left;
}

.add-new-text {
    float: left;
    padding: 6p

.tablegrid table {
    background-color: #ECEBEB;
    width: 100%;
    margin-top: 10px;
    font-size: medium;
    color: #171b20;
}

    
}

    .tablegrid table thead th, .tablegrid table tbody th {
        background-color: #0072bc;
        color: #fff;
        padding: 15px;
        font-size: 16px;
    }

        .tablegrid table thead th a, .tablegrid table tbody th a {
            color: #fff;
            text-decoration: none;
        }

    .tablegrid table tbody td {
        padding: 8px;
    }

        .tablegrid table tbody td .btn {
            padding: 3px 6px;
        }

    .tablegrid table > tbody > tr:nth-of-type(odd) {
        background-color: #fff;
    }
    /*.tablegrid table>tbody>tr:last-child {
    background-color: #fff !important;
	border-top:1px solid #ECEBEB;
}
.tablegrid table>tbody>tr table tbody>tr:last-child {
	border-top:0px solid #ECEBEB;
}*/
    .tablegrid table > tbody > tr table {
        background-color: transparent !important;
    color: #000066;
}

        .tablegrid table > tbody > tr table tr {
            background-color: transparent !important;
        }

            .tablegrid table > tbody > tr table tr td {
                float: right;
                color: #fff;
                padding: 0;
            }

                .tablegrid table > tbody > tr table tr td a {
                    width: 34px;
                    display: block;
                    text-align: center;
                    line-height: 31px;
                    color: #fff;
                    background-color: #0072BC;
                }

                .tablegrid table > tbody > tr table tr td span {
                    width: 34px;
                    height: 31px;
                    display: block;
                    text-align: center;
                    line-height: 31px;
                    color: #0072BC;
                    background-color: #eee;
                }

                .tablegrid table > tbody > tr table tr td:hover a {
                    width: 34px;
                    height: 31px;
                    display: block;
                    text-align: center;
                    line-height: 31px;
                    color: #0072BC;
                    background-color: #eee;
                }

                .tablegrid table > tbody > tr table tr td:first-child span, .tablegrid table > tbody > tr table tr td:first-child a {
                    border-radius: 0 4px 4px 0;
                }

                .tablegrid table > tbody > tr table tr td:last-child span, .tablegrid table > tbody > tr table tr td:last-child a {
                    border-radius: 4px 0 0 4px;
                }



                .tablegrid table > tbody > tr table tr td a {
                    color: #fff;
                }

                .tablegrid table > tbody > tr table tr td:last-child {
                    float: right;
                    background-color: #0072BC;
                    color: #fff;
                    border-radius: 4px 0 0 4px;
                    padding: 0;
                }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #F9F9F9;
    text-decoration: none;
    background-color: #0072BC;
    border: 1px solid #03609C;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #0072BC;
    }

    .pagination > li > a.active, .pagination > li > span.active {
        color: #0072BC;
        background-color: #eee;
    }

.check {
    display: inline-block;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-right: 0px;
    margin-left: 14px;
}

.left .dropdown-menu {
    right: auto;
    left: 0;
    width: 300px;
    padding: 0;
    border-radius: 0;
}

.btn-back {
    float: left;
    margin-top: 9px;
    background-color: #EF5350;
    color: #fff;
}

    .btn-back a {
        color: #fff;
    }

    .btn-back:hover {
        background-color: #AF3634;
        color: #fff;
    }

        .btn-back:hover a {
            color: #fff;
        }

.btn-addsetup {
    position: absolute;
    top: 30px;
    left: 15px;
}

.btn-back .fa {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .inner .main {
        padding: 0 1em;
    }

    .search {
        display: none;
    }

    .user-title {
        display: none;
    }

    .add-new {
        float: none;
        margin-bottom: 20px;
    }

    .table-responsive > table > tbody > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > thead > tr > th {
        white-space: nowrap;
    }

    .table-responsive {
        padding: 0;
    }

        .table-responsive table {
            margin: 0;
        }

    .btn-group .btn {
        padding: 6px 30px;
        background: #fff;
    }

        .btn-group .btn.active {
        background: #E4FFCA;
        color: #171B20;
    }
}

.sectiontitle {
    clear: both;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px;
    background-color: #EFFFDF;
    padding-top: 10px;
    display: block;
    margin: 15px;
    color: #006600;
    border-style: solid;
    border-color: #C7C7C7;
}

.sectiontitle_N {
    clear: both;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px;
    background-color: #FFCCFF;
    padding-top: 10px;
    display: block;
    margin: 10px;
    color: #0370DC;
    border-style: solid;
    border-color: #A978AF;
}

.sectiontitle_Per {
    clear: both;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px;
    background-color: #F1E2FE;
    padding-top: 10px;
    display: block;
    margin: 15px;
    color: #FF0000;
    border-style: solid;
    border-color: #C7C7C7;
}


    .sectiontitle:hover {
        cursor: pointer;
    }

table th .form-group {
    margin-bottom: 0;
}

    table th .form-group .checkbox {
        margin: 0;
    }

        table th .form-group .checkbox label {
            color: #fff !important;
        }

#hideright{
display:none;	
}
@media (max-width: 480px){
.cbp-spmenu-push.cbp-spmenu-push-toleft {
    right: 0 !important;
    width: 100% !important;
}
.cbp-spmenu{
width:100% !important;	
}

.cbp-spmenu-right {
    right: 0 !important;
}
.cbp-spmenu-right.cbp-spmenu-open{
right: -100% !important;	
}

#hideright{
    position: absolute;
    top: 17px;
    background: transparent;
    border: 1px solid #475263;
    color: #A3B1C7;
    border-radius: 2px;
    left: 10px;
	cursor:pointer;
	display:block;
}
}