table .table thead.group tr:first-child th {
    border-bottom: none;
}

.active-theme {
    padding-right: 10px !important;
}

.active-theme > div {
    cursor: default;
}

table.table thead.group tr th {
    border-top: 1px solid #ddd;
}

.table.table-bordered > thead.group > tr > th {
    padding: 3px;
}

.pagination > li > a {
    padding: 3px 8px;
}

.page-header .widget-toolbar {
    line-height: 0;
}

.ace-thumbnails > li {
    border: 1px dotted #333;
    float: left;
    margin: 2px;
    overflow: hidden;
}

.sidebar.h-sidebar .nav-list.group-report {
    border-bottom: 1px solid #e5e5e5;
}

ul.list-inline > li.first {
    padding-left: 0;
}

.filter .list-inline .btn {
    margin-bottom: 5px;
}

div.mce-fullscreen {
    z-index: 10000;
}

.sidebar .nav-list a .badge {
    font-size: 10px;
    top: 8px;
}

.sidebar .nav-list ul.submenu a .badge {
    font-size: 10px;
    top: 6px;
}

/* new style backend admin ============================================================================================================================================================= */
@import url(../assets/css/bootstrap.min.css);
@import url(../assets/css/pe-icon-7-stroke.css);
@font-face {
    font-family: 'fontello';
    src: url('../assets/fonts/fontello.eot?93255972');
    src: url('../assets/fonts/fontello.eot?93255972#iefix') format('embedded-opentype'), url('../assets/fonts/fontello.woff?93255972') format('woff'), url('../assets/fonts/fontello.ttf?93255972') format('truetype'), url('../assets/fonts/fontello.svg?93255972#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src:url('../assets/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('../assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../assets/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
// margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.body {
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.lighter {
    font-weight: lighter;
}
.text-center {
    text-align: center;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

/* Start login------------------------------------------------------------------*/

.login-layout{
    background-color: #fed646;
    background-attachment: fixed;
    background-size: cover;
}
#container_login{
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: 400px;
}
#wrapper-login {
    /*width: 60%;*/
    right: 0px;
    min-height: 500px;
    margin: 100px 0 30px;
    position: relative;
}
#login{
    background: #936532;
    padding: 15%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
	color: #fff;
}
.header-login {
    margin-top: 0;
    padding-bottom: 16px;
}
.header {
    line-height: 28px;
    margin-bottom: 30px;
}
#wrapper-login input:not([type="checkbox"]) {
    width: 100%;
    padding: 10px 0px 10px 20px;
    border: 1px solid rgb(222, 222, 222);
    -webkit-appearance: textfield;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	color: #333;
}
.change_link a{
    color: #fff !important;
}
.btn-sm {
    width: 100%;
    background: #FFC23E;
    border: none;
    padding: 13px;
    text-transform: uppercase;
    margin: 20px 0;
    box-shadow: rgba(58,78,95,0.2) 0 4px 16px, rgba(58,78,95,0.05) 0 -4px 16px;
}
.btn-sm:hover{
    background: #3687d3;
    border: none;
}
.social-login{
    font-size: 14px;
    margin: 5px 0 23px;
    text-align: center;
}
.line1{
    border-bottom: 1px solid #cccccc;
    margin-right: 15px;
    width: 40%;
    float: left;
    margin-top: 10px;
}
.line2{
    border-bottom: 1px solid #cccccc;
    margin-left: 15px;
    width: 40%;
    float: right;
    margin-top: 10px;
}
.btn-face{
    background: #425599;
    box-shadow: rgba(58,78,95,0.2) 0 4px 16px, rgba(58,78,95,0.05) 0 -4px 16px;
    border: none;
    font-size: 14px;
    padding: 10px 15px;
}
.btn-google{
    background: #d85133;
    box-shadow: rgba(58,78,95,0.2) 0 4px 16px, rgba(58,78,95,0.05) 0 -4px 16px;
    border: none;
    font-size: 14px;
    padding: 10px 15px;
}
.btn .icon{
    font-size: 13px;
    margin-right: 10px;
}
.bigger-100 {
    font-size: 100%!important;
}
.btn-face:hover{
    background: #223883;
    border: none;
}
.btn-google:hover{
    background: #bb3315;
    border: none;
}
.container_login {
    margin-left: 0!important;
    margin-right: 0!important;
    min-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.coppy-right{
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
}
/* End login------------------------------------------------------------------*/

/* Start Home page------------------------------------------------------------------*/
.body{
    background: #139ff5;
}
.logo-home{
    border-bottom: 1px solid #7bc6f5;
    padding: 10px 13px;
}



/* End Home page------------------------------------------------------------------*/

@media only screen and (max-width: 991px){
    body {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 768px){
    .container_login {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (min-width: 481px) and (max-width: 768px){
    .header {
        margin-bottom: 0;
    }
    .btn-sm {
        margin: 10px 0;
    }
    #login .col-lg-6{
        width: 50%;
    }

}
@media(max-width:480px){
    .btn-face , .btn-google{width:100%;margin-bottom: 15px;}
    .social-login {margin: 0px 0 9px;}
    .line1 {
        margin-right: 4px;
        margin-top: 10px;
    }
    .line2 {
        margin-left: 4px;
        margin-top: 10px;
    }
}