/** GENERAL **/
:root {
  --gray: rgba(128, 128, 128, 1);
  --ogray: rgba(128, 128, 128, .7);

  --blue: rgba(0, 159, 227, 1);
  --oblue: rgba(0, 159, 227, .7);

  --green: rgba(42, 178, 123, 1);
  --ogreen: rgba(42, 178, 123, .8);

  --red: rgba(220, 53, 69, 1);
  --ored: rgba(220, 53, 69, .8);

  --orange: rgba(238, 170, 87, 1);
  --oorange: rgba(238, 170, 87, .7)

  --bcg: #f5f5f5;

  --font: "Lato", sans-serif
}

body {
  font-family: var(--font);
  background: #f1f3fa;
}

.bcg-fff{
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
.control-label,
label,
.form-control {
  font-family: var(--font);
}

.w1180 {
  max-width: 1280px;
  margin: 0 auto;
}

.lft {
  text-align: left;
}

.rgt {
  text-align: right;
}

.np {
  padding-left: 0;
  padding-right: 0;
}

.cnt {
  text-align: center;
}

.clearfix {
  clear: both;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
}

/** END GENERAL */

/* HEADER */
.btn .btn-default .dropdown-toggle {
  border: none;
  background-color: rgb(255, 255, 255);
  outline: none;
}

.navbar {
  margin-bottom: 10px;
  position: fixed;
  width: 100%;
  top: 0;
}

.navbar-default {
  background-color: white;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
}

/** CONTACT **/
.h-con {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.pic-dka {
  width: 250px;
  display: block;
  margin: 20px auto;
}

.p-con {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 2px;
}

.a-con,
.a-con:active,
.a-con:focus,
.a-con:visited {
  text-decoration: none;
  color: var(--blue);
  transition: all .12s ease-in;
  -webkit-transition: all .12s ease-in;
  -moz-transition: all .12s ease-in;
  -ms-transition: all .12s ease-in;
  -o-transition: all .12s ease-in;
}

.a-con:hover{
  color: var(--oblue);
  text-decoration: none;
}

.row-mb {
  margin-bottom: 40px;
}

/** Admin Login **/
.bcg-l {
  background-image: url(https://images.unsplash.com/photo-1499750310107-5fef28a66643?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=e23e6404f851a9c272479500cfac3dd5&auto=format&fit=crop&w=1350&q=80);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.rowzero {
  margin-top: 0;
}

.bcg-white {
  background-color: #fff;
}

.admin-form {
  margin-top: 250px;
}

.col-4 {
  float: left;
  width: 40%;
  margin: 0 auto;
  padding: 0 20px;
}

.col-6 {
  float: left;
  width: 60%;
}

.logo-l {
  width: 250px;
  margin-bottom: 20px;
}

.control-label {
  font-weight: 400;
}

.form-control {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .col-6 {
    display: none;
  }

  .col-4 {
    width: 100%;
    padding: 0 20px;
  }

  .admin-form {
    margin-top: 120px;
  }
}

/** END LOGIN ADMIN **/
/*rgba(0, 159, 227, 1) 009FE3 */
.a-h,
.a-h:focus,
.a-h:active,
.a-h:visited {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0 0 20px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
}

.a-h:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.img-logout {
  width: 18px;
  margin-right: 2px;
}

/* ADMIN */
.bcg-top {
  margin-top: 120px;
}

.a-admin,
.a-admin:focus,
.a-admin:active,
.a-admin:visited {
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  text-decoration: none;
}

.a-admin:hover {
  text-decoration: none;
  color: rgba(128, 128, 128, 0.7);
}

.p-admin {
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
}

.btn-add-new,
.btn-add-new:focus,
.btn-add-new:active,
.btn-add-new:visited {
  background-color: var(--blue);
  color: #fff;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
}

.btn-add-new:hover {
  background-color: var(--oblue);
  text-decoration: none;
}

.btn-red,
.btn-red:focus,
.btn-red:active,
.btn-red:visited  {
  background-color: var(--red);
  color: #fff;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
  border: none;
}

.btn-red:hover {
  background-color: var(--ored);
  text-decoration: none;
}

.p-delete {
  font-size: 16px;
  font-weight: 400;
}

.p-delb {
  margin-bottom: 20px;
}


.pic-add {
  width: 12px;
  margin-right: 10px;
}

/* Admin Content */
.bcg-mt {
  margin-top: 30px;
  padding-bottom: 100px;
}

.bcg-white {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.content-pad {
  padding: 20px;
}

.btn-filtr,
.btn-filtr:focus,
.btn-filtr:active,
.btn-filtr:visited {
  background-color: #f1f3fa;
  color: var(--gray);
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
}

.btn-filtr:hover {
  background-color: var(--blue);
  color: #fff;
  text-decoration: none;
}

.active-filtr {
  color: #fff;
  background-color: var(--blue);
}

.btn-table,
.btn-table:focus,
.btn-table:active,
.btn-table:visited {
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn-table:hover {
  background-color: var(--oblue);
  text-decoration: none;
  color: #fff;
}

/*search engine*/
#input {
  background-image: url("");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 50%;
  font-size: 12px;
  padding: 12px 20px 12px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  float: right;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  height: 45px;
}

#input:focus {
  outline: none;
}

#input {
  border-collapse: collapse;
  width: 60%;
  border: 1px solid #ddd;
  font-size: 12px;
}

.in-szuk {
  margin-top: 5px;
}

#input th,
#input td {
  text-align: left;
  padding: 8px;
}

#input tr {
  border-bottom: 1px solid #ddd;
}

