html {
    font-family: "Source Sans Pro" !important;
    height: 100%;
    background-color: #f4f6f9;
}
body {
    font-family: "Source Sans Pro" !important;
    height: 100%;
    min-width: 334px;
}
.content-wrapper a,
.content-wrapper a:focus {
    color: #00a2e4 !important;
}
a:hover {
    color: #49b3e4 !important;
    text-decoration: none !important;
}
aside {
    color: #c2c7d0;
}
.btn-link {
    color: #00a2e4 !important;
}
.btn-primary {
    background-color: #2398c7;
    border-color: #2398c7;;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:hover {
    background-color: #238bba !important;
    border-color: #238bba !important;
}

/* Center modal popup - Start */
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
/* Center modal popup - End */

.modal-header {
    display: block;
}

.navbar-static-top {
    margin-bottom: 10px;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #2789ca 0, #6dcdff 100%) !important;
    background-image: linear-gradient(to bottom, #2789ca 0, #6dcdff 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00BAFF', endColorstr='#ffBAE9FF', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse {
    background-color: #BAE9FF;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #000000;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
}

.navbar-sub {
    border-top:1px solid #000000;
}

.navbar-menu-item-div {
    padding: 15px;
    color: #fff;
}

.navbar-menu-item-div a {
    color: #fff;
}

.navbar-menu-item-div a:hover {
    text-decoration: none;
}

@media (max-width:767px) {
    .navbar-sub {
        display: none;
    }
}

.sites-wrapper {
    display: flex;
}

.sites-wrapper.top .navbar-brand.active {
    background-color: #004da9;
}

/* Square button panel - Start */
.btn-sq-lg {
    width: 140px;
    height: 140px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn-sq-lg svg {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 10px;
}

.btn-sq svg {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
    margin-bottom: 10px;
}

.btn-sq-sm svg {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
    margin-bottom: 10px;
}

.btn-sq-xs svg {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 10px;
}

.square-button-panel a {
    font-size: 12px;
    letter-spacing: 0;
}

.square-button-panel svg {
    margin-top: 23px;
}
.square-button-panel i {
    margin-top: 20px;
}
/* Square button panel - End */

/* Move the content a bit down */
.glyphicon.glyphicon-print {
	cursor:pointer;
}

.center {
	text-align:center;
}

.right {
    text-align:right;
}

.left {
    text-align:left;
}

/* Make sure the width of the table is as little as possible */
.table td, .table th {
    font-size: 16px;
}

.table td {
    white-space: nowrap;
}

.table.input input[type=text],
.table.input input[type=file],
.table.input textarea,
.table.input select
{
    width:100%;
}

.table.input textarea {
    height:100px;
}

label.hasPopover {
    cursor: help;
}

.alert {
    margin-bottom: 10px;
}

.alert-heading {
    display: none;
}

.container.message.alert {
    margin-top:10px;
    margin-bottom:0px;
}

.top-area-search {
    margin-bottom: 10px;
    width: 320px;
    height: auto;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}

.top-area-search input[type=text] {
    width: 310px;
    float: left;
}

@media (max-width: 700px) {
    .top-area-search input[type=text] {
        width: 210px;
        float: left;
    }
}

.top-area-button {
    float: right;
    text-align: right;
    margin-right: 2px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.product-image-upload {
    margin-top:5px;
}

.product-image input[type=file] {
    border:1px dashed green;
    width: 100%;
}

.product-image .product-image-table textarea {
    height:45px;
}

.product-image .product-image-table img {
    max-width:50px;
    max-height:50px;
}

.product-image .product-image-table table {
    margin-bottom:10px;
}

.product-image-table th:nth-child(1){
    width:50px;
}

.product-image-table th:nth-child(2) {
    width:40%;
}

.product-image-table th:nth-child(3) {
    width:35%;
    min-width:130px;
}

.product-image-table th:nth-child(4) {
    width: 10%;
}

.product-image-table th:nth-child(5) {
    width:10%;
}

.container.message.alert.image-upload {
    margin:0;
    margin-bottom:10px;
}

span.label {
    margin-right:3px;
    margin-bottom:3px;
    padding:4px;
    font-weight: normal !important;
    text-shadow: none;
}

.label-green {
    background-color: #65af65;
}

.label-red {
    background-color: #b95e5d;
}

.label-orange {
    background-color: #c88e1c;
}

.label-yellow {
    background-color: #a7a825;
}

.label-gray {
    background-color: #b3b3b3;
}

.label-blue {
    background-color: #297bb9;
}

.label-purple {
    background-color: #e0b5e8;
}

.product-image-ajax-loader {
    display: none;
    margin-bottom: 20px;
}

.product-status-wrapper {
    float: left;
    margin-right: 20px;
}

table tbody.ui-sortable tr {
    cursor: move;
}

table tbody.ui-sortable tr img {
    cursor: default;
}

table#ajax-sort-table thead tr td {
    border-bottom:none;
}

.product-image-table .container.content {
	padding: 0;
}

#toolbar .fa-check
{
	color:green;
}

#toolbar .fa-times
{
	color:#bd362f;
}

.ui-multiselect-filter input {
    color: #333333;
}

/* Fix issues with multi select width - Start */
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: auto !important;
}
/* Fix issues with multi select width - End */

.form-field-image {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 5px;
}

fieldset {
    display: block;
    margin-left: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove #ccc;
    background-color: #eeeeee;
    -moz-border-radius: 15px;
    border-radius: 5px;
    overflow: auto;
}

.product-image-table textarea {
    width: 100%;
}

fieldset legend {
    width: auto;
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

fieldset table {
    width: 100%;
}

fieldset table th {
    border-bottom: 0px !important;
    font-weight: normal;
    vertical-align: top !important;
    width: 150px;
}

.token-input {
    width: auto !important;
}

.fieldset-left {
    padding-left: 0px !important;
}

.fieldset-right {
    border-left: 1px dashed #666;
    padding-right: 0px !important;
}

.fieldset-full {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    max-width: none;
}

@media (max-width: 992px)
{
    fieldset .fieldset-left {
        padding-right: 0px;
    }

    fieldset .fieldset-right {
        border-left: 0px;
        padding-left: 0px !important;
    }
}

.menu-close-icon {
    color: #bd362f;
    display: block;
    float:right;
    margin-top:3px;
    margin-left:5px;
    cursor: pointer;
}

/* Change the size of Font Awesome icons */
svg.fa,
i.fa {
    font-size: 17px;
}

svg.fa.fa-4x,
i.fa.fa-4x {
    font-size: 4em;
}

svg.fa.fa-3x,
i.fa.fa-3x {
    font-size: 3em;
}

svg.fa.fa-2x,
i.fa.fa-2x {
    font-size: 2em;
}

.pagination-wrapper {
    display: flex;
    flex-direction: column;
}

.pagination-wrapper .pagination-selector {
    text-align: right;
    margin-top: -10px;
}

.pagination-wrapper .pagination-selector select {
    display: inline;
    border-radius: 5px;
    border: 1px solid #ced4da;
    max-width: max-content;
}

.pagination-wrapper .pagination {
    justify-content: center;
}

.pagination-wrapper .pagination .page-item.active .page-link {
    background-color: #2398c7;
    border-color: #2398c7;
}

.list-search-area {
    width: 450px;
}

.list-search-area input[type=text] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-search-area button{
    border-left: 0px;
}

.detail-field-wrapper {
    width: calc(100% - 25px);
}

.detail-icon-wrapper {
    margin-left: 5px;
    color: #aaa;
    cursor: pointer;
}

.menu-row:last-child {
    width: 100%;
}

.navbar-brand {
    margin-left: 0px !important;
}

.navbar-brand.active,
.navbar-brand.active:hover{
    background-color: #080808;
    color: #fff;
}

.date-purchased {
    font-weight: bold;
}

.date-purchased.today {
    color: #333333;
}

.date-purchased.tomorrow {
    color: #999999;
}

/* Top boxes styling - Start */
.top-box-outer-wrapper {
    width: 100%;
}

.top-box-outer-wrapper h4 {
    font-weight: bold;
    color: #31708f;
    margin-bottom: 0px;
    line-height: 15px;
}

.top-box-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.top-box-wrapper:last-child {
    padding-right: 0px;
}

.top-box {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 100%;
}

.period-text-box {
    font-weight: bold;
    white-space: nowrap;
    margin-top: 15px;
}

.price-info-box {
    color: green;
    border: 1px solid green;
    padding: 2px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 10px;
    font-size: 12px;
}

.price-info-box.week {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .period-text-box {
        clear: left;
    }
}

@media (max-width: 575px) {
    .top-box-wrapper,
    .top-box {
        width: 100%;
    }

    .period-text-box {
        clear: none;
    }

    .top-box-wrapper {
        padding-right: 0px;
    }
}
/* Top boxes styling - End */

label input[type="checkbox"] {
    cursor: pointer;
}

/* Filtering for the SEO Score status views - Start */
.header-filter .alert {
    margin-bottom: 20px;
}

.header-filter .form-inline .form-group {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .header-filter .form-inline .form-group {
        float: left;
    }

}
/* Filtering for the SEO Score status views - End */

/* STYLING FOR THE NEW AdminLTE TEMPLATE - START */
.brand-link .brand-image {
    margin-left: 1.2rem;
    margin-top: 4px;
}

.card {
    padding: 15px;
}

.alert {
    color: #1f2d3d;
    margin-bottom: 20px;
}

.header-filter {
    display: flex;
}

.nav-sidebar p {
    font-size: 15px;
}

.nav-sidebar hr {
    border-top: 1px solid #3c4248;
}

.nav-sidebar .fa-angle-left {
    top: 13px !important;
    font-size: 16px;
}

.nav-item a.active {
    background-color: #00a2e4 !important;
}

.nav-item.site {
    margin-bottom: 5px;
}

.nav-item.site > a {
    margin-bottom: -2px !important;
}

.nav-item .level-1 {
    padding-left: 20px;
}

.nav-item .level-1 a {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-right: 15px;
    margin-left: 5px;
}
.nav-item .level-1 p {
    font-size: 12px;
}
.nav-item .level-1 svg {
    font-size: 0.8rem !important;
}
.nav-link {
    background-color: inherit !important;
}
.nav-link.active {
    background-color: #007bff !important;
    color: #fff !important;
}

table span.select2 {
    width: 100% !important;
}

.select2-selection--single {
    height: auto !important;
}

.content-header {
    padding: 15px 15px;
}

.content-header .message {
    margin: 20px 0 0 0;
}

.wrapper {
    background-color: #f4f6f9;
    height: calc(100%);
}

.content-wrapper {
    /** 100% minus the height of the header navbar **/
    height: calc(100% - 57px);
    min-height: 0 !important;
}

.content-wrapper>.content {
    padding: 15px;
}
img.time-saved {
    margin-top: -43px;
}
@media (max-width: 575px) {
    .content-wrapper>.content {
        padding: 10px;
    }
    .card {
        border-radius: 0;
        padding: 10px;
    }
    .content-header {
        padding: 10px 10px;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .alert {
        margin-bottom: 10px;
    }

    #close-sidebar {
        display: none !important;
    }
    .main-header {
        position: absolute;
        top: 0;
        width: 100%;
        border-bottom: 0;
    }
    .main-header .navbar-white {
        background-color: transparent;
    }
    .main-header .header-left a {
        visibility: hidden;
    }
    .wrapper {
        height: auto;
    }
    .content-wrapper {
        height: auto;
    }
    #sidebar {
        width: 100% !important;
        position: static !important;
        padding-bottom: 10px;
    }
    #sidebar .brand-logo img {
        position: relative;
        z-index: 1000;
    }
    img.time-saved {
        float: none !important;
        clear: both;
        margin-top: 0;
    }
}

