* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: url(../img/damaskbg-crop.png);
    background-repeat: repeat;
    background-color: #5ed5d1;
    color: #3bcfcb;
    font-family: 'Open Sans', sans-serif;
}

a {     
    color: #3bcfcb;
}

a:hover {
    color: #c5b686;
    text-decoration: none;
}

a:focus, a:hover {
    color: #c5b686;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    font-weight: 200;
    padding-right: 15px;
    padding-left: 15px;
}

span {
    color: #c5b686;
}
  
.desktop-hidden {
    display: block !important
}

.mobile-hidden {
    display: none !important
}

@media only screen and (min-width:769px) {
    .desktop-hidden {
        display: none !important
    }
    .mobile-hidden {
        display: block !important
    }
}

span {
    color: #c5b686;
}

.row {
    margin-bottom: 5px;
}

.col-md-6 {
    margin: 10px 0;
}

.col-lg-12 {
    margin: 10px 0;
}

header {
    height: 120px
}
@media only screen and (max-width:769px) {
    header {
        height: 69px;
    }
}
.logo {
    position: absolute;
    left: 50%;
    z-index: 1021;
    transform: translateX(-50%);
    background-image: url('../img/top-bg-1.png');
    background-repeat: no-repeat;
    width: 210px;
    height: 115px !important;
}
.logo img {
    clear: both;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: 15px;
}

.header-mobile {
    width: 100%;
    height: 69px;
    position: inherit;
    z-index: 190;
    top: 0;
    left: 0;
    background: #fff;
    padding: 14px 0 0 0
}

.mobile-logo {
    width: 130px;
    margin: -14px auto
}

.mobile-logo a img:nth-child(1) {
    position: absolute;left: 50%;top:5px;transform: translateX(-50%);
}

.wrapper {
    display: block;
}

.divider {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 8px;
}

.divider img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 17px;
}

/* SIDEBAR */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #5ed5d1;
    overflow-y: scroll;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(161, 149, 110,.56);
}

#sidebar.active {
    left: 0;
}


#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #5ed5d1;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #5ed5d1;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #5ed5d1;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f107';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 1em;
}
a[aria-expanded="true"]::before {
    content: '\f106';
}

.menu-container {
    position: fixed;
    top: 0;
    width: 80px;
    background-color: #fff;
    height: 69px;
    z-index: 999;
}

.menu-button {
    width: 36px;
    cursor: pointer;
    position: absolute;
    z-index: 191;
    top: 25px;
    right: 23px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #c5b686;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.menu-button:hover {
    color: #00b0b9;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out
}

.menu-button .menu-burger {
    width: 36px;
    height: 23px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 20px 0
}

.menu-button .burger {
    width: 100%;
    height: 2px;
    background: #c5b686;
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0
}

.menu-button .burger-1 {
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.menu-button .burger-3 {
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.menu-button .menu-divider {
    width: 60px;
    height: 1px;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 0;
    font-size: 12px;
    line-height: 35px;
    text-align: right
}

.menu-button:hover .burger {
    background: #00b0b9;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out
}

.clicked > span > span.burger.burger-1 {
    transform: rotate(45deg);
}
.clicked > span > span.burger.burger-2 {
    opacity: 0;
}
.clicked > span > span.burger.burger-3 {
    transform: rotate(-45deg);
}

.alt-container {
    width: 36px;
    cursor: pointer;
    position: absolute;
    z-index: 191;
    top: 90px;
    right: 25px;
    font-family: "ralewaysemibold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: #c5b686;
    text-align: center
}

.alt-container a {
    color: #c5b686
}

.alt-container a:hover {
    color: #00b0b9;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out
}

/* Scrollbar */

 #sidebar::-webkit-scrollbar-track
 {
     border-radius: 0px;
     background-color: #FFF;
 }
 
 #sidebar::-webkit-scrollbar
 {
     width: 12px;
     background-color: #FFF;
 }
 
 #sidebar::-webkit-scrollbar-thumb
 {
     border-radius: 0px;
     -webkit-box-shadow: inset 0 0 6px #5ed5d1;
     background-color: #5ed5d1;
 }

.breadcrumb {
    /* background: rgba(245, 245, 245, 0.5); */
    /* text-align: center; */
    border-radius: 0px;
}

.breadcrumb li a {
    color: #3bcfcb !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #3bcfcb;
    font-family: 'FontAwesome';
    content: "\f105";
}

.breadcrumb>.active {
    color: #c5b686;
}

.content-header>.breadcrumb {
    right: 15px;
    border-radius: 0px;
}

.content-header>.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #3bcfcb;
    font-family: 'FontAwesome';
    content: "\f105";
}

/* Content */
.container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 60px 40px 0 !important; /* remove important if can overwrite body>.container in app.min.css */
    background: #fff;
    border: 5px #3bcfcb solid;
    min-height: auto !important;
}