#input tr.header,
#input tr:hover {
  background-color: #f1f1f1;
  clear: both;
}

/*END search engine*/

.pic-view {
  width: 16px;
  margin-right: 10px;
}

/* FOOTER CONTENT */
.footer-content {
  margin-top: 40px;

  text-align: center;
}

.a-af {
  display: block;
}

/** INCLUDE COPYWRITE **/

.a-copy,
.a-copy:focus,
.a-copy:active,
.a-copy:visited {
  color: var(--gray);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
}

.a-copy:hover {
  color: var(--blue);
  text-decoration: none;
}

.p-copy {
  font-size: 13px;
}

/* style*/
.w-reg {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.img-cancel {
  height: 12px;
  margin-top: -3px;
  margin-right: 5px;
}

.img-register {
  height: 22px;
  margin-left: 5px;
  margin-top: -3px;
}

.btn-add-reg,
.btn-add-reg:visited,
.btn-add-reg:active,
.btn-add-reg:focus {
  background-color: var(--green);
  border-color: var(--green);
  width: 120px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.p-reg {
  display: inline-block;
  margin: 0 0 0 2px;
  padding: 0;
  color: var(--gray);
  font-size: 15px;
  font-weight: 500;
}

.btn-add-reg:hover {
  background-color: var(--green);
  border-color: var(--green);
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.btn-cancel-reg,
.btn-cancel-reg:visited,
.btn-cancel-reg:active,
.btn-cancel-reg:focus {
  width: 120px;
}

.btn-cancel-reg:hover {
  opacity: 0.9;
}

.register_legend li {
  font-size: 12px;
}

.btny-reg {
  text-align: center;
  padding: 20px 0px;
}

/** EDIT ADMIN **/
.a-back,
.a-back:focus,
.a-back:active,
.a-back:visited {
  color: #fff;
  text-decoration: none;
  background-color: var(--red);
  padding: 5px 40px;
  font-size: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.a-back:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--ored);
}

.p-show {
  display: inline-block;
  margin: 0 0 0 2px;
  padding: 0;
  color: var(--gray);
  font-size: 15px;
  font-weight: 500;
}

/* Edit Content */
.data-client {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 5px;
  font-weight: 500;
}

.blue {
  color: var(--blue);
  font-weight: 500;
  margin-left: 10px;
}

.green {
  color: var(--green);
  font-weight: 500;
  margin-left: 10px;
}

.ul-f {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-title {
  width: 40px;
}

.bcg-dark {
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.p-showf {
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.p-show {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}

.btn-edit,
.btn-edit:focus,
.btn-edit:active,
.btn-edit:visited {
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 40px !important;
}

.btn-edit:hover {
  background-color:var(--oblue);
  text-decoration: none;
}

.t-head {
  background-color: #fff;
}

.tab-cf,
.tab-mw,
.tab-eeoeop {
  display: none;
}

/* ADMIN EDIT */
.left-b {
  border-left: 2px solid #fff;
}

.p-edit {
  color: var(--gray);
  margin-top: 20px;
}

span.bold {
  font-weight: 700;
}

.edit-mt {
  margin-top: 40px;
}

.l-green {
  color: var(--gren);
  font-weight: 700;
  font-size: 15px;
}

.l-red {
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
}

.l-gray {
  color: var(--ogray);
  font-weight: 700;
  font-size: 15px;
}

.l-lightgray {
  color: var(--gray);
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  display: block;
}

.btn-savechange,
.btn-savechange:active,
.btn-savechange:focus,
.btn-savechange:visited {
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
}

.btn-savechange:hover {
  background-color: var(--ogreen);
  color: #fff;
  text-decoration: none;
}

.comment-box {
  height: 150px !important;
}

.l-mb {
  display: block;
}

input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
input[type="checkbox"] + label {
  display: block;
}

/** EDIT collapse **/
/** User edit
 **/
 .bcg-uedit {
  /* background-color: var(--bcg); */
  border-radius: 10px ;
  padding: 20px;
  -webkit-border-radius: 10px ;
  -moz-border-radius: 10px ;
  -ms-border-radius: 10px ;
  -o-border-radius: 10px ;
}

label.l-green.l-m {
  margin-top: 10px;
}

.btn-e,
.btn-e:focus,
.btn-e:active,
.btn-e:visited {
  color: var(--red); 
  font-size: 14px;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  border-radius: 10px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 10;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}

.btn-e:hover {
  color: var(--ored);
  text-decoration: none;
}

a.btn.btn-primary,
a.btn.btn-primary:visited,
a.btn.btn-primary:active,
a.btn.btn-primary:focus {
  border: none;
  text-decoration: none;
  margin-top: 10px;
  background-color: var(--blue);
  transition: all .12s ease-in;
  -webkit-transition: all .12s ease-in;
  -moz-transition: all .12s ease-in;
  -ms-transition: all .12s ease-in;
  -o-transition: all .12s ease-in;
}

a.btn.btn-primary:hover {
  background-color: var(--oblue);
  text-decoration: none;
}

.pic-eu {
  margin-left: 10px;
}

.form-ue {
  width: 80%;
  margin: 0 auto;
}

/** CASE SHOW **/
.bcg-red {
  background-color: var(--red);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px;
  color: #fff;
}

.bcg-green {
  background-color: var(--green);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px;
  color: #fff;
}

.p-cs {
  font-weight: 200;
  color: #fff;
  display: inline;
}

.cs-fs {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-mb {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .bcg-green {
    margin-top: 20px;
  }
}

.th.td-ref {
  width: 30px!important;
}

td.td-name {
  width: 350px !important;
}

#myTable .high-tr:hover {
  background-color:  #F6F6F6;
}

.hzero {
  max-height: 0!important;
}

td.t-pn {
  padding: 0;
}

.dis-none {
  display: none;
}

.box-check {
  display: block;
  padding: 20px;
}

.c-margin {
  margin: 0 auto;
}
/* td.td-ref {
  width: 80px;
}

td.td-email {
  width: 350px !important;
} */
