


/*Login Page Styles*/
.login-bg {
    background: url(../images/login-bg.gif) repeat-x #dfdfdf;
}

.backimg {
    background: url("../images/courtbg.jpg") no-repeat fixed center center / cover !important;
}

.login-box {
    width: 460px;
    margin: 9% auto;
    font-family: 'Roboto Condensed', sans-serif;
}

.login-logo {
    text-align: center;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.modal-body .col-btn-browse {
    padding: 11px !important;
}

.modal-body .col-upload-file-btn {
    padding: 11px;
}

.login-box-body {
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 0px 15px #ccc;
}

.login-title {
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 400;
    font-size: 25px;
    margin: 10px 0px 25px;
    color: #2c86a9;
    text-transform: uppercase;
}

.form-set {
    margin-bottom: 15px;
}

.position-rel {
    position: relative;
}

.form-set label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #777;
}

.form-control-login {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.login-error {
    color: #ff0000;
    padding-bottom: 15px;
    font-size: 14px;
}

.font-ico-login {
    position: absolute;
    right: 16px;
    color: #bdbdbd;
    top: 11px;
    font-size: 25px;
}



.btn-login {
    display: block;
    padding: 7px 22px;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-common {
    background-color: #2c86a9;
    color: #fff;
}


.login-forgot {
    margin-top: 15px;
}

    .login-forgot a {
        font-weight: 300;
        font-size: 14px;
        color: #2c86a9;
        text-decoration: underline;
    }

        .login-forgot a:hover {
            color: #d8621b;
            text-decoration: underline;
        }

.content h1 {
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0px;
}





/*end - Login Page Styles*/



/*Common styles*/

/*.table .fa-pencil{
	background:#60A750;
	padding:5px;
	font-size:13px;
	color:#fff;
	border-radius:2px;
}*/

/*.tab-border{
    border-bottom:1px solid #aaa; 
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
}*/




/*Slider*/
/*.switch {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 26px;
        margin-bottom: -9px;
    }

        .switch input {
            display: none;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ec5f34;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 19px;
            width: 22px;
            left: 6px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }


    input:checked + .slider {
        background-color: #51d027;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(49px);
        -ms-transform: translateX(49px);
        transform: translateX(49px);
    }

    .slider.round {
        border-radius: 34px;
        color: #fff;
    }

        .slider.round:before {
            border-radius: 50%;
        }*/
/*Slider*/

/*Slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 19px;
    margin-bottom: -6px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #de8468;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:checked + .slider {
    background-color: #84d06b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(44px);
    -ms-transform: translateX(44px);
    transform: translateX(44px);
}

.slider.round {
    border-radius: 34px;
    color: #fff;
    font-size: 11px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Slider*/


.Panel-Title {
    /*display: inline-block;*/
    font-size: 20px;
    /*margin: 0;
	line-height: 1;*/
}

.table .fa-history {
    /*background: #daaf60;*/
    padding: 5px;
    font-size: 17px;
    color: #daaf60;
    border-radius: 2px;
    cursor: pointer;
}



.table .fa-file-text {
    /*background: #5582b9;*/
    padding: 5px;
    font-size: 17px;
    color: #5582b9;
    border-radius: 2px;
    cursor: pointer;
}

.table .fa-download {
    padding: 5px;
    font-size: 17px;
    color: #1aaba4;
    border-radius: 2px;
    cursor: pointer;
}

.table .fa-eye {
    background: #bec0d2;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.table .fa-archive {
    background: #a94442;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.content-wrapper {
    background-color: #e9ecef;
}

.content {
    padding: 15px;
}

.content-section {
    margin: 20px 0px;
    overflow: hidden;
}

.nav-container {
    background-color: #2c86a9;
}

.data-ico-box {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    font-size: 45px;
    color: #fff;
    padding-top: 17px;
}

.data-box {
    background-color: #fff;
    height: 100px;
    padding-top: 4px;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.data-box-count {
    font-size: 40px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

.data-box-text {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

header h2 {
    margin: 5px;
}

.header-rightul {
    margin: 10px 0px;
    /*overflow: hidden;*/
}

.header-rightli {
    float: right;
    padding: 0px 15px;
    list-style: none;
}

.move-right {
    float: right;
}

.move-left {
    float: left;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.box-primary {
        border-top-color: #76aec5;
    }

.box-header.with-border {
    border-bottom: 1px solid #efefef;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}


.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #efefef;
    padding: 10px;
    background-color: #fff;
}

.tab-box {
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    padding: 25px;
    background-color: #fff;
}

.tab-content {
    padding: 25px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /*border-left: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;*/
}

.jqbtn-cng {
    font-size: inherit;
    font-family: inherit;
}

.form-checkbox {
    width: 100% !important;
}

.pad-top-10 {
    padding-top: 10px;
}

.mrg-top-10 {
    margin-top: 10px;
}

.mrg-left-10 {
    margin-left: 10px;
}

.form-control.custom-dt[readonly] {
    background-color: #fff !important;
}

.default-date-remove {
    float: right;
    top: 30px;
    position: absolute;
    right: 11px;
    font-size: 24px;
    z-index: 5000;
}
/*Common styles*/




input:-webkit-autofill {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

/*Dont Uncommand*/
/*input:focus,
    input:-webkit-autofill:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(102, 175, 233, 0.6);
    }*/
/*Dont Uncommand*/
html {
    background: #e9ecef;
}

body {
    margin-bottom: 70px !important;
    height: auto !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
}

p.error {
    color: red !important;
    font-size: 13px;
    font-style: italic;
    float: left;
}

span.error {
    color: red !important;
    font-size: 13px;
    font-style: italic;
    float: left;
}

label.error {
    color: red !important;
    font-size: 12px;
    font-style: italic;
    float: left;
}

/*RESPONSIVE STYLES*/
@media (max-width:768px) {
    .login-box {
        width: 90%;
    }
    /*header h2 img{
	width:100%;
	
}*/
}

@media (max-width:479px) {
    header ul li {
        border: none !important;
    }

    header h2 {
        float: none !important;
    }
}
/*common-styles*/

.user-page-titles {
    font-size: 20px;
    text-transform: uppercase;
}

.user-page-description {
    font-size: 16px;
}

.no-pading {
    padding: 0px;
}
