/*General style*/
html,body{
    max-width: 1920px;
    min-width: 200px;
    padding: 0px;
    margin: 0;
    background: url(../image/11.png) center center;

    font-family: 'Overlock',cursive !important;

}
/*menu area*/
.back_gray{
    background: #eeeeee;
}
.menu-h2-style{
    color: #0066CC;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight: bold;
}
.menu-p-style{
    color: #ACACAC;
}
.nav_back{
    background: #408ebc;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    padding: 0 10px;
}
.navbar-nav > li > a {
    color: #fff !important;
    font-weight: bold;
}
/*panel area*/
.panel-heading{
    /*background-color: #1788a6;*/
    color: #fff;

}
.width_40{
    width: 40%;
}
.table-bordered > tbody > tr > td{
    border: 1px solid #000;
}
/*admin_dash area*/
.text-blue{
    color: #0066CC;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight: bold;
}
.back-white{
    background: #fff;
    padding: 10px;
}
.height_200{
    height: 200px;
}
.text-white{
    color:#fff;
}

.a-style{
    color: #fff;
    text-decoration: none;

    padding: 10px;
}
.width_100{
    width: 100%;
}
.hand-arrow-img{
    height: 80px;
    margin-top: 40px;
}
.btn-style{
    background: transparent;
    border: none;
}
.btn-style:hover {
    background: transparent;
    border: none;
}
.btn-style:focus {
    background: transparent;
    border: none;
}
.btn-style:active {
    background: transparent;
    border: none;
}
.hr.style2 {
    border-top: 3px double #000 !important;
}
.font-bold{
    font-weight: bold;
}
/*search bar area*/
.edit_a_style{
    margin-top: -23px !important;
    font-weight: bold !important;
    background: #909c9e !important;
    padding: 5px !important;
    color: #fff !important;
}
.edit_a_style2{
    margin-top: -5px;
    font-weight: bold !important;
    background: #909c9e !important;
    padding: 5px !important;
    color: #fff !important;
}
@media (max-width: 767px){
    .mar_0_auto{
        margin: 0 auto;
    }
    .center-text{
        text-align: center;
    }
    .height_90{
        height: 90px;
    }
}
.margin-left{
    margin-left: 10px !important;
}

/*search area*/
/*
* General styles
*/
#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}


.main{
    margin:50px 15px;
}

h1.title { 
    font-size: 50px;
    font-family: 'Passion One', cursive; 
    font-weight: 400; 
}

hr.style{
    width: 10%;
    color: #fff;
}

.form-group{
    margin-bottom: 15px;
}

label{
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}
.form-control {
    height: auto!important;
    padding: 10px 12px !important;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.main-center{
    height: 250px;
    max-width: 400px;
    padding: 10px 40px;
    background:#009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 11px;
    text-align: center;
}

#line_after_before {

    height: 50px;
    margin: 50px 0;
    text-align: center;
    font-size: 28px;
    position: relative;
    background-color: #57585C;
}

#line_after_before:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

#line_after_before h3 {
    background-color: #57585C; /* Same as the parents Background */
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: white;
    position: relative;
    font-family: calibri;
    font-weight: lighter;
    margin: 0;
}

.bs{
    -webkit-box-shadow: 0 1px 2px #777;
    -moz-box-shadow: 0 2px 1px #777;
    box-shadow: 0 2px 1px #777;
}
.jumbotron{
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 20px;
}

/*styling all th*/
th{
    background: #009edf;
    color: #fff!important;
}
.mar_0{
    margin: 0;
}
ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
    background-color: #fff;

}
ul.breadcrumb li a{
    color: red;
}
table{
    background: #fff;
}
table th{
    background: #82CAFF;
    color: #000 !important;
    border: 1px solid #000 !important;
}
table tr{
    border: 1px solid #000 !important;
}
table td{
    border: 1px solid #000 !important;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #F0F8FF;
}

.mar_top_0{
    margin-top: 0px;
}

/*button style area*/
.action-button{
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    padding: 5px 15px;
    margin: 0px 5px 5px 0px;
    border-radius: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}
body,a:hover {
    text-decoration: none;
}
.login_back{
    background-image: url('../image/home.png');
    width: 100%;
    height: 100%;  
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; 

    background-repeat:no-repeat;
    background-position: center center;
    /* background-attachment: fixed; removed for Android */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


}
.border_1{
    border: 1px solid;
}
.text-nevyblue{
    color: #17375e;
}
.panel_back{
    background-color: rgba(0, 0, 0, 0.64);
}
.login_btn{
    width: 100%;
    background-color: #ff3366;
    border: none;
    border-radius: 20px;
    padding: 8px;
}
.login_btn:hover {
    width: 100%;
    background-color: #fff;
    color: #ff3366;
    border: 2px solid #ff3366;
    border-radius: 20px;
    padding: 8px;
    font-weight: bold;
}
.input_style{
    background-color: transparent !important;
    width: 100%;
    border: none;
    color: #000;
}
.border-bottom{
    border-bottom: 1px solid #888;

}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
    background-color: transparent !important;
}

/*inner page design*/
.orange_bg{
    background: url(../assets/image/11.png) center center;
    background-size: cover;
    font-family: 'Overlock', cursive;
}
.widget-title {
    padding: 19px 20px 19px 33px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    background: #5cb85c!important;
    background-size: cover;
    -webkit-box-shadow: inset 0 -2px 2px rgba(57,57,57,.36);
    -moz-box-shadow: inset 0 -2px 2px rgba(57,57,57,.36);
    box-shadow: inset 0 -2px 2px rgba(57,57,57,.36);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.widget-title h2{
font-size: 19px!important;
margin:0!important;
}
blockquote {
    border-left: 5px solid #5cb85c!important;
}
.btn-warning {
    color: #000!important;
    background-color: #5cb85c!important;
    border-color: #5cb85c!important;
    }
table th{
    background: #a4d1a4!important;
    color:#000!important;
    }
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
        background-color: #d5e4dd!important;    
}
 .nav .tab-content{
     background: #5cb85c!important;
}
ul.nav li{
     background: #5cb85c!important;
     border-right: 1px solid #fff;
}
ul.nav li.active a{
     color: #000!important;
}

ul.nav li a{
     color: #fff!important;
}

ul.nav li a:hover{
     color: #000!important;
}

.jumbotron{
background: rgba(0,0,0,0.5);
}


/*message box area*/