.welcome{
    color: #3bcfcb;
    opacity: 0;
    margin-top: 6em
}

.welcome h1 {
    font-size: 3em;
    text-align: center;
}

.welcome h1 span a {
    color: #c5b686;
}

.welcome p {
    padding: 2em
}

.fa {
    font-size: 20px;
}

/* Tables */

/* .table {
    display: flex;
}
.table .table_item {
  order: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100%;
  box-sizing: border-box;
}

.table .table_item.table_item-head {
  font-weight: 500;
}

.table[data-gutter="1"] .table_item {
  padding: 5px;
}

.table[data-gutter="2"] .table_item {
  padding: 10px;
}

.table[data-gutter="3"] .table_item {
  padding: 15px;
}

.table[data-gutter="4"] .table_item {
  padding: 20px;
}

.table[data-gutter="5"] .table_item {
  padding: 25px;
}

.table[data-gutter="6"] .table_item {
  padding: 30px;
}

.table[data-gutter="7"] .table_item {
  padding: 35px;
}

.table[data-gutter="8"] .table_item {
  padding: 40px;
}

.table[data-gutter="9"] .table_item {
  padding: 45px;
}

.table[data-gutter="10"] .table_item {
  padding: 50px;
}

.table.table-bordered.table-columns .table_item:not(.table_item-foot), .table.table-bordered.table-rows .table_item {
  border-bottom: solid 1px #e0e0e0;
}

.table.table-colored .table_item {
  background: #fefefe;
}

.table.table-colored .table_item.table_item-head {
  background: #d4d9dd;
  border-bottom: solid 1px white;
}

.table.table-colored .table_item.table_item-foot {
  background: #f1f2f4;
}

@media only screen and (max-width: 641px) {
  .table {
    flex-direction: column;
    flex-wrap: no-wrap;
  }

  .table .table_item.table_item-foot {
    margin-bottom: 1rem;
  }

  .table.table-bordered.table-rows .table_item.table_item-foot {
    border-bottom: none;
  }

  .table.table-columns .table_item {
    order: inherit !important;
  }
}

@media only screen and (min-width: 640px) {
  .table {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .table.table-columns .table_item.table_item-head {
    order: -1;
  }

  .table.table-columns .table_item.table_item-foot {
    order: 3;
  }

  .table.table-bordered.table-rows {
    border-top: solid 1px #e0e0e0;
  }

  .table[data-columns="1"] .table_item {
    flex-basis: 100%;
    width: 100%;
  }

  .table[data-columns="2"] .table_item {
    flex-basis: 50%;
    width: 50%;
  }

  .table[data-columns="3"] .table_item {
    flex-basis: 33.33333%;
    width: 33.33333%;
  }

  .table[data-columns="4"] .table_item {
    flex-basis: 25%;
    width: 25%;
  }

  .table[data-columns="5"] .table_item {
    flex-basis: 20%;
    width: 20%;
  }

  .table[data-columns="6"] .table_item {
    flex-basis: 16.66667%;
    width: 16.66667%;
  }

  .table[data-columns="7"] .table_item {
    flex-basis: 14.28571%;
    width: 14.28571%;
  }

  .table[data-columns="8"] .table_item {
    flex-basis: 12.5%;
    width: 12.5%;
  }

  .table[data-columns="9"] .table_item {
    flex-basis: 11.11111%;
    width: 11.11111%;
  }

  .table[data-columns="10"] .table_item {
    flex-basis: 10%;
    width: 10%;
  }
} */

/* Tables Revised */

table {
	max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
	border-spacing: 0;
	border-collapse: collapse; 
	empty-cells: show;
}

table th,
table tfoot td {
	color: #222;
	text-align: left;
	font-weight: 700;
}

table thead th,
table tfoot td  {
	background-color: #efefef;
}

table th,
table td {
	overflow: visible;
	padding: 0.633rem;
	vertical-align: top;
}

.table_border {
	border: 1px solid #dedede;
}

