html, body {
    font-family: Arial, Verdana;
}

.modal-backdrop {
    z-index: 1 !important;
}
.login-content {
    width: 400px;
    background: linear-gradient(#23527c, transparent);
    margin: 0 auto;
    padding: 20px 50px 25px;
    color: #fff;
    display: inline-block;
}

.gy-text h1, .gy-text p {
    margin: 0;
}

.gy-text h1 {
    padding-bottom: 15px;
}

.logo {
    margin: 120px 0 20px 0;
}

.fpass {
    display: block;
    font-size: 14px;
    color: #fff;
}

footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
    background-color: rgba(35,82,124, 1);
}

.vertical-center a {
    color: #fff;
    font-size: 14px;
}

.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.admin-background {
    background-color: #999999;
}

.input-icon {
    position: relative;
    left: 0;
}

div.blog-posts .line-height-18 {
    line-height: 18px !important;
}

#blog-listing_wrapper .dataTables_length label {
    margin: 30px 0;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 30px 0;
}

.dataTables_info {
    margin-top: 20px;
}

#dropdownSort select:first-of-type {
    margin-right: 170px;
    width: 150px;
}

#dropdownSort select:nth-last-of-type(2) {
    margin-right: 160px;
    width: 282px;
}

#dropdownSort select:nth-of-type(3) {
    width: 150px;
}

#dropdownSort span.dropdownSortCompany:before {
    content: 'Filter by Company: ';
    font-weight: bold;
    position: absolute;
    right: 600px;
}

#dropdownSort span.dropdownSortAuthor:after {
    content: 'Filter by Author: ';
    font-weight: bold;
}

#dropdownSort span.dropdownSortStatus:before {
    content: 'Filter by Status: ';
    font-weight: bold;
    position: absolute;
    right: 165px;
}

#dropdownSort span {
    margin-right: 5px;
}

#dropdownSort {
    float: right;
    position: relative;
}

.padding-top-15 {
    padding-top: 15px;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting:after {
    display: none;
}

.login .content label, .login .content p {
    color: #fff;
}

.control-label {
    margin-top: 10px;
    font-weight: 400;
}

.visible-ie9 {
    display: none;
}

.visible-ie8 {
    display: none;
}

[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.input-icon > .form-control {
    padding-left: 33px;
}

.rememberme {
    float: left;
}

.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #23527c;
    border-color: #23527c;
}

.btn.blue:hover {
    background-color: #2988BC;
}

.login .content .form-actions .rememberme {
    margin-top: 8px;
    display: inline-block;
}

.login .content label, .login .content p {
    color: #fff;
}

.rememberme span {
    padding-left: 5px;
    font-weight: 400;
}

input[type=checkbox] {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

#admin_pages_category input[type=checkbox], #admin_slider input[type=checkbox], #admin_blog input[type=checkbox], #user input[type=checkbox], #admin_slider input[type=checkbox] {
    padding: 0;
    vertical-align: middle;
    float: left;
}

#admin_pages_category .checkbox, #admin_slider .checkbox, #admin_blog .checkbox, #user .checkbox, #admin_slider .checkbox {
    margin-left: 20px;
}

#admin_pages_category label {
    margin-top: 0 !important;
}

@media (max-width: 320px) {
    .login-content {
        width: 300px;
    }
}

.admin-logo-sidebar {
    margin: 0 auto;
}

.mt20 {
    margin-top: 20px;
}

.rowheader {
    padding: 5px 0;
    background-color: #f4f4f4;
    font-weight: 600;
}

.row-listing {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.row-listing:hover {
    background-color: #d9d9d9;
}

.translation-form {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 30px;
}

#admin_slider label, #admin_category label, #admin_pages label, #admin_gallery label, #admin_galleryimage label, #user label, #admin_blog label, #admin_homepage label, #admin_categorypage label, #admin_contact label {
    display: block;
    padding-left: 5px;
    margin-top: 10px;
}

#admin_slider .small, .small, #admin_category .small, #admin_pages .small, #admin_gallery .small, #admin_galleryimage .small, #user .small, #admin_blog .small {
    width: 5%;
    margin: 0 5px;
}

#admin_slider .middle, .middle, #admin_category .middle, #admin_pages .middle, #admin_gallery .middle, #admin_galleryimage .middle, #user .middle, #admin_blog .middle {
    width: 50%;
    margin: 0 5px;
}

.form-register {
    width: 250px;
}

.form-button-group {
    margin-left: 5px;
}

.form-control-checkbox {
    float: left;
    margin-top: 14px !important;
    margin-left: 5px !important;
}

.form-control-label {
    display: inline-block !important;
    line-height: 20px;
}

.mce-tinymce {
    margin: 0 5px !important;
}

@media (max-width: 728px) {
    #admin_slider .middle, .middle {
        width: 96%;
        margin: 0 5px;
    }
}

.user-list {
    line-height: 50px;
}

.bold {
    font-weight: bold;
}

.page-header {
    margin-top: 0;
}

.breadcrumb {
    margin-top: 30px;
}

.admin_tooltip {
    color: #337ab7;
}

.blog-post-listing {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
}

label {
    padding-top: 20px;
}

.form-button-group {
    padding-bottom: 20px;
}

.vich-image a img {
    margin-top: 20px;
}

.small-area {
    width: 150px;
}

#admin_blog_tags {
    text-transform: lowercase;
}

.tt-dataset-tags {
    padding: 10px 30px 10px 5px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tt-suggestion {
    color: #337ab7;
}

.dashboard-top-data {
    background-color: #c2d1f0;
    padding: 5px;
    font-weight: bold;
}

.dashboard-bottom-data {
    background-color: #f5f5f5;
    padding: 5px;
    font-weight: bold;
}

.gy-text {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 50px;
}

.dashboard-keywords {
    background-color: #f5f5f5;
    padding: 5px;
}

.pd20-0 {
    padding: 20px 0;
}

.lh100 {
    line-height: 100px;
}

div.gy-header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

div.gy-header-image img {
    height: 300px;
    width: 100%;
}

div.login-content i.fa-user {
    font-size: 45px;
    margin-bottom: 20px;
}

div.login-content i.fa-lock {
    font-size: 39px;
    margin-top: -5px;
}

.logo img {
    height: 75px;
}

div.form-actions {
    margin-top: 25px;
}

@media (max-width: 1581px) {
    .filter-margin-30 {
        margin-top: 30px;
        width: 100%;
    }

    #dropdownSort {
        float: left;
    }
}

@media (max-width: 1370px) {
    #dropdownSort select:first-of-type, #dropdownSort select:nth-last-of-type(2) {
        margin-right: 160px;
    }

    #dropdownSort span {
        display: none;
    }
}

@media (max-width: 1240px) {
    #dropdownSort select:first-of-type, #dropdownSort select:nth-last-of-type(2) {
        margin-right: 60px;
    }
}

@media (max-width: 1031px) {
    #dropdownSort select:first-of-type, #dropdownSort select:nth-last-of-type(2) {
        margin-right: 20px;
    }
}

@media (max-width: 950px ) and (min-width: 768px) {
    #dropdownSort select:nth-of-type(3) {
        margin-top: 20px;
    }
}

@media (max-width: 779px) {
    #dropdownSort select:first-of-type {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    div.login-content {
        width: 100%;
        max-width: 700px;
    }

    div.login-content .form-control {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 498px) {
    #dropdownSort select:nth-last-of-type(2) {
        margin-bottom: 20px;
    }
}

.gy-login-logo {
    max-height: 130px;
}
.gy-img {
    opacity: 0.2;
}
