/* Miligram overrides */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-width: 1160px;
  overflow-x: auto;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #363637;
}

a {
  color:#2f85ae;
  -webkit-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active  {
  color:#2a6496;
  -webkit-transition:all 0.2s easeout;
  transition:all 0.2s ease-out;
}

.side-nav a,
.top-nav-links a,
th a,
.actions a {
  color: #606c76;
}

.side-nav a:hover,
.side-nav a:focus,
.actions a:hover,
.actions a:focus {
  color:#2f85ae;
}

/* Utility */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Main */
body {
  background: #f5f7fa;
}
.content {
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  /* Thanks Stripe */
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
      0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
section.content {
font-size: 15px;
/*text-transform:capitalize;*/
  display:contents;
}
section.content.no-padding {
  height: auto !important;
}
label, legend {
  font-size: 15px !important;
}

.actions a {
  font-weight: bold;
  padding: 0 0.4rem;
}
th {
  white-space: nowrap;
}

/* Nav bar */
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 112rem;
  padding: 2rem;
  margin: 0 auto 2rem;
}
.top-nav-title a {
  font-size: 2.4rem;
  color: #d33c43;
}
.top-nav-title span {
  color: #404041;
}
.top-nav-links a {
  margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
  font-weight: bold;
}

.side-nav-item {
  display: block;
  padding: 0.5rem 0;
}

/* View action */
.view.content .text {
  margin-top: 1.2rem;
}
.related {
  margin-top: 2rem;
}

/* Flash messages */
.message {
  padding: 1rem;

  background: #eff8ff;
  color: #2779bd;

  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.message.hidden {
  display: none;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
  margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
  margin: 0;
}
.input.radio label,
.input.checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
  margin-right: 1.0rem;
}
.input.radio label:first-of-type {
  margin-bottom: 2.0rem;
}

/* Paginator */
.textright,
.paginator {
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.pagination li {
  margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}
button[disabled],
button[disabled]:focus,
button[disabled]:active,
button[disabled]:hover {
  background: rgb(35, 91, 132);
  border:1px solid rgb(35, 91, 132);
  /*padding:initial;*/
}
.asc:after {
  content: " \2193";
}
.desc:after {
  content: " \2191";
}

/* Error */
.error-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
.account {
  margin: 10% auto 0px;
  max-width: 205px;
  font-weight: 400;
}
.account-menu {
  margin: 0px !important;
}
.account input {
  width:200px;
  height: 40px;
  border:none;
  background-color: #737373;
  color:#fff;
  font-size: 19px;
  font-weight: 100;
  padding: 2px 10px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.account input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  filter: alpha(opacity=1);
  opacity: 1; /* Firefox */
  font-weight: 100;
}

.account input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 100;
}

.account input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight: 100;
}

.account a {
  float: right;
  color:#000;
}

.navbar-nav>.account-menu>.dropdown-menu {   
  padding: 0px 0px 0px 0px;  
}
.navbar-nav>.account-menu{
  margin-bottom: 0px !important; 
}
.navbar-nav > li > a {
  padding: 2px 20px 0px 0px !important;
}

.main-header > .navbar {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 200px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

.main-sidebar, .left-side {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0px;
  min-height: 100%;
  width: 200px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
  background-color: #444 !important;
}
.header-main-sidebar {
  height:57px;
  background-color: #EECA5A !important;
}
/*
* Skin: Blue
* ----------
*/
.skin-blue .main-header {
  box-shadow: 6px 6px 10px #444;
}

.skin-blue .main-header .navbar {
  background-color: #ecf0f5;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #000;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #444;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #EECA5A;
  color: #fff;
}
@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #EECA5A;
  }
}
.skin-blue .main-header .logo {
  background-color: #EECA5A;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  width:200px !important;
}
.skin-blue .main-header .logo:hover {
  background-color: #EECA5A;
}
.skin-blue .main-header li.account-header {
  background-color: #EECA5A;
}
.skin-blue .content-header {
  background: transparent;
}

.skin-blue .account-panel > .info,
.skin-blue .account-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  /*border-left-color: #3c8dbc;*/
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-blue .sidebar a {
  color: #b8c7ce;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #EECA5A;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #EECA5A;
}
@media only screen and (max-width : 1024px) {
  .view-activity .multiselect{width:265px !important;}
  .saff_button-possition input {  margin-top: 4px;}
  .sucess_measument{margin-left: 0px;}
  .btn {margin-bottom: 3px;}
  .breadcrumb .btn{margin-bottom: 5px;}
  a.btn.btn-flat.btn-default {margin-top: 0px;}
  .sidebar-open .main-sidebar, .sidebar-open .left-side {transform: translate(0, 0);}
  div.success {max-width: 96%;}
  a.btn.btn-flat.btn-default.member_attendance { margin-top: 0px; }
}
@media screen and (max-width: 640px) {
  .top-nav {
      margin: 0 auto;
  }
  .side-nav {
      margin-bottom: 1rem;
  }
  .heading {
      margin-bottom: 1rem;
  }
  .side-nav-item {
      display: inline;
      margin: 0 1.5rem 0 0;
  }
  .asc:after {
      content: " \2192";
  }
  .desc:after {
      content: " \2190";
  }
}
.image-small{
  max-height:50px;
}
.image-medium{
  max-height:200px;
}