.table_border_cells th,
.table_border_cells td {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.table_responsive,
.table_responsive caption {
  display: block;
}

.table_responsive thead,
.table_responsive tfoot,
.table_responsive th {
	display: none;
}

.table_responsive tbody {
  display: block;
  width: 100%;
}

.table_responsive tbody tr {
  display: block;
  margin-bottom: 1rem;
}

.table_responsive tbody tr:last-child {
  margin-bottom: 0;
}

.table_responsive td {
  display: block;
  padding: 0.317rem;
}

.table_responsive td[data-th]:before {
  display: inline;
  color: #222;
  content: attr(data-th) ": ";
  font-weight: 700;
}

.table_responsive.table_border {
  padding: 0.633rem;
  width: auto;
}

.table_responsive.table_border_rows tr:last-child td {
  border-bottom: 0;
}

.table_responsive.table_border_rows tr td:first-child,
.table_responsive.table_border_cells tr td:first-child {
  border-top: 0;
}

.table_responsive.table_border_cells td {
  border-left: 0;
}

@media only screen and (min-width: 480px) {
  .table_responsive {
    display: table;
  }

  .table_responsive caption {
    display: table-caption;
  }

  .table_responsive thead {
    display: table-header-group; 
  }

  .table_responsive tbody {
    display: table-row-group;
  }

  .table_responsive tbody tr {
    display: table-row;
  }

  .table_responsive th,
  .table_responsive td {
    display: table-cell;
    padding: 0.633rem;
  }

  .table_responsive td[data-th]:before {
    display: none;
  }

  .table_responsive.table_border {
    padding: 0;
    width: 100%;
  }

  .table_responsive.table_border_cells td {
    border-left: 1px solid #dedede;
  }

  .table_responsive.table_border_rows tr td:first-child,
  .table_responsive.table_border_cells tr td:first-child {
    border-top: 1px solid #dedede;
  }
}

/* Forms */

.box.box-primary {
    border-top-color: #c5b686;
}

.box {
    position: relative;
    border-radius: 0px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header .box-title, .box-header>.fa {
    display: inline-block;
    font-size: 20px;
    color: #3bcfcb;
    margin: 0;
    line-height: 1;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group h5 {
   margin: 20px 0 10px 0;
   padding-left: 0;
}

.form-group span {
    color: #ee6e73;
    padding: 0 5px;
}

.form-control {
    resize: none;
    border: 0;
    background-color: transparent !important;
    color: #c5b686;
    border-bottom: 1px solid rgba(128, 137, 142, 0.8);
    border-radius: 0 !important;
    padding: 0 15px;
    margin: 0 !important;
    height: 38px;
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    padding: 0 15px;
}

.form-control:focus {
    border-color: #3bcfcb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #5ed5d1;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #5ed5d1;
}

label {
    padding: 10px 0 10px 0;
}

.input-group {
    margin-bottom: 5px;
    padding-left: 15px;
}

.input-group input { 
    margin-right: 10px;
    width: 26px;
    text-align: center
}

input[type=checkbox], input[type=radio] {
    margin: 8px 0 8px;
}

.check-margin3 {
    margin-left: 3% !important;
}

.check-margin6 {
    margin-left: 6% !important;
}

.check-margin9 {
    margin-left: 9% !important;
}

input[type=text] {
    margin-right: 10px;
    margin-left: 10px;
    width: 50px;
    text-align: center;
}

/* MISC */

.btn{
    border: dotted 2px;
    margin-bottom: 10px;
    color: #3bcfcb;
    border-color: #3bcfcb;
    background-color: rgb(255, 255, 255);
}

.btn:hover {
    color: #c5b686;
    border-color:#c5b686;
    background: transparent;
}

.btn:hover a {
    color: #c5b686;
}

.btn-m {
    padding: 12px 0;
    min-width: 130px;}

.btn-sm{
    padding: 8px 0;
    min-width: 90px;
}

.btn-xs {
    padding: 3px 0;
    min-width: 67px;
}

.btn-box-tool{
    padding: 3px 10px;
    margin: 1px;
}

/* Card */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(161, 149, 110,.56);
    border-radius: .25rem;
}

.card img {
    object-fit: cover;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-full {
    width: 100%;
    height: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-img-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(20%);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    text-align: center;
}

/* Card Group */

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }  
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
        margin: 15px;
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
}

/* Footer */

footer {

}

footer .container {
  padding: 30px 15px;
  border-top: none;
}
  
/* Border */
#top,
#bottom,
#left,
#right {
    background: #fff;
    z-index: 1000
}

#left,
#right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 10px
}

#left {
    left: 0
}

#right {
    right: 0
}

#top,
#bottom {
    position: fixed;
    left: 0;
    right: 0;
    height: 10px
}

#top {
    top: 0
}

#bottom {
    bottom: 0
}
/* MEDIA QUERIES */
@media only screen and (min-width:769px) {
    .menu-container {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .menu-container {
        position: absolute;
    }
    .menu-button {
        top: 15px;
    }
    .alt-container {
        top: 47px;
    }
}

/* ADMIN STYLES */

/* Login */

.login-logo, .register-logo {
    color: #c5b686
}
.login-box-body, .register-box-body {
    color: #3bcfcb
}

.login-box-body button {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        margin-top: 90px;
    }
}

/* Admin Home */

.main-sidebar {
    z-index: 999;
}

.main-footer {
    margin-left: 0;
    color: #c5b686;
}