﻿body {
    background: #F2F6FE;
}

a {
    color: #324168;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.btn-primary {
    color: #324168;
    background-color: #FBFBFB;
    border-color: #DDDFE1;
}

.g-recaptcha iframe {
    width: 100%;
}
.g-recaptcha > div {
    width: 100% !important;
    margin: 0 auto !important;
}
.modal-header,
.modal-footer {
    display: block;
}

.margin-5 {
    margin: 5px;
}

.btn-accept {
    background-color: #3bea35 !important;
    border-radius: 100%;
    color: white;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    font-size: 18px;
}

.btn-decline {
    background-color: #f44242;
    border-radius: 100%;
    color: white;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
}

.navbar {
    padding: 10px;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    background-color: #506ea0;
}

.card {
    cursor: pointer;
    margin: 5px;
    width: 500px;
    height: 750px;
    border-radius: 10px;
    background-color: #d64a9e;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 5px 5px 10px 2px rgba(56, 55, 56, 1);
    transition: box-shadow 0.2s;
}

.card:hover {
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 5px 5px 10px 7px rgba(56, 55, 56, 1);
}

.card:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login {
    position: absolute;
    border-radius: 10px;
    width: 70%;
    max-width:320px;
    padding: 10px;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    background-color: #fff;
    top: 25%;
    left: 40%;
}

@media only screen and (max-width: 600px) {
    .login {
        position: absolute;
        border-radius: 10px;
        width: 80%;
        max-width: 320px;
        padding: 10px;
        -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
        -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
        box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
        background-color: #506ea0;
        top: 25%;
        left: 10%;
    }
}

.main_img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 70%;
    z-index: -1;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}

.blue {
    background: #b3f0ff !important;
}

.yellow {
    background: #ffff00 !important;
}

.dropdown-item:hover {
    background-color: #5e6166;
}

.dropdown-menu {
    background-color: #506ea0;
}

.royal_blue {
    background-color: #f9f9f9;
}

/*
.sh_table{
    border-bottom: 0 !important;
}

.sh_table .th-table{
    background-color:#506ea0;
        border-bottom: 0 !important;
}

.sh_table tbody:before {
  
    line-height:1em;
    content:".";
    color:transparent; 
    display:block;
}


.sh_table tr:last-child td:last-child {
    border-radius:0px 0px 0px 20px;
    border-collapse: collapse;
}

.sh_table tr:last-child td:first-child {
    border-radius:0px 0px 20px 0px;
    border-collapse: collapse;
}

.sh_table tr th:last-child {
    border-radius:20px 0px 0px 0px;
    border-collapse: collapse;
}

.sh_table tr th:first-child {
    border-radius:0px 20px 0px 0px;
    border-collapse: collapse;
}

.paginate_button{
    border-radius:20px !important;
}

.dataTables_length label, .dataTables_info{
    color: white !important;
}*/

input[type="checkbox"].ios8-switch {
    position: absolute;
    visibility: hidden;
    margin: 8px 0 0 16px;
}
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2em;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #55d069;
}

.dropdown-menu {
    border-radius: 10px;
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
}

.dropdown-item {
    transition: 0.3s;
}

.dropdown-item:hover {
    -webkit-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: 14px 15px 67px -4px rgba(56, 55, 56, 1);
    box-shadow: 4px 10px 17px -4px rgba(56, 55, 56, 1);
}

.custom-combobox {
    position: relative;
    left: 3%;
    width: 85%;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin-left: 0px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    border-left: none;
}
.ui-widget {
    background: white;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-button {
    margin-right: 0;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-menu {
    width: 20%;
}

.ui-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.scroll-y {
    height: 500px;
    overflow-y: scroll;
}

.alternativeInput {
    width: 40%;
}

#eye {
    position: absolute;
    top: 50%;
    left: 15%;
}

@media screen and (max-width: 1200px) {
}

#logo {
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    width: 80%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
#logo:hover {
    cursor: pointer;
}

.modalWait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalWait {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalWait {
    display: block;
}

.ui-autocomplete { 
            cursor:pointer; 
            height:120px; 
            overflow-y:scroll;
        }


/*
 @media screen and (max-width: 990px) {

  .form-group, .form-control{
      font-size:12px;
  }

  .h1{
      font-size: 1.5rem;
  }
  .col-1{
      max-width:9.333333%;
  }
  .col-3{
      max-width:24%;
  }
}

@media screen and (max-width: 768px) {

  .form-group, .form-control{
      font-size:6px;
  }

  .h1{
      font-size: 1em;
  }
  .col-1{
      max-width:8.333333%;
  }
  .col-3{
      max-width:24%;
  }
}

#weight_wrapper {
  position: relative;
  width:50%;
}

    */