.left{
  float: left;
}
.right{
  float: right;
}

th.right{
  text-align: right !important;
  float:inherit !important;
}

.oculto {
  display: none;
}

.btnnotes {
  background-color:#fff;
  color: rgb(78, 94, 106);
  border: solid 1px #dedede;
  border-radius: 10px;
}

.btnnotesfixed {
  background-color:#ff0000;
  color:#fff;
  border:none;
}

.profile-select .image {
  background-size: cover;
  width:28px;
  height:28px;
  border: solid 1px #ccc;
  border-radius: 5px;
  display:inline-block;
}

.image_cover {
  background-size: cover;
  width:40px;
  height:40px;
  border:solid 1px #4E5E6A;
  display: inline-block;
}

.navbar-nav > li > a {
  padding: 2px 20px 0px 0px !important;
}

.fc-resourceTimeline-button {
  font-family:"FontAwesome" !important;
content:"\f0c9   " !important;
}

.caution {
  color:#ff0000 !important;
}
.phones {
  float:left;
}
.phones li {
  list-style: none;
  display: flex;
}
.phones li svg{
  margin-right:10px;
}

.modal svg {
  font-size: 20px !important;
  /*color:#000 !important;*/
  transition: none !important;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #235b84;
  border: 0.1rem solid #235b84;
  color:#fff !important;
  height:35px !important;
  /*line-height: 28px !important;*/
}

.body-disabled,
.body-overlay{    
  z-index: 9999 !important;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}

.body-overlay svg{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #000;
  font-size: 50px;
z-index: 50;
}
.body-overlay .label {
  color:#000 !important;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 30px;
  text-align: center !important;
}

.select2-container {
width : 100% !important;
z-index: 999999 !important;
}

.modal-content {
  top:85px;
}

.modal-content .modal-header button,
.modal-content .modal-footer button {
  color:#444 !important;
}
.modal-content .btn-success,
.modal-content .modal-footer .btn-success {
  color:#fff !important;
  background-color: #444 !important;
}

.modal-content .icon:hover,
.modal-content .icon {
  margin:2px 0px 0px 6px;
  background-color: transparent;
  padding:0px;
  border:none;
}
.modal-content .icon:hover svg,
.modal-content .icon svg {
  color:#ccc !important;
}

#modal-controls {
  display: flex;
}

.gray-label {
  color:#333;
  font-size: 16px !important;
  font-weight:200 !important;
  padding-top:5px;
  width:100%;
  border-bottom:solid 1px #ccc;
  min-height: 30px;
  vertical-align: bottom;
}
.gray-label-icon {
  /*color:#ccc;*/
  color:#777;
  font-size: 18px !important;
  font-weight:100 !important;
  padding-top:5px;
}
.form-control,
.hasDatepicker {
  min-width:96px;
}
.header-report {
  background-color:#eee;
  color:#444;
  border-radius: 4px;
  padding:10px;
  margin-right:20px;
  min-width:375px;
}
.header-report .info span {
  color:#666;
  font-size: 12px;
}
.header-report .info>*{
  white-space: nowrap;
}
/*KIKO ESTO ES PARA EL VALIDATION*/
.formError {
  left:20px !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  /*width: 60px;
  height: 34px;*/
  width: 36px;
  height: 22px;
  margin-bottom: 0px !important;
  margin-top: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_switch:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider_switch {
  background-color: #2196F3;
}

.switch input:focus + .slider_switch {
  box-shadow: 0 0 1px #2196F3;
}

.billable {
  color: #2196F3 !important;
}

.switch input:checked + .slider_switch:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider_switch.round {
  border-radius: 34px;
}

.slider_switch.round:before {
  border-radius: 50%;
} 

.profileline {
  width:35px;
  height:35px;
  /*cursor:pointer;*/
  border:solid 1px #666;
  border-radius: 1px;
  padding: 0px;
  display: inline-block;
}
.profileline>div {
  background-size: contain !important;
  background-position: center middle;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.profile {
    width:100%;
    height:140px;
    /*cursor:pointer;*/
    border:solid 1px #444;
    border-radius: 10px;
    padding: 10px;
}
.profile>div {
    background-size: contain !important;
    background-position: center middle;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.bordergray {
  border:solid 1px #ccc;
}

.fileInput {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  min-height:90px;
  width:100%;
  cursor: pointer;
}

/*.fileInput input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}*/

#fileAttachments + label {
  text-align: center;
  font-weight: 400;
  left: 7.35em;
  top: 0.5em;
  /* Decorative */
  background: #fdfdfd;
  color: #000;
  cursor: pointer;
  border:solid 1px #444;
  border-radius:10px;
  min-height:90px;
}
.fileInput + label:hover {
  background: #ddd;
  border-radius:10px;
}

.fileLabel {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color:transparent;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  text-transform: uppercase;
  width:100%;
  text-align: center;
}

.custom-file-input {
  border:solid 1px #444;
  min-height:50px;
}

.btn_upload {
  max-width:120px !important;
  background-color:#235b84 !important;
  color: #fff !important;
  padding:8px !important;
  border-radius:5px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#preview {
  margin-top:10px;
  border:solid 1px #999;
}
#preview .item_image {
  width:100%;
  height:90px;
  padding:10px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  border-bottom:solid 1px #999;
}
.item_image_small .item_image:last-child,
#preview .item_image:last-child {
  border-bottom:none;
}

