@font-face {
  font-family: "open-sans";
  src: url("../font/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "open-sans";
  src: url("../font/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "open-sans";
  src: url("../font/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}

body {
  font-family: "open-sans", sans-serif;
}
.login-box {
  background: #fff;
  padding: 20px;
  margin-top: 120px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}
.login-box h2 {
  color: #343c52;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
.login-box img {
  width: 200px;
  display: block;

  margin: 5px 0 15px;
}
.login-box form {
}
.login-box form label {
  color: #94add8;
}

.admin_name {
  padding: 5px 10px !important;
  background: #e53935;
  margin: 10px 0;
  color: white !important;
  border-radius: 3px;
}
.admin_name:hover {
  background: #d32f2f !important;
}

.blog-title h1 {
  margin: 5px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.post-category label {
  display: inline-block;
  font-weight: normal;
  margin-right: 1px;
  background: #fff;
  padding: 0 5px;
  border: 1px solid #aaa;
}
.post-category label:first-child {
  font-weight: bold;
  background: none;
  border: none;
}
.post-category input {
  margin-right: 5px;
}
.blog-post-main {
  background: #eaeaea;
  padding: 15px;
  border-radius: 5px;
}
.blog-post-side {
  background: #eaeaea;
  padding: 15px;
  border-radius: 5px;
}

.admin-heading h1 {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.form-submit {
  margin-bottom: 30px;
}
.admin-setting-form {
  margin-bottom: 20px;
}
.admin-setting-form h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
}
.image-holder {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.admin-setting-form img {
  width: 100px;
}
.admin-setting-form input {
  margin-bottom: 10px;
}
.social-main {
  margin-bottom: 20px;
}
.round-social {
  height: 74px;
  width: 74px;
  margin: 10px auto;
  background: #02bf69;
  border-radius: 37px;
  text-align: center;
}
.round-social i {
  font-size: 30px;
  padding: 22px;
}
.btn-margin button {
  margin-left: 10px;
}

.admin-table {
  margin-bottom: 30px;
}
.slider-table-title {
}
.slider-table-title img {
  width: 50px;
  display: inline;
}
.slider-table-title p {
  display: inline;
  margin-left: 10px;
}
.admin-image img {
  width: 100%;
}
textarea {
  resize: none;
}

.create-top-form input {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  outline: none;
}
.create-top-form input:focus {
  border: 1px solid #222;
}
.create-top-form button {
  padding: 0 12px;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  right: -50px;
}
.event-poster img {
  width: 100%;
}
.event-poster input {
  margin-top: 10px;
}
.side-event-admin p {
  margin: 0;
  font-weight: 700;
}
.parent-service {
  margin-bottom: 30px;
}

/*.login_jumbo{*/
/*margin-top:50px;*/
/*background: #eaeaea;*/
/*border:1px solid transparent;*/
/*border-radius:10px;*/
/*padding:30px;*/
/*}*/

/*.login_left img{*/
/*width:200px;*/
/*}*/
/*.login_left h2{*/
/*margin: 5px 0;*/
/*font-weight: 400;*/
/*}*/

/*.login_right h3{*/
/*font-size: 28px;*/
/*font-weight: 700;*/
/*margin-bottom: 20px*/
/*}*/

.vendor_th {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #e8f5e9;
  font-weight: 700;
}
.vendor_th div {
  border-right: 1px solid #a5d6a7;
}
.vendor_th div:last-child {
  border: none;
}
.vendor_td {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #fafafa;
  font-weight: 400;
}
.vendor_td div {
  border-right: 1px solid #eaeaea;
}
.vendor_td div:last-child {
  border-right: none;
}
.vendor_td button,
.vendor_td a {
  padding: 0px 12px;
  border-radius: 0;
}
/*.admin_user_logo img{*/
/*width:100px;*/
/*}*/
/*.admin_detail_parent{*/
/*margin-bottom: 30px;*/
/*}*/
/*.background_image_event{*/
/*margin: 20px 0;*/
/*}*/
/*.background_image_event img{*/
/*width: 100%;*/
/*}*/
/*.event_form h4{*/
/*color: #E53935;*/
/*font-weight:700;*/
/*font-size:18px;*/
/*}*/
/*.orgLogo img,.technicalLogo img,.mediaLogo img{*/
/*width:100px;*/
/*margin-top:20px;*/
/*}*/
/*.event_form input{*/

/*}*/
/*.event_list_btn{*/
/*margin-top: -52px;*/
/*}*/
/*.event_list .vendor_th{*/
/*background: #EF5350;*/
/*color:white;*/
/*}*/
/*.event_list .vendor_td{*/
/*background: #E8F5E9;*/
/*}*/

.table-create-menu th {
  font-size: 14px;
}
.table-create-menu input,
select {
  font-size: 14px;
  padding: 0 0 0 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
}
.table-create-menu input:focus,
.table-create-menu select:focus {
  border: 1px solid #444;
}
.msg-nav {
  padding: 12px !important;
}
.msg-nav i {
  font-size: 25px;
}
.msg-nav span {
  position: absolute;
  background: #e53935;
  color: white;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  right: 8px;
  top: 5px;
}

/*album css*/
.album-list-parent {
  margin-bottom: 30px;
}
.album-list-parent > div {
  overflow: hidden;
  height: 250px;
  border: 10px solid #eaeaea;
  position: relative;
}
.album-list-parent > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-absolute {
  position: absolute;
  top: 10px;
  right: 10px;
}
.button-absolute a {
  color: #444;
  background: #eaeaea;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.button-absolute a:hover {
  background: #ccc;
}
.button-absolute a i {
  line-height: 25px;
}
.title-absolute {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: #eaeaea;
}
.title-absolute h3 {
  margin: 5px;
  font-size: 18px;
  font-weight: 700;
}
.sender-title h1 {
  font-weight: 700;
  font-size: 17px;
  color: #6b8ac3;
  margin: 0 0 10px;
  background: #eaeaea;
  padding: 8px 15px;
}
.msg-body {
}
.chat {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3a9a9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
  color: #666;
}

.chat li.right p {
  text-align: left;
}
.chat li.left .chat-img {
  margin-right: 15px;
}
.chat li.right .chat-img {
  margin-left: 15px;
}
.msg-body {
  font-family: "Open-sans", sans-serif;
}
.text-muted span {
  margin-right: 5px;
}
.header strong {
  color: #58b33e;
}
.msg-body .panel-body {
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.sender-title h1 {
  font-weight: 700;
  font-size: 17px;
  color: #6b8ac3;
  margin: 0 0 10px;
  background: #eaeaea;
  padding: 8px 15px;
  font-family: "Open-sans", sans-serif;
}
.sender-title h1 span {
  font-size: 10px;
  margin: 0 5px;
  color: white;
  width: 15px;
  height: 15px;
  background: #6b8ac3;
  border-radius: 8px;
  padding: 2px;
  text-align: center;
}
.unread {
  background: #eee;
}

.audio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.audio-list li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.audio-list li:last-child {
  border-bottom: none;
}
.audio-list li p {
  font-size: 16px;
  font-weight: 700;
  color: #e53935;
}
audio {
  width: 100% !important;
}
.upload_photos {
  background: #eaeaea;
  padding: 40px;
  margin-bottom: 20px;
}
.inputfile + label {
  cursor: pointer;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.uploaded-photos {
  margin-bottom: 20px;
  position: relative;
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
}
.uploaded-photos div {
  height: 140px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.uploaded-photos div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uploaded-photos button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.uploaded-photos input {
  margin-top: 10px;
}

.album-sidebar {
  background: #eaeaea;
  padding: 15px 20px;
  border-radius: 5px;
}
.album-sidebar h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}
.album-sidebar p {
}
.album-sidebar p strong {
  display: block;
}
.button-div {
  margin-bottom: 20px;
}
.edit-image img {
  width: 100%;
}
.edit-image {
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.edit-image label {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.album-image-form {
  margin-bottom: 0;
}
.image-list-parent > div {
  border: 10px solid #222;
}
.image-list-parent .title-absolute {
  background: #222;
  color: white;
  bottom: 0;
}
.image-list-parent .title-absolute h3 {
  font-size: 15px;
}
.album-sidebar {
  margin-bottom: 30px;
}
.sidebar-album {
  background: #eaeaea;
  padding: 15px;
  display: block;
  border-radius: 5px;
}
.sidebar-album > div {
  height: 200px;
  overflow: hidden;
}
.sidebar-album > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-sidebar-list {
  margin-bottom: 30px;
}
.album-sidebar-list h3 {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.album-parent {
  margin-bottom: 20px;
}
.album-parent > div {
  height: 160px;
}
.featured-album-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffe423;
  font-size: 25px;
}
.featured-album-badge i {
}

.st-message {
  text-align: center;
  color: white;
  font-weight: bold;

  font-size: 16px;
}
.st-message h1 {
  font-size: 17px;
  padding: 5px 0;
  margin: 0;
}
.st-primary {
  background: #1976d2;
}
.st-success {
  background: #2e7d32;
}
.st-warning {
  background: #e53935;
}
.st-pending {
  background: #e65100;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.inbox-sidelist {
  padding: 0;
  list-style: none;
}
.inbox-sidelist li {
}
.inbox-sidelist a {
  padding: 7px 20px;
  display: block;
  background: #eaeaea;
  margin-bottom: 10px;
  text-decoration: none;
  color: #444;
}
.inbox-sidelist li.active a {
  background: #444;
  color: white;
}
.inbox-sidelist a:hover {
  background: #ddd;
}
.message-body {
  background: #ddd;
  padding: 20px;
}
.message-body h3 {
  margin: 0 -20px;
  background: #444;
  color: white;
  padding: 5px 20px;
  font-size: 19px;
}
.message-body p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.admin-dash-summary {
  background: #eaeaea;
  padding: 10px 20px;
  color: white;
}

.admin-dash-summary p {
  font-size: 37px;
  font-weight: 700;
}
.bluish {
  background: #01579b;
}
.yellowish {
  background: #e65100;
}
.greenish {
  background: #1b5e20;
}
.redish {
  background: #e53935;
}
.dashboard-info-sec {
}
.dashboard-info-sec h3 {
  font-size: 19px;
  font-weight: 700;
  color: #444;
}
.dashboard-info-sec ul {
}
.dashboard-info-sec ul li {
  margin-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
}
.dashboard-info-sec ul li a {
  font-weight: 700;
}
.dashboard-info-sec ul li a span {
}
.side-list-help {
  background: #0277bd;
  padding: 20px;
}
.side-list-help li a {
  color: white;
  font-weight: 700;
  display: block;
  margin: 8px 0;
}
.aside-tour h3 {
  font-size: 19px;
  font-weight: 700;
  color: #444;
}
.mailbox-messages td b {
  color: #58b33e;
}
.mailbox-name a {
  font-weight: 700;
}
.mailbox-messages table {
  font-size: 15px;
}
.label-invisible {
  display: block;
  visibility: hidden;
}
.post-category .head {
  display: block;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.mega-dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #444;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  padding-bottom: 15px;
  padding-top: 15px;
}
.member-info h4 {
  font-weight: 700;
  color: #04293f;
  text-transform: uppercase;
}
.member-basic-info h3 {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #04293f;
}
.member-basic-info a {
  display: block;
  padding: 2px;
  margin: 5px 0;
}
.member-note {
  background: #fff4e5;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 10px 0;
}
.none {
  display: none;
}
.note-form textarea {
  margin-bottom: 5px;
}
.mbr-detail-table {
  position: relative;
}
.member-edit {
  padding: 0 !important;
  display: inline-block !important;
  position: absolute;
  top: 15px;
  left: -45px;
  font-size: 12px;
}
.edit-form input {
  height: auto;
  padding: 2px 5px;
  margin: 0 0 10px;
  font-size: 13px;
}
.edit-form button {
  padding: 2px;
  font-size: 12px;
}
.member-basic-info {
  border-right: 1px solid #eaeaea;
}
.profile-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 5px solid #ccc;
  position: relative;
}
.profile-image img {
  width: 100%;
}
.profile-thumb{
    width: 48px;
    height: 48px;
    padding: 5px 5px;
    border-radius: 15px;
}

.footer p {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.member-note h4 {
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.member-image-overlay {
  opacity: 0;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}
.profile-image:hover .member-image-overlay {
  opacity: 1;
  top: 0;
}
.member-image-overlay form {
  position: relative;
}
.member-image-overlay label {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.member-image-overlay label i {
  line-height: 30px;
}
.file-style i {
    font-size: 6rem;
    margin-bottom: 0.6rem;
	text-align: center;
}
.hide_input{
  display:none;
}
.image-select-label{
  cursor:pointer;
  display:block;
  margin-bottom:30px;
  height:150px;
  overflow:hidden;
}
.image-select-label img{
  width:100%;
  border:3px solid transparent;
  height:100%;
  object-fit:contain;
}
.hide_input:checked ~ img{
  border:3px solid dodgerblue;
}
.post-sec-ul{
    margin:0;
    padding:0;
}
.post-sec-ul li{
    display:inline-block;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
    padding: 0.3rem;
}
.image-review{
  position:relative;
  height:250px;
  overflow:hidden;
  background:#fafafa;
  padding:1rem;
}
.image-review img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.delete-image{
  position: absolute;
  bottom:10px;
  right:10px;
}
.table.fixed-th th{
  width:30%;
}

.custom_checkbox{
	width: 10%;
	
}