/* STYLING FOR THE NEW AdminLTE TEMPLATE - END */

.page-header {
    padding-bottom: 10px;
}

.page-header.border-below {
    border-bottom: 1px solid #dee2e6;
}

.page-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.page-header .header-left,
.page-header .header-center,
.page-header .header-right {
    margin-top: auto;
}

.main-header {
    display: flex;
    z-index: 999;
}

.main-header .header-left,
.main-header .header-right {
    flex-grow: 1;
}

.main-header .header-right nav {
    justify-content: flex-end;
    height: 100%;
}

.main-header .header-right nav .navbar-nav {
    margin-right: 10px;
}
.main-header .header-right nav .navbar-nav a {
    color: #666;
}

.main-header .header-right nav .dropdown-toggle::after {
    display: none !important;
}

.main-header .header-right .moduletable {
    height: 100%;
}

.sidebar {
    overflow-y: auto;
}

/** Sidebar menu - Start **/
#sidebar .brand-logo {
    height: 57px;
    border-bottom: 1px solid #4b545c;
    display: flex;
}

#sidebar .brand-logo img {
    height: 30px;
}

#sidebar .brand-logo .brand-logo-inner {
    margin: auto auto auto 10px;
}

#sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
}

#close-sidebar {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 22px;
    display: none;
}