#preview .item_image>div {
  display: block;
  background-size: contain !important;
  background-position: center middle;
  min-width:80px;
  height:100% !important;
  cursor:pointer;
  padding:0px;
}
#preview .item_image .icon_file {
  display: block;
  font-size:100px !important;
  height:100% !important;
  min-width:80px;
  padding:0px;
  cursor:pointer;
}

.item_image_small .item_image {
  height:70px !important;
}

.icon_button {
  cursor:pointer;
  font-size:18px;
}

#preview .icon_button {
  position: absolute;
  right:25px;
  margin-top:40px;
}

.disabled {
  filter: alpha(opacity=3);
  opacity: 0.3;
  cursor:default;
}
.locked {
  filter: alpha(opacity=7);
  opacity: 0.7;
}
.border_gray {
  border-radius:5px;
  border:solid 1px #ccc;
  padding:5px;
}

.fa-file-word {
  color:#0f46b2 !important;
}
.fa-file-excel {
  color:#196b31 !important;
}
.fa-file-powerpoint {
  color:#bd3a1d !important;
}

.popup {
  position:fixed;
  top:0px;
  left:0px;
  z-index:999999;
  width:100%;
  height:100%;
  cursor:pointer;
  background-color:rgba(0,0,0,.7);
}
.popup>* {
  margin:4% auto;
  max-width:840px;
  display: block;
  overflow-y: auto;
}
.popup .icon_close{
  color:#fff;
  font-size: 40px;
  margin: 0px;
  float: right;
}

.scrooltop {
  display: none;
  width: 40px !important;
  height: 40px;
  background-color:rgba(52, 80, 235,1);
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  color: #fff;
  padding: 8px;
}
.scrooltop:hover {
  background-color:rgba(52, 80, 235,0.7);
}

