/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 21, 2017, 10:28:39 AM
    Author     : zaga
*/
body {
  font-family: 'Roboto', sans-serif;
}
/* navbar top + sidebar */
.content-wrapper {
  margin-left: 250px;
}
.fixed-nav {
  padding-top: 50px;
}
.sidebar {
  width: 250px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar li > a {
  text-decoration: none;
}
.sidebar li {
  list-style-type: none;
}
.sidebar .active a {
  color: #f2f2f2;
}
.sidebar.active::parent {
  color: #f2f2f2;
}
.top-navbar {
  display: block;
}
.top-navbar ul {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
}
.top-navbar ul li {
  position: relative;
  float: left;
  display: block;
  line-height: 34px;
}
.top-navbar .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 4px;
}
.navbar-custom-menu .dropdown-menu li {
  width: 100%;
  line-height: 24px;
}
.navbar-custom-menu .dropdown-menu li > a {
  padding: 5px 10px;
}
.navbar-custom-menu .dropdown-menu .fa {
  padding-right: 8px;
}
.navbar-custom-menu {
  display: block;
  float: right;
  height: 50px;
}
.sidebar .sidenav-second-level {
  padding-left: 20px;
}
.fixed-top {
  margin-left: 250px;
  text-align: right;
}
.sidebar-title {
  height: 50px;
}
.sidebar-title h3 {
  padding: 10px;
  margin: 0px;
}
a {
  cursor: pointer;
}
.sidenav-toggler {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.sidebar li > a > span > i {
  float: right;
  line-height: 24px;
}
.sidebar li > a > span {
  padding-left: 5px;
}
.sidebar li .collapsed .fa-angle-down {
  display: none;
}
/*collapsed menu*/
.sidenav-toggled .sidebar {
  width: 50px;
}
.sidenav-toggled .content-wrapper {
  margin-left: 50px;
}
.sidenav-toggled .fixed-top {
  margin-left: 50px;
}
.sidenav-toggled .navbar-sidenav .nav-link-text {
  display: none;
}
.sidenav-toggled .sidenav-toggler .fa-angle-left {
  display: none;
}
.sidenav-toggled .sidenav-toggler .fa-angle-right {
  display: inline-block;
}
.sidenav-toggled .sidebar li > a {
  text-align: center;
}
.sidenav-toggler .fa-angle-left {
  display: inline-block;
}
.sidenav-toggler .fa-angle-right {
  display: none;
}
.main-footer {
  position: static;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #d2d6de;
  font-size: 14px;
}
.main-footer a {
  text-decoration: none;
}
/*library*/
.all-btns {
  margin-top: 20px;
}
/*content*/
#title_section {
  margin-bottom: 30px;
}
.row {
  margin: 0px;
}
.section {
  padding: 20px 0;
}
/*bootstrap col*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  float: left;
}
/*buttons*/
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
  border-color: #adadad;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(160, 160, 160, 0.25);
          box-shadow: 0 0 0 2px rgba(160, 160, 160, 0.25);
}
.modal-footer {
  display: block;
  border-top: none;
}
.modal-footer .left {
  float: left;
}
.modal-footer .right {
  float: right;
  min-width: 120px;
  font-size: 14px;
}
.modal-footer .right,
.modal-footer .left {
  min-width: 120px;
  font-size: 14px;
}
.modal-header {
  padding: 10px 15px;
  background: #fafafa;
  border-radius: 5px 5px 0 0;
}
.btn {
  cursor: pointer;
}
/*custom radio input*/
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 100%;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
input[type="radio"] + label span {
  background-color: #dedede;
  border: 2px solid #9a9da0;
}
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
/*custom checkbox*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dedede;
  border-radius: 5px;
  border: 2px solid #9a9da0;
}
input[type="checkbox"]:checked + label span {
  background-image: url('/images/checked.png');
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: 50% 50%;
}
.custom-check label {
  width: 100%;
}
/*login page*/
#login {
  width: 320px;
  margin: auto;
  margin-top: 150px;
}
#login h3 {
  text-align: center;
  margin-bottom: 40px;
}
#login .input-group-addon {
  padding: 15px;
}
#login #btn-login {
  text-align: left;
  padding: 15px;
}
#login #btn-login i {
  float: right;
  line-height: 20px;
}
#login .login-link {
  text-align: center;
}
#login .login-link a {
  text-decoration: none;
}
.login-top {
  text-align: center;
  padding: 50px 0;
}
.login-top p {
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  padding: 10px 0;
}
.login-top:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 208px;
  margin-left: -12.5px;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}
