@import url('https://fonts.googleapis.com/css?family=Lato|PT+Sans+Caption');

@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

@-ms-viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
        margin-left: 15px !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media screen { 
#rc-imageselect, .g-recaptcha {
	transform:scale(0.75);
	-webkit-transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin: 0 auto;
	} 
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .no-small-table table, .no-small-table thead, .no-small-table tbody, .no-small-table th, .no-small-table td, .no-small-table tr {
        display: block;
    }

    .no-small-table tr { border: 1px solid #ccc; }

    .no-small-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    .no-small-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    padding-top: 60px;
    padding-right: 0 !important;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT+Sans+Caption", sans-serif;
    font-weight: 300;
}

.main-padding {
    padding-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    margin-left: 10px !important;
}

.navbar-right {
    margin-right: 0px;
}
.navbar-left {
    margin-left: 15px;
}

.g-recaptcha {
	margin: 0 auto;
    width: 230px;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}

.dropdown-menu {
    z-index: 9000;
}

hr {
    border-color: black;
    background-color: black;
}

.form-control {
    border-radius: 10px;
}

.custom-search {
    margin-left: 0 !important;

}

.wrapper {
    text-align: center;
}

/* The alert message box */
.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    z-index: 9999;
}
/* end here */

.alert-info {
    background-color: #5bc0de; /* Blue */
}

.alert-success {
    background-color: #5cb85c; /* Green */
}

.alert-warning {
    background-color: #f0ad4e; /* Orange */
}

.alert-error {
    background-color: #f44336; /* Red */
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
/* end here */

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
/* end here */

/* user profile tabs */
.tab {
    height: 100%;
    width: auto;
    position: fixed;
    top: 100px;
    left: 20px;
    overflow-x: hidden;
    padding-top: 20px;
}

.tab button { /* Style the buttons that are used to open the tab content */
    display: block;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
/* end here */

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 122px;
    width: 100%;
    height: auto;
}
/* end here */

/* user's profile info */
.bd-callout-info {
    border-left-color: #5bc0de !important;
    overflow: auto;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    min-width: 200px;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.user-photo-style {
    margin-right:15px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.user-photo-style-table {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.user-photo-style-dropdown {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.table-custom-format {
    width: calc(100% + 30px); /* black magic */
    padding: 0 0;
    margin-left: -15px;
}

.table-linkable tr:hover {
    background-color: #c9e9fe !important;
}

.user-info-style {
    margin:0 auto;
}

.user-social-style {
    float:right;
}
/* end here */

/* dropzone */
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #F3F4F5;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* end here */

/* left menu style */
.left-menu {
    width: 210px !important;
}

.navbar-custom {
    background-color: transparent;
    border-color: transparent;
}
/* left menu style end here */

.custom-radio-buttons ul, .custom-radio-buttons li {
    display: inline !important;
}

.custom-well {
    background-color: white;
    min-height: 500px;
    box-sizing: border-box !important;
}

.transparent-well {
    background-color: transparent;
}

.border-null {
    border-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-custom {
    color: #fff;
    background-color: #4d4d4d;
    border-radius: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -1px;
}

.footer-copyright {
    min-height: 20px;
}

.container {
    width: 113%;
    margin-left: -10px;
}

ul {
    list-style-type: none;
}

label {
    font-weight: normal;
}

.vertical-line {
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.rubber-text {
    font-size: 2vmin;
}

@media screen and (min-width: 2048px) {
  .rubber-text {
     font-size: 26px;
  }
}

.ajs-message.ajs-info {
    background-color: #5bc0de; /* Blue */
}

input:read-only {
    background-color: #f9f9f9;  /* Very light gray */
}

#croppie-rotate-photo-left, #croppie-rotate-photo-right, #crop_photo_reset {
    display: none;
}

.table-container ul.pagination {
    overflow: auto;
    margin: auto;
    padding: 10px;
    border: 1px solid rgba(107, 107, 107, 0.12);
    list-style: none;
}

.table-container ul.pagination > li > a {
    text-decoration: none;
    font-weight: bold;
    border: none;
    background-color: #f5f5f5;
}

.table-container ul.pagination > li > span {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    background-color: white;
}

.table-container ul.pagination li {
    float: left;
    line-height: 32px;
    margin-left: 10px;
}
.table-container ul.pagination li:first-child {
    margin-left: 0;
}

.table-container ul.pagination li.cardinality {
    float: right;
    color: #8d8d8d;
}

.info-template {
    text-align: center;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 34px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    background: #428BCA;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 34px;
    height: 34px;
    background: #428BCA;
    cursor: pointer;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    max-width: 177px;
}

.notes {

}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

/* #paymentTable */
table.line-break th {
  padding-left: 5px !important;
  padding-right: 5px !important;
  word-wrap: break-word;
}

table.line-break td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  word-wrap: break-word;
}

.mob-logo {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .pc-logo{
        display: none;
    }
    .mob-logo{
        display: initial;
    }
}