.box-body {
  margin-bottom:20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.mailbox-nav li {
  margin-bottom: 10px;
}


.panel .panel-body {
  position: relative;
  /* padding: 20px; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel .panel-body svg{
  color:#fff;
  font-size: 40px;
  transition: all 0.3s ease 0s;
}

.panel .panel-body:hover svg{
  color:#fff;
  font-size: 50px;
}

.panel-header {
  font-size: 18px;
  padding:5px;
  display:flex;
}

.panel-body.companies {
  background-color: #5fce9b;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.employees {
  background-color: #66B5D6;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.clients {
  background-color: #E87352;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.projects {
  background-color: #0f46b2;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.messages {
  background-color: #EECA5A;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box .panel-body img {
  transition: all 0.3s ease 0s;
}

.info-box .info-box-stats {
  float: left;
  margin-top: 5px;
}

.info-box .info-box-stats {
  float: left;
  width: 100%;	
}

.info-box .info-box-stats {
  margin-top: 0px !important;
}

.info-box .info-box-stats p {
  font-size: 28px;
  margin-bottom: 14px;
  color: #374051;
  font-weight: 300;
}

.info-box-stats p {
  color: #F9FDFB !important;
  margin-top: 15px;
  float: none;	
}

.info-box .info-box-stats span.info-box-title {
  display: inline;
  font-size: 14px;
  margin-bottom: 10px;
  color: #B0B0B0;
}
.info-box .info-box-stats span.info-box-title {
  margin-bottom: 0 !important;
}
.info-box-stats .info-box-title {
  float: none;
  color: #F9FDFB !important;
  padding: 4px 10px 0;
}

.info-box-title {
  text-transform: capitalize;
}

.item-dash {
  max-width:200px;
  float:left;
  margin-right:10px;
}

.red {
  color:red;
}

.gray {
  color:#999;
}

.bar {
  height:10px;
  border:solid 1px #444;
  background-color: #777;
  width:222px;
  display: inline-block;
  border-radius: 3px;
}
.bar .percent {
  background-color: rgb(116, 240, 116);
  height:100%;
  width:0px;
  border-radius: 3px;
  display: block;
}
.bar .percent.non {
  background-color: greenyellow;
}
.menu_inline {
  list-style: none;
}
.menu_inline li{
  display:inline;
  padding: 0px 5px 5px 5px;
  cursor:pointer;
  text-decoration: none !important;
  background-image: linear-gradient(0deg, greenyellow, #f5f5f5) !important;
  background-position: 0% 90% !important;
  background-repeat: no-repeat !important;
  background-size: 0 3px !important;
  transition: background-size .3s !important;
}
.menu_inline li:hover{
  background-size: 100% 3px !important;
}
.menu_inline li.selected {
  background-size: 100% 3px !important;
  cursor: default;
}

.noborder,
.noborder td,
.noborder th{
  border:none !important;
}

#detall_report td{
  padding-left:10px;
}

.icon_daysoff {
  font-size:70px;
}

.schedule_header {
  /*width:auto;*/
  cursor:all-scroll;
  padding:0px !important;
  display: grid;
  min-height:82px;
}

.schedule_header .header_months>div,
.schedule_header .header_weeks>div,
.schedule_header .header_days>div {
  padding: 1px;
  color:#666;
  text-align: center;
  font-size: 10px !important;
  font-weight: normal !important;
  border-left:solid 1px #ccc;
}
.schedule_header .header_months>div.empty,
.schedule_header .header_weeks>div.empty,
.schedule_header .header_days>div.empty {
  border-left:none;
}
.schedule_header .header_months>div,
.schedule_header .header_weeks>div {
  /*position:absolute;*/
  text-align: left;
}
.filter_schedule {
  display: inline-flex;
}

.filter_schedule #filter_department,
.filter_schedule #filter_company {
  position: relative !important;
}
.content_schedules {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.employee_days {
  /*margin:1px;*/
  box-shadow: 5px 0px 5px #ccc;
  /*min-height:79px;
  padding:5px;*/
}

.schedules .day {
  padding: 1px;
  color:#666;
  font-size: 10px;
  font-weight: normal;
  border-right:solid 1px #ccc;
}

.schedules {
  overflow-y:hidden !important;
  padding:0px !important;
}

.schedule_day,
.schedule_timesheet,
.schedule_daysoff {
  color:#ccc;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  min-height:52px;
  border-bottom: none !important;
  border-right:solid 1px #ccc;
}
.schedule_day {
  padding: 1px;
}
.schedule_day.disabled {
  cursor:default !important;
}

.schedule_day_detect {
  position: absolute;
  height:100%;
  width: 52px;
  background-color:#ff0000;
  filter: alpha(opacity=3);
  opacity: 0.3;
  cursor:pointer;
}

.timesheet,
.daysoff {
  padding: 1px;
  display: block;
  /*visibility:hidden;*/
  overflow:hidden;
  max-height: 50px;
  min-height: 50px;
  cursor:pointer;
  transition: visibility 5s;
  border-radius: 8px;
}

.timesheet .gradient {
  background-color: #72ec72;
  width:100%;
  height:0%;
}

#schedule_employees {
  display:inline-grid;
  overflow: hidden;
}

.daysoff {
  border:solid 1px #999;
  color:#fff;
  background-color: #000;
}
.schedule_timesheet_label,
.schedule_daysoff_label {
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.schedule_timesheet_content,
.schedule_daysoff_content {
  max-height: 50px;
  min-height: 50px;
  display: flex;
  position: absolute;
}

.schedule_split {
  cursor: url(images/tijeras.cur) 7 0, url(images/tijeras.svg) 7 0, text;
  width:2px;
  max-height: 50px;
  min-height: 50px;
  border-left: #aaa dashed 1px;
  border-right: #333 dashed 1px;
  position: absolute;
  top: 0px;
}

.timesheet {
  color:#000;
  background-color: #fff;
  border: solid 1px #000;
}
.tableedit .item_timesheet {
  background-color: #f9f9f9 !important;
}

.schedule_week,
.schedule_week td,
.tableedit .item_timesheet td {
  border: none !important;
}
.tableedit {
  border-bottom: 1px solid #ddd;
}

.dayweek {
  display:flex;
}
.hoursweek {
  max-width:80px !important;
}
.btnweek {
  margin:5px;
  cursor:pointer;
  height:25px;
}

.schedule_timesheet .ui-resizable-e,
.schedule_timesheet .ui-resizable-w,
.schedule_daysoff .ui-resizable-e,
.schedule_daysoff .ui-resizable-w {
  width:20px !important;
}

.employee_days,
.employee_datas {
  transition: height 1s;
}

.schedule_header .header_months,
.schedule_header .header_weeks,
.schedule_header .header_days,
.employee_days {
  display:inline-flex;
  position:relative;
}

.timesheets td {
  padding-top: 10px;
}

.colorpicker,
.colorpicker::placeholder {
  color:#000 !important;
}


.list-unstyled li {
  white-space: nowrap;
}
input.hasDatepicker,
select[multiple], 
select[size] {
	height: 36px;
}

.top>*>* {
  vertical-align: top;
}
.container-bee {
  height: 100%;
  max-width:500px;
  margin:20px auto;
}
.login-form input{
  margin-bottom:20px;
  max-width: 200px;
}

body{
	/* position: relative;
    height: 100%!important;
    width: 100%; */  
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; */
    font-size: 13px;
    /* background: #ccc; */
    color: #4E5E6A;
}
/* akshay */ 
input[type="radio"]{
    margin-right:5px !important;
    margin-left:10px !important;
}
.btn1{
	 margin-top : 3px !important;
	margin-left : 3px !important; 
}
.multiselect{
	/* padding : 6px 30px 6px 30px; */
	  min-width : 160px;
    color:#000 !important;
} 

table.dataTable thead th{
	/*padding : 10px 10px !important; */
	 font-weight : 600 !important;
	font-size : 14px !important; 
}
table.dataTable tfoot th{
	/*padding : 10px 10px !important; */
	 font-weight : 600 !important;
	font-size : 14px !important; 
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 10px 18px;
}
/* end -change */
.btn-success{
	background :#1DB198;
}
.btn-status{
    color:#fff !important;
	background :#007bcc;
}
.badge-success{
	background : #1AA089;
}

.main-sidebar .user-panel
{
	display : none; 
}

.skin-green .main-header .navbar {
    background-color: #1DB198;
	text-align: center;
}
.skin-green .main-header .logo:hover {
    background-color: #1A9C86; /*#008749;*/
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
    background-color: #1AA089;
}
.skin-green .sidebar-menu>li.active>a {
    color: #fff;
    background: rgba(29, 177, 152, 0.35);
    border-left-color: #00a65a;
}

.skin-green .main-header .logo {
    background-color: #1A9C86;
}
.callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #1DB198 !important;
}
.callout.callout-info {
    border-color: #1AA089 !important;
	border-right: 6px solid #1AA089;
	border-radius: 0;
}
.callout {
	margin:0;
}