.login-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  font-weight: 500;
}
.right-submit .btn {
  float: right;
}
.btn-right {
  float: right;
}
.btn {
  min-width: 120px;
}
.table .fa {
  font-size: 18px;
}
.table .fa-check-circle {
  color: #3c763d !important;
}
.table .fa-check-circle:hover {
  color: #225223 !important;
}
.table .fa-times-circle {
  color: #d9534f !important;
}
.table .fa-times-circle:hover {
  color: #c9302c !important;
}
.table .fa-trash,
.delete-itm {
  color: #d9534f !important;
}
.table .fa-trash:hover,
.delete-itm:hover {
  color: #c9302c !important;
}
.nav-tabs li {
  padding: 10px 25px;
}
.nav-tabs a:hover,
.nav-tabs a,
.nav-tabs li {
  text-decoration: none;
}
.nav-tabs .active {
  background-color: #f4f4f4;
  color: #444;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.nav-tabs a {
  color: #444;
}
.nav-tabs a:hover {
  background-color: #f4f4f4;
  border-radius: 5px 5px 0 0;
}
#breadcrumb {
  margin-bottom: 30px;
  font-size: 13px;
}
#breadcrumb a {
  text-decoration: none;
}
.notifications-menu .dropdown-toggle::after {
  display: none;
}
.notifications-menu .label-warning {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 10px;
  padding: 2px 4px;
  line-height: .9;
  color: #fff;
  border-radius: .25em;
  font-weight: 600;
}
.notif-drop {
  float: left;
  position: absolute;
  right: 0;
  left: auto;
  width: 280px;
  font-size: 12px;
}
#search-btn {
  min-width: 50px;
}
#filters label {
  margin-bottom: 0px;
}
#filters .btn {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#filters #select-role,
#filters #user_status {
  float: left;
}
#filters .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
}
#filters .dropdown-menu li {
  padding: 1px 10px;
}
#filters .dropdown-menu li:hover {
  background-color: #f4f4f4;
}
#filters .dropdown-menu {
  width: 100%;
}
#filters .dropdown-menu a:hover {
  text-decoration: none;
}
.inactive-user {
  color: gray;
}
#create_menu .modal-footer {
  padding: 15px 0px !important;
  float: right;
}
.menu-structure {
  margin-top: 30px;
}
.small-span {
  font-size: 12px !important;
}
#create_menu hr {
  margin-top: 2rem;
}
#item_pages,
#item_link {
  display: none;
}
.modal-body {
  padding-top: 30px;
}
.custom-menu li {
  display: block;
  margin: 5px;
  padding: 5px;
  background: #fafafa;
  cursor: pointer;
}
.custom-menu .dragged {
  color: grey;
  border: 1px solid grey;
}
.edit-item {
  float: right;
  cursor: pointer;
  line-height: 20px;
  margin-left: 5px;
}
button:focus {
  outline: none !important;
}
.notifications-menu .footer,
.notifications-menu .header {
  text-align: center;
  font-weight: 600;
}
.notifications-menu .dropdown-menu li {
  padding: 5px;
}
.notifications-menu .footer a:hover,
.notifications-menu .dropdown-menu li a:hover {
  text-decoration: none;
}
#settings h5 {
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
}
#settings .bih-height {
  margin: 30px 0;
}
#settings .deep-no input {
  max-width: 80px;
}
#settings .media-links .fa {
  margin-right: 10px;
  font-size: 20px;
}
#settings .form-group,
#settings .fav-label {
  padding: 0 10px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.thumbnail {
  border-radius: 4px;
}
tfoot td {
  border-top: none !important;
  padding-top: 50px !important;
  text-align: center;
}
tfoot .pagination {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pagination li {
  padding: 2px 10px;
  border: 1px dotted grey;
  margin: 0 2px;
  background-color: rgba(128, 128, 128, 0.11);
  border-radius: 2px;
}
.pagination .active:hover,
.pagination .disabled:hover {
  background-color: rgba(128, 128, 128, 0.11);
  cursor: default;
}
.pagination li:hover {
  background-color: rgba(128, 128, 128, 0.32);
}
.pagination .active,
.pagination .disabled {
  color: #9a9da0;
}
.pagination li a {
  color: #292b2c;
}
.pagination li a:hover {
  text-decoration: none;
}
#permissions,
#categories {
  margin-top: 40px;
  list-style: none;
}
#permissions ul {
  list-style: none;
}
#users_atr {
  display: none;
}
.right-text {
  text-align: right;
}
.btns-right > :not(:last-child) {
  margin-right: .25rem;
}
.btns-right {
  padding: 15px 0;
}
.small-inputs input {
  width: 80%;
}
.small-inputs .pass input {
  width: 50%;
}
.alert ul {
  margin-bottom: 0px;
}
.all-items {
  width: 70%;
  margin-top: 15px !important;
}
.all-items .dd-handle {
  height: 37px;
  margin: 6px 0;
  padding: 8px 10px;
  font-size: 14px;
}
.all-items .dd-item > button {
  height: 27px;
  font-size: 14px;
}
.all-items .delete-itm {
  float: right;
  line-height: 20px;
  margin-right: 8px;
}
.all-items .dd-handle:hover {
  cursor: move;
}
/*media*/
.media-all img {
  transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(1.2, 1.2);
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media-all .landscape {
  width: auto;
  height: 100%;
}
.media-all .portrait {
  width: 100%;
  height: auto;
}
.media-all .thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.media-all .media-img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.media-all .img-div {
  width: 14.28571%;
}
#add_media .fileinput .btn {
  min-width: 80px !important;
}
#add_media .image-added {
  text-align: center;
  width: 100%;
}
#add_featured .fileinput .btn {
  min-width: 80px !important;
}
#add_featured .upload-btns {
  text-align: center;
}
#add_featured .image-added {
  width: 100%;
}
#add_featured .fileinput .thumbnail > img {
  width: 100%;
  height: 160px;
}
#add_featured .new-photo img {
  width: auto !important;
}
/*media end*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa !important;
}
input::placeholder,
textarea::placeholder {
  color: #aaaaaa !important;
}
/*pages*/
.all-pages .fa-eye {
  color: green !important;
}
.all-blogs .fa-eye {
  color: green !important;
}
.all-banners .fa-eye {
  color: green !important;
}
#create_menu .confirm-btn {
  margin-top: 20px;
}
#create_menu .page-right {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#create_menu .page-right h5 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#create_page .confirm-btn {
  margin-top: 20px;
}
#create_page .page-right {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#create_page .page-right h5 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#create_page input[type="radio"] + label {
  font-size: 16px;
}
#create_page input[type="radio"] + label span {
  margin: -3px 10px 0 0;
}
#create_page #cke_1_contents {
  min-height: 300px;
}
#create_page #cke_2_contents {
  min-height: 250px;
}
#create_page .page-details .form-group {
  margin-bottom: 25px;
}
#img_featured,
#sub_map {
  display: none;
  margin-top: 15px;
}
#no_sub {
  background-color: #f8f8f8;
  color: #aaa;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  border-radius: .25rem;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#add_featured .media-all {
  padding: 0px;
}
#add_featured label > input {
  visibility: hidden;
  position: absolute;
}
#add_featured label > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}
#show_media {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#choose_date {
  display: none;
}
#multilanguage_content .nav-tabs {
  margin-bottom: 30px;
}
#multilanguage_content .tab-content {
  padding: 10px;
}
#img_all_featured {
  padding: 0 10px;
}
#added_featured {
  padding: 0 10px;
  margin-bottom: 0px !important;
}
.center-text {
  text-align: center;
}
.submit-form .btn {
  min-width: 120px;
  font-size: 14px;
}
.submit-form .left {
  float: left;
}
.submit-form .right {
  float: right;
}
.submit-form {
  padding: 15px 0;
}
.bootstrap-tagsinput .tag {
  padding: 2px 8px;
  border-radius: 2px;
  line-height: 24px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-tagsinput .tag [data-role="remove"]:focus {
  outline: none !important;
}
.blog-subheader {
  text-align: center;
}
#create_menu .page-details .form-group {
  margin-bottom: 25px;
}
#create_menu .banner-icons {
  margin-right: 8px;
  height: 17px;
  margin-top: -4px;
}
#send,
#add_item {
  display: none;
}
.info {
  color: #f01400;
  width: 100%;
  float: left;
}
.all-labels label {
  font-weight: 500;
}
.float-right {
  float: right;
}
#schedule_input {
  padding-left: 5px;
  padding-top: 3px;
}
.system-logo .photo-header {
  max-height: 140px;
  float: left;
}
.system-logo img {
    max-width: 100%;
    max-height: 150px;
}
.photo-header {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.login-top img {
  max-height: 64px;
  width: auto;
}
#loader {
  text-align: center;
}
#loader img {
  height: 100px;
}


/*category box*/

.category-box {
    margin-top: 20px;
    padding: 10px;
    max-height: 350px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.category-box  .form-group {
    border-bottom: 1px solid #ddd;
}
.category-box .dd-list {
    list-style: none;
}
.error-main {
    display: none;
    color: red;
}
.event-time input {
    font-size: 14px;
}
.all-domains {
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.img-info span {
    word-break: break-all;
}
.img-info {
    margin-bottom: 0 !important;
}
#domains label {
    width: 100%;
}
#content_image img {
    max-width: 100%;
}
.media-all .thumbnail video {
  width: 100%;
  height: 100%;
}
.media-all .thumbnail audio {
  width: 100%;
}
.fileinput-new .thumbnail audio{
  width: 100%;
}
.fileinput-new .thumbnail video {
  width: 100%;
  height: 100%;
}