.main-sidebar, .main-sidebar::before {
    width: 300px;
}
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    margin-left: 0px !important;
}
#sidebar {
    width: 300px;
    margin-left: -300px !important;
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

.sidebar-active #sidebar {
    margin-left: 0 !important;
}

.sidebar-active .main-sidebar, .sidebar-active .main-sidebar::before {
    width: 300px;
}
body.sidebar-active:not(.sidebar-mini-md) .content-wrapper, body.sidebar-active:not(.sidebar-mini-md) .main-footer, body.sidebar-active:not(.sidebar-mini-md) .main-header {
    margin-left: 300px !important;
    transition: margin-left .3s ease-in-out,width .3s ease-in-out !important;
}

@media (max-width: 991px) {
    .sidebar-active .main-sidebar, .sidebar-active .main-sidebar::before {
        width: 0;
    }
    .sidebar-active .layout-fixed .brand-link {
        width: 0;
    }
    body.sidebar-active:not(.sidebar-mini-md) .content-wrapper, body.sidebar-active:not(.sidebar-mini-md) .main-footer, body.sidebar-active:not(.sidebar-mini-md) .main-header {
        margin-left: 0 !important;
    }
    #close-sidebar {
        display: inline;
    }
}
/** Sidebar menu - End **/

/** Header drop down user menu - Start **/
.dropdown-menu.dropdown-usermenu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    right: 0;
    left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu.dropdown-usermenu li a {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    font-size: 12px;
}

.dropdown-menu.dropdown-usermenu li a:hover {
    background-color: #f5f5f5;
    color: #262626 !important;
}
/** Header drop down user menu - End **/

/** Monetary styling for this theme - Start **/
#ajax-subscription-status .dl-horizontal {
    margin-top: 15px;
}
#ajax-subscription-status .dl-horizontal a {
    color: #212529 !important;
}
#ajax-subscription-status .hate-to-see-you-go {
    margin-top: 10px;
}
/** Monetary styling for this theme - End **/

/* Tooltips */
.tip-wrap{
    background: transparent;
    z-index: 10000;
}
.tip {
    float: left;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 5px;
    max-width: 200px;
    -webkit-box-shadow: 0 4px 4px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 4px 4px 2px rgba(0,0,0,0.14);
    box-shadow: 0 4px 4px 2px rgba(0,0,0,0.14);
}
.tip-title {
    color: #666;
    font-size: 100%;
    font-weight: bold;
    margin: -15px 0 0;
    padding: 15px 0 5px;
}
.tip-text {
    font-size: 100%;
    margin: 0;
}