.navbar-nav>.user-menu>.dropdown-menu {   
    padding: 0px 0px 0px 0px;    
}

.user-menu .dropdown-menu {    
   border :none;
}
	
.skin-green .main-header li.user-header {
    background-color: #1AA089;
}

section.content {
	font-size: 15px;
	text-transform:capitalize;
}
.content-wrapper, .right-side {   
    background-color: rgba(237, 243, 253, 0.89) !important;  /*   ;rgba(236, 240, 245, 0.65) #F1F4F9*/   /**/
}

.box {
	margin-top : -20px;
    min-height: 600px;
	border-top: 3px solid #1DB198 !important; /*#d2d6de #F1F4F9 #5FCE9B */
	border-bottom: 3px solid #dedede !important;
}
	
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(216, 216, 216, 0.42);
}

input[type=search]{
	border: 1px solid #dedede;
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper label,a.previous,a.next,.dataTables_info{
	color : #444444 !important;
	font-weight : 300 !important;
}
a.previous:hover,a.next:hover{
	background-color:#f1f1f1 !important;
}

.mydataTable th{
	font-weight : 600 !important;
	font-size : 14px !important;
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #5f5f5f!important;
    border: 1px solid #ebebeb;
    background: #f1f1f1!important;
}

.icone {
    float: left;
    height: 20px !important;
    /* line-height: 0px; */
    margin-right: 5px;
    overflow: hidden;
    width: 25px !important;
    text-align: center;
}

label{
	font-weight : 400;
}


div.message{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	text-transform:capitalize;
}

div.success
{
	background-color: #8BC34A; /*#DFF0D8;*/
    color: #FFFFFF; /*#3c763d;*/
    border-color: #9E9E9E !important; /*rgba(61, 93, 20, 0.16) !important;*/ /*#d6e9c6 */
	position: relative;
    top: 15px;
    left: 15px;
    max-width: 97%;
}

div.success:before
{
	font-family:"FontAwesome";
	content:"\f058   ";
}

div.error{
	color: #eee; /*#a94442;*/
    background-color: #dd4b39; /*#f2dede;*/
    border-color: #a94442; /* #ebccd1;*/
	position: relative;
    top: 15px;
    left: 15px;
    max-width: 97%;
}

div.error:before{
	font-family:"FontAwesome";
	content:"\f071   ";
}

div.success:hover ,div.error:hover,.class_sch_del_row{
	cursor:pointer;	
}

.top-title{
/* 	top: 6px;
    position: absolute;
    left: 30%;
    font-size: 15px;
    font-weight: 600;
	color: #fff; */
	font-size: 15px;
    font-weight: 600;
    color: #000;
    height: 100%;
    line-height: 50px
}

.gym-overlay{
    display:none;
    z-index: 999999999 !important;
}

.modal-lg{
	width : 800px;/*600px;*/
}

.modal-body{
	max-height: 600px; /*500px;*/
    overflow: scroll;
}

.membership-img{
	width : 40px;
	height : 40px;
}

.btn-custom{
	background-color: #D2D6DE;
    border: 1px solid rgba(16, 12, 12, 0.32);
	color : black;
}

.input-group-addon{
	background-color : #eee !important;
}

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

.table-margin{
    margin: 15px;
    margin-bottom: 38px;
}

.report_title {
    float: left;
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
}

.btn.right {
    float: right;
}

.view_detail .col-md-6:last-child,.view_detail .col-sm-6:last-child{
	margin-left : 1%;
	width:49%;
}

.txt_color {
    color: #ed5153;
    float: left;
    font-weight: bold;
    width: 150px;
}

.select2-container {
	width : 100%;
}

.activity_list .activity_title {
    float: left;
    width: 100%;
}

.sub-class {
    margin-left: 21px;
    margin-bottom: 8px;
}

.sub-class .checkbox{
	padding-top:0;
}

.col-md-8.activity_list {
    height: 570px;/* 500px;*/
    margin-bottom: 10px;
    overflow: scroll;
}

.clear {
    clear: both;
}

#display_rout_list {
    float: left;
    width: 100%;
}

#display_rout_list .activity {
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.badge {
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
    font-weight: 300;
    font-size: 11px!important;
    text-align: center;
    vertical-align: middle;
    line-height: 11px;
    height: 18px;
    padding: 3px 6px;
    text-shadow: none!important;
}

.badge-delete {
    background: #F25656 !important;
}

.removeworkout, .removethis {
    cursor: pointer;
}

.achilactiveadd {
    float: left;
    margin-bottom: 5px;
    width: 50%;
}

.achilactiveadd > input {
    float: left;
    width: 150px;
}

.activity_list span.label {
    color: #76838c;
    float: left;
    font-size: 11px;
    line-height: 20px;
    width: 75px;
    text-align: right;
}

.workout-block .work_date {
    color: #f25656;
    font-style: italic;	
}

.workout-block{
	height:auto;
	overflow:hidden;
}
.del_panel,.del_nutrition_panel {
    float: right;
    color: #f25656;
    cursor: pointer;
	transform: scale(1.4);
}

.work_out_datalist_header {
    border-bottom: 1px solid #76838c;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.work_out_datalist:nth-child(2n+1) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.work_out_datalist {
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.work_out_datalist:nth-child(2n+1) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.work_out_datalist {
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.my-workouts {
    width: 55px;
}

.datepaginator{
	padding-right:0;
}

.sel_date{
	background:rgba(0, 141, 76, 0.75) !important;
	color : #fff !important;
}
.cat_list {
    max-height: 700px;
    overflow: scroll;
}

.bg-default{
	background:#dedede;
	font-weight:600;
}

.activity_row{
	margin-bottom : 10px;
}

.activity_block:after{
	content: "";
    display: block;
	clear:both;
    height: 1px;
	margin:10px;
    background: #dedede;
}

.activity-data {
    margin-bottom: 10px;
}
.my-workouts-display {
    background-color: #ffffff;
    color: #3c3c3c;
    padding-bottom: 25px;
}
.workout_datalist_header {
    margin-bottom: 20px;
}

.workout_datalist_header {
    float: left;
    width: 100%;
}

.workout_datalist {
    font-size: 14px;
}
.col-md-6.sets-row {
    float: left;
    width: 50%;
}
.sets-row.no-paddingleft {
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}
.sets_counter {
    background-color: #02967d;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    height: 30px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 1 !important;
}

.sets_kg {
    background-color: #1db198;
    border-radius: 15px;
    float: left;
    font-size: 19px;
    font-weight: bold;
    height: 30px;
    margin-left: -31px;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 68%;
    color: #fff;
}

.reps_count {
    color: #4e5e6a;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    padding: 1px;
}

.border_line {
    background: #dedede none repeat scroll 0 0;
    content: "1";
    float: left;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 14px;
    width: 83%;
}
.activity_title.checkbox {   
    /* margin-left: 10px; */
	margin-left: 20px;
}
.nutrition_add textarea {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 96%;
}
div.activity {
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.button-possition input, .button-possition button {
    margin-top: 25px;
}

.panel-heading .panel-title {
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.mailbox-header {
    margin-bottom: 20px;
}
.mailbox-nav li a {
    display: block;
    padding: 10px 7px;
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E7EAEC;
    overflow: hidden;
}

.no-padding-left
{
	padding-left : 0 !important;
}

.message-header {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 15px;
    margin-bottom: 10px;
}
.message-header h3 {
    float: left;
    font-size: 18px;
    margin: 0;
    color: #666;
}
.message-header p {
    float: right;
    margin: 0;
}
.message-sender ,.message-content{
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
.message-sender span {
    color: #7F7F7F;
}
.message-sender p {
    display: inline-block;
}
#access_right_form .row {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    padding-bottom: 10px;
    padding-top: 10px;
}

span.pay_status{
	padding-top : 5px;
	padding-bottom: 5px;
	padding-left:3px;
	padding-right:3px;
}

.panel-white {
    background: #fff;
}
.panel {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    /* border: 0!important; */
    margin-bottom: 25px;
    border-radius: 0;
}
.panel .panel-body {
    position: relative;
    /* padding: 20px; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.panel .panel-body svg{
    color:#fff;
    font-size: 40px;
    transition: all 0.3s ease 0s;
}

.panel .panel-body:hover svg{
    color:#fff;
    font-size: 50px;
}

.panel-body.patient {
    background-color: #5fce9b;
    height: 145px;
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.info-box .panel-body img {
    transition: all 0.3s ease 0s;
}

img.dashboard_background {
    margin-top: 10px;
}
.info-box .info-box-stats {
    float: left;
    margin-top: 5px;
}

.info-box .info-box-stats {
    float: left;
    width: 100%;	
}

.info-box .info-box-stats {
    margin-top: 0px !important;
}

.info-box .info-box-stats p {
    font-size: 28px;
    margin-bottom: 14px;
    color: #374051;
    font-weight: 300;
}

.info-box-stats p {
    color: #F9FDFB !important;
    margin-top: 15px;
    float: none;	
}

p {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0 0 10px;
    font-style: normal;
    white-space: normal;
}

.info-box .info-box-stats span.info-box-title {
    display: inline;
    font-size: 14px;
    margin-bottom: 10px;
    color: #B0B0B0;
}
.info-box .info-box-stats span.info-box-title {
    margin-bottom: 0 !important;
}
.info-box-stats .info-box-title {
    float: none;
    color: #F9FDFB !important;
    padding: 4px 10px 0;
}

.info-box-title {
    text-transform: capitalize;
}

.dashboard_background_message {
    /* margin: 45px 0 0 55px !important; */
    margin-top: 45px;
}

img.dashboard_background:hover ,img.dashboard_background_message:hover{
    transform: scale(1.3);
}

/**/
.panel-body.staff-member {
    background-color: #66B5D6;
    height: 145px;
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.panel-body.group {
    background-color: #E87352;
    height: 145px;
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.panel-body.message {
    background-color: #EECA5A;
    height: 145px;
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.panel-body p .img-circle {
    margin-right: 10px;
}

.fc-view-container table{
border : 1px solid #dedede;
}

#myCarousel{
	min-height :244px;
}
.carousel-margin{
	margin-left : 18%;
}

.item.carousel-margin img, img.measurement_img{
	max-height: 235px;
    max-width: 315px;
}


.body-overlay{    
    z-index: 9999 !important;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.body-overlay svg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #000;
    font-size: 50px;
	z-index: 50;
}

.user-menu div a{
	text-decoration : none;
}
@-moz-document url-prefix() {
    input[type=file] {padding:0px 12px;}
}

/*.form-group label.control-label{
	padding-left: 0px;
}*/

/* #calendar .fc-icon{
	overflow: visible !important;
	z-index: 9 !important;
}
#calendar .fc-icon-right-single-arrow{
	left: 14px;
}
#calendar .fc-icon-left-single-arrow{
	left: 14px;
} */
a.sidebar-toggle {
    font-size: 15px;
}
.add_product_save{
   padding: 0px;
   padding-left: 6px; /*add product*/
}
.save_enable{
     margin-left:20px;
}
.saff_inline_radio{
	margin-left: 30px;
}
.panel-staff, .save_check{
   padding: 0px;
}
.access_right_menucroll {
    overflow: scroll;
    height: 530px;
    padding: 0px!important;
}
.modal_print{
    max-height: 450px;
    overflow: scroll;
}
.setting_padding{
padding-left: 6px;
}
a.btn.btn-flat.btn-default {
    margin-top: 0px;
}
section.content.no-padding {
    height: auto !important;
}
a.btn.btn-flat.btn-default.member_attendance{
	margin-top:3px;
}
@media only screen and (max-width : 1024px) {
 .view-activity .multiselect{width:265px !important;}
 .saff_button-possition input {  margin-top: 4px;}
 .sucess_measument{margin-left: 0px;}
 .btn {margin-bottom: 3px;}
 .breadcrumb .btn{margin-bottom: 5px;}
 a.btn.btn-flat.btn-default {margin-top: 0px;}
 .sidebar-open .main-sidebar, .sidebar-open .left-side {transform: translate(0, 0);}
 div.success {max-width: 96%;}
 a.btn.btn-flat.btn-default.member_attendance { margin-top: 0px; }
 }
 
@media only screen and (max-width : 1023px) {
span.title_gym {display: none;}  /*header*/
.modal-lg {width: 95%;}/*group view popup*/
.text-right {text-align: left;} /*membership viewactivity*/
.member_submit_text{padding: 15px;}
.setting_padding { padding-left: 0px;}
}
@media only screen and (max-width : 767px){
.sidebar {margin-top:0px!important;}   /*sidebar list*/
.gym_addform{padding-bottom:7px;}
 nav.navbar.navbar-static-top{height: 64px;}
.sell_addproduct{padding-bottom: 7px;}
.view_report_top{margin-top: 10px;} /*view report*/
div.success {max-width: 95%;} /*sucessfully massage*/
}
@media only screen and (max-width : 823px){
 .add_text {text-align: left !important;} /*add addnutrition-schedule*/
 .assign_box {text-align: left !important;}
 .add_product_save{padding: 0px;padding-left: 0px;} /*add product*/ 
 .control-label,.form-control{ padding-bottom: 5px; }  /*membership edit */
 .module_padding{padding-bottom: 7px;}/*all module padding bottom form*/
 .saff_button-possition input{margin-top: 0px;}/* saff attandance*/
 div.success {max-width: 95%;} /*sucessfully massage*/
 section.content {background-color: #D7DDE6;}
}
@media screen and (max-width: 414px) and (min-width: 411px){
  .navbar-custom-menu {width: 17%;}
  .view-activity .multiselect{width:325px !important;}
  .view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {
    margin-left:0px;
    width: 100%;
}
div.success {max-width: 93%;} /*sucessfully massage*/
}
@media screen and (max-width: 640px) and (min-width: 569px){
  .navbar-custom-menu {width: 11%;}
  .view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {
    margin-left:0px;
    width: 100%;
}
div.success {max-width: 95%;} /*sucessfully massage*/
.content-wrapper{
    min-height: auto !important;
    height: auto;
}

}
@media screen and (max-width: 736px) and (min-width: 668px){
  .navbar-custom-menu {width: 9%;}
  .view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {
    margin-left:0px;
    width: 100%;
}
div.success {max-width: 96%;} /*sucessfully massage*/
}
@media screen and (max-width: 320px) and (min-width: 0px){
.nav>li>a {padding: 0px 7px;}
.navbar-custom-menu {width: 15%;height: auto;}
.view-activity .multiselect{width: 250px !important;}
.bread_payment{position: relative; float: left; padding: 15px 0px 0 0px;}/* payment report*/
.box_payment {padding: 0px;}
.view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {
    margin-left:0px;
    width: 100%;
}
div.success {max-width: 91%;} /*sucessfully massage*/
a.btn.btn-flat.btn-default.member_attendance { margin-top: 0px;}
}
@media screen and (max-width: 375px) and (min-width: 321px){
.nav>li>a {padding: 0px 10px;}
.navbar-custom-menu {width: 15%;height: auto;}
.view-activity .multiselect{width:290px !important;}
.bread_payment{position: relative; float: left; padding: 15px 0px 0 0px;}/*360 size*/
.view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child { margin-left:0px; width: 100%;}
div.success {max-width: 92%;} /*sucessfully massage*/
}
@media screen and (max-width: 568px) and (min-width: 415px){
.navbar-custom-menu {width: 12%;}
.view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {margin-left:0px; width: 100%;}
div.success {max-width: 95%;} /*sucessfully massage*/
}
@media screen and (max-width: 667px) and (min-width: 641px){
.navbar-custom-menu {width: 10%;}
.view_detail .col-md-6:last-child, .view_member_detail .col-sm-6:last-child {
    margin-left:0px;
    width: 100%;
}
}
.image-small{
    max-height:50px;
}
.image-medium{
    max-height:200px;
}

.left{
    float: left;
}
.right{
    float: right;
}

.oculto {
    display: none;
}

.btnnotes {
    background-color:#fff;
    color: rgb(78, 94, 106);
    border: solid 1px #dedede;
    border-radius: 10px;
}

.btnnotesfixed {
    background-color:#ff0000;
    color:#fff;
    border:none;
}

.profile-select .image {
    background-size: cover;
    width:28px;
    height:28px;
    border: solid 1px #ccc;
    border-radius: 5px;
    display:inline-block;
}

.image_cover {
    background-size: cover;
    width:40px;
    height:40px;
    border:solid 1px #4E5E6A;
    display: inline-block;
}

.navbar-nav > li > a {
    padding: 2px 20px 0px 0px !important;
}

.fc-resourceTimeline-button {
    font-family:"FontAwesome" !important;
	content:"\f0c9   " !important;
}

.date,
.dob {
    width:90px !important;
}

.caution {
    color:#ff0000 !important;
}

.phones li {
    list-style: none;
    display: flex;
}
.phones li svg{
    margin-right:10px;
}

.modal svg {
    font-size: 20px !important;
    color:#000 !important;
    transition: none !important;
}

#tabsrecords .fa-heart {
  color:red;
}
#tabsrecords .fa-exclamation-triangle {
  color:#eeca5a;
}

#tabsrecords .fa-tired {
  color:orange;
}
#tabsrecords .fa-hand-point-up {
  color:#b6dadc;
}
#tabsrecords .fa-money-bill {
  color:green;
}
#tabsrecords .fa-w-20 {
  color:blue;
}
#tabsrecords .dataTables_wrapper {
  padding: 1em 1.4em;
}