 /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@media all { /*and (min-width: 768px){ */
    body.admin-panel {
        /*min-width: 960px;*/
        min-width: 1025px !important;
    }
}

/* ro */
   html,
   button,
   input,
   select,
   textarea {
    color: #222;
  }

  
  html {
    font-size: 10px;
    font-size: 1em;
    line-height: 1.4;
  }
  
  body {
    font-size: 12px;
    /*overflow-y: scroll;*/
     background-color: #f3f3f3;
  }
  


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/* ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}*/

/*
 * A better looking default horizontal rule
 */

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

 audio,
 canvas,
 img,
 video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
  resize: vertical;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

   .browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /*input:input-placeholder{color: red;}
   :input-placeholder{color: red;}
   ::input-placeholder{color: red;}
   input:-webkit-input-placeholder {color: red;}
   :-webkit-input-placeholder {color: red;}
   ::-webkit-input-placeholder {color: red;}
   input:-moz-placeholder {color:red;}
   :-moz-placeholder {color:red;}
   ::-moz-placeholder {color:red;}
   input:-ms-input-placeholder {color:red;}
   :-ms-input-placeholder {color:red;}
   ::-ms-input-placeholder {color:red;}*/


   a {
    color: inherit;
  }
  a:hover {
    text-decoration: none;
  }
  a.link {
    text-decoration: underline;
  }
 a.nohover:hover,
 a.nohover:focus
 {
     color: inherit;
 }



  .input-group {
    padding-bottom: 10px;
  }
  .row.m-b-10 .input-group {
    padding-bottom: 0;
  }

  body.staffzone {
    /*background-color: #E5E3E3;*/
  
    background-repeat: repeat;
  }
  body.staffzone.gradient-background {
   /* background: url(/assets/img/bg1.jpg) repeat;*/
  }

  .login-box {
    position: relative;
    margin: 0 auto;
    width: 470px;
    padding: 40px 20px;
   /* padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 10px #ccc;
    background: #fff;*/
  }
  .login-box .input-group {
    margin-bottom: 20px;
  }
  .login-box h1 {
    margin-top: 0;
  }

  .input-group.form-control {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    height: auto;
  }
  .no-bottom-margin .input-group.form-control {
      margin-bottom: 0;
  }


  .top-fixed-container {
    margin-bottom: 20px;
    /*height: 150px;*/
  }
  .top-fixed-container .top-fixed-moving {
    background: #fff;
    box-shadow: 0 0 5px #aaa;
  }
  .top-fixed-container .top-fixed-moving.fixed {
    position: fixed;
    -webkit-transform: scale(1,1,1);
    -moz-transform: scale(1,1,1);
    -ms-transform: scale(1,1,1);
    -o-transform: scale(1,1,1);
    transform: scale(1,1,1);
  }
  .top-fixed-container .navbar-fixed-top {
    position: static;
  }
  .btn-login-header button
  {
      border-radius: 1px !important;
      height: 45px!important;
  }
   .btn-login-header input
  {
       border-radius: 1px !important;  
  }
  #login-form label
  {
      font-weight: normal;
      margin-top: 5px;
  }
   #login-form input[type="checkbox"]
  {
      margin-top: 5px;
  }
#login-form .input-group input
{
     border-radius: 1px!important;
}
#forgot-password 
{
  margin-top: 30px;
     text-align: center;
}
#forgot-password input
{
     border-radius: 1px!important;
}
#login-form .input-group-addon 
{
  padding: 9.5px 16px !important;
   border-radius: 1px!important;
    
}
#login-form .input-group-addon i
{
   color: #767676;
    
}
#forgot-password i
{
   color: #767676;
    
}
  .topbar {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .logo {
    float: left;
  }
  .logo img {
    heigh: 100%;
  }
  .user-panel {
    font-size: 0.9em;
    float: right;
  }


  .notif {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  .notif a {
    height: 20px;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 0.9em;
  }

  .login-header-staffzone
  {

      padding: 5px 0;
      /*background-color: #dfe0e6;*/
      overflow: hidden;
      float: left;
      min-height: 40px;
      width: 100%;
  }

h4.staff-portal-login
{
    font-size: 30px!important;
    margin-top: 10px;
}
  .form-control.staff-dob-margin-set 
  {
      padding: 0px!important;
  }
  .no-padding-left
  {
      padding-left: 0px!important;
  }
  .no-padding-right
  {
      padding-right: 0px!important;
  }
  .col-md-35
  {
      float: left;
      padding: 0px 15px;
      position: relative;
      min-height: 1px;
      width: 28%;
  }
  .col-md-35 .form-control
  {
      padding: 0px 0px 5px 0px;
  }
  ul.settings-list-margin li
  {
      min-height: 25px;
  }
  ul.settings-list-margin li .info-block {
    font-weight: normal;
    display: block;
    margin-left: 15px;
    font-size: 85%;
    color: #999;  
}
  ul.settings-list-margin li .info-block a {
      text-decoration: underline;
  }
.btn.settings-edit-btn
{
    float: right;
    padding: 2px 6px!important;
    font-size: 12px;
    text-transform: capitalize;
}
div[class^="col-"] > .btn.settings-edit-btn {
    margin: 1px;
}
  i.icon-envelope.green{color: green;}
    i.icon-envelope.red{color: red;}
  .login-header-staffzone .user-panel{margin-top: 20px;}
.staffzone-welcome-message{padding: 20px; font-size: 16px; display: block;margin: auto;}
     .login-header-staffzone .logo.company-name{display: inline; float: left; margin-top: 15px; font-size:24px;text-align: center; vertical-align: middle;}
  .login-logo  img{max-height: 150px; max-width: 350px;}
  img.staffzone-reg-logo{float: right; display:inline; max-height:80px; max-width: 130px;}
  a.staffzone-heading{font-size: 24px; color: #333333;}
   
  .navbar { clear: both; margin-bottom: 5px; max-height: none; }
  body.staffzone .navbar { margin-bottom: 20px; }
  .navbar .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .geo-loc
  {
      font-size: 13px;
      margin-top: 2px;
  }
  .time-green
  {
      color: green;
  }
    .main-navigation .nav-item.active a
    {
        background-color: #fff  !important;
    }
    .main-navigation .nav-item.active a > *:not(.badge)
    {
       color: #333!important;
    }
  .main-navigation { margin-bottom: 0; }
  .main-navigation .nav-item,
  .main-navigation .nav,
  .main-navigation .nav > li {
    font-size: 14px;
  }
  .main-navigation .nav-item.nav-item-center{margin-left:25%;}
  .main-navigation .nav-item.nav-item-center span.tasks-text{color:#ffffff;}
  .main-navigation .nav-item.nav-item-center i{padding: 0 4px;}
  .main-navigation .nav-item,
  .main-navigation .nav > li {
    float: left;
    position: relative;
  }
  .main-navigation .nav-item > a {
    display: block;
    padding: 10px;
  }
  .main-navigation .nav a,
  .main-navigation .nav-item a {
    color: inherit;
    text-decoration: none;
  }
  .main-navigation .nav-item > a:hover {
    color: #94435A;
  }
  .main-navigation .nav-item.important {
    color: #222;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzNDY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzI5NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a3465b 0%, #932947 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3465b), color-stop(100%,#932947));
    background: -webkit-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -o-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -ms-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: linear-gradient(to bottom,  #a3465b 0%,#932947 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3465b', endColorstr='#932947',GradientType=0 );*/
  }
  .main-navigation .nav-item.important:hover > a{
    color: #fff;
  }
  .main-navigation .nav a:hover {
    background: none;
  }
  .main-navigation .nav-item > .btn-top-dashboard-refresh .i-loading,
  .main-navigation .nav-item > .btn-top-dashboard-refresh.loading .i-not-loading
  {
      display: none;
  }
  .main-navigation .nav-item > .btn-top-dashboard-refresh.loading .i-loading
  {
      display: inline-block;
  }
  
  .main-navigation .dropdown-menu {
    margin-top: -2px;
      z-index: 1030;
  }
  .main-navigation .dropdown-menu > li > a:hover,
  .main-navigation .dropdown-menu > li > a:focus,
  .main-navigation .dropdown-submenu:hover > a,
  .main-navigation .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca !important;

    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzNDY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzI5NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #0081c2;
    background: -moz-linear-gradient(top,  #a3465b 0%, #932947 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3465b), color-stop(100%,#932947));
    background: -webkit-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -o-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -ms-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: linear-gradient(to bottom,  #a3465b 0%,#932947 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3465b', endColorstr='#932947',GradientType=0 );*/
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover small,
  .dropdown-menu > li > a:focus small,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    color: #ffffff !important;
    text-decoration: none;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzNDY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzI5NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #0081c2;
    background: -moz-linear-gradient(top,  #a3465b 0%, #932947 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3465b), color-stop(100%,#932947));
    background: -webkit-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -o-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: -ms-linear-gradient(top,  #a3465b 0%,#932947 100%);
    background: linear-gradient(to bottom,  #a3465b 0%,#932947 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3465b', endColorstr='#932947',GradientType=0 );*/
  }
/*====================================VIEW REPORTS=============================================

.container.container-main.view-reports{background-color: #E0DADA;}
*/
.booking-info-heading
{
    float: left;
    display: inline;
    /*margin-top: 7px;*/
    width: 100%;
}
/*.date .booking-info-heading {
    width: 38.5%;
}*/
.main-attributes-textarea textarea
{
    height: auto!important;
}
/*====================================FALITYFY EFECTS=============================================*/
input[type="checkbox"].checkbox-today
{
    width: 15px;
    height: 15px;
}
.col-md-0 {width:3%;
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 15px;
float: left;

}
.col-md-1-5 
{
    width: 12%;
    max-width: 13%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 15px;
    float: left;

}
.col-md-2-5 
{
    width: 22%;
    max-width: 23%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 15px;
    float: left;
}
.widget-staff-search i.icon-search{padding-top: 10px!important;}
.widget-staff-search {margin-bottom: 0px!important; height: 37px; margin-top: 0px!important;}
.btn{padding:4px 9px!important;}
select.form-control + .input-group-btn > .btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.nav-tabs {background-color: #f6f6f6; border-bottom: none!important;
border: none; }
.widget-staff-search > i{color: #333 !important;}
 .top-fixed-container .nav-item > i:hover {
    color: #eeeeee !important;
  }
   .top-fixed-container .nav-item > i.active:hover {
    color: #fff !important;
  }
   .main-navigation .nav-item.right-notify .nav-tabs a{margin-bottom: 0px!important;}
    .main-navigation .nav-item.right-notify .nav-tabs a:hover{background-color: #eee;}

  .main-navigation .nav-item.right-notify .tab-content ul{padding-left: 10px!important; padding-right: 10px;}
    .main-navigation .nav-item.right-notify .tab-content p{margin-bottom: 3px!important; font-size: 11px;}
     .main-navigation .nav-item.right-notify .tab-content .notify{float: left; width: 80%;}
.popover{width: 300px; z-index: 1040;}
.popover-content{padding: 0px;}

.popover.my-popover {
    /*display: none!important;*/
    left: -99999px!important;
}
.popover.my-popover.shown {
    display: block!important;
}
  #news{margin : 5px 0px 0px 10px}
.alert_list{font-size: 12px; color:#eee;}

li.alert_li
{
  list-style: none;
  list-style-type: none;
  font-size: 12px; 
  color:#333;
  padding:10px 0px 2px 0px;
  border-bottom: thin solid #c0c0c0;
}
.turn_off_alert{float:right;margin-bottom :2px; height: 15px;}
a.alert_message{color : #333;}
a.alert_message:hover{color : #333;}
.main-navigation .nav-item.right-notify .notification{display: block!important;} 
.main-navigation .nav-item.right-notify .dropdown-menu{width: 500px; margin-left: -300px;}

.main-navigation .nav-item.right-notify .sub-menu-notify{float: left; margin-left: 10px; margin-top: 10px;}
.main-navigation .nav-item.right-notify i.icon-ok-circle{float: right; color: green !important;margin-top: 10px; font-size: 16px; margin-right: 10px; }
.main-navigation .nav-item.right-notify i.icon-remove-circle{float: right; color: red!important; margin-top: 10px; font-size: 16px;margin-right: 10px;}
.main-navigation .dropdown-menu li {
    /*font-size: 12px!important;*/ 
    margin-bottom: 5px; 
}
.main-navigation .dropdown-menu a{margin-top: 0px!important;}
.top-fixed-container .navbar-inner{min-height: 20px !important;}
.main-navigation .nav-item.right{float: right; /* margin-right: 10px; margin-top: 5px; */}
.main-navigation .nav-item.right.feelings{float: right; margin-right: 2px; margin-top: 6px;}
.main-navigation .nav-item.right-notify{float: right; /* margin-right: 10px; margin-top: 5px; */}
.main-navigation .nav-item.right a{ color: #fff; /* padding:5px 12px !important; min-width: 60px; */}
.main-navigation .nav-item.right.feelings a{min-width: 20px;}
.main-navigation .nav-item.right.feelings i{ color: #fff!important; font-size: 16px;}
.main-navigation .nav-item.right .dropdown-menu i{ color: #333!important;}
.main-navigation .nav-item.right i.icon-lock{ margin-right: 4px;}
.main-navigation .nav-item.right i.icon-off{ margin-right: 3.5px;}
/*.main-navigation .nav-item.right-notify span{ background-color:#94435A; margin-left: 0px; margin-right: 0px; }*/
.main-navigation .nav-item.right-notify span{ color: #FFF; margin-left: 5px; margin-right: 0px; }

.main-navigation .nav-item.right li >a{ color: #333;}
.main-navigation .nav-item.right li >a:hover{ color: #fff; /*background-color:#932947;*/ }
.main-navigation .nav-item.right li >a:hover i{ color: #fff !important;}
.main-navigation .nav-item.right ul.dropdown-menu{ min-width: 60px; padding: 5px 0px 0px 0px!important; margin-top: 0px; }
.main-navigation .nav-item.right-notify i.icon-bell{ color: #fff!important; margin-bottom: -10px;}
.main-navigation .nav-item.right .img-div {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.main-navigation .nav-item.right  .img-div img{width: 100%; height: 100%; border-radius: 15px; margin-top: 0px; margin-bottom: 0px;}
.main-navigation .nav-item i{
    font-size: 16px; 
    color: #fff!important;}
.main-navigation .nav-item.right-notify a:hover{ background-color: none!important;}
.campaign-today i.icon-money {margin-left: 20px;}
.campaign-today p > i {margin-right: 5px;}
.campaign-today .btn-send-sms:hover + i.icon-mobile-phone{font-size: 14px; }
.main-navigation .nav-item li.heading{
    color: #666; 
    /*font-size: 11px !important;*/ 
    padding-left: 20px;}
.top-fixed-container .navbar-inner {background-color: #333 !important; background-image: none !important;}
.main-navigation .popover-content .tab-content {max-height: 450px;
overflow-y: scroll;}

.cal-month-day span{top: 0px;}

/*=========================================REPORTING============================================*/
.question-list-container-questionnaire .table.table-striped.table-bordered.table-vert-middle 
{
  float: left;
}
.question-list-container-questionnaire .table input:not(.no-full-width)
{
    width: 100%;
    min-width: 100px;
}
.question-list-container-questionnaire .table input[type=checkbox],
.question-list-container-questionnaire .table input[type=radio]
{
    width: auto;
    min-width: auto;
}
.question-list-container-questionnaire .question-container img
{
    max-width: 100%;
    height: auto;
}

 form.form-horizontal{position: absolute; top: 50px; }
.tabbable li.active a{/*background-color:#932947; */color: #fff; /* font-size: 13px; */ }
.tab-repoting li > a{text-transform: none!important; font-weight: normal!important; font-size: 14px; color: #333;}
#staffTabs li.active a{background-color:#ffffff; color: #333; font-size: 14px; font-weight: normal; }
#staffTabs li > a{font-size: 14px; font-weight: normal; text-transform: none!important; }
#staffTabs li > a:hover{background-color: #eee; color: #333; }
.ui-droppable .component span {float: left;font-size: 14px; font-weight: normal;  padding: 5px 5px 0px 7px; width: 94%;}
.ui-droppable .component span.question-type {font-size: 12px; color: #999; padding: 0 0 5px 7px;}
.form-group.component.header{border: 1px solid #ccc; border-radius: 5px; min-height: 120px;}
.form-group.component.is-edited.header{border-color: #2aabd2; }
.ui-droppable .component .control-label {width: 100%; display: inline;}
.ui-droppable .component .controls {display: inline;}
.ui-droppable .component .controls input{display: inline-block;}
.column-left-main-data .ui-droppable .component .controls { float: left; width: 90% }
.ui-droppable .component .controls textarea{display: inline-block;}
.ui-droppable .component .controls select{display: inline-block;}
.ui-droppable .component .component-controls{display: inline; float: right; margin-bottom: 5px; margin-right: 5px!important; /* margin-top: -35px */}
.ui-droppable .component .component-controls a{margin-top: 5px!important; }
.ui-droppable .component .component-controls a.btn {color: #fff;}
.ui-droppable .component .btn {margin: 0px 0px 0px 5px!important;}
.ui-droppable .component textarea{margin: 10px 10px; width: 86%;}
.ui-droppable .component input{padding:5px; margin: 10px 10px;}
.ui-droppable .component.form-group input{margin: 0;}
.ui-droppable .component.form-group .controls > input,
.ui-droppable .component.form-group .controls > table
{ margin: 10px 10px;}
.ui-droppable .component select{padding:5px; margin: 10px 10px; width: 86%;}
.ui-droppable .component input[type="text"]{width: 86%;}
.ui-droppable .component .input-group input[type="text"]{width: 1%}

 .component .question-badges {
     margin-left: 7px;
     margin-right: 5px;
     padding-bottom: 5px;
     width: 94%;
     display: inline-block;
 }
 .component .question-badges .badge {
     margin-right: 3px;
 }

.component .question-badges .badge-mandatory {
    color: #FFF;
    background-color: #fd3b3b;
}
.component .question-badges .badge-readonly {
    color: #FFF;
    background-color: #fc8056;
}
.component .question-badges .badge-logic {
    color: #FFF;
    background-color: #f5d540;
}
.component .question-badges .badge-visibility {
    color: #FFF;
    background-color: #6cd165;
}
.component .question-badges .badge-preset {
    color: #FFF;
    background-color: #ce75ef;
}
.component .question-badges .badge-hidden {
    color: #FFF;
    background-color: #adadad;
}
.component .question-badges .badge-quiz {
    color: #FFF;
    background-color: #4d70f5;
}

.form-group.component.component-group .group-controls-container {
    display: flex;
}
.form-group.component.component-group .group-controls-container .control-label {
    flex-grow: 1;
    display: auto;
}
.form-group.component.component-group .group-controls-container .component-controls {
    display: flex;
    align-items: start;
}
.form-group.component.component-group .group-controls-container .component-controls > * {
    display: block !important;
    /*position: inherit !important;*/
    position: relative !important;
    margin: 5px 0px 0px 5px!important;
}
.form-group.component.component-group .group-controls-container .component-controls  .dropdown-menu {
    right: 0;
    left: auto;
}
.form-group.component.component-group .group-controls-container .component-controls > .btn-group > .btn {
    margin: 0 !important;
}
.ui-droppable .component .wrapper-table {
    display: table;
}
.ui-droppable .component .wrapper-table > .control-label,
.ui-droppable .component .wrapper-table > .component-controls {
    display: table-cell;
    float: none;
}
.ui-droppable .component .wrapper-table > .component-controls {
    vertical-align: top;
    padding-right: 5px;
    padding-top: 5px;
}
.checkbox-subcontainer.checkbox-inline label {
    font-weight: normal;
}


.ui-droppable .component .role-exclamation {
    margin-left: 5px;
    color: red;
}
.ui-droppable .component .description-container {
    float: left;
    padding: 0 5px 0px 7px;
    width: 94%;
    font-weight: normal;
    display: inline-block;;
}

.ui-droppable .component .label-description {padding: 5px 5px 0px 7px; width: 94%;}

/*.ui-droppable .control-label {width: 100%; display: inline;}
.ui-droppable .controls {display: inline;}
.ui-droppable .controls input{display: inline-block;}
.ui-droppable .controls textarea{display: inline-block;}
.ui-droppable .controls select{display: inline-block;}
.ui-droppable .component-controls{display: inline; float: right; margin-bottom: 5px; margin-right: 5px!important;}
.ui-droppable .component-controls a{margin-top: 5px!important;}
.ui-droppable .btn {margin: 0px 0px 0px 5px!important;}
.ui-droppable textarea{margin: 10px 10px; width: 86%;}
.ui-droppable input{padding:5px; margin: 10px 10px;}
.ui-droppable select{padding:5px; margin: 10px 10px; width: 86%;}
.ui-droppable input[type="text"]{width: 86%;}*/
.ui-droppable:-moz-drag-over 
{
  border: 1px solid black;
}
.draggable-component .control-label, .draggable-component-fake .control-label{line-height: 20px; font-size: 13px; color: #333; padding: 5px 10px; margin-top: 7px; margin-left: -2px; background-color: #f1f1f1; min-width: 170px; text-align: left; 
border-top-right-radius:6px;
border-bottom-right-radius:6px;
}
.draggable-component .control-label:hover{cursor: move;}
.draggable-component-container.draggable-component-container-group > div {
    display: inline-block;
}
.draggable-component-container.draggable-component-container-group > .btn {
    padding: 23px 9px!important; 
    margin-top: -42px;
}
.draggable-component-container > div {
    display: inline;
}

.draggable-component-container.draggable-component-container-group.reporting-formbuilder-right-element .component {
    width: 100%;
}
.draggable-component-container.draggable-component-container-group.reporting-formbuilder-right-element .component > label {
    width: 100%;
    margin-top: 0;
    min-width: 100%;
}

.container-staffzone-main .staff-navbar i{color: #333 !important;}
.container-questionnaire .radio input[type="radio"] + span.hide-radio {cursor: pointer;}
.container-questionnaire .radio input[type="radio"]:checked + span.hide-radio{color: green; font-weight: bolder;}
.container-questionnaire .radio{padding-top: 3px!important; font-size: 14px;}
.container-questionnaire .checkbox input[type="checkbox"] + span.hide-checkbox {cursor: pointer;}
.container-questionnaire .cehckbox input[type="checkbox"]:checked + span.hide-checkbox {background-color: green;}
.container-questionnaire .checkbox{padding-top: 3px!important; }
span.hide-radio{width: 50px; margin-left: -19px; z-index: 1000; margin-top: -15px!important;}
span.hide-radio i{  background-color: white; /*border-color: £333;*/ }
span.hide-checkbox{display:none;width: 60px; margin-left: -19px; z-index: 1000; margin-top: -15px!important; margin-right: 7px;}
.draggable-component-container .btn-add-to-bottom{ margin-left: 0px; margin-top: -3px; padding-top: 8.5px !important; }
.controls.valtype{padding-left: 5px;  padding-bottom: 2px;}
.form-group.component.header {overflow: hidden; clear: auto;}
.container-questionnaire label{font-weight: normal!important;}

.reporting-formbuilder-right-tab-container .tab-pane .tab-pane-inner-container {
    display: flex;
    flex-wrap: wrap;
}
.draggable-component-container.reporting-formbuilder-right-element {
   display: flex;
   width: 50%;
   margin-bottom: 3px;
   margin-top: 3px;
   flex-basis: 50%;
   paddding-left: 2px;
   paddding-right: 2px;
}
.draggable-component-container.reporting-formbuilder-right-element .btn {
    padding: 4px 9px!important;
    margin: 0;
}
.draggable-component-container.reporting-formbuilder-right-element .draggable-component {
    width: 100%
}
.draggable-component-container.reporting-formbuilder-right-element .draggable-component > label {
    margin-top: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
}

#pages
{
    width: 100%;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    min-height: 110px;
    padding: 10px;
}

#pages .controls {
    text-align: right;
}

#pages .pages-list ul
{
    margin-top: 10px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
#pages .pages-list ul > li
{
    padding: 10px 5px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}
#pages .pages-list ul > li .page-controls
{
    float: right;
}
#pages .pages-list ul > li.active .page-title
{
    font-weight: bold;
}
#pages .pages-list ul > li.active
{
    background-color: #f3f3f3;
    cursor: auto;
}
#build .page-builder-container
{
    display: none;
}
#build .page-builder-container.active
{
    display: block;
}

.question-list-container-questionnaire .progress {
    height: auto;
    max-width: 300px;
    white-space: nowrap;
}
/*.question-list-container-questionnaire .progress .progress-text {
    margin-left: 10px;
}*/
/*===========================================Login Page=================================================*/
.login-header {padding: 25px 0; background-color: #dfe0e6;  margin-left: -20px; margin-right: -20px; min-height: 190px; }
.login-logo {font-size: 36px; font-weight: bold; text-align: center;}

                /*====================VIEW FORM====================*/

#components.stick {
    position: fixed;
    top: 70;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

label.radio:hover{background-color: #F9F9F9;}
/*label.checkbox:hover{background-color: #F9F9F9;}*/
/*.container-questionnaire .row-fluid:not(:hover){*/
.question-list-container-questionnaire .question-container:hover{ 
  zoom: 1;
  z-index: 1;
  background-color: #f3f3f3;  
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

/*.container-questionnaire{margin-left:17%; margin-right:17%; padding:0px 0px; background-color: #ffffff; }*/
.container-questionnaire{padding:0px 0px; background-color: #ffffff; }
.container-questionnaire .main-header-divider{ padding: 10px 10px 20px 10px !important; background-color: #f3f3f3!important; border-bottom:solid #B0AEAE 1px; }
.container-questionnaire .divider{ display: none; margin: 10px 10px 30px 10px !important; background: transparent;}
.container-questionnaire .question-header{font-size: 14px;  color: #666666; }
.container-questionnaire .question-header .question-mandatory{
    font-size: 130%;
    color: red;
    font-weight: bold;
}
@media (max-width: 768px) {
    .container-questionnaire {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-fluid.question-container > .col-md-12,
    .row-fluid.question-container > .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }
    .top-fixed-moving.navbar-fixed-top.form-view {
        padding: 10px 10px !important;
    }
}
.container-questionnaire .row.quest-location{padding:15px 15px 15px 0px !important; font-weight:normal;font-size: 14px; color: #555555;  float: left;}
/* .top-fixed-moving.navbar-fixed-top.form-view img{float: right; text-align: right; display: inline-block; max-width: 280px; max-height: 180px;}*/
.top-fixed-moving.navbar-fixed-top.form-view .form-view-logo-container{
    text-align: right; display: inline-block; 
    /*flex: 0 0 280px; */ /* do not grow, do not shrink, start at 250px */
}
.top-fixed-moving.navbar-fixed-top.form-view img{max-width: 280px; max-height: 75px;}

.top-fixed-moving.navbar-fixed-top.form-view .form-view-data{display: inline;  padding-top: 10px; font-size: 14px; flex: 1}
.top-fixed-moving.navbar-fixed-top.form-view{ padding: 10px 20px; position: fixed; background: #fff; display: inline-block; 
box-shadow: 0 0 5px #aaa; 
display: flex;
align-items: center;
}
 .navbar-fixed-top,
 .navbar-fixed-top .navbar
 {
     z-index: 10000;
 }

.container-questionnaire .table-responsive {
  overflow-x: auto;
}


.container-questionnaire .container-ok,
.container-questionnaire .container-quiz-result {
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
    font-size: 200%;
}
.container-questionnaire .container-quiz-result {
    font-size: 20px;
}

.container-questionnaire .quiz-correct select {
    border-color: green !important;
    border: solid 2px green;    
}
.container-questionnaire .quiz-incorrect select {
    border-color: red !important;
    border: solid 2px red;    
}

.container-questionnaire .quiz-correct .icheckbox_flat-blue,
.container-questionnaire .quiz-correct .iradio_flat-blue {
    background-image: url("../js/plugins/icheck/css/flat/green.png");
}
.container-questionnaire .quiz-incorrect .icheckbox_flat-blue,
.container-questionnaire .quiz-incorrect .iradio_flat-blue {
    background-image: url("../js/plugins/icheck/css/flat/red.png");
}
.quiz-correct-message-container {
    margin-left: 15px;
    padding-top: 15px;
    /* margin-top: 25px; */
    float: none;
    clear: both;
}

.container-questionnaire .col-md-12.header > .col-md-8 {margin-top: 10px;}
.container-questionnaire .col-md-12.header{margin-bottom: 0px !important; color: #333;}
.container-questionnaire .row.quest-date{padding:15px 0px 15px 15px !important; font-weight:normal;font-size: 14px; color: #555555;  float: left;}
 .question-list-container-questionnaire > .row-fluid:not(:hover) {}

 /*.row-fluid.loc-date-header {margin-top: 10px; padding: 20px; width: 100%; box-shadow: 1px 1px 10px #666; }

.question-list-container-questionnaire{  box-shadow:-5px 0 10px -5px #666, 5px 0 10px -5px #666; border-top: 1px solid #B0AEAE;}*/
.question-list-container-questionnaire{ border-top: 1px solid #B0AEAE; margin-top: 100px; /* margin-bottom: 73px; */ }



 .question-list-container-questionnaire > .row-fluid:hover {
  
cursor: pointer;
color: #000;
background-color: #fff;   border-color: #3498DB; border-top: solid #3498DB 1px;}
/*.container-questionnaire .row-fluid:hover span, label, ins{color:black; }
.container-questionnaire .row-fluid:hover span{font-size: 15;}*/
.container-fluid.view-reports{padding-left: 5px!important;
padding-right:5px!important;}
.container-questionnaire .row-fluid{padding: 10px; display: block; 

   border-left:solid #B0AEAE 1px;
    border-right:solid #B0AEAE 1px;
    border-top: solid #ffffff 1px;
    border-bottom:solid #B0AEAE 1px;
    -webkit-transition:0.3s;
            transition:0.3s;
/*-moz-box-shadow: 0.5px 0.5px 7px #888888;
-webkit-box-shadow: 0.5px 0.5px 7px #888888;
box-shadow: 0.5px 0.5px 1px #888888;*/
}
/*.container-questionnaire .col-md-12, .col-md-10 {font-size: 13px; color: #666666; margin-bottom: 10px;}*/
.container-questionnaire .form-image  img{z-index:10;width: 100%; 
                                          /*max-height: 150px;*/ 
                                          margin-bottom: 5px; border: 1px solid #EBEBEB;
padding: 10px; background-color: #F5F5F5;}
.container-questionnaire video:not(.vjs-tech) {max-width: 280px; max-height: 230px; /* margin-top: -50px; */}
.plupload_filelist_footer {overflow: visible; clear: both; height: auto!important;}
.container-questionnaire .form-image {  display: inline;}
.container-questionnaire .form-image .overlay-wrapper {position: relative;
background-color: #F5F5F5; width: 100%;}
.icheckbox_flat-blue{margin-bottom: -5px!important;}
.iradio_flat-blue{margin-bottom: -5px!important;}

/*
.container-questionnaire .error{display: inline; font-size: 10px; margin-left: 60px; float: right;  }
.container-questionnaire .error > span{color: red; }
*/
.container-questionnaire span.error{display: inline; font-size: 12px; margin-left: 60px; float: right; color: red; }
.container-questionnaire .grid-column span.error{margin-left: 0; float: none; }

.container-questionnaire .col-sm-2.image-container { width: 120px!important; padding: 0px 0px !important;}
.container-questionnaire .col-md-4.video-container{padding-left: 0px!important; padding-right: 5px!important; margin-top: 5px;}
.container-questionnaire .col-md-4.video-container .overlay
{
      width: 25px;
      top: 0px;
      left: 255;
      cursor: pointer;
      position: absolute;
      right: 0;
      height: 23%;
      padding: 0px;
      margin: 0 0px;
      text-align: center;
        z-index: 1000;
}
.container-questionnaire > .overlay:hover{background-color: red;}
.container-questionnaire .col-md-4.video-container .overlay i
{
    z-index: 1000;
      font-size: 16px;
      color: #999999;
      display: inline;
      padding: 0px;
}
.container-questionnaire .row-fluid.quest-bottom{
    padding:15px 0px; background-color: #eeeeee; bottom:0px;
/*    position: fixed; 
    width: 65.7%; */
}
 .container-questionnaire .form-image .overlay-wrapper .overlay
 {
    z-index: 1000;
     width: 25px;
      top: 0px;
      /*left: 75;*/
      cursor: pointer;
      position: absolute;
      right: 0;
      height: 23%;
      padding: 0px;
      margin: 0 0px;
      text-align: center;
}
.container-questionnaire .form-image .overlay-wrapper .overlay.left {
    left: 0;
}
.container-questionnaire .form-image .overlay-wrapper .overlay.second {
    right: 20px;
}

 .container-questionnaire .form-image .overlay-wrapper .overlay i 
 {

    z-index: 1000;
      font-size: 16px;
      color: #999999;
      display: inline;
      padding: 0px;
}

.container-questionnaire .form-view-data .page-name-container {
    color: #999;
}


.pda .container-questionnaire .top-fixed-moving 
{
    position: inherit;
    width: 100%;
}
.pda .container-questionnaire .question-list-container-questionnaire 
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pda .container-questionnaire .quest-bottom 
{
    position: inherit;
    width: 100%;
}
.pda .container-staffzone-main
{
    max-width:100%;
}
.pda .container-questionnaire {
    margin-left: 0px;
    margin-right: 0px;
}

.photo-question-container .images-container {
    width: 100%;
}
.photo-question-container .images-container .image-container {
    width:105px; 
    height: 105px; 
    float: left;
    margin: 5px;
    border: 1px solid #EBEBEB;
    background-color: #F5F5F5;
}
.photo-question-container .images-container .image-container img{
    max-width: 100px; 
    max-height: 100px; 
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    margin-bottom: 0px;
}

@media screen and (max-width: 1420px) {
.timeline-table td.date-cell {
padding: 4px!important;
}
}
/*.container-questionnaire .form-image span{color:#932947; }*/
/*
@media screen and (max-width: 768px) {

  .main-navigation .dropdown-menu {
    width: 100%;
    position: static;

    box-shadow: inset 0 4px 0px #CCC;
    background: #EEE;
  }
  .container-questionnaire{margin-left: 5%!important; margin-right: 5%!important;}

  .main-navigation .dropdown

  .navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation .nav-item.open > .dropdown-menu {
    display: block;
  }
    .modal-dialog {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
*/
@media screen and (min-width: 769px) {
  .main-navigation .nav-item:hover > .dropdown-menu {
    display: block;
  }
}

/*.btn-submit-full-search{*/
/*  float: right !important;*/
/*  margin-right: -245px;*/
/*}*/

  .widget-staff-search input[type='checkbox'] {
    margin: 0;
    font-size: 1em;
    width: 50px !important;
  }
.widget-staff-search input {
    margin: 0;
    font-size: 100%;
    
  }


  .widget-new-staff-scroller {
    border-top: 1px solid #ddd;
    padding: 5px;
    /*background: #eee;*/
    height: 400px;
    position: relative;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    -moz-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    overflow: hidden;
  }

  .widget-new-staff-scroller .widget-mask {
    overflow-y: scroll;
    position: absolute;
    top: 5px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .widget-new-staff-scroller .widget-body {
    position: relative;
  }
  .widget-new-staff-scroller .widget-body a {
    display: block;
  }
  .widget-new-staff-scroller .staff-overview-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .widget-new-staff-scroller .staff-overview-list-item:hover {
    background-color: #f5f5f5
  }
  .widget-new-staff-scroller .staff-overview-list-item .label {
    display: inline-block;
  }
  .widget-new-staff-scroller .widget-footer {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 40px;
    padding: 10px;
    z-index: 20;
    text-align: center;
  }
  .widget-new-staff-scroller .staff-overview-list-item .loc {
    line-height: normal;
  }

  .loader {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 10;
    display: none;
  }
  .loading .loader,
  .loading .loader,
  .loader.visible {
    display: block;
  }
  
  .page-loader {
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21050;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .page-loader .page-loader-overlay {
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0; 
    background: rgba(255,255,255,0.4);
  }
  body.staffzone .page-loader, 
  body.staffzone .page-loader .page-loader-overlay {
      top: 0;
  }

  .page-loader .page-loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
/*    width: 60px;
    height: 60px;*/
    min-width: 60px;
    min-height: 60px;
    line-height: 68px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #DDD;
    -moz-box-shadow: 0 0 2px #DDD;
    box-shadow: 0 0 2px #DDD;
  }
    .page-loader .page-loader-container .page-loader-text {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 20px;
        margin-top: -10px;
        padding: 5px 20px;
    }

.page-loader .page-new-loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

.page-loader .page-new-loader:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  animation: flip 1s infinite;
}
    



  /*.divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
  }*/
  .separator {
    *width: 100%;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 5px 1px;
    *margin: -3px 0 3px;
    overflow: hidden;
    background: #e5e5e5;
    border-bottom: 1px solid #ffffff;
  }
  .separator.more {
    margin-top: 9px;
    margin-bottom: 9px;
    *margin: -5px 0 5px;
  }
 
  .widget-staff-search .dropdown .loader,
  .input-wrapper .loader {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 10;
    display: none;
    width: 16px;
    height: 16px;
  }
  .input-wrapper.loading .loader,
  .loading .input-wrapper .loader,
  .input-wrapper .loader.visible {
    display: block;
  }


  /*=============================================================================*/
  /*=============================================================================*/
  /*=============================================================================*/



  .staff-search-filters {
    cursor: pointer;
    padding: 0 5px;
    /*height: 30px;*/
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    white-space: nowrap;
    overflow: hidden;
  }
  .staff-search-dropdown,
  .staff-saved-searches-dropdown,
  .staff-search-filters-dropdown {
    padding: 3px;
    top: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #777;
    -moz-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8em;
  }
  
.col-md-12 .full-staff-search-input {
  position: absolute;
  margin-left: 80px;
}


  .widget-staff-search .icon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0 auto;
  }



.widget-staff-search .dropdown label {
margin: 0;
padding: 0 4px;
display: block;
line-height: 20px;
height: 35px;
overflow: hidden;
text-overflow: ellipsis;
}
.select2-drop-active {
 /* border-color: #d07183;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/

}
.select2-drop.select2-drop-above.select2-drop-active {
    /* border-color: #d07183;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/
}
.select2-container-active .select2-choices {
    /* border-color: #d07183;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/
  }
.select2-dropdown-open.select2-drop-above .select2-choices {
     /*border-color: #d07183;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/
  }
.select2-container-multi.select2-container-active .select2-choices {
  /* border-color: #d07183;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/
}
select2-input {
    line-height: 25px;
}
.input-group > .select2-container-multi .select2-choices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container, .select2-container-multi  {
    margin: 0 0 10px 0;
}
.select2-container-multi .select2-choices  {
    background-image: none;
    /*margin: 0 0 10px 0;*/
}
.row.m-b-10 > * > .select2-container, 
.row.m-b-10 > * > .select2-container-multi  {
    margin-bottom: 0;
}


.select2-results .select2-result.select2-disabled {
    display: none;
}

.rep-container-header .normal-text {
    font-weight:  normal;
    text-transform: none;
}

.rep-container-header.container-locations-header .select2-container,
.rep-container-header.container-locations-header .dropdown-menu
{
    font-weight:  normal;
    text-transform: none;
}
.rep-container-header.container-locations-header
{
    min-height: 50px !important;
    line-height: 50px !important;
    display: flex;
    align-items: center;
}
.rep-container-header.container-locations-header .btn-group {
    text-transform: none;
}
.rep-container-header.container-locations-header .select2-container {
    margin-bottom: 0;
}
.rep-container-header.container-locations-header .checkbox-container {
    margin-top: 4px;
}
 .caption-portfolio
 {
    margin-bottom: 10px;
    text-align: center;
 }
     .select2-container .select2-choice {
/*        height: 30px;
        line-height: 30px;*/
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        background-image: none;
    }
    .select2-results .select2-result-label,
    .select2-search input {
        font-size: 14px;
    }
    .widget-staff-search .select2-container-multi .select2-choices .select2-search-choice {
        margin-top: 4px;
    }
    .select2-container-multi .select2-choices .select2-search-choice {
        margin-top: 7px;
    }

.portfolio-span
{
    border-right: 1px solid #ccc;
    min-height: 150px;
}
.portfolio-span span.portfolio
{
    padding: 3px 5px;
    margin: 3px 5px;
    cursor: move;
    position: relative;
    float: left;
    line-height: 13px;
    color: #333;
    cursor: default;
    float: left;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: small;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

    

 @media screen and (max-width: 1200px){
    .datepick-month 
    {
        width: auto!important;
    }
   .container {max-width: 100%!important;}
   .col-md-offset-1 {
    margin-left: 20px!important;
}
.col-md-10 {
width: 100%!important;
}
.row-centered-vertical.row-dialog-header {
    display: initial;
}

 }

@media screen and (max-width: 768px){
    .top-fixed-moving.navbar-fixed-top.form-view img{max-width: 30vw; max-height: 75px;}
}

/*@media screen and (max-width: 900px){
    .top-fixed-moving.navbar-fixed-top.form-view .form-view-logo-container
    {
        width: 75px;
        flex: 0 0 75px;
    }
    .top-fixed-moving.navbar-fixed-top.form-view img
    {
        max-width: 75px;
        max-height: 75px;
    }
}

@media screen and (max-width: 460px){
    .top-fixed-moving.navbar-fixed-top.form-view img
    {
    }
    .question-list-container-questionnaire {
        margin-top: 130px;
    }
}

@media screen and (max-width: 400px){
    .widget-staff-search .btn-submit-full-search {
        display: none;
    }

    .widget-staff-search .main-input-wrapper {
        padding: 0 30px;
    }

}*/

/*  @media screen and (max-width: 1000px){
.jobs-in-market-container .col-md-12.full-address 
{
    font-size: 13px;
    height: auto;
    width: 100%;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.jobs-in-market-container .rep-container-body > .row
{
    font-size: 13px;
    height: auto;
    margin-right: -10px!important;
    margin-left: -10px!important;
}
.container-questionnaire .row-fluid.quest-bottom {
}
.pda .container-questionnaire .row-fluid.quest-bottom {

width: 100%;
}
.main-navigation .nav-item.nav-item-center {
margin-left:12%;
}
.col-md-offset-1 {
    margin-left: 0px!important;
}
        th.staff-availability-header{display: none;}
        td.staff-availability-data{display: none;}
        .container {max-width: 90%!important;}
        .table-calendar{display: none;}
        .widget-staff-search .main-input-wrapper form
        {
             margin: 0px !important;
            padding:  0px !important;
            width: 100% !important;
            clear: both;
        }

        #search-one
        {
          margin-left:0px !important;
          margin-bottom: 10px !important;
          padding-left: 5px!important;
        }
      .container-questionnaire{margin-left: 5%!important; margin-right: 5%!important;}
     #search-one:focus{width: 100%;}
    li.select2-search-field{ border: none!important;}
    
    
    .select2-container { 
        margin-bottom: 10px!important;width:100% !important;padding: 0px !important;margin-left: 0px !important; box-sizing:none!important;}
     .select2-container li{
        width:100% !important;
     }
     .select2-choices 
     {
      clear: both;
      margin-left: 0px !important;
      width: 100% !important;

    }
    .widget-staff-search {height: auto!important;}
    .select2-choices ul{
      clear: both;
      margin-left: 0px !important;
    width: 100%  !important;

    }
.widget-staff-search .form-control {margin: 0px !important; width: 100% !important;padding: 0px !important; }
     .widget-staff-search .main-input-wrapper form input{
      width:100% !important;
      display: block;
    }
    .widget-staff-search .input-search {
float: none!important;
width: 100% !important;
}
 .widget-staff-search i.icon-star , i.icon-search{display: none;}
     .widget-staff-search .input-filters { display: none!important;
      width:100% !important;
      display: block;
      margin-right:0px! important;
      margin-bottom: 10px;
    }
    .widget-staff-search .select2-no-results { margin-left: 150px !important; 
      margin-right: inherit; width: 100% !important; }
   .widget-staff-search .select2-results {  margin-left: 150px !important; 
      margin-right: inherit;width: 100% !important;}
       .widget-staff-search.select2-results li{ width: 100% !important;  margin-left: inherit !important; 
      margin-right: inherit;}
      .widget-staff-search.select2-drop {
      width: 100%!important; 
      margin-left: inherit !important; 
      margin-right: inherit; }
   .widget-staff-search  .select2-drop-active {width: 100% !important; clear: both; margin-left: auto !important; }
 .widget-staff-search .btn-submit-full-search {
float: left !important;
margin-right: 0px !important;
}
.widget-staff-search .dropdown.open {
margin-top: 0px !important;
 left: 0px;
top:70px;
width: 100%;
}
.input-wrapper  .dropdown.open {
 
margin-top: 0px !important;
top:inherit !important;
margin-left: 25px !important;
width: 60%;


}
   .widget-staff-search .icon {
      position: static;
      padding-left: 40px;
      margin-bottom: 20px!important;
    }
.widget-staff-search .main-input-wrapper form input[type='checkbox'] {

width: 50px !important;
}

}*/

.select2-choices .select2-drop
{
      width: 100%!important; 
      margin-left: inherit !important; 
      margin-right: inherit; 
}

    .widget-staff-search .main-input-wrapper form{
      white-space: nowrap;
      padding-right:20px;
      margin: 0 0;
      display: inline-block;
     margin-bottom: -3px;

    }

  .widget-staff-search .main-input-wrapper  {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    overflow-x: hidden;
  }

  .widget-staff-search .input-search > input{ 
    margin: auto;
    float: left;
    width: 300px;
  
  }
  .widget-staff-search .input-search
  { 
    /*float: left;*/
    width: 300px;
    /*margin-right: 15px;*/
  }

  /*.widget-staff-search .input-filters*/
  /*{ */
  /*  z-index: 9999;*/
  /*  float: right;*/
  /*  width: 150px;*/
  /*   margin-left: 0px;*/
  /*    margin-right: 130px;*/
  
  
  /*}*/
  /*.widget-staff-search .input-filters > input { */
  /*  float: left;*/
  /*  width: 150px;*/
  /* */
  /*}*/

  /*.widget-staff-search .saved-searches {*/
  /*  display: inline-block;*/
  /*  width: 28px;*/
  /*  line-height: 26px;*/
  /*  text-align: center;*/
  /*  cursor: pointer;*/
  /*  margin: 1px auto;*/
  /*  border: 1px solid #ccc;*/
  /*  -webkit-border-radius: 4px;*/
  /*  -moz-border-radius: 4px;*/
  /*  border-radius: 4px;*/
  /*  !*position: absolute;*!*/
  /*  right: 5px;*/
  /*  top: 0;*/
  /*  z-index: 100;*/
  /*}*/
  /*.widget-staff-search .saved-searches:hover {*/
  /*  background: #ededed;*/
  /*  background: -moz-linear-gradient(top,  #ededed 5%, #f6f6f6 49%, #ffffff 100%);*/
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ededed), color-stop(49%,#f6f6f6), color-stop(100%,#ffffff));*/
  /*  background: -webkit-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);*/
  /*  background: -o-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);*/
  /*  background: -ms-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);*/
  /*  background: linear-gradient(to bottom,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);*/
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );*/
  /*}*/

 .widget-staff-search .select2-drop {
   width: 450px !important;

  }
/*
  .btn-default {
    background: #fff;
    display: inline-block;
    width: 28px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .btn-default:hover {
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ededed 5%, #f6f6f6 49%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ededed), color-stop(49%,#f6f6f6), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ededed 5%,#f6f6f6 49%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  }
*/

.widget-staff-search .staff-search-dropdown-common ul 
{
  z-index: 9999;
    padding-left: 0px;
}

  .widget-staff-search .staff-search-dropdown-common {
    /*margin-left: 20px;*/
    margin-top: -5px;
    display: none;
    position: absolute;
    z-index: 9999;
    left: inherit;
    right:inherit;
    max-height: 440px;
    overflow-y: scroll;
    font-size: 12px;
    width: inherit;
  }
 .widget-staff-search .staff-saved-searches-dropdown {
     width: 80%;
 }
  .widget-staff-search .staff-search-dropdown-common.staff-search-filters-dropdown {
      margin-left: 0;
  }
  .widget-staff-search .input-wrapper.input-filters .form-control
  {
      color:#CCC!important; padding: 5px 0px 0px 5px!important;
      font-size: 13px;
  }
  .widget-staff-search input,
  .widget-staff-search .form-control {
    /*margin: auto;*/
    width: 150px;
    /*margin-left: 12px;*/
    margin: 0 !important;
 
    padding: 4px 6px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 0;
  }

    .form-control:focus {
    outline: 0;
    /*border-color: #d07183;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 97, 123, 0.6);*/
  }
  .widget-staff-search .staff-search-dropdown-common.open {
    display: block;
    
  
 
  z-index: 9999;
 

  }
  .badge-default-with-mouseover:hover {
      background-color: #666;
  }  
.badge-green {color:green;}
.badge-red {color:red;}
 .badge-white {
     color:#666;
     background-color: #fff;
     border: 1px solid #999;
 }
  .fav .badge{background-color: #7D827F;}
  .schedule .panel-heading h3{margin-top: 5px;}
.schedule .panel-buttons-group .btn-copy-roles,
.schedule .panel-buttons-group .btn-remove-roles,
.schedule  .panel-buttons-group .btn-copy-locations-and-roles,
.schedule .panel-buttons-group .btn-remove-locations-and-roles,
.schedule .panel-buttons-group .btn-copy-locations-no-dates,
.schedule .panel-buttons-group .btn-copy-locations,
.schedule .panel-buttons-group .btn-remove-locations
{
    font-size: 12px; padding: 3px !important;
}
  /*.btn-back i{padding:5px !important;}*/
  .icon-reply {color: #999;}
.staff-search-dropdown .icon-suitcase,
.staff-search-dropdown .icon-plus
{color: #999;}

  .widget-staff-search .staff-search-dropdown-common > div {
    width: 100%;
    z-index: 9000;
  }
  .widget-staff-search .staff-search-dropdown-common > div:hover {
    background: #f5f5f5;
  }
  .widget-staff-search .staff-search-dropdown-common label {

    margin: 0;
    padding: 0 4px;
    display: block;
    line-height: 10px;
    height: 19px;
    overflow: hidden;

    text-overflow: ellipsis;

  }
  .widget-staff-search .staff-search-dropdown-common input[type="checkbox"] {
  
  margin-left: 2px !important;
  display: inline !important;
  width: 13px!important;
  height: 13px;
  }

  .staff-search-dropdown > div {
    position: relative;
    margin-top: 5px;
  }
  .staff-search-dropdown > div:first-child {
    margin-top: 0;
  }
  .staff-search-dropdown > div > a {
    display: inline-block;
    /*width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
  }
  .staff-search-dropdown > div > a:hover {
    /*background: #f5f5f5;*/
  }
  .staff-thumb,
  .staff-search-dropdown .thumb {
    width : 60px;
    height: 60px;
    /*height: 100%;*/
    /*padding-right: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: left;
    padding: 0;
    overflow: hidden;
    /*margin-right: 5px;*/
    /*background: url(../img/staff_placeholder_image.png) no-repeat;*/
    /*background-color: #CCC;*/
  }
  
  
  .staff .green-dot{
display: inline;
     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     background:green;
}
  .table-calendar .circle-green{

     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     /*background:green;*/
     background:#5cb85c;
}
 .table-calendar .circle-green:hover:after{
  background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.table-calendar .circle-grey:hover:after{
  background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.table-calendar .circle-grey:hover:before{
 border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    }
 .table-calendar .circle-green:hover:before{
 border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    }

    
  .table-calendar .circle-red{

     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     background:red;
}
 .table-calendar .circle-red:hover:after{
  background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
 .table-calendar .circle-red:hover:before{
 border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    }
    
.shortlist-staff .btn{
    padding: 0px 3.5px 2px 4px !important; 
}
.shortlist-staff .shortlist-compact .btn {
    margin-top: -5px !important;
}
.table-calendar .row {margin-left: 1px;margin-bottom: 3px !important;}
.shortlist-details{float: left; clear: both; margin-bottom: 2px; }
.table-calendar .col-xs-1{min-width: 5px!important; padding: 0px 7px 0px 7px !important;}
 .table-calendar .circle-grey{
     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     background:#999;
}
.panel-body .inner-shortlist-staff
{
    float: left;
    padding: 5px;
}
.panel-body .staff i.staff-shortlist-remove
{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #C4110C;
}
.panel-body .staff .cb-shortlist-remove
{
    position: absolute;
    left: 8px;
    top: 5px;
}
.panel-body .staff input[type="checkbox"].staff-shortlist-check
{
    position: absolute;
    left: 0;
    margin-top: 0px;
}
.panel-body .event-name-shortlisted 
{
    width: 100%;
}
.panel-body .event-name-shortlisted p
{
  display: block; margin-bottom: 5px !important; width: 100%
}
.panel-body .staff-thumb
{
  margin-right: 0px; margin-bottom:0px; position: relative;
}
.panel-body .staff 
{
  border: 1px solid #999; margin-right: 10px;
  margin-bottom: 10px; float: left; border-radius: 5px; padding:0px; position: relative; 
}
.panel-body .staff-details
{
  /*float: right;*/ 
  float: left; 
  margin-right: 10px; margin-left: 10px;
}
.panel-body .staff-details p
{
  margin-bottom: 0px !important; line-height: 1.4!important;
}

 .panel-body .shortlist-staff .staff.staff-favourite
 {
     border-color: #ff0000;
 }
 .staff .profile-favourite-icon {
     color: #999999;
 }
 .staff.staff-favourite .profile-favourite-icon {
     color: #ff0000;
 }

 .locations-booking-list .quick-search-container .btn-quick-search-heart i {
     color: #999999;
 }
 .locations-booking-list .quick-search-container .btn-quick-search-heart.active i {
    color: #ff0000;
 }
 .btn-availablity .icon-calendar
{
  display: none;
}
/* .add-new-location-btn 
 {
  margin-left: -3px; min-height: 35px!important;
}*/
  .staff-thumb img 
  {
      width: 100%
  }
  .staff-search-dropdown .thumb img 
  {
    width: 100%;
  }
  .staff-search-dropdown .details 
  {
    /*float: left;*/
    /*display: inline-block;*/
    vertical-align: top;
    padding-left: 5px;
    /*position: relative;*/
    line-height: 20px;
  }
  .staff-search-dropdown .fav 
  {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    font-size: 1.4em;
    /*float: right;*/
    /*text-align: right;*/
  }
  .staff-search-dropdown .icons-block {
      font-size: 1.2em;
      /*line-height: 1 !important;*/
      gap: 3px;
  }
  .staff-search-dropdown .icons-block i {
      font-size: 1.2em;
      /*line-height: 1 !important;*/
  }
  .staff-search-dropdown .name-title {
    font-size: 13px;
    font-weight: bold;      
  }
  .staff-search-dropdown .btn-see-more {
      font-size: 13px;
      font-weight: bold;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .staff-search-dropdown .status 
  {
/*  position: absolute;
    bottom: 0;
    right: 0;*/
    text-align: right;
    float: right;
  }
  .staff-search-dropdown .bookings 
  {
    white-space: nowrap;
    overflow: hidden;
  }
  .staff-search-dropdown .row 
  {
    margin: 0;
  }
  .staff-search-dropdown .label 
  {
    font-size: 100%;
  }
  .staff-search-dropdown .no-results-copy {
      font-size: 14px;
      padding: 15px;
  }


  .row-staff 
  {
   margin-bottom: 10px; 
 }
  .row-staff .thumb 
  {
    width : 60px;
    height: 60px;
    /*height: 100%;*/
    /*padding-right: 5px;*/
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    /*border: 1px solid #ddd;*/
    float: left;
    padding: 0;
    /*margin-right: 5px;*/
    /*background: url(../img/staff_placeholder_image.png) no-repeat;*/
    background-position: center;
  }
  .row-staff .thumb img 
  {
    width: 100%;
  }
  .row-staff .details 
  {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    position: relative;
    line-height: 20px;
  }
  
  .row-staff .details .running-late {
      color: #ff0000;
      font-weight: bold;
  }
  .row-staff .fav 
  {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.4em;
    /*float: right;*/
    text-align: right;
  }
  .row-staff .status 
  {
/*    position: absolute;
    bottom: 0;
    right: 0;*/
    text-align: right;
    float: right;
  }
  .row-staff .bookings 
  {
    white-space: nowrap;
    overflow: hidden;
  }
  .row-staff .row 
  {
    margin: 0;
  }
  .row-staff .label 
  {
    font-size: 100%;
  }



.panel.no-delete.has-locations.has-roles > .panel-body
{
    padding: 10px 15px 5px 15px;
}
.panel.no-delete.has-locations.has-roles > .panel-heading
{
    padding: 10px 15px 5px 15px;
}
  /*=============================================================================*/



  .widget-staff-search .staff-saved-searches-dropdown {
    min-height: 40px;
    overflow-y: hidden;
  }
  .staff-saved-searches-dropdown .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #DDD;
    padding-bottom: 8px;
    padding-left: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-right: 10px;
  }
  .widget-staff-search .dropdown > .top:hover {
    background: #ffffff;
  }
  .staff-saved-searches-dropdown .saved-searches-container {
    margin-top: 45px;
    max-height: 312px;
    overflow-y: scroll;
  }
  .widget-staff-search .dropdown .saved-searches-container:hover {
    background: none;
  }
  .staff-saved-searches-dropdown .saved-searches-container > div:hover {
    background: #f5f5f5;
  }
  .staff-saved-searches-dropdown .saved-searches-container .saved-search {
    position: relative;
    padding-left: 5px;
  }
  .staff-saved-searches-dropdown .saved-searches-container {
    line-height: 20px;
  }
  .staff-saved-searches-dropdown .saved-searches-container .name {
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 60px;
  }
  .staff-saved-searches-dropdown .saved-searches-container .desc {
    padding-left: 10px;
    padding-right: 60px;
    font-style: italic;
    color: #666;
  }
  .staff-saved-searches-dropdown .saved-searches-container .size {
    width: auto;
    position: absolute;
    bottom: 2px;
    right: 6px;
    font-style: italic;
    color: #666; 
  }
  .staff-saved-searches-dropdown .saved-searches-container .controls {
    position: absolute;
    top: 2px;
    right: 2px;
    width: auto;
  }
  .staff-saved-searches-dropdown .saved-searches-container .controls a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .staff-saved-searches-dropdown .saved-searches-container .controls a:hover {
    
    border: 1px solid #fff;
  }
  .staff-saved-searches-dropdown .top .loader {
    display: none;
  }
  .staff-saved-searches-dropdown .top .loader.visible {
    display: block;
  }
  .staff-saved-searches-dropdown .top .icon {
    position: absolute;
    float: left;
    left: 7px;
    top: 11px;
    width: 20px;
  }
  .staff-saved-searches-dropdown .top input {
  }
  
  .staff-saved-searches-dropdown .saved-controls {
    float: right;
  }
  .staff-saved-searches-dropdown .saved-controls .btn {
    width: auto;
    width: 25px;
    line-height: 25px;
    padding: 0;
  }

.today-tomorrow-dashboard
{
      /*margin-top: 15px;*/
      margin-right: 1px!important;
}
.dashboard-button-info
{
    clear: both;
}
ul.dashboard-ul-today-tmrw
{
    /*font-size: 12px;*/
}
.calendar-event-tooltip .tooltip-inner {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 18px #ccc;
}
.dashboard-calendar-tooltip-container {
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
}

.dashboard-top-buttons-container {
    margin: -5px 20px;
}
  /*===================================NOTIFICATIONS HOVER LAYOUT==========================================*/

.popover .staff{
float: left;
border-radius: 5px;
padding: 10px 10px 2px 10px;
}
.popover .staff .staff-applied {
      /*white-space: nowrap;*/
}
.popover .staff-thumb {
float: left;
margin-right: 0px;
margin-bottom: 0px;
}
 .popover .staff-detail {
/*float: right;*/
        margin-right: 10px;
        margin-left: 65px;
      white-space: normal;
}
.popover hr{width: 100%;}
.popover p 
{
  margin-bottom: 0px !important;
  line-height: 1.4!important;
}

.popover .staff-campaign{color: #767676;border-top:1px solid #ebebeb; margin-top: 5px;padding-top: 5px; }
.popover .btn {
padding: 0px 3.5px 2px 4px !important;
margin-top: -5px !important;
}
.popover .input-group .btn {
padding: 4px 9px!important;
margin-top: 0 !important;
}

  /*===================================RIGHT COLUMN NOTIFICATIONS==========================================*/
  .popover{min-width: 100px; }


td.notification-hover-image img {
  margin-top: -30px;
}
td.notification-detail-data p.notification-paragraph {
  font-size: 12px;
}
td.notification-detail-data {
  font-size: 11px;
}
.inner-notification .filter-notifications{ width:15%;position: fixed; bottom: 0; background-color: #fff; padding: 5px 10px 5px 10px; margin-left: auto;text-align: center; vertical-align: middle;}
.inner-notification .filter-notifications i{ color: #555; font-size: 15px; text-align: center; vertical-align: middle;}
.filter-notifications span.span2{width: 13%; overflow: hidden; float: left;text-align: center; vertical-align: middle;}
.inner-notification .filter-notifications i:hover{color: #d9534f;}
.inner-notification .notification-hover-div{position: absolute; z-index: 11000; float: left; margin-left: -250px; min-width: 250px; min-height: 200px; background-color: #eee; border-radius: 5px; }
.inner-notification table tr:hover .notification-hover-div{display: block;}
.inner-notification i.icon-ok-circle{color:green; }
.inner-notification i.icon-remove-circle{color:red; }
.inner-notification .divider{margin-top: 3px!important;}
.inner-notification a > p{margin-bottom: 3px!important; }
.inner-notification p.time{color: #aaa; display: inline; margin-left: 23px;}
.inner-notification p.time i{float: right; margin-right: 10px; margin-top: -20px; color: green;}
  .main-layout-two-column {}
  .column-right-notifications{position:fixed;bottom:0;right:0; top:106px;  margin-top:0px;float: right; margin-right: 0px; width: 18%; background-color: #fff; overflow-x:hidden;clear: both; border-color: #333; display: none; 
  overflow-y: scroll;
  margin-bottom: px; border: 1px solid #ddd;
  z-index: 1101;
  }
.inner-notification
{
    padding: 0px 5px 20px 15px;
    color: #333;
    /*float: left;*/
    transition:display 0s linear 0.5s,opacity 0.5s linear;

  }
  .inner-notification .notifications-header
  {
      background-color: #f6f6f6;
      padding: 10px 10px;
      border:1px solid #e9e9e9;
      font-size: 13px;
      text-transform: uppercase;
      color: #767676;
      font-weight: bold;
      text-align: center;
      margin-bottom: 3px;

  }
   .column-left-main-data{float: left; margin-left: 0px; width: 100%; }
  
   .notification-list-table .loading,
   .notification-list-table .load-more
   {
       margin: 10px 10px;
   }
   
  /*===================================STAFFZONE==========================================*/
  #main-attributes .select2-container{margin-left: 0px!important;}
  .container-staffzone-main .campaign-container .rep-container.job-container{border-color: #dddddd!important;}
  i.vertical-divider{margin: 0 5px;}
  h3.campaigns-staffzone{float: left!important; line-height: 20px;}
    h3.campaigns-staffzone-under{float: right!important;}
    .badge.badge-orangef {background-color:#ffb61c}
  .badge.badge-orange {background-color:#F8981D;}
  span.summary-staffzone > i{margin: 0 5px;}
  .col-md-2.col-sm-2.col-xs-2.job-status{margin-top: -10px;}
  i.staffzone-shifts {padding-right: 5px;}
  span.shifts-duration{font-weight: bold; margin-right: 5px;}
.col-md-12.full-address{font-size: 14px; height: 30px; margin-top: -10px; background-color:#f6f6f6; color:#767676; width: 99%; margin-right: -15px!important; margin-left:5px!important; padding-right: 0px!important; padding-left:7px!important;}
.container-staffzone-main .logo, .user-panel
{
    font-size: 13px;
}
.container-staffzone-main .user-panel i
{
    margin-right: 5px;
}

.container-staffzone-main .logo span
{
    color:#999999;
}
.badge-date{border-radius: 8px;
background-color: #999999;}

  /*=============================================================================*/
  /*=============================================================================*/
  /*=============================================================================*/

     span.top-menu-title-hidden {display: none;}

  .container-staffzone-main {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    /*margin-top: 20px;*/
    /*padding: 0;*/
    box-shadow: 0 0 5px #ddd;
  }
/*  @media screen and (max-width: 768px) {
    .container-staffzone-main {
      border: none;
      box-shadow: none;
    }
         span.top-menu-title-hidden {display: inline; color: #fff; margin-left: 20px;}
         .main-navigation .nav-item.right-notify i{float: left; margin-left: 15px; margin-top: 5px;}
         .main-navigation .nav-item.right-notify span{float: left; margin-left: 15px; margin-top: 5px;}
          .main-navigation .nav-item.right {padding-left: 15px!important;}
  }*/

  .header-row {
    background: #f6f6f6;
    color: #767676;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-row .controls {
    position: absolute;
    top: 3px;
    right: 3px;
  }
  .header-row h1, 
  .header-row h2,
  .header-row h3,
  .header-row h4,
  .rep-container-header h1, 
  .rep-container-header h2,
  .rep-container-header h3,
  .rep-container-header h4 {
    margin: 0;

  }
  .rep-container-header .title, 
  .rep-container-header h1, 
  .rep-container-header h2,
  .rep-container-header h3,
  .rep-container-header h4 {
    float: left;
    margin-right: 5px;
  }
  .container h1, 
  .container h2,
  .container h3,
  .container h4,
  .modal-content h2,
  .container-fluid h1, 
  .container-fluid h2,
  .container-fluid h3,
  .container-fluid h4 {
    font-size: 1.1em;
    font-weight: normal!important;
  }
  
  .rep-container-header .section-controls {
      margin-top: -2px;
  }

  .container-round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -100;
  }
  .container-fluid {
    box-sizing: border-box;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
   background-color: #f3f3f3;;
    border-color: #e9e9e9;
    margin-bottom: 20px;
  }
  .container-fluid.main-navigation {
    margin-bottom: 0;
  }
  .rep-container {
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
   background-color: #f3f3f3;;
    border-color: #e9e9e9;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
    .staffarea-signup-container{
      padding-top: 20px;
    }
  .staffarea-signup-container .rep-container-header h2
  {
      font-weight: bold!important;
  }
  
  .terms-signature-container .signature {
      border: solid 1px #000;
  }
  .terms-signature-container .btn-reset {
      position: absolute;
      margin-top: -35px;
  }
  
  .rep-container-header {

border-top-right-radius: 1px;
border-top-left-radius: 1px;
    background: #f6f6f6;
    border-color: #e9e9e9;
    width: 100%;
   font-weight: bold;
   text-transform: uppercase;
    font-size: 12px;
    color: #767676;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .rep-container-header.tabbed {
      background-color: #FFF;
      padding-top: 10px;
  }
  .col-md-8 .select2-container {margin-left: 0px;}
  .col-md-12 h1{text-transform: uppercase; font-weight: normal;}
  .rep-container-header:first-child {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 40px;
    line-height: 40px;
  }
  .rep-container-header .select2-container {
      margin-bottom: 0;
  }
  .rep-container-header .select2-container > .select2-choice {
      height: 30px;
      line-height: 30px;
      text-transform: none;
      font-weight: normal;
  }
  .rep-container-header .pull-right.progress {
    width: 30%;
  }
  .rep-container-header .progress {
    margin-top: 10px;
    margin-bottom: 10px;
  }   
  .rep-container-header .progress .bar-label {
    line-height: 20px;
    height: 20px;
    float: left;
    /*width: 100%;*/
    padding-left: 10px;
  }
  .dashboard-upcoming-section .header-title {
    /*width: 70%;*/
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /*float: left;*/
    text-overflow: ellipsis;
    flex-grow: 1;
  }
  .dashboard-upcoming-section .header-stats {
      /*float: left;*/
      width: 250px;
      min-width: 250px;
      display: flex;
  }
  .dashboard-upcoming-section .header-stats .progress {
      flex-grow: 8;
  }
  .rep-container-body{background-color: #fff;}
  .rep-container-header .rep-container-controls {
    float: right;
  }
  .rep-container-header .rep-container-controls i[class^="icon"]{
    margin-left: 10px;
  }

  .rep-container-header .rep-container-controls a.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    height: auto;
  }
  .rep-container-header .rep-container-controls a:not(.btn) {
    display: inline-block;
    border: 1px solid #eee;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;  
    border-radius: 4px; 
    height: 31px;
    line-height: 31px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 10px;
  }
  .rep-container-header .rep-container-controls i[class*="icon"] {
    width: 31px;
  }

  .rep-container-header .rep-container-controls a i[class^="icon"]{
    margin: 0;
  }
  .rep-container .rep-container-header .rep-icon-open,
  .rep-container.open .rep-container-header .rep-icon-closed {
    display: none;
  }
  .rep-container .rep-container-header .rep-icon-closed,
  .rep-container.open .rep-container-header .rep-icon-open {
    display: inline;
  }
  
  .rep-container.foldable {
/*    height: 40px;
    overflow: hidden;

    margin-bottom: 10px;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;*/
min-height: 40px;
  }
  .rep-container.foldable .rep-container-header:hover {
    cursor: pointer;
    background: #ccc;
  }
  .rep-container.foldable.open {
    /*height: auto;*/
  }
  .rep-container.foldable .rep-container-body {
      display: none;
/*    height: 0px;
    overflow: hidden;

    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;*/
    
      
  }
  .rep-container.foldable.open > .rep-container-body {
      display: block;
  }
  .rep-container-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    padding: 10px;   
    
  }
.container-questionnaire .radio-inline, .checkbox-inline {padding-left: 0px!important; margin-left: 0px!important; margin-right: 10px; margin-bottom: 4px;}
.container-questionnaire.staffing-app .radio-inline, .container-questionnaire.staffing-app .checkbox-inline {
    display: block;
}

.questionnaire-photo-image-to-mark-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.questionnaire-photo-image-to-mark-container .questionnaire-photo-image-to-mark {
    max-width: 100%;
}
.questionnaire-photo-image-mark {
    position: absolute;
    z-index: 10000;
    display: inline;
    font-family: sans-serif;
    font-size: 25pt;
    color: #FF0000;
}

  .rep-container-body .radio input[type="radio"],
  .rep-container-body .radio-inline input[type="radio"],
  .rep-container-body .checkbox input[type="checkbox"],
  .rep-container-body .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0;
  }
  /*.rep-container-body .popover-content .form-group,*/
  .rep-container-body .popover-content .form-control
 {
      margin-bottom: 0;
  }

  .simple-col {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
  }
  .simple-col:first-child {
    border-right: 1px solid #ddd;
  }

.nav-tabs > li.active > a{border-bottom-color: #fff!important;}

.rep-container .nav-tabs > li.active > a, .rep-container .nav-tabs > li.active > a:hover, .rep-container .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
}
.radio, .checkbox {
  padding-left: 15px;
}
.checkbox-group .checkbox {
  font-size: 0.9em;
  margin: 4px 0;
}






.calendar-controls {
  padding: 5px 10px;
}



.job-container .job-status .btn,
.date-container .job-status .btn
{
  margin-left: 10px;
}
.job-container .job-status .btn+span.note,
.date-container .job-status .btn+span.note
{
  line-height: 40px;
}

.job-container .btn-more-details, 
.job-container.details .btn-less-details,
.campaign-container .btn-more-details, 
.campaign-container.details .btn-less-details

{
    display: inline;
}
.job-container .btn-less-details, 
.job-container.details .btn-more-details,
.campaign-container .btn-less-details, 
.campaign-container.details .btn-more-details
{
    display: none;
}
.job-container .details-container,
.date-container .details-container
{
    display: none;
}
.job-container .rep-container-header .applied-label,
.date-container .rep-container-header .applied-label
{
    float: right;
    display: none;
    color: red;
}
.job-container.applied .rep-container-header .applied-label,
.date-container.applied .rep-container-header .applied-label
{
    display: block;
}


.portfolio-list-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;

  border: 1px solid #ddd;
}
.portfolio-list-item .side {
  background: #eee;
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.portfolio-list-item .info {
  padding: 10px;
  width: 80%;
  padding-left: 100px;
  vertical-align: top;
}
.portfolio-list-item .staff-thumb {
  float: none;
}

@media screen and (min-width: 1200px) {

}
/*@media screen and (max-width: 1000px) {
.column-right-notifications{top: 172px!important;}
  form.form-horizontal {position: relative!important; top: -20px!important;}
}
@media screen and (max-width: 480px) {
  .portfolio-list-item .side {
    display: block;
    position: static;
    width: 100%;
  }
  .portfolio-list-item .side .staff-thumb,
  .portfolio-list-item .side .name {
    display: inline-block;
  }
  .portfolio-list-item .info {
    padding-left: 10px;
  }
}*/



.list-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.list-group.list-group-contained {
  max-height: 200px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.list-group.list-group-condensed .list-group-item {
  padding: 5px 10px;
}
.list-group .list-group-item {
  border: none;
  border-top: 1px solid #ddd;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group .list-group-item:first-child {
  border-top: none;
}
.list-group .list-group-item.active {
  /*background-color: #0081c2;
  background: #932947;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzNDY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzI5NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #a3465b 0%, #932947 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3465b), color-stop(100%,#932947));
  background: -webkit-linear-gradient(top,  #a3465b 0%,#932947 100%);
  background: -o-linear-gradient(top,  #a3465b 0%,#932947 100%);
  background: -ms-linear-gradient(top,  #a3465b 0%,#932947 100%);
  background: linear-gradient(to bottom,  #a3465b 0%,#932947 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3465b', endColorstr='#932947',GradientType=0 );*/
}
.list-group-item.active, 
.list-group-item.active:hover {
  text-shadow: none;
  border-color: #ddd;
}

.list-group .label {
  position: relative;
  top: -2px;
}
.list-group .active .label {
  background-color: #fff;
  color: #000;
}

.list-group .list-group-item[data-toggle].active:after {
  content: '';
  display: block;
  border-width: 20px;
  border-style: solid;
  /*border-color: transparent transparent transparent #932947;*/
  position: absolute; 
  right: -40px;
  top: 0;
}


.portfolio-foldable,
.portfolio.foldable
{
  height: 0;
  overflow: hidden;
}
.portfolio-foldable.open,
.portfolio.foldable.open
{
  height: auto;
}



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





  .container-controls {
    background: #EEE;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    -webkit-box-shadow: inset 0 2px 0 #DDD, inset 0 0 2px #DDD;
    -moz-box-shadow: inset 0 2px 0 #DDD, inset 0 0 2px #DDD;
    box-shadow: inset 0 2px 0 #DDD, inset 0 0 2px #DDD;
  }
  .container-controls + .container-controls {
    margin-top: 10px;
  }

  .container-controls.floating {
    position: fixed;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-style: solid;
    border-width: 10px 0 20px;
   /* border-color: #A3465B;
    -webkit-box-shadow: 0 0 0px 2px #932947;
    -moz-box-shadow: 0 0 0px 2px #932947;
    box-shadow: 0 0 0px 2px #932947;*/

    -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
  }
  .container-controls.floating.on {
    bottom: 10px;
    opacity: 1;
  }

.container-fluid .widget-match-row  .widget-match-cell .simple-col {background-color: #fff;}
.container-fluid .rep-campaigns-upcoming {background-color: #fff;}
.floating-container .floating-content.floating {
  position: relative;

  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}


.rep-campaigns-upcoming .dashboard-shifts-list > .shift-container:last-child > .divider {
    display: none;
}


.row-fluid.main-container-dashboard.widget-match-row{background-color: #fff!important;}
.row-fluid.widget-match-row{background-color: #fff!important;}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid[class*="col-md-"] {
  padding: 0;
}

  .row-fluid .simple-col[class*="span"],
  .row-fluid .simple-col [class*="span"] {
    margin-left: 0;
  }
  .row-fluid .simple-col.span3,
  .row-fluid .simple-col .col-md-3,
  .row-fluid .simple-col .span3 { width: 25%; }
  .row-fluid .simple-col.span6,
  .row-fluid .simple-col .col-md-6,
  .row-fluid .simple-col .span6 { width: 50%; }
  .row-fluid .simple-col.span9,
  .row-fluid .simple-col .col-md-9,
  .row-fluid .simple-col .span9 { width: 75%; }
  .row-fluid .simple-col.span12,
  .row-fluid .simple-col .col-md-12,
  .row-fluid .simple-col .span12 { width: 100%; }



  .modal {
    height: 0;
    overflow: hidden;
  }
  .modal.in {
    height: auto;
    overflow: auto;
  }
  .modal-body {
      max-height: 530px;
      overflow: auto;
  }
  .modal.dialog-modal-booking .modal-dialog {
      width: 95%;
  }
.modal-body.modal-body-group {
    margin: 0px;
    padding: 0px;
    max-height: none;
    overflow: none;
}
.modal-body-content {
    max-height: 500px;
    overflow: auto;
}
.modal-body-content .modal-body {
    overflow: inherit;
}
.modal-body-em {
    padding: 10px;
    /*background-color: #932947;*/
    background-color: #eeeeee;
    /*border-bottom: 2px solid #932947;
    -webkit-box-shadow: 0 2px 5px rgba(40,40,40,0.4);
    -moz-box-shadow: 0 2px 5px rgba(40,40,40,0.4);
    box-shadow: 0 2px 5px rgba(40,40,40,0.4);*/
  }
  .modal-body-jobs {
    border-bottom: 1px solid #e5e5e5;
    /*padding: 10px;*/
    padding-bottom: 0px;
  }
  .modal-body-recipients .modal-body-jobs {
      border: none;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .modal-body-main {
      min-height: 300px;
/*      max-height: 600px; */
      overflow: auto;
      max-height: none;
  }


  .note {
    /*color: #bbb;*/
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
  }
  .note strong {
    color: #999;
  }
  .rep-container-header .note {
    color: #666;
    text-shadow: 0 1px 0 #eee;
    font-size: 0.9em;
  }




  .row-file {
    padding: 5px 10px;
  }
  .row-file:hover {
    background: #eee;
  }
  .row-file label {
    font-weight: inherit;
  }
  .row-file i[class*="icon"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
  }




  .message-files {
    height: 0px;
    overflow: hidden;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(40,40,40,0.4);
    -moz-box-shadow: inset 0 0 2px rgba(40,40,40,0.4);
    box-shadow: inset 0 0 2px rgba(40,40,40,0.4);
    margin-bottom: 10px;

    -webkit-transition: height .45s ease-in-out;
    -moz-transition: height .45s ease-in-out;
    -ms-transition: height .45s ease-in-out;
    -o-transition: height .45s ease-in-out;
    transition: height .45s ease-in-out;
  }
  .message-files .content-wrapper {
    padding: 5px;
  }
  /*.message-files.open {
    max-height: 400px;
  }*/

  .message-file {
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .modal-action {
      cursor: pointer;
  }
  .message-file.file-pre-load {
    color: #aaa;
    text-shadow: 0 1px 0 #FFF;
  }
  .message-file:hover {
    background: #ddd;
  }
  .message-files .message-files-controls {
    float: right;
  }
  .message-files .message-files-controls .modal-action {
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 19px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
  }
  .message-files .message-files-controls .modal-action:hover {
    border: 1px solid #eee;
  }
  .message-files .progress {
    height: 10px;
    margin-bottom: 0;
    margin-top: 5px;
  }



/*  .modal.modal-wide {
    width: 1000px;
    margin-left: -500px;
  }*/
  .modal.modal-wide .modal-dialog {
    width: 1000px;
  }

  @media screen and (min-width: 1200px) {
    .modal.modal-wide .modal-dialog {
      width: 1000px;
    }
  }
  @media screen and (max-width: 1000px) {
    .modal.modal-wide .modal-dialog {
      width: 680px;
    }
  }
  @media screen and (max-width: 680px) {
    .modal.modal-wide,
    .modal.modal-wide .modal-dialog {
      width: 100%;
    }
  }





.icon-white {
  color: #fff;
}

  .alert [class^="icon"] {
    display: inline-block;
    width: 30px;
   font-size: 1.4em;
   text-align: center;
  }



  .spaced-rows [class^="row"] {
    margin-bottom: 15px;
  }
  .spaced-rows select, 
  .spaced-rows textarea, 
  .spaced-rows input[type="text"], 
  .spaced-rows input[type="password"], 
  .spaced-rows input[type="datetime"], 
  .spaced-rows input[type="datetime-local"], 
  .spaced-rows input[type="date"], 
  .spaced-rows input[type="month"], 
  .spaced-rows input[type="time"], 
  .spaced-rows input[type="week"], 
  .spaced-rows input[type="number"], 
  .spaced-rows input[type="email"], 
  .spaced-rows input[type="url"], 
  .spaced-rows input[type="search"], 
  .spaced-rows input[type="tel"], 
  .spaced-rows input[type="color"], 
  .spaced-rows .uneditable-input {
    margin-bottom: 0;
  }


select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
  min-width: 50px;
}

.settings-container select, 
.settings-container textarea, 
.settings-container input[type="text"] 
{
      margin-bottom: 0px;
}

.settings-container label {
    font-weight: normal;
}
.settings-container .field-instruction {
    font-size: 85%;
}


  .bootstrap-timepicker-widget {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 100;
    float: left;
  }
  .bootstrap-timepicker-widget .separator {
    background: none;
  }




  /* found : John Magnolia on StackOverflow*/
  .row-fluid .offset0 {
    margin-left: 0
  }
  .row-fluid .span12.offset0 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .row-fluid .span11.offset0 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .row-fluid .span10.offset0 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .row-fluid .span9.offset0 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .row-fluid .span8.offset0 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .row-fluid .span7.offset0 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .row-fluid .span6.offset0 {
    width: 49.99999999999999%;
    *width: 49.93055555555555%;
  }
  .row-fluid .span5.offset0 {
    width: 41.66666666666666%;
    *width: 41.597222222222214%;
  }
  .row-fluid .span4.offset0 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
  }
  .row-fluid .span3.offset0 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .row-fluid .span2.offset0 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .row-fluid .span1.offset0 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }



 .no-pad [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
 }
 .no-pad.alpha {
  padding-left: 0;
 }
 .no-pad.omega {
  padding-right: 0;
 }
/*
 * Bootstrap Grid System without space
 *
 * Overwrite Bootstrap grid system, removing margin
 * Usage : 
 * Simple add no-space class with row-fluid
 * <ul class="row-fluid no-space"> ... </ul>
 * found : Alvaro Canepa on StackOverflow
 */
 .row-fluid.no-space [class*="span"] {
  margin-left: 0%;
  *margin-left: -0.06944%;
}
.row-fluid.no-space [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid.no-space .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid.no-space .span12 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid.no-space .span11 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid.no-space .span10 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid.no-space .span9 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid.no-space .span8 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid.no-space .span7 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid.no-space .span6 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid.no-space .span5 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid.no-space .span4 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid.no-space .span3 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid.no-space .span2 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid.no-space .span1 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
.row-fluid.no-space .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
.row-fluid.no-space .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}








.staff-table-controls {
    margin-bottom: 10px;
}
.staff-table-controls .pagination { 
  margin-top: 0; 
  margin-bottom: 0; 
}
.list-controls .pagination,
.pagination { 
    margin-top: 0;
    margin-bottom: 0;
}
/*.btn-group .btn-group,
.btn-group .btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn-group:last-child,
.btn-group .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;       
}*/
.btn-group .btn { margin-right: -1px; }


.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  /*border: 1px solid #DDD;*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}


.table-container.table-layout-thumbs .table-layout-container,
.table-container.table-layout-table .grid-layout-container {
  display: none;
}
.table-container.table-layout-table .table-layout-container,
.table-container.table-layout-thumbs .grid-layout-container {
  display: block;
}
.grid-layout-container {
  clear: both;
  margin-bottom: 20px;
}
.staff-grid-item {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}
.staff-grid-item:hover {
  background: #f5f5f5;
}
.staff-grid-item .thumb {
  width: 80px;
  height: 80px;
  float: left;
  background: url(../img/staff_placeholder_image.png) no-repeat;
  background-size: cover;
}
.staff-grid-item .details {
  float: left;
  margin-left: 10px;
}
.staff-grid-item .details .name {
  width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap; 
}
.staff-grid-item .fav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}


.staff-grid-item .details {
  position: absolute;
  left: 90px;
  right: 10px;
  width: auto;
}
.staff-grid-item .details .name {
  padding-right: 70px;
}
@media screen and (min-width: 1200px) {
  .staff-grid-item .details {
    
  }
/*    .jobs-in-market-container .rep-container-header h3 {
        max-width: 50%;
    }*/
}
/*@media screen and (max-width: 979px) {
  .rep-container-header {
    font-size: 1em;
  }
  .staff-grid-item .details {

  }
}
@media screen and (max-width: 480px) {
  .staff-grid-item .details {
    
  }
  .jobs-in-market-container .rep-container-header h3 {
   width: 85%;
  font-size: 1em;
}
}*/
@media screen and (max-width: 600px) {
  .container {
max-width: 100%!important;
}
  .job-container.applied .rep-container-header .applied-label {
float: none!important;
}
  .job-container.applied .rep-container-header .applied-label span {
font-size: 10px;
}
.jobs-in-market-container .row .col-xs-2.job-status .btn-more-details
{
   padding: 3px 5px!important;
  font-size: 11.5px;
}
.jobs-in-market-container .row .col-xs-2.job-status .btn-less-details
{
   padding: 3px 5px!important;
  font-size: 11.5px;
}
.container-staffzone-main .campaign-container .rep-container.job-container {
  float: left;
  margin-top: 10px;
}
.rep-container-header:first-child {
 /* float: left;*/
 margin-bottom: 10px;
}

.jobs-in-market-container .rep-container-header h3 {
 line-height: 20px; 
 width: 80%;
 max-width: 100% !important;
}
.jobs-in-market-container .rep-container-header h3.campaigns-staffzone-under {
float: left!important;
}
 
}

@media screen and (max-width: 500px) {
  .login-header 
  {
      min-height: 1px;
  }

 .login-box {
width: 100%;
}
}



.btn-group.btn-group-vert {
  margin: 0 auto;
  float: none;
}
.btn-group.btn-group-vert .btn { float: none; display: block; }
.btn-group.btn-group-vert > .btn:first-child {
  margin-left: 0;
}
.btn-group.btn-group-vert > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group.btn-group-vert > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group.btn-group-vert > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.dropdown-menu.shortest {
  min-width: 0;
}
.dropdown-menu.shortest > li{
  text-align: left;
}
.dropdown-menu.shortest >li > a {
  padding-right: 10px;
  padding-left: 10px;
}


table.table-hover tbody tr:hover {
  background: #eee;
}
table.table-condensed td {
  height: 20px;
  line-height: 20px;
}
table thead {
    background: #f0f0f0;
/*  background: #eeeeee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
  background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
  background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
  background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );*/
}
table.no-background thead,
table.no-background  {
  background: none !important;
}
.datetimepicker table thead,
.timepicker table thead,
.datepicker table thead { 
  background: none; 
}
table td.text-center { text-align: center; }

.table.table-vert-middle tbody > tr > td {
  vertical-align: middle;
}
.table tbody > tr > td.full-a {
  /*padding: 0;*/
}
.table tbody > tr > td.full-a > a {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdown-menu [class^="icon"],
.dropdown-menu i,
table span [class^="icon"],
table:not(.fa-no-min-width) i {
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.icons-with-min-width i {
    /*min-width: 16px;*/
    padding-left: 1px;
    padding-right: 1px;
}
table.wide-inputs input,
table.wide-inputs textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.table td .btn {
  padding-left: 5px;
  padding-right: 5px;
}
table.table td .btn.btn-edit,table.table td .btn.btn-delete {
 /*display: table-cell;*/
}

.table .centered {
  text-align: center;
}
.table.table-upcoming a {
  width: 100%;
  height: 100%;
  display: block;
}
.table.table-upcoming .badge-green {
    background-color: green;
    color: white;
}
.table.table-upcoming .badge-red {
    background-color: red;
    color: white;
}
/*.table-centered td, .table-centered th { text-align: center; }*/
/*.table-centered tbody td:first-child { text-align: left; }*/

table.table-upcoming td.bld,
table.table-upcoming td.red.centered,
table.table-upcoming td.amber.centered,
table.table-upcoming td.green.centered {
  padding: 0;
}
table.table-upcoming td.bld a:hover,
table.table-upcoming td.red.centered a:hover,
table.table-upcoming td.amber.centered a:hover,
table.table-upcoming td.green.centered a:hover {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 2px #888;
  -moz-box-shadow: inset 0 0 2px #888;
  box-shadow: inset 0 0 2px #888;
}
table.table-upcoming td.bld a,
table.table-upcoming td.red.centered a,
table.table-upcoming td.amber.centered a,
table.table-upcoming td.green.centered a {
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}

table td.bld,
table td.red,
table td.amber,
table td.green { font-weight: bold; }
.red,
a.red:hover,a.red:focus,
table td.red { color: #ED2139 !important; }
.amber,
table td.amber { color: #E8A01A !important; }
.green,
.green:hover,.green:focus,
table td.green { color: #22941E !important; }

.gold,
.gold:hover,.gold:focus,
table td.gold { color: #d4af37 !important; }

.blue,
table td.blue { color: blue; }
.black,
table td.black{ color: black; }

.dark-grey,
table td.dark-grey { color: #909090 !important; }

.light-grey,
table td.light-grey { color: #9D9D9D !important; }

.yellow,
table td.yellow { color: #f0f000 !important; }

.label.red,
.badge.red { 
  background-color: #ED2139; 
  color: #fff !important;
}
.label.amber,
.badge.amber { 
  background-color: #E8A01A; 
  color: #fff !important;
}
.label.green,
.badge.green { 
  background-color: #22941E; 
  color: #fff !important;
}
.label.gold,
.badge.gold { 
  background-color: #d4af37; 
  color: #fff !important;
}

.no-wrap {
  white-space: nowrap;
}
.no-capitalise {
    text-transform: none;
}



.res-during label
{
  font-weight: normal;
}
.res-during label .col-md-10
{
  margin-bottom: 0px;
}
.staff-overview-list-item {
  line-height: 20px;
  display: inline-block;
  overflow-x: hidden;
  /*text-overflow: ellipsis;*/
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  /*border-bottom: 1px solid #888;*/
}
.staff-overview-list-item > div {
  padding: 0 10px;
  /*float: left;*/
  line-height: 20px;
  display: inline-block;
}
.housekeeping > .staff-overview-list-item {
  display: block;
  float: left;
}
.staff-overview-list-item .no {
  /*border-right: 1px solid #888;*/
  width: 20%;
  /*width: 50px;*/
  text-align: right;
}
.staff-overview-list-item {
    white-space: nowrap;
}
.staff-overview-list-item .stat {
    /*white-space: nowrap;*/
    /*overflow-x: hidden;*/
    /*text-overflow: ellipsis;*/
}
.staff-overview-list-item:hover {background: #eee;}
.staff-overview-list-item.red [class^="icon"]    { color: #CA5B5F; }
.staff-overview-list-item.amber [class^="icon"]  { color: #E5A84C; }
.staff-overview-list-item.green [class^="icon"]  { color: #43963C; }
.staff-overview-list-item.blue [class^="icon"]  { color: blue; }
.badge-blue {
  background-color: blue;
}


.staff-overview-list-item .thumb {
  width: 80px;
}
.staff-overview-list-item .thumb img {
  width: 100%;
}
.staff-overview-list-item .name {
  line-height: 20px;
}
.staff-overview-list-item.housekeeping .no {
  width: 70px;
}

.table tr.red {
  background-color: #CA5B5F;
}
.table-striped tbody > tr.red:nth-child(odd) > td {
  background-color: #DD6267;
}
.table tr.amber {
  background-color: #E5A84C;
}
.table-striped tbody > tr.amber:nth-child(odd) > td {
  background-color: #E5B770;
}
.table tr.green {
  background-color: #43963C;
}
.table-striped tbody > tr.green:nth-child(odd) > td {
  background-color: #55BB4C;
}

.table.table-lined td {
  border-left: 1px solid #ddd;
}
.table.dark-borders td,
.table.dark-borders tr { border-color: #666; }
.table.table-lined td:first-child {
  border-left: 0;
}

/*---------------------------->>>>>>>>>>>>> Collateral <<<<<<<<<<<<<<<---------------------------*/




.col-md-4.right-panel-side .controls {
float: right;

margin-top: 30px;
}
div.col-md-4.right-panel-side-tasks {
margin-left: -18px;
margin-top: 0px;
}
.panel-body .col-md-7.panel-body-left{border: 1px solid #ddd; border-radius : 5px;padding-left:0!important; 
  padding-right:0!important; margin-left: 10px!important;margin-right: 20px!important; width: 60%!important;
  padding-bottom: 5px;
}
.panel-body .col-md-8.panel-body-left{border: 1px solid #ddd; border-radius : 5px;padding-left:0!important; 
  padding-right:0!important; margin-left: 34.5%!important;margin-right: 20px!important; 
  padding-bottom: 5px;
}
.collateral-tasks p{margin-bottom: 0px!important;}
.collateral-tasks p.collateral-tasks-info.collateral-strikethrough{text-decoration: line-through;}
.collateral-tasks p.collateral-tasks-info-date.collateral-default{color: #999999;}
.collateral-items .col-sm-3.collateral-default{color: #999999;}
.collateral-tasks p.collateral-tasks-info-date{color: #d9534f;}
.collateral-tasks .collateral-tasks-date {margin-right: 10px; font-size: 14px; margin-top: 5px;}
.collateral-tasks .collateral-tasks-date{float: right;}
.collateral-tasks:last-child{border-bottom: none!important;}
.collateral-tasks .collateral-tasks-date span.badge{border-radius: 3px!important;}
.collateral-tasks{display: inline; padding-top: 10px;  overflow: none; float: left; width: 100%; border-bottom: 1px solid #ddd; padding-left: 10px; padding-right: 10px;}

.collateral-items .controls{margin-top: 0px!important;}
#tab-notifications-items {float:left; clear:both; overflow:none;margin-top: 10px;}
.col-collateral .caret-icon {width: 1%; margin-left: 10px; margin-top: 10px;}
.panel-body .col-md-4.right-panel-side{padding-left:0!important; padding-right:0!important;
 }
 .col-md-8.panel-body-left .col-md-1 input {float: right; font-size: 14px;}
  .col-md-8.panel-body-left .col-md-1  {padding-left:0!important; 
  padding-right:0!important; margin-left: -25px;}
 .col-md-8.panel-body-left {
/* padding-left: 40px; */
padding-right: 0px!important;
padding-left: 0px!important;
border: 1px solid #ddd; 
float: right;

width: 66%;
}
.col-md-3.right-panel-side-tasks {
float: left;
margin-left: -30px;
}
.panel-body-right-tasks .col-sm-12 {

padding: 0!important;
}

 .panel-body .col-md-4.right-panel-side-tasks select#top-campaign-selector{width: 100%;}
 .panel-body .col-md-4.right-panel-side-tasks {
  padding-left:0!important; padding-right:0!important;

}
.panel-body-right-tasks select#top-campaign-selector{width: 100%;}
.panel-body-right-tasks p{margin-bottom: 0px!important;}
.panel-body-right-tasks .col-sm-12.tasks-campaign-row{ border-bottom: 1px solid #ddd; float: left; clear: both;overflow: hidden; padding: 10px 0!important; }
.panel-body-right-tasks .col-sm-12.tasks-campaign-row:last-child {
border-bottom: none!important;
}
.panel-body-right-tasks p.collateral-default{color: #999999;}
.panel-body-right-tasks .col-sm-6.tasks-badges span{float: right; margin-top: 10px;}
.panel-body-right-tasks .col-sm-6.tasks-campaign-list{padding: 0!important;}
.panel-body-right-tasks p{margin-bottom: 0px!important;}
.panel-body-right-tasks .col-sm-12.tasks-campaign-row{ border-bottom: 1px solid #ddd; float: left; clear: both;overflow: hidden; padding: 10px 0!important; }
.panel-body-right-tasks .col-sm-12.tasks-campaign-row:last-child {
border-bottom: none!important;
}
.panel-body-right-tasks p.collateral-default{color: #999999;}
.panel-body-right-tasks .col-sm-6.tasks-badges span{float: right; margin-top: 10px;margin-right: 3px;}
.panel-body-right-tasks .col-sm-6.tasks-campaign-list{padding: 0!important;}
.panel-body-right .col-md-6{display: inline!important;}
.panel-body-right {float: right; clear: both;overflow: none; border: 1px solid #ddd; border-radius : 5px;padding: 15px 10px; margin-top: 5px;}
.panel-body-right-tasks {float: left;  border: 1px solid #ddd; border-radius : 5px;padding: 15px 10px;
position: fixed;
margin-top: 0px;
width: 32%;
overflow-x: hidden;
overflow-y: scroll;
margin-left: -22px;
max-height: 530px;
max-height: 300px;
}
.tasks-page .rep-container-body {min-height: 550px!important;}
.panel-body-right-tasks i.icon-calendar {width: auto!important; background-color: #eeeeee;
position: absolute;
    right: 15px;
    padding: 9px 8px;
    pointer-events: none;
    border: 1px solid #cccccc;
}
.panel-body-right-tasks .col-sm-6.btn-group.btn-toggle{margin-bottom: 10px;}
.panel-body-right .col-sm-6.btn-group.btn-toggle{margin-bottom: 10px;}
.panel-body-right .form-control{width: auto!important;}
.panel-body-right i.icon-calendar {width: auto!important; background-color: #eeeeee;
position: absolute;
    right: 28px;
    padding: 9px 8px;
    pointer-events: none;
    border: 1px solid #cccccc;
}
.panel-body-right .col-md-6.calendar-collateral {padding-right: 30px;}
.panel-body-right .col-sm-4 {margin-top: 8px;}
.collateral-items{display: inline; padding-top: 10px;  overflow: none; float: left; width: 100%; border-bottom: 1px solid #ddd;}
.col-md-7.panel-body-left .controls{float: right; margin-right: 10px; margin-top: 5px;} 
.collateral-items .col-md-0{padding-left:0!important; padding-right:0!important; margin-left: -8px!important;margin-right: -10px!important; width: 1%!important;} 
.collateral-items input[type="text"]{display: inline;}
.collateral-items i.icon-link {font-size: 16px; font-weight: bold;
}

.collateral-items i.icon-link:before {
-webkit-transform: rotate(135deg);}
.collateral-items .col-sm-3{display: inline; margin-left: 20px; margin-top: 8px; font-size: 14px;}
.table-collateral{margin-bottom: 0px!important;}
.col-collateral{padding-left: 0px!important; padding-right: 0px!important;}
.col-collateral .panel-heading{padding-left: 0px!important; padding-right: 0px!important; margin: auto 0;}
  span.coll-1{float:left;width: 18%; margin-top: 10px;}
  span.coll-2{float:left;width: 20%;margin-top: 10px;}
  span.coll-3{float:left;width: 10%;margin-top: 10px;}
  span.coll-4{float:left;width: 10%;margin-top: 10px;}
  span.coll-5{float:left;width: 10%;margin-top: 10px;}
  span.coll-6{float:left;width: 13%;}
  span.coll-7{float:left;width: 13%;}
  span.coll-8{float:left;width: 5%;}

.staff-photo-thumbnail {
  display: inline-block;
  position: relative;
  /*width: 200px;*/
  /*height: 200px;*/
  padding: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.staff-photo-thumbnail .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
/*  bottom: 0;
  left: 0;*/
  /*width: 20px;*/
  width: 100%;
  height: 20px;
  display: none;
  background: #888;
  background: rgba(40,40,40,0.3);
  color: #eee;
}
.staff-photo-thumbnail:hover .overlay {
  display: block;
}
.staff-photo-thumbnail .inner-wrap,
.staff-photo-thumbnail .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.staff-photo-thumbnail .photo {
  z-index: 5;
}
.staff-photo-thumbnail .remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.staff-photo-thumbnail .rotate-clockwise {
  position: absolute;
  top: 0;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.staff-photo-thumbnail .rotate-counterclockwise {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
/*.staff-photo-thumbnail .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}*/
.staff-photo-thumbnail .controls a {
  display: block;
}
.staff-photo-thumbnail .controls [class*="span"] {
  height: 40px;
  vertical-align: center;
  text-align: center;
}


select {
  height: 30px;
}

select#top-campaign-selector
{
  line-height: 1.428571429;
font-size: 13px;
color: #666666;
vertical-align: middle;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-radius: 4px;
border-color:  #ccc;
}
select option:hover {
  /*background-color: #d07183;*/
}
.select-entries { 
/*  float: right;
  margin-top: 10px;
  margin-bottom: 10px;*/
  /*margin-left: 5px;*/
}
.select-entries select { 
  width: 70px; 
  margin-bottom: 0;
}
.list-controls .select-entries {
    margin-top: 0;
    margin-bottom: 0;
}
.pagination { white-space: nowrap; }
.inline-input,
.inline-input input,
.inline-input textarea,
.inline-input select {
  display: inline-block;
  vertical-align: top;
}

.inline-control {
    display: inline;
}



.profile-photo {
  width: 100%;
}
.profile-photo img {
  /*margin: 0 auto;*/
  /*display: block;*/
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}






/* ==============================================================================================*/
/* FILE INPUT */
/* Implementation described here
 * http://jasny.github.io/bootstrap/javascript/#fileinput-usage
 * extracted only relevant bits, look to above link if something's missing. 
 */

.fileinput{display:inline-block;margin-bottom:9px}
.fileinput .uneditable-input{display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}
.fileinput .thumbnail{display:inline-block;margin-bottom:5px;overflow:hidden;text-align:center;vertical-align:middle}
.fileinput .thumbnail>img{max-height:100%}
.fileinput .btn{vertical-align:middle}
.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none}
.fileinput-inline .fileinput-controls{display:inline}
.fileinput .uneditable-input{white-space:normal}
.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0}
.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0}
.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0}
.form-group.has-warning .fileinput .uneditable-input{color:#c09853;border-color:#faebcc}
.form-group.has-warning .fileinput .fileinput-preview{color:#c09853}
.form-group.has-warning .fileinput .thumbnail{border-color:#faebcc}
.form-group.has-error .fileinput .uneditable-input{color:#b94a48;border-color:#ebccd1}
.form-group.has-error .fileinput .fileinput-preview{color:#b94a48}
.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}
.form-group.has-success .fileinput .uneditable-input{color:#468847;border-color:#d6e9c6}
.form-group.has-success .fileinput .fileinput-preview{color:#468847}
.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}
.btn-file {position: relative;overflow: hidden;vertical-align: middle;}
.btn-file>input {position: absolute;top: 0;right: 0;margin: 0;font-size: 23px;cursor: pointer;opacity: 0;filter: alpha(opacity=0);transform: translate(-300px,0) scale(4);direction: ltr;}

/* //FILE INPUT */
/* ==============================================================================================*/


.tags ul {
  margin: 0;
  padding-left: 10px;
}
.tags li {
  display: inline-block;
  margin: 0 3px 5px 0;
}
.tags a {
  display: inline-block;
  padding: 2px 5px;
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


table .icon-star {
  color: #ddd;
  text-shadow: 0 -1px 0px #A8A8A8;
}



[class^="icon"].gold {
  color: #d4af37;
  /*text-shadow: none;*/
  text-shadow: 0 1px 0px #000;
}
[class^="icon"].silver {
  color: #b5b5b5;
  /*text-shadow: none;*/
  text-shadow: 0 1px 0px #000;
}
[class^="icon"].bronze {
  color: #cd7f32;
  /*text-shadow: none;*/
  text-shadow: 0 1px 0px #000;
}


.row-spaced {
  margin-top: 10px;
  margin-bottom: 10px;
}
.controls-row {
  clear: both;
}
.controls-row.omega,
.controls-row {
  border-bottom: none;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}
.controls-row.alpha,
.controls-row:first-child {
  border-top:none;
  border-bottom: 1px solid #ddd;
  margin-top: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

 .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

 .hidden {
  display: none !important;
  visibility: hidden;
}
.status-hidden {
    display: none;
}

.display-none {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

 .invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix:before,
 .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
.clear-all {
    clear:both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

 .clearfix {
  *zoom: 1;
}

textarea.error, 
input[type="text"].error, 
input[type="password"].error, 
input[type="datetime"].error, 
input[type="datetime-local"].error, 
input[type="date"].error, 
input[type="month"].error, 
input[type="time"].error, 
input[type="week"].error, 
input[type="number"].error, 
input[type="email"].error, 
input[type="url"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="color"].error, 
.uneditable-input.error {
    background-color: #FCC !important;
}
input.error, 
select.error,
.error input,
.error select,
.select2-container.error .select2-choice,
.error input[disabled],
.error select[disabled] {
    background-color: #FCC;
}



.cal-month-day {
height: auto!important;
}
.calendar-toggle {text-align: center;}
.event-list .event1:hover{cursor: pointer;} 
span[data-cal-date]{position:static; float: right !important; margin-top: 0px !important; display: block;}
.event-list{margin: 25px 5px 5px 5px; padding: 5px 2px 2px 5px;background-color: #ededed96;border-radius: 4px; height: auto; font-size: 11px; text-transform: uppercase}
.event-list .divider{margin: 4px 0px !important;}

.event1 p{display: inline; font-size: 11px; float: left; color: #333; margin: 0px !important; width: 100%}
.event1 span:not(.no-align-right){display: inline; float: right; }


.event-list .event1{padding: 0px;color: #333; width: auto; overflow: hidden; margin: 0px; display: block;} 
.pickmeup{background-color: #fff !important; color: #333 !important;}
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
min-height: auto !important;

}

.event1 .tooltip-line,
.calendar-event-tooltip  .tooltip-line{
    display: block; 
    font-size: 11px; 
    color: #333; 
    margin: 0px !important; 
    width: 100%;
    text-align: left;
    line-height: 20px;
}
.event1 .tooltip-line.subline,
.calendar-event-tooltip  .tooltip-line.subline{
    padding-left: 10px;
}
.event1 .tooltip-line span,
.calendar-event-tooltip .tooltip-line span{
    display: inline; float: right; margin-bottom: 0 !important
}

  


/*.event-list .tooltip-events {
    display: none;
    position: absolute !important;
    width: 200px;
    background: rgba(61,102,143,0.9);
    padding: 5px;
    margin: 0 0 12px 0;
    color: #fff;
    z-index: 100;
    bottom: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
/*
.event-list .tooltip-events:after {
    content: "";
    position: absolute !important;
    bottom: -14px;
    z-index: 100;
    border: 0 solid rgba(61,102,143,0.9);
    border-bottom: 14px solid transparent;
    width: 100%;
}
 
.event-list .tooltip-events:before {
    content: "";
    position: absolute !important;
    border: 0 solid rgba(61,102,143,0.9);
    bottom: -14px;
    z-index: 100;
}*/

 /*.event-list .event1:hover:after{
  background: #333;

   padding:5px;
    border-radius: 5px;
width: 200px !important;
    color: #fff;
    content: attr(title);
   
}
  .event-list .event1:hover:before{
 border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    } */
    .event1 #tooltip-inner p,
    .calendar-event-tooltip #tooltip-inner p
    {
        color: #333;
        text-align: left;
        border-bottom: 1px solid #ccc;
        text-align: left;
        margin-right:-1em;
    }
   

.cftbl[tr]{border-bottom: 1px solid #fff; }


.event-list-campaigns{
    margin: 25px 5px 5px 5px; 
    padding: 5px 2px 2px 5px;
    height: auto; 
    font-size: 11px; 
}


.tooltip {
    z-index: 10300;
    font-size: var(--primary-font-size);
}
.tooltip.in {
    opacity: 1 !important;
}
.tooltip-inner {min-width: 350px!important;float: left;
  /*background-color: #E2E4E3;*/
  background-color: #f4f4f4;
  box-shadow: 3px 3px 3px #c4c4c4;
  color: #333!important;
 }
 .tooltip-inner p:hover
 {
   /* color: #fff;
  background-color: #333;
   border-radius: 5px;
  padding: 0px 5px;*/
  color: #333!important;

 }
#confirm-tooltip + .tooltip > .tooltip-inner
{
width: 400px!important;
}
.tooltip .tooltip-arrow
{
    border-bottom-color: #E2E4E3!important;
}
.event1 #tooltip-inner,
.calendar-event-tooltip #tooltip-inner
{
  display: none;
  max-height: 180px;
  position: absolute;
  z-index: 100;
 
  margin-top: 10px;
  min-width: 100px;
    max-width: 300px;
    padding: 3px 8px;
   font-size: 11px;
    text-align: left;
    text-decoration: none;
    background-color: #333;
    border-radius: 4px;
 
}

.campaign-today .dashboard-data-content {float: left; width: 80%; padding-top:0; padding-right: 10px; padding-bottom: 5px;}
.campaign-today .dashboard-data-content li:has(.fa-li) {margin-top: 2px; margin-bottom: 2px;}
.campaign-today .dashboard-data-content li i.fa-lg {
    vertical-align: -0.1667em;
}
/*.campaign-today .dashboard-data-content span{margin-right: 3px;}*/
/*.campaign-today .dashboard-data-content i{margin-right: 5px;}*/
.campaign-today .dashboard-data-buttons i.icon-info-sign{position:relative;top: 3px!important; color: #999999; font-size: 18px; }
.campaign-today .dashboard-data-buttons .btn-check-in{margin-right: -3px; }
.campaign-today .dashboard-data-buttons {float: right; width: 15%;margin-right: 5px; padding-top:5px;}
.campaign-today .dashboard-data-buttons .button-row-1{float: right;}
.campaign-today .dashboard-data-buttons .button-row-2{float: right;}
.campaign-today .dashboard-data-buttons .btn{padding: 1px 3px !important; font-size: 11px;}
.campaign-today .dashboard-data-buttons .btn-send-push{margin-top: 5px;}
.campaign-today .dashboard-data-buttons .btn-send-sms {margin-top: 5px;}

.campaign-today .dashboard-data-content .name {font-size: 110%; font-weight: bold;}

/*.campaign-today .dashboard-data-content .staff-search-input {
    margin-top: -8px;
}*/
.campaign-today .dashboard-data-content .staff-thumb {
    width: 40px;
    height: 40px;
}

#calendar-container.categorise-by .event-list .event1 {
    border-left: 10px solid;
    padding-left: 5px;
    border-color: #ededed;
}

#calendar-container:not(.categorise-by) .categorisation-container {
    display: none;
}
/*.owners-container {
    display: inline;
}*/
.categorisation-container .owner {
    color: #FFF;
    background-color: #999999;
    font-size: 115%;
    font-weight: 700;
    display: inline-block;
    padding: 7px;
    border-radius: 30px;   
    margin-left: 10px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;    
    cursor: pointer;
    border: 1px solid #FFF;
}
/*.categorisation-container .owner:hover,*/ 
.categorisation-container .owner.active {
    border: 1px solid #000;
}
.categorisation-container .owner.owner-campaign {
    max-width: 50px;
    /* overflow-x: hidden; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
}
/*.tooltip-inner:has(+ .owner-tooltip) {
    min-width: 250px;
}*/
.owner-tooltip {
    font-size: 130%;
}
.owner-tooltip .badge {
    font-size: 17px;
}
.owner-tooltip-subtext {
    font-size: 100%;
}
#calendar-container.categorise-by .event-list .event1.event-greyed-out {
    opacity: 0.3;
}
.dashboard-data-content .fa-lined-up {
    width: 18px;
}
/*.dashboard-data-content i {
    vertical-align: text-top;
}*/
.dashboard-data-content .info-block {
    /*line-height: 20px;*/
}
.dashboard-data-content .campaign-name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 110%;
}

/*#projects-today .panel-body{padding:0px 0px 0px 5px!important;}
#projects-tomorrow .panel-body{padding:0px 0px 0px 5px!important;}
#projects-today .divider{ width: 101%; float: left; margin: 0px -5px 0px -5px !important;}
#projects-tomorrow .divider{ width: 101%; float: left; margin: 0px -5px 0px -5px !important;}*/
.saving-bottom{float: right; position:fixed; bottom: 0px;}

.event1 #tooltip-inner p,
.event1 .tooltip-inner p,
.calendar-event-tooltip .tooltip-inner p
{  color: #000; width: 80%;
  font-size: 10px;
text-align: left;}
  .event1 #tooltip-inner span,
  .event1 .tooltip-inner span,
  .calendar-event-tooltip .tooltip-inner span
{  color: #fff; min-width: 15%;
  font-size: 11px;
margin-bottom: 1em;}
.event1 a:hover + #tooltip-inner{display: block;}
.event1 .badge-redcolor{background-color: #CA5B5F; color: #fff; border-radius: 5px; padding: 1px 3px 1px 3px;}
.event1 .badge-greencolor{background-color: #22941E; color: #fff; border-radius: 5px; padding: 1px 3px 1px 3px;}
/* Select 2 style overrides */
.select2-container-multi .select2-choices 
{
    /*border: 1px solid #ccc!important;*/
}
.widget-staff-search .select2-container-multi .select2-choices { 
    min-height: 28px;
}
.select2-container-multi .select2-choices { 
    min-height: 34px;
}
.select2-container, .select2-container-multi .select2-choices 
{
    width: 100%;
    /*border: 1px solid #ccc!important;*/
}
.select2-container {
    /*margin-bottom: 5px;*/
   /* margin-left: 20px;*/
    padding-left: 0px;
    padding-right: 0px;
}
.staffzone .select2-container {
    margin-left: 0px;
}
.widget-staff-search .select2-container {
    /*float: left;*/
    width:300px;
}
.pickmeup .pmu-today{color: #fff!important;}
.pickmeup .pmu-disabled .pmu-button {
color: #333 !important;
}
.pickmeup .pmu-next{color: #333 !important;}
.pickmeup .pmu-prev{color: #333 !important;}
.pickmeup .pmu-month {
color: #333 !important;

}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
  @media screen and (max-width: 767px) {
       .jobs-in-market-container .row .full-width-responsive
{
   width: 100%;
}
   .jobs-in-market-container .row .full-width-responsive
{
  width: 100%;
}

    .top-fixed-container .top-fixed-moving.fixed {
      position: static;
    }
    .navbar-collapse {
      max-height: auto;
    }
    .navbar .navbar-inner {
      float: none;
      clear: both;
      background: #ffffff;
      padding-bottom: 20px;
    }
    .main-navigation .nav-item {
      width: 100%;
    }
    .main-navigation .dropdown-menu {
      display: none;
    }

    .widget-staff-search .icon-search {
      display: none;
      margin-bottom: 14px;
    }
    .widget-staff-search .input-wrapper {
     margin-bottom: 10px; 
    }

 
    .widget-staff-search .main-input-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px;
      margin: 0;
      display: inline-block;
    }
    .widget-staff-search .input-search {
      width: 100%;
    } 
    .widget-staff-search .input-filters {
      margin-left: 0;
      width: 100%;
      margin-right: 0px !important;
    } 
    .widget-staff-search .saved-searches {
      right: 45px;
    }
    .widget-staff-search .dropdown.open {
margin-top: 0px !important;
top:80px;
width: 100%;
}
.input-wrapper  .dropdown.open {
margin-top: 0px !important;
top:inherit !important;
margin-left: 45px !important;
width: 50%;
}

}
  */


   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

   @media print {
    * {
      background: transparent !important;
      color: #000 !important; /* Black prints faster: h5bp.com/s */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }

    abbr[title]:after {
      content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
      content: "";
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    thead {
      display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    @page {
      margin: 0.5cm;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
    
    .remittance-table {
        /*font-size: 80%;*/
    }
    
    .body-remittance-report .login-header-staffzone > .container {
        display: none;
    }
    .remittance-container {
        /*width: 95%;*/
        margin-left: auto;
        margin-right: auto;
    }
    .image-remittance-footer {
        /*width: 70%;*/
        margin-left: auto;
        margin-right: auto;
    }

    .collapsible.possible-print > .body {
        display: block;
    }
    
  }

  .session-page-container {
      width: 100%;
  }
  .session-page-container.not-loaded {
      min-height: 100px;
      margin-top: 10px;
      margin-bottom: 10px;
  }

 .sessions-container .schedule:hover,
 .sessions-container .schedule:has(input:focus)
 {
     border-color: var(--primary-color);
 }
  
/*.schedule .roles-list .role-header,*/
.schedule .locations-list .location.saved
/*.schedule .roles-list .role.saved*/
{
    /*line-height: 25px;*/
}
.schedule .roles-list .role-header {
    line-height: 15px;
}
.schedule .roles-list .role:hover {
    /*background-color: #EEE;*/
}

.schedule .locations-list .location .location-name,
.schedule .locations-list .location .location-timezone,
.schedule .locations-list .location .btn-cancel,
.schedule .locations-list .location .btn-actions {
    display: none;
}
.schedule .locations-list .location.saved .location-name,
.schedule .locations-list .location.saved .location-timezone,
.schedule .locations-list .location.saved .btn-actions {
    display: inline-block;
}
.schedule .locations-list .location.saved .location-timezone {
    color: #999;
}

.schedule .locations-list .location.saved .btn-details,
.schedule .locations-list .location.saved .location-name-field,
.schedule .locations-list .location.saved .location-name-field-container,
.schedule .locations-list .location.saved .btn-save,
.schedule .locations-list .location.saved .btn-edit-menu-buttons,
.schedule .locations-list .location.saved .btn-cancel
{
    display: none;
}
.schedule .locations-list .location:not(.saved) .btn-dates.badge,
/*.schedule .locations-list .location:not(.saved) .locations-id-checkbox,*/
.schedule .locations-list .location.saved .btn-dates.btn {
    display: none;
}
.schedule .locations-list .location.saved .location-flex-container {
    align-items: start !important;
}
.schedule .locations-list .location:not(.saved) .locations-id-checkbox {
    margin-top: 0 !important;
}
.schedule .locations-list .location.saved .locations-id-checkbox {
    margin-top: 5px !important;
}

.schedule .locations-list .location:not(.saved) .btn-change-date {
    cursor: default;
    text-decoration: none;
}
.schedule .locations-list .location:not(.saved) .btn-change-date:hover {
    color: inherit;
}
.schedule .roles-list .role .role-text,
.schedule .roles-list .role .rate-text,
.schedule .roles-list .role .internal-expenses-text,
.schedule .roles-list .role .overbook-text,
.schedule .roles-list .role .hide_from_job_market-text,
.schedule .roles-list .role .team-id-text,
.schedule .roles-list .role .nominal-codes-text,
.schedule .roles-list .role .times-text,
.schedule .roles-list .role .daystocomplete-text,
.schedule .roles-list .role .shift-totals,
/*.schedule .roles-list .role .btn-cancel,*/
.schedule .roles-list .role .btn-actions
{
    display: none;
}
.schedule .roles-list .role.saved .role-text,
.schedule .roles-list .role.saved .rate-text,
.schedule .roles-list .role.saved .internal-expenses-text,
.schedule .roles-list .role.saved .overbook-text,
.schedule .roles-list .role.saved .team-id-text,
.schedule .roles-list .role.saved .nominal-codes-text,
.schedule .roles-list .role.saved .hide_from_job_market-text,
.schedule .roles-list .role.saved .times-text,
.schedule .roles-list .role.saved .daystocomplete-text,
.schedule .roles-list .role.saved .shift-totals
{
    display: block;
}
.schedule .roles-list .role.saved .btn-actions {
    display: flex; /* inline-block; */
}


.schedule .roles-list .role.saved .role-fields,
.schedule .roles-list .role.saved .rate-fields,
.schedule .roles-list .role.saved .internal-expenses-fields,
.schedule .roles-list .role.saved .overbook-fields,
.schedule .roles-list .role.saved .team-id-fields,
.schedule .roles-list .role.saved .nominal-codes-fields,
.schedule .roles-list .role.saved .hide_from_job_market-fields,
.schedule .roles-list .role.saved .times-fields,
.schedule .roles-list .role.saved .daystocomplete-fields,
.schedule .roles-list .role.saved .btn-details,
/*.schedule .roles-list .role.saved .btn-save,*/
.schedule .roles-list .role.saved .btn-edit-menu-buttons
/*.schedule .roles-list .role.saved .btn-cancel*/
{
    display: none;
}

.schedule .roles-list .role select.rate-fields-rate-type
{
    padding-left: 2px;
    padding-right: 2px;
}
.schedule .roles-list .role select.rate-fields-currency,
.schedule .roles-list .role select.rate-fields-rate-type
{
    padding-left: 0px;
    padding-right: 0px;
/*    width: 35px;
    min-width: 35px;
    display: inline;*/
}
.schedule .roles-list .role .no-borders {
    padding-left: 0px;
    padding-right: 0px;
}
.schedule .roles-list .role .rate-fields-rate,
.schedule .roles-list .role-header .rate-headers-rate
{
    width: 50px;
    display: inline;
}

.schedule .roles-list .role.saved .form-control[disabled], 
.schedule .roles-list .role.saved .form-control[readonly],
.schedule .roles-list .role.saved .btn-default.disabled, .btn-default[disabled],
.schedule .roles-list .role.saved .twitter-typeahead .tt-input[disabled], 
.schedule .roles-list .role.saved .twitter-typeahead .tt-input[readonly],
.schedule .roles-list .role.saved input[type="checkbox"][disabled],
.schedule .roles-list .role.saved .input-group-text
{
    background-color: #FFF !important;
    border: 1px solid #FFF;
    cursor: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.schedule.block-id-added .hide-with-block-id {
    display: none;
}

/*.role.saved .input-group.input-group-border .form-control:first-child, 
.role.saved .input-group.input-group-border > .input-group-prepend > .btn,
.role.saved .input-group.input-group-border > .input-group-prepend > .input-group-text
{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}*/
.role.saved .input-group-border > * {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.role.saved .input-group-border > *:first-child {
    border-left: 1px solid #dddddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.role.saved .input-group-border > *:last-child {
    border-right: 1px solid #dddddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*.schedule .roles-list .role.saved input[type="checkbox"]:disabled + label::before{
  background: black;
}
.schedule .roles-list .role.saved input[type="checkbox"]:disabled + label:hover::before{
  background: black;
  border: 1px solid #FF0000;
}*/
.schedule .roles-list .role.saved  .add-when-saved {
    color: transparent;
}
/*.schedule .roles-list .role.saved .btn.disabled, .btn[disabled] {*/
.schedule .roles-list .role.saved .btn.disabled, .schedule .roles-list .role.saved .btn[disabled] {
    opacity: 1;
}
.schedule .roles-list .role.saved .btn-save.disabled {
    background-color: #ebebeb !important;
    border-color: #cccccc !important;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
}
.schedule .roles-list .role:not(.saved) .container-btn-edit,
.schedule .roles-list .role.saved .container-btn-cancel
{
    display: none;
}

.schedule .roles-list .role.saved  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*text-indent: 1px;*/
    /*text-overflow: '';*/
}
/*.schedule .roles-list .role.saved :-moz-placeholder {
    color: transparent;
}
.schedule .roles-list .role.saved ::-moz-placeholder {
    color: transparent;
}
.schedule .roles-list .role.saved :-ms-input-placeholder {
    color: transparent;
}
.schedule .roles-list .role.saved ::-webkit-input-placeholder {
    color: transparent;
}*/

.schedule .roles-list .btn-square {
    width: 34px;
}

.schedule .role .col-md-1,
.schedule .role .col-md-2,
.schedule .role .col-md-3,
.schedule .role .col-md-4,
.schedule .role .col-md-5,
.schedule .role .col-md-6,
.schedule .role .col-md-7,
.schedule .role .col-md-8,
.schedule .role .col-md-9,
.schedule .role .col-md-10,
.schedule .role .col-md-11,
.schedule .role .col-md-12,
.schedule .role-header .col-md-1,
.schedule .role-header .col-md-2,
.schedule .role-header .col-md-3,
.schedule .role-header .col-md-4,
.schedule .role-header .col-md-5,
.schedule .role-header .col-md-6,
.schedule .role-header .col-md-7,
.schedule .role-header .col-md-8,
.schedule .role-header .col-md-9,
.schedule .role-header .col-md-10,
.schedule .role-header .col-md-11,
.schedule .role-header .col-md-12
{
    padding-right: 5px;
    padding-left: 5px;
}

.schedule .role-header input,
.schedule .role-header .input-group-text,
.schedule .role-header .btn 
{
    background: transparent !important;
    border-color: transparent !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    cursor: auto;
}
.schedule .role-header .input-group-text,
.schedule .role-header input {
    color: #000;
    font-weight: normal;
    padding: 0 5px 0 0;
    font-size: 13px;
}
.schedule .role .input-group-text {
    font-size: 14px;
}
.schedule .role-header input:-moz-placeholder {
  color: #bbb;
}
.schedule .role-header input::-moz-placeholder {
  color: #bbb;
}
.schedule .role-header input:-ms-input-placeholder {
  color: #bbb;
}
.schedule .role-header input::-webkit-input-placeholder {
  color: #bbb;
}

.schedule .role input.error:-moz-placeholder {
  color: #333;
}
.schedule .role input.error::-moz-placeholder {
  color: #333;
}
.schedule .role input.error:-ms-input-placeholder {
  color: #333;
}
.schedule .role input.error::-webkit-input-placeholder {
  color: #333;
}

.schedule .role-header .btn 
{
    color: transparent !important;
}

.schedule .panel-buttons-group .btn-copy-locations,
.schedule .panel-buttons-group .btn-remove-locations,
.schedule .panel-buttons-group .btn-copy-locations-and-roles,
.schedule .panel-buttons-group .btn-remove-locations-and-roles:first-child,
.schedule .panel-buttons-group .btn-copy-roles,
.schedule .panel-buttons-group .btn-remove-roles {
    /*display: none;*/
    visibility: hidden;
}
.schedule.has-locations .panel-buttons-group .btn-copy-locations,
.schedule.has-locations .panel-buttons-group .btn-remove-locations,
.schedule.has-locations .panel-buttons-group .btn-copy-locations-and-roles,
.schedule.has-locations .panel-buttons-group .btn-remove-locations-and-roles {
    visibility: visible;
    /*display: block;*/
}
.schedule.has-roles .panel-buttons-group .btn-copy-roles,
.schedule.has-roles .panel-buttons-group .btn-remove-roles,
.schedule.has-roles .panel-buttons-group .btn-copy-locations-and-roles,
.schedule.has-roles .panel-buttons-group .btn-remove-locations-and-roles {
    visibility: visible;
    /*display: block;*/
}

/*.schedule .role .qty-field {
    width: 50px;
}*/


.schedule .form-control {
    min-height: 34px;
    height: auto;
}
.schedule .input-group .btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.input-right-aligned {
    text-align: right;
}
/*.input-right-aligned:-moz-placeholder {
  text-align: left;
}
.input-right-aligned::-moz-placeholder {
  text-align: left;
}
.input-right-aligned:-ms-input-placeholder {
  text-align: left;
}
.input-right-aligned::-webkit-input-placeholder {
  text-align: left;
}*/

.input-placeholder-right-aligned:-moz-placeholder {
  text-align: right;
}
.input-placeholder-right-aligned::-moz-placeholder {
  text-align: right;
}
.input-placeholder-right-aligned:-ms-input-placeholder {
  text-align: right;
}
.input-placeholder-right-aligned::-webkit-input-placeholder {
  text-align: right;
}

.collapsible > .heading .collapsible-icon-open,
.collapsible.open > .heading .collapsible-icon-closed {
    display: none;
}

.collapsible > .heading .collapsible-icon-closed,
.collapsible.open > .heading .collapsible-icon-open {
    display: inline;
}

.collapsible > .body,
.collapsible.open > .subheader{
    display: none;
}
.collapsible.open > .body {
    display: block;
}

.collapsible .heading {
    cursor: pointer;
}
.caret-icon {
    float: left;
    margin-right: 10px;
    width: 10px;
}
.caret-icon.btn {
    width: inherit;
}
.today-location-name
{
  /*width: 70%;*/
}
.today-location-name br
{
  display: none;
}
.locations-booking-list .location-controls,
.locations-booking-list .staff-controls,
.locations-booking-list .date-controls {
    float: right;
}
/*.locations-booking-list .location-controls {
    min-width: 530px;
}*/
.locations-booking-list .teams-pills-container {
    margin-left: 60px;
}
.locations-booking-list .teams-pills-container .badge {
    font-size:9px;
    font-weight: normal;
}
.locations-booking-list .checkbox-container,
.rep-container-header .checkbox-container {
    margin-right: 5px;
    display: inline-block;
}
.rep-container-header .checkbox-container
{
    margin-left: 20px;
    margin-right: 10px;
}
.rep-container-header.container-locations-header .checkbox-container 
{
    margin-left: 0px;
}

.locations-booking-list .location-name {
    font-size: 90%;
    color: #777;
}
.locations-booking-list .panel.location-date,
.locations-booking-list .panel.date,
.locations-booking-list .panel.staff-location,
.locations-booking-list .panel.staff,
.locations-booking-list .panel.date-location,
.locations-booking-list .panel.location {
    margin-bottom: 5px;
}
.locations-booking-list .shifts-list .shift {

    padding-bottom: 0px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
}
.locations-booking-list .shifts-list .shift.booked {padding-bottom: 4px;}
.locations-booking-list .shifts-list .shift .staff-thumb {
    margin-right: 5px;
}
.locations-booking-list .shifts-list .shift .btn-find-staff,
.locations-booking-list .shifts-list .shift .btn-add-new-staff,
.locations-booking-list .shifts-list .shift.booked .btn-change-staff,
.locations-booking-list .shifts-list .shift.booked .btn-remove-staff {
    display: inline-block;
}
.locations-booking-list .shifts-list .shift.booked .btn-find-staff,
.locations-booking-list .shifts-list .shift.booked .btn-add-new-staff,
.locations-booking-list .shifts-list .shift .btn-change-staff,
.locations-booking-list .shifts-list .shift .btn-remove-staff {
    display: none;
}
.locations-booking-list .shifts-list .booked-by{font-size: 11px; color: #999999;}
.location .switcher {
    float: left;
    width: 90px;
}
.availability-mark {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

.modal-shifts-list .shift .rate-edit,
.modal-shifts-list .shift .time-edit,
.locations-booking-list .shift .rate-edit,
.locations-booking-list .shift .time-edit,
.btn-change-all-container .rate-edit,
.btn-change-all-container .time-edit,
.dialog-evaluate .value-edit
{
    display: none;
    position: absolute;
    margin-top: -80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 5px;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    z-index: 100;
    width: 245px;
}
.locations-booking-list .btn-change-all-container .rate-edit,
.locations-booking-list .btn-change-all-container .time-edit
{
    margin-top: 0;
}

.today-shifts-container .campaign-name,
.locations-booking-list .campaign-name {
    font-size: 1.1em;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #767676;
    font-weight: bold;
}

.dialog-evaluate .value-edit
{
    width: 140px;
}
.modal-shifts-list .shift .time-edit,
.btn-change-all-container .time-edit
{
    width: 305px;
}
.modal-shifts-list .shift .rate-edit.hourly-rate,
.btn-change-all-container .rate-edit.hourly-rate
{
    width: 305px;
}
@media (min-width: 992px) {
    .modal-shifts-list .shift .time-edit,
    .btn-change-all-container .time-edit
    {
        margin-left: -310px;
    }
    .modal-shifts-list .shift .rate-edit,
    .btn-change-all-container .rate-edit
    {
        margin-left: -250px;
    }
    .modal-shifts-list .shift .rate-edit.hourly-rate,
    .btn-change-all-container .rate-edit.hourly-rate
    {
        margin-left: -310px;
    }
}
.modal-shifts-list .shift .role {
    margin-bottom: 10px;
}
.btn-change-rate-all, .btn-change-time-all
{
    display: none;
}
.panel.open .btn-change-rate-all, 
.panel.open .btn-change-time-all,
.change-all-always-show .btn-change-rate-all, 
.change-all-always-show .btn-change-time-all
{
    display: inline-block;
}

.rate-edit .input-rate-edit,
.value-edit .input-value-edit
{
    width: 50px;
}
.rate-edit select.input-rate-edit {
    width: auto;
    height: 23px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    border-radius: 0px;
}
.rate-edit > .row,
.time-edit > .row {
    margin-bottom: 5px;
}
.rate-edit > .row > :first-child {
    padding-right: 5px;
}
.rate-edit > .row > :nth-child(2),
.time-edit > .row > :nth-child(2) {
    text-align: right;
}
.shift .rate-changed-text {
    display: none;
    color: #2a6496;
}
.shift.rate-changed .rate-changed-text {
    display: block;
}
.time-edit .input-time-edit {
    width: 50px;
}
.shift .time-changed-text {
    display: none;
    color: #2a6496;
}
.shift.time-changed .time-changed-text {
    display: block;
}
/*.modal-shifts-list .shift .time a.rate-text, .modal-shifts-list .shift .rate a.rate-text {
    color: #2a6496;
}*/
.modal-shifts-list .shift .time.active a.time-text, .modal-shifts-list .shift .rate.active a.rate-text,
.modal-shifts-list .shift .time.active a.time-changed-text, .modal-shifts-list .shift .rate.active a.rate-changed-text
{
    font-weight: bold;
}
.shift.time-changed .time .time-text,
.shift.rate-changed .rate .rate-text
{
    text-decoration: line-through;
    color: #333333 !important;
}



.staff-details-check-in
{
  display: inline;
  float: left;
}
.staff-details-check-in-buttons {
    display: block;
}
.check-in-details .btn
{
  display: inline;
  float: left;
  /*margin-right: 5px!important;*/
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.check-in-details .btn-group .btn {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;    
    background-image: none;
}
/*div.col-md-2.rate{padding-top: 15px;}*/

.staff-details-panel-body{
    min-width: 280px;  
    float: left; display: inline;}

.staff-details-panel-body strong{color:#999999;}
.staff-details-panel-body a.btn-partner-edit{
    color:#999999;
    text-decoration: underline;
}
.panel-body.body.shifts-list input[type="text"]{
    /*width: 280px;*/ 
    width:100%;
    height: 30px; margin-top: 5px;}
.panel-body.body.shifts-list a{/*margin-top: 7px;*/}
.panel-body.body.shifts-list .row.shift:hover
{
    /*background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); */
    /*background-repeat: repeat-x;*/
    background-color: #f5f5f5;
}
.panel-body.body.shifts-list .btn{margin-right: 5px; margin-top: 5px;}
.panel-body.body.shifts-list .btn-group .btn{margin-right: 0px; }
.row.shift .badge.badge-unsure{background-color: #d9534f; width: 15px; height: 15px;}

.row.shift.shift-booked  .badge.badge-unsure{background-color: #5cb85c;}
.row.shift .icon-circle-badge {
    font-size: 150%;
}

.row.shift.provisional  .badge.badge-unsure{background-color: #E5A84C;}
.row.shift.booked  a{margin-top: 0px;}
.panel-body.body.shifts-list {padding-top:0px;}
.panel-body.body.shifts-list i{padding-right:1px;}
.panel-body.body.shifts-list img.icon-thumb-exlcamation
{
    color: orange;
    padding-left:3px;
    cursor: pointer;
    max-width: 15px;
    transition:  7s ease;
    position: absolute;
    top: 31px;
    left: 15px;
}
.panel-body.body.shifts-list img.icon-thumb-exlcamation:hover + .slide-text-hover
{
   display: block;
    transition:  7s ease;
}
.panel-body.body.shifts-list .staff-thumb
{
   transition:  7s ease;
}
.panel-body.body.shifts-list .slide-text-hover
{
    /*float: right;*/
    position: absolute;
    display: none;
    margin-left: 40px;
    z-index: 10;
    color: #fff;
    top: 7px;
    border-radius: 4px;
    padding: 4px;
    transition:  7s ease;
    /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);*/
    background-color: orange;
    background-repeat: repeat-x;
    border-color: #e0e0e0;
    border-color: #ccc;
}
.panel-body.body.shifts-list .checkbox-shift-list input[type="checkbox"]
{
    height: 17px;
    width: 17px;
    margin-top: 2px;
}



/*.panel-body.body.shifts-list .col-md-3, .panel-body.body.shifts-list .col-md-1, .panel-body.body.shifts-list .col-md-0, .panel-body.body.shifts-list .col-md-2, .panel-body.body.shifts-list .col-md-6, .panel-body.body.shifts-list .col-md-1-5 {padding-top:5px;}*/

.location.published .btn-market-published-dropdown
{
    display: inline-block;
}

.panel-body.body.shifts-list .reporting-no-report-sign {
    width: 10px;
    padding-top:20px;
    margin-right: 10px;
    float: right !important;
}
.panel-body.body.shifts-list .reporting-no-report-sign i{
    font-size: 150%
}


.location .btn-market-published-dropdown, 
.location.published .btn-market-publish-dropdown
{
    display: none;
}

.staff-shortlisted .staff {
    float: left;
    width: 100px;
    height: 120px;
}
.staff-shortlisted .staff .staff-thumb {
    float: none;
}

.shortlist-thumb-container {
    position: relative;
    float: left;
}
.shortlist-thumb-container .staff-thumb {
    position: inherit;
    float: none;
}
.shortlist-thumb-container .btn-application-notes {
    margin-top: 10px !important;
}

.panel-body.body.shifts-list .row.shift .staff-thumb
{
  width: 40px;
  height: 40px;
  position: initial;
}


.modal-shifts-list .caret-icon-open,
.modal-shifts-list.open .caret-icon-closed {
    display: none;
}

.modal-shifts-list .caret-icon-closed,
.modal-shifts-list.open .caret-icon-open {
    display: block;
}

.modal-shifts-list .shift {
    height: 30px;
    
}


.dialog-modal-booking .modal-footer .btn-back {
    float: left;
    display: none;
}
.dialog-modal-booking .modal-footer.show-back .btn-back,
.dialog-modal-booking.email .modal-footer .btn-back {
    display: block;
}

.dialog-modal-booking .container-email,
.dialog-modal-booking.email .container-booking {
    display: none;
}
.dialog-modal-booking.email .container-email {
    display: block;
}
.container-email #sms-message-content


.check-in .btn-check-out {
    display: none;
}

.check-in .btn-check-out,
.check-in.checked-in .btn-check-in  {
    display: none;
}
.check-in .btn-check-in, .check-in.checked-in .btn-check-out {
    display: block;

}
.post-it-note a
{
    float: left;
    margin-top: 2px!important;
}
.post-it-note
{
    background-color: #FCE148;
    float: left;
    margin-right: 5px;
    margin: 5px 10px 0px 0px;
    padding: 5px 10px;
    box-shadow: 3px 3px 5px #888888;
}
.badge-yellow {
background-color: #FCE148;
color: #666;
}
tr.table-row-alert > td, tr.table-row-alert > th {
    background-color: #F7D3D2!important;
}

tr.table-row-highlight-red > td:first-child, tr.table-row-highlight-red > th:first-child {
    background-color: #d9534f !important;
}
tr.table-row-highlight-yellow > td:first-child, tr.table-row-highlight-yellow > th:first-child {
    background-color: #fcff90 !important;
}
tr.table-row-highlight-white > td:first-child, tr.table-row-highlight-white > th:first-child {
    background-color: white !important;
}
tr.table-row-highlight-grey > td:first-child, tr.table-row-highlight-grey > th:first-child {
    background-color: #eeeeee !important; 
}


.container-templates,
.global-container-templates
{
    display: none;
}
.modal-container-templates {
    display: none;
}
.col-md-12.above-switcher-remove
{
    margin-bottom: 5px;
}
.switcher.switcher-location.switcher-remove
{
    margin-left: 15px;
}
/* ---------------------------- shift details dialog --------------------- */
.btn-toolbar .btn-group,
.btn-toolbar .dropdown-menu,
.no-text-transform {
text-transform: none;
}
.note-container .col-md-10.shifts-margin
{
    margin-bottom: -3px;
}
.note-container .col-md-10.shifts-margin > label
{
   font-weight: normal;
   color: #333;
}
.container-shift-details .staff-thumb {
    margin-right: 10px;
}
.container-shift-details .section-header {
    font-weight: bold;
}
.container-shift-details .section-subheader {
    color: #999;
}
.container-shift-details .row-after {
    /*height: 25px;*/
    margin-top: 10px;
}
/*
.container-shift-details .row-after > *:last-child > * {
    float: right;
}*/
.container-shift-details .row-after input,
.container-shift-details .row-after select 
{
    height: 25px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 3px;
}
.container-shift-details .row-after input,
.container-shift-details .row-after select,
.container-shift-details .row-after textarea 
{
    margin-bottom: 0;
}
.container-shift-details .row-after .input-group-text, 
.input-group.input-group-sm .input-group-text {
    padding: 0 0.75rem;
}
.container-shift-details .row-after .input-group-append .btn,   
.container-shift-details .row-after .input-group-prepend .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.container-shift-details .row-after select
{
    padding: 4px 6px;
}
.container-shift-details .row-after .input-group-addon
{
    line-height: 0.5;
    padding-left: 5px;
    padding-right: 5px;
}
.container-shift-details .row-after .input-group {
    padding-bottom: 0;
}
.container-shift-details .row-after .input-group-btn > .btn
{
    line-height: 0.5;
    height: 25px;
}
.container-shift-details .row-after .internal-expenses
{
    font-size: 12px;
    height: 25px;
    line-height: 1;
}

/* ---------------------------- end of shift details dialog --------------------- */

.row-selectable, .clickable, .no-user-select {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.not-selectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.timeline-table th,
.timeline-table td.date-cell {
    text-align: center;
}

 .timeline-table.table thead > tr > th {
     vertical-align: middle;
 }
    
.timeline-table tbody date-cell {
    font-size: 11px;
}
.timeline-table .click-to-expand {
    float: right;
    margin-right: 50px;
    font-weight: normal;
    font-size: 11px;
}
.timeline-table td.date-cell a:not(.normal-link) {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 11px;
    line-height: 11px;
    padding: 3px 5px;
    vertical-align: middle;
    border-radius: 10px;
    /*color: #333;*/
    color: #FFF !important;
    font-weight: bold;
    background-color: #666;
}
.timeline-table td.date-cell .entry-name {
    font-size: 95%;
}
.timeline-table td.date-cell a > i,
.timeline-table td.date-cell i {
    font-size: 17px;
    vertical-align: middle;
}
.timeline-table td.date-cell .dropdown-menu {
    text-align: left;
    top: 20px;
    left: 20px;
}

.timeline-table td.date-cell.green,
.timeline-table td.date-cell.red {
    color: #000
}
/*.timeline-table td.date-cell.green {
    background-color: #00FF00;
}*/
.timeline-table td.date-cell.green a:hover{
    color: #000;
}
.timeline-table td.date-cell.red {
    /*background-color: #FF0000;
    color: #FFF;*/
}
.timeline-table td.date-cell.red a:hover {
    /*color: #FFF;*/
}
.timeline-table td.date-cell.red a {
  background-color: #FF0000;
  }
  .timeline-table td.date-cell.green a {
  background-color: #5cb85c;
  }

.timeline-table td.date-cell a.badge-link {
    background: none;
    padding: 0;
}
.timeline-table .btn-add-admin-note i,
.events-list-shifts-container .btn-add-admin-note i {
    color: #9D9D9D !important;
}
.timeline-table .btn-add-admin-note.note-added i,
.events-list-shifts-container .btn-add-admin-note.note-added i {
    color: #22941E !important;
}
.timeline-table td.date-cell a.red {
    background-color: #FF0000;
}
.timeline-table td.date-cell a.green {
    background-color: #5cb85c;
}
.timeline-table td.date-cell a.amber {
    background-color: #E8A01A;
}

.timeline-table tr.open  .btn-expand, .timeline-table tr .btn-collapse {
    display: none;
}
.timeline-table tr.open .btn-collapse {
    display: inline-block;
}
.timeline-table .shifts-container {
    margin-top: 10px;
    /*text-align: left;*/
}
.timeline-table .shifts-container .shift-container {
    margin-top: 3px;
    /*line-height: 20px;*/
}

.timeline-table .staff-thumb {
    width: 40px;
    height: 40px;
}
.timeline-table .dow {
    font-size: 90%;
}

.timeline-tooltip {
    line-height: 1.6;
    font-size: 13px;
    z-index: 20000 !important;
}
.timeline-tooltip li i.fa-lg {
    vertical-align: -0.1667em;
}
.timeline-tooltip .fa-lined-up {
        /*min-width: 18px;*/
}
    .timeline-tooltip i {
        /*margin-right: 5px;*/
    }
    .timeline-tooltip .role-badge {
        /*margin-left: 20px;*/
    }
    .timeline-tooltip .staff-info-container {
        white-space: nowrap;
    }
.staff-info-container .staff-icons-container {
    display: inline;
}
    .staff-info-container .staff-icons-container i {
        min-width: 0;
        margin-right: 0;
    }    
/*.campaign-stats-container .row div:nth-child(2) {
    text-align: right;
}*/

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}

#staff-table .address.address-main {
    font-weight: bold;
}

.location-details .map-canvas {
    border: 1px solid;
    width: 220px;
    height: 220px;
}

.bottom-sticky-bar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    bottom: 0px;
    /*background-color: #FFF;*/
    
    font-size: 15px;
    z-index: 1100;
}
.bottom-sticky-bar .alert 
{
    margin-bottom: 5px;
    padding: 4px;
      -webkit-transition: padding .2s ease-in-out;
  -moz-transition: padding .2s ease-in-out;
  -ms-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
}
.bottom-sticky-bar .alert:hover
{
    padding: 15px;
}
.bottom-sticky-bar .btn-remove-bar {
    cursor: pointer;
    float: right;
}

.bottom-sticky-bar a {
    text-decoration: underline;
    font-weight: bold;
}
.table-campaigns-list tr .badge:not(:last-child) {
    margin-bottom: 2px;
}
.staff-edit-container label {
    font-weight: normal;
}

.form-builder-grid-table {
    width: 90%;
}
.staff-view-document-container .document-image-container {
    width: 100%;
    height: auto;
    text-align: center;
}
.staff-view-document-container .document-image-container img {
    max-width: 100%;
    max-height: 100%;
}

.facebook-images-list .image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
    overflow: hidden;
}

.facebook-images-list .image.selected {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.facebook-images-list .image img{
    max-width: 100%;
    max-height: 100%;
}
.facebook-images-list .image input[type=checkbox] {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}
body.staffzone .terms-container {
    height: 300px;
    overflow-y: scroll;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 5px;
}
body.staffzone .terms-header {
    font-size: 130%;
    font-weight: bold;
}

/* ------------------- Message Center ---------------- */
.message-center .nav-tabs .icon:not(.no-margin) { margin-right:10px; }
.message-center tab-pane .list-group-item:first-child { border-top-right-radius: 0px;border-top-left-radius: 0px; }
.message-center .tab-pane .list-group-item:last-child { border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; }
.message-center .tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.message-center .tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
.message-center .tab-pane .list-group .icon { margin-right:5px; }
.message-center .tab-pane .list-group .icon:hover { color:#FFBC00; }
.message-center a.list-group-item.read { color: #222;background-color: #F3F3F3; }
.message-center hr { margin-top: 5px;margin-bottom: 10px; }
.message-center .nav-pills>li>a { padding: 5px 10px; }
.message-center .list-group-item > * {
    vertical-align: middle;
}
.message-center .list-group-item .name {
    display: inline-block;
    min-width: 250px;
}
.message-center .list-group-item .name .address {
    display: block;
    font-size: 80%;
}

/* ------------------- end of Message Center ---------------- */
.icon-greyed-out {
    /*color: #868686;*/
    color: #CFCFCF;
}

/*----------------------------------------STAFFZONE - INVOICE ------------------------------------*/

/*.container.invoice
{
    padding: 40px 20px;
}

.invoice-header
{
  float: left;
    height: 200px;
    width: 100%;
}
.invoice .invoice-header h1, h3, img
{
  vertical-align: middle;
   margin-right: 15px;
    float: left;
    display: inline;
}
.invoice .invoice-header img
{
    float: right;
    margin-top: -4%;
}
.invoice .invoice-header h1
{
    font-size: 30px;
    float: right;
    display: inline;
    margin-top: -20px;
}

.invoice .invoice-header h3
{
   color: #808080;
     margin-top: 5px;
    font-size: 24px;
    
}

.container.invoice p
{
   width: 80%;
   margin-bottom: 20px;
}

.from textarea
{
    height: inherit;
}
.col-md-5.bank
{
  float: right;
}
 .col-md-6.to
 {
    height: 230px;
 }
.col-md-4.from , .col-md-5.bank
{
    border: 1px solid #dddddd;
    padding: 15px;
}
.row.bottom-table-row .col-md-6.project
{
  border-left: 1px solid #dddddd;
}
.row.bottom-table-row
{
  border: 1px solid #dddddd;
}
.row-invoice
{
    display: flex;
}


.col-md-4.from span.heading, .col-md-5.bank span.heading, .col-md-6.to span.heading, .col-md-6.project span.heading
{
  font-size: 17px;
    margin-left: 45%;
    margin-bottom:30px;
  }

  .invoice .row
  {
      margin: 15px 10px!important;
  }

   .col-md-6.project .col-md-12
  {
    margin-top: 15px;
    margin-bottom: 15px;
      text-align: center;  
    }

    table.invoice-table select
    { 
      width: 100%;
    }

     table.invoice-table td.table-date
    { 
      width: 20%;    
    }

 table.invoice-table select td.table-desc
    { 
       width: 40%;
    }

 table.invoice-table select td.table-rate
    { 
      width: 20%;
    }

 table.invoice-table select td.table-amount
    { 
      width: 20%;
    }
 table.invoice-table tbody td {
 width: inherit;
 }
table.invoice-table button
{
  width: 40%;
}
table.invoice-table td.invoice-table-button
{
  align
}
 .invoice-terms
 {

    margin-top: 30px;
    padding: 35px;
 }
 .invoice-terms ol
 {
  margin-bottom: 20px;
 
 }

 .invoice-terms h1
 {
  margin-bottom: 70px;
  font-weight: bolder!important;
  font-size: 24px;
   text-transform: uppercase;
   text-align: center;
 }
 .invoice-terms h2
 {
  font-weight: bold!important;
  font-size: 14px;
   text-transform: uppercase;
 
 }

 .invoice-terms p
 {
  margin-top: 25px;
  text-align: center;
 
 }
.invoice-terms .invoice-footer
{
  margin-top: 40px!important;
}
 .invoice-terms span.checkbox-invoice.col-md-1
 {
  width: 3.33%;
  padding-top:0px!important;
 
 }
 .invoice-terms span.checkbox-invoice.col-md-1 input[type="checkbox"]
 {
   width: 15px;
   height: 15px;
    margin-top:1px!important;
 }
.invoice-terms span.align-right
{
    text-align: right;
}

.btn.invoice-submit
{
  margin-top: 20px;
  margin-left: 45%;
  font-size: 14px;
}*/


/*----------------------------------------STAFF EDIT OVERVIEW ------------------------------------*/

.staff-overview > .col-md-4 , .col-md-2 ,.col-md-3
{
  height: auto;
}

.staff-overview > .col-md-2 
{
    text-align: center;
    width: 12%;
    padding: 5px 15px;
    display:table-cell;
    margin-top: 10px;
    height:auto;
}
.staff-overview > .col-md-2 img
{
  width: 60%;
  height: inherit;
  margin: 10px auto;
  float: none;
}

.staff-overview-main-details h3
{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;

}
 .staff-overview-main-details .col-md-3 , .staff-overview-main-details  .col-md-7
{
  color: #767676;
}

 .staff-overview-main-details .col-md-9 , .staff-overview-main-details  .col-md-5
{
  margin-bottom: 10px;
}
.staff-overview-main-details  .col-md-7
{
  margin-bottom: 7px;
}
 .staff-overview-main-details .col-md-9 a
{
 float: right;
}
 .staff-overview-main-details .col-md-9 a[itemRel]
{
 float: none;
}

.staff-overview-main-details.campaign-details input[type="checkbox"]
{
    font-size: 14px;
    margin-right: 15px;
    width: 15px;
    margin-bottom: 2px;
    height: 15px;
    vertical-align: bottom;
}
.staff-overview-main-details.campaign-details span
{
    font-size: 13px;
    margin-bottom: 10px;
}

.staff-overview-main-details.campaign-details > .row.col-md-12
{
   margin-top: 15px;
}

.invoice-container .invoice-header {
    width: 100%;
    height: 150px;
}
.invoice-container .invoice-header .logo {
    float: right;
}
.invoice-container .invoice-header h3 {
    color: #808080;
    margin-top: 5px;
    font-size: 24px;
}
.invoice-container .invoice-header .panel.row-first {
    height: 250px;
}
.invoice-container .invoice-header .panel.row-second {
    height: 190px;
}

.invoice-container .invoice-body .panel-header h3 {
    font-size: 20px;
}
.invoice-container .invoice-body .panel-header .btn-add-shift {
    margin-left: 15px;
}

.experience-add-details-below {
    font-size: 80%;
    color: #A8A8A8;
    /*margin-left: 18px;*/
    display: inline;
}

/*-------------------------------DATEPICKER STAFFAREA CALENDAR------------------------------*/

#availability-calendar-new .datepick
{
    width: 100%!important;
}
.datepick-month 
{
    /*width: 25%;*/
    width: 223px;
    padding-right:1px;
}
/*.datepick-month td .datepick-weekend {
    background-color: #eee;
}*/
/*.datepick-month-header, .datepick-month-header select, .datepick-month-header input 
{
    height: 2.5em;
}*/
.datepick-month-header, .datepick-month-header input 
{
    height: 2.5em;
    padding-top: 5px;
    font-size: 14px;
    width: 101.5%;
}
.datepick-month thead 
{
  font-size: 13px;
  font-weight: bold;
}
.datepick-nav, .datepick-ctrl 
{
    font-size: 14px;
    width: 100.3%;
    padding: 5px 0px;
}
#availability-calendar-new .datepick a:hover 
{
    color: #333;
}
#availability-calendar-new .datepick  a.datepick-cmd-prev:hover 
{
    color: #fff;
}
#availability-calendar-new .datepick  a.datepick-cmd-next:hover 
{
    color: #fff;
}
.datepick-month span 
{
  padding: 0.5em 0.46em;
}
.datepick-month a,
.datepick-month *
{
    padding: 0.5em 0em;
    font-size: 14px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-10 {
    padding: 10px;
}
.strong {
    font-weight: bold;
}

.invoice-container .invoice-header {
    width: 100%;
    height: 150px;
}
.invoice-container .invoice-header .logo {
    float: right;
}
.invoice-container .invoice-header h3 {
    color: #808080;
    margin-top: 5px;
    font-size: 24px;
}
.invoice-container .invoice-header .panel.row-first {
    height: 250px;
}
.invoice-container .invoice-header .panel.row-second {
    height: 190px;
}

.invoice-container .invoice-body .panel-header h3 {
    font-size: 20px;
}
.invoice-container .invoice-body .panel-header .btn-add-shift {
    margin-left: 15px;
}

/*.experience-add-details-below {
    font-size: 80%;
    color: #A8A8A8;
    margin-left: 18px;
}*/

.datepick-month td .datepick-weekend,
.datepick-month a
{
    background-color: #fff;
}
.datepick-month td .datepick-selected
{
    background-color: #777;
}
.datepick-ctrl {
        background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
    background-color: #777;
    color: #fff;
}
.datepick-month td .datepick-highlight {
    background-color: #eee;
}
.datepick-month td .datepick-selected.datepick-highlight {
    color: #000;
}
/*-------------------------------DATEPICKER STAFFAREA CALENDAR------------------------------*/

/*#availability-calendar-new .datepick
{
    width: 100%!important;
}
.datepick-month 
{
    width: 25%;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input 
{
    height: 2.5em;
}
.datepick-month-header, .datepick-month-header input 
{
    height: 2.5em;
    padding-top: 5px;
    font-size: 14px;
    width: 101.5%;
}
.datepick-month thead 
{
  font-size: 13px;
  font-weight: bold;
}
.datepick-nav, .datepick-ctrl 
{
    font-size: 14px;
    width: 100.3%;
    padding: 5px 0px;
}
#availability-calendar-new .datepick a:hover 
{
    color: #333;
}
#availability-calendar-new .datepick  a.datepick-cmd-prev:hover 
{
    color: #fff;
}
#availability-calendar-new .datepick  a.datepick-cmd-next:hover 
{
    color: #fff;
}
.datepick-month span 
{
  padding: 0.5em 0.46em;
}
.datepick-month a 
{
    padding: 0.5em 0em;
    font-size: 11px;
}*/
.padding-bottom-10 {
    padding-bottom: 10px;
}
.strong {
    font-weight: bold;
}
.container.starrating-container
{
     background-color: #fff;
     padding: 50px;
}
.container.starrating-container img
{
     max-width: 100%;
}
.container.starrating-container textarea
{
     width: 70%;
     height: 100px;
}
.container.starrating-container .col-sm-12
{
     float: left;
     margin-top: 25px;
       padding: 0px;
}
.container.starrating-container .col-sm-2
{
     padding: 0px;
     margin-top: 20px;
     text-align: left;
}
.container.starrating-container .rating-top-logo
{
     margin: 0px;
     text-align: center;
     margin-bottom:10px;
}
.container.starrating-container .col-sm-6
{
     padding: 0px;
}
.container.starrating-container ul.star-rating-list
{
     list-style: none;
     padding: 0px;
}
.container.starrating-container ul.star-rating-list li
{
     font-size: 13px;
     margin-bottom: 10px;
}
.container.starrating-container ul.star-rating-list.list-star li
{
     margin-bottom: 40px;
}
.container.starrating-container h2
{
     display: inline-block;
     font-size: 20px;
     margin-left: 15px;
}
.container.starrating-container h1
{
    font-size: 18px;
}
.container.starrating-container .row.no-pad
{
     margin: 0px;
}
.starrating-admin .rating-sm {
    font-size: 2em;
}

.container.remittance-container
{
    text-align: center;
    background-color: #fff;
}
.container.remittance-container img
{
  display: table-row-group;
  margin: 0 auto;
}
.container.remittance-container p.header-name
{
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.container.remittance-container img.image-remittance-footer
{
    display: block;
    margin-top: 20%;
    margin-left: auto;
}
.container.remittance-container table.remittance-table
{
      width: 100%;
      text-align: left;
}
.container.remittance-container table.remittance-table tr
{
    text-align: right;
}
.container.remittance-container table.remittance-table td.rem-table-td-alignment-left
{
    text-align: left;
}
.container.remittance-container .payble-paid-remittance
{
      float: right;
      display: block;
      width: 100%;
}
.container.remittance-container .payble-paid-remittance p
{
      margin-bottom: 2px;
}
.container.remittance-container .payble-paid-remittance > p 
{
      text-align: right;
}

.container.remittance-container .account-details-remittance
{
   text-align: left;
   width: 100%;
   float: left;
}
.container.remittance-container p.remittance-note
{
    margin: 20px 0px;
    float: left;
    padding-top: 20px;
    width: 100%;
    font-style: italic;
}
   
.container.remittance-container .account-details-remittance > h4
{
    float: right;
}
.container.remittance-container .account-details-remittance table.small-table-remittance
{
  float: right;
}
.container.remittance-container .account-details-remittance table.small-table-remittance td.rem-table-td-alignment-right
{
  text-align: right;
}

.container.remittance-container.job-history {
    text-align: left;
}
    
.container.remittance-container.job-history p.remittance-note {
    text-align: center;
    float: none;
}
.container.remittance-container.job-history p.header-name
{
  float: none;
  font-size: 16px;
  font-weight: bold;
}
.container.remittance-container.job-history p.header-name.address {
  font-weight: normal;
    
}



.container-shift-details .bootstrap-switch > div > label 
{
    margin-top: 0px!important;
}

.container-shift-details .bootstrap-switch.bootstrap-switch-small>div>span, .bootstrap-switch.bootstrap-switch-small>div>label 
{
    padding-bottom: 0px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 23px;
}


.locations-booking-list.locations-booking-modal .modal-shifts-list .shift.selected .highlight-selected {
    text-decoration: underline;
    text-decoration-color: red;
}
    
.locations-booking-list.locations-booking-modal .modal-shifts-list .shift {
    height: auto!important;
}
 /*.locations-booking-list.locations-booking-modal .modal-shifts-list .shift.selected-highlight > * {*/
 /*    text-decoration: underline;*/
 /*    text-decoration-color: red;*/
 /*    text-decoration-style: dotted;*/
 /*}*/
.locations-booking-list.locations-booking-modal .bootstrap-switch>div>span.bootstrap-switch-danger,
.bootstrap-switch>div>span.bootstrap-switch-danger,
.locations-booking-list.locations-booking-modal .bootstrap-switch>div>span.bootstrap-switch-success,
.bootstrap-switch>div>span.bootstrap-switch-success
{
    padding-top: 8px!important;
}

.brightspark-form-container
{
    padding:25px 0px;
}
.brightspark-form-container .rep-container-body
{
    padding:40px;
}


.shortlist-panel {
    margin-top: 10px;
    margin-bottom: 0;
}
.shortlist-staff-tabs ul li.dropdown
{
  float: right;
}

.staff-compact-view .staff-thumb, .staff-search-dropdown .thumb 
{
  width: 50px;
  height: 50px;

}
.panel-heading.shortlist-staff-tabs .caret-icon
{
    margin-top: 15px;
    margin-right: 3px!important;
}
.panel-heading.shortlist-staff-tabs
{
  padding: 0px 10px;
  background-color: #f5f5f5!important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}
.panel-heading.shortlist-staff-tabs .nav-tabs
{
  background-color: #f5f5f5!important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}

.panel-body .shortlist-staff.compact-view .shortlist-normal,
.panel-body .shortlist-staff .shortlist-compact
{
    display: none;
}
.panel-body .shortlist-staff .shortlist-normal,
.panel-body .shortlist-staff.compact-view .shortlist-compact
{
    display: block;
}

 .panel-body .staff.staff-compact-view i.staff-shortlist-remove 
{
    left: 4px;
    top: 3px;
    width: 10%;
}
.panel-body .staff.staff-compact-view .cb-shortlist-remove
{
    position: absolute;
    right: 3px;
    top: 0px;
    left: initial;
}
 .panel-body .staff.staff-compact-view i.staff-shortlist-more-details 
{
    right: 10px;
    top: 3px;
}
 .panel-body .staff.staff-compact-view
{
    width: 240px;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff 
{
    height: 53px;
    padding: 2px;
    width: 100%;
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    overflow: hidden;
}
.panel-body .staff.staff-compact-view:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /*border-bottom: none;*/
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff p {
    line-height: 1.2 !important;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff:hover .shortlist-details
{
   display: block;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details
{
    position: absolute;
    top: 53px;
    display: none;
    width: 100.6%;
    margin-left: -1px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-radius: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 10px;
    background-color: #fff;
    z-index: 1000;
    left: 0;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .btn {
    margin-left: 0 !important;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .shortlist-details-inner
{
    /*display: inline;*/
    /*float: left;*/
    width: 100%;
    margin-top: 0;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .btn-book,
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .btn-application-notes
{
   font-size: 11px;
   margin-left: 3px;
   float: left;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .btn-sms
{
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff p.mobile-contact
{
   margin-top:5px;
   display: inline;
}
.panel-body .staff.staff-compact-view .staff-details 
{
    margin-right: 4px!important;
    float: left;
    margin-left: 5px!important;
    min-width: 0;
}
 .panel-body .staff.staff-compact-view .staff-details > .staff-name-p {
     gap: 2px;
     margin-right: 13px;
 }
 .panel-body .staff.staff-compact-view .staff-details > .staff-name-p .staff-name-a {
     /*display: block;*/
     /*width: 100%;*/
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     margin-right: 5px;
 }
 .tt-dropdown-menu .address {
    font-size: 80%;
    color: #999;
}
.panel-body .shortlist-staff-col-md-3
{
    width: auto;
    padding: 0px;
    float: left;
    display: inline;

}
.widget-new-staff-scroller a.see-all-new-dashboard
{
    font-size: 12px;
    color: #fff;
    padding: 10px;
} 
.widget-new-staff-scroller .widget-footer span.label-default
{
    border-radius: 5px;
    padding: 2px 0px;
} 
.col-md-12.evaluation-modal-2
{
  position: relative;
}
.col-md-12.evaluation-modal-2 .col-md-111
{
    width: 12%;
    float: left;
    position: relative;
    min-height: 1px;
}
.col-md-12.evaluation-modal-2 .col-md-111 p
{
    margin: 0px;
}
.col-md-12.evaluation-modal-2 .col-md-1.adjust-margin-center
{
    margin-right: 5px;
    text-align: center;
}
.col-md-12.evaluation-modal-2 .col-md-1.adjust-margin
{
    margin-right: 5px;
}
.col-md-12.evaluation-modal-2 .col-md-2.adjust-margin-center
{
    text-align: center;
}
p.abs-address
{
    position: absolute;
    width: 500%;
}
.col-md-12.evaluation-modal-2 .col-md-1.adjust-margin-center i.icon-thumbs-eval-green
{
    color: green;
    font-size: 15px;
}
.col-md-12.evaluation-modal-2 .col-md-1.adjust-margin i.icon-thumbs-eval-red
{
    color: red;
}

.panel-body.shortlist-staff
{
    padding: 0px 15px 5px;
}
.export-report-dialog
{
    float: left;
    width: 100%;
}

.export-report-dialog input[type="radio"]
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.export-report-dialog input[type="checkbox"]
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.export-report-dialog .col-md-3 h4 
{
    margin-top: 0px;
}
.export-report-dialog .col-md-3 h4.no-marg
{
}
.export-report-dialog h3
{
    margin-top: 0px;
}
.export-report-dialog .export-right-column
{
  color: #333;
  font-size: 14px;
  border-left: 1px solid #ddd;
}
.export-report-dialog .col-md-3.col-right-report-dialog a
{
    font-size: 13px;
}
.export-report-dialog .row-fluid-export
{
    margin-bottom: 10px;
}
.export-report-dialog .row-fluid-export.report-list-columns span
{
}
.export-report-dialog .col-md-3 .row-fluid.checkbox-row
{
    margin-bottom:8px;
}
.export-report-dialog span.del-list
{
   float: right;
   display: inline;
}
.export-report-dialog .btn-remove {
    position: absolute;
    margin-left: -10px;
    z-index: 10000;
}
.latest-post
{
    /*float: left;*/
    width: 96%;
    border-bottom: 1px solid #ddd;
    margin: 5px 0px 0px 0px;
    padding-bottom: 5px;
    cursor: pointer;
  white-space: nowrap;
}
.latest-post .btn-seen{
    position: absolute;
    margin-top: -3px;
    margin-left: 7px;    
}
.thumbnail-latest-post 
{
  display: inline-block;
  float: left;
}
.data-latest-post 
{
  /*float: left;*/
  line-height: 1.2;
  display: inline-block;
  margin-left: 6px;
  white-space: normal;
  margin-right: 10px;
}
.data-latest-post span:nth-child(1)
{
  font-size: 12px;
  color: #333;
}
.data-latest-post span
{
  font-size: 12px;
  color: #858181;
}

.thumbnail-latest-post img
{
 width: 40px;
 margin-left: 5px;
}
.export-report-dialog .lists-connected {
    min-height: 140px;
    border: 1px solid;
    padding: 2px;
    /*margin: 5px;*/
}
.export-report-dialog .lists-connected .row {
    /*width: 120px;*/
    border: 1px solid;
    margin: 5px;
    padding: 2px;
    cursor: pointer;
}
.h2-today-tomorrow
{
    margin-top: -1px!important;
    margin-left: 20px!important;
}
button:focus {outline:0 !important;}
a:focus {outline:0 !important;}

.timeline-camp-name
{
    /*font-weight: bold;*/
    /*font-size: 13px;*/
    /*background-color: silver!important;*/
}
.timeline-table.staff-view .timeline-camp-name
{
    background-color: #fff !important;
}

.timeline-table .date-cell {
    padding: 3px;
}
/*.timeline-table .date-cell:not(.data-cell-campaign) {
    background: none !important;
}*/
.timeline-table tr.campaign > td,
.timeline-table tr.timeline-total-fields > td {
    background-color: #f0f0f0;
}
.table-striped > tbody > tr.no-background > td, 
.table-striped > tbody > tr:no-background > th {
    background: none !important;
}
.timeline-table .shift-entry,
.timeline-table .shift-container
{
    border-radius: 5px;
    background-color: #f3f3f3;
    text-align: left;
    padding: 2px 5px;    
    margin-bottom: 3px;
    cursor: pointer;
    border-left: 5px solid #666;
    /*overflow-x: hidden;*/
}
/*.timeline-table .shift-container*/

.dialog-evaluate .row-shift {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.dialog-evaluate .row-shift:hover {
    background: #EEE;
}
.dialog-evaluate .column {
    padding-right: 5px;
    padding-left: 5px;
}
.dialog-evaluate .column-no-padding {
    padding-right: 0;
    padding-left: 0;
}
.dialog-evaluate .btn-header-change-all {
    text-decoration: underline;
}

.dialog-evaluate .row-shift .btn-notes.notes-added > i{
    color: #00FF00;
}

.evaluate-thumbs-block {
/*    padding-left: 0px !important;
    padding-right: 0px !important;*/
}
.evaluate-thumbs-block .icon-grey {
    color: #ddd;
    cursor: pointer;
}
.evaluate-thumbs-block .icon-grey.readonly,
.evaluate-thumbs-block .icon-grey.disabled {
    cursor: default;
    opacity: 0.5;
}
.evaluate-thumbs-block .icon-thumbs-up.selected {
    color: green;
}
.evaluate-thumbs-block .icon-thumbs-down.selected {
    color: red;
}
.evaluate-thumbs-block .icon-circle.selected {
    color:black;
}
.evaluate-thumbs-block .thumbs {
    cursor: pointer;
}

.dialog-evaluate .header {
    font-weight: bold;
}

.brightsparks-references .col-sm-4 .col-sm-2 label
{
    margin-top:7px;
}
.brightsparks-references .btn-bs-ref
{
    margin-top:15px;
}
.text-under-button
{
    /*border: 1px solid #CBC6C6;*/
    border-top: none;
    padding: 0px 5px;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*font-size: 80%;*/
}

.staff-details-check-ins
{
      border: 1px solid #CBC6C6;
      border-top: none;
      padding: 0px 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      float: left;
      width: 100%;
}
.staff-details-check-ins .staff-name {
    font-size: 80%;
}
.locations-list .col-md-2
{
  float: left;
}

.shifts-table i.shift-icon {
    border: 1px solid black;
    padding:3px;
    border-radius: 50%;
}
.shifts-table i.shift-color-red {
    background-color: red;
    color: red;
}
.shifts-table i.shift-color-yellow {
    background-color: yellow;
    color: yellow;
}
.shifts-table i.shift-color-white {
    background-color: white;
    color: white;
}
.shifts-table i.shift-color-grey {
    background-color: grey;
    color: grey;
}
.shifts-table .expenses-column {
    padding-left: 5px;
}
.shifts-table .expenses-column.expenses-to-approve,
.container-shift-details .calculated-expenses-row.expenses-to-approve,
.btn-expenses.expenses-to-approve,
.shifts-table .mileage-column.mileage-to-approve,
.container-shift-details .calculated-mileage-row.mileage-to-approve,
.btn-mileage.mileage-to-approve
{
    color: #FF0000;
}
input.btn-expenses.expenses-to-approve,
input.btn-mileage.mileage-to-approve {
    color: inherit;
    background-color: #FF4040;
}
.shifts-table .expenses-column a,
.shifts-table .mileage-column a {
    text-decoration: underline;
}
.btn-expenses {
    cursor: pointer !important;
}
.container-shift-details .calculated-expenses-row .expenses-exclamation-sign,
.container-shift-details .calculated-mileage-row .mileage-exclamation-sign
{
    display: none;
}
.container-shift-details .calculated-expenses-row.expenses-to-approve .expenses-exclamation-sign,
.container-shift-details .calculated-mileage-row.mileage-to-approve .mileage-exclamation-sign
{
    display: inline;
}

.modal-dialog .expenses-list-table select.form-control {
    padding-left: 0px;
    padding-right: 0px;
}



.report-kreate-cost-summary .campaign-name {
    color: blue;
}
.report-kreate-cost-summary .btn-collapse .expanded,
.report-kreate-cost-summary .btn-collapse.expanded .collapsed
{
    display: none;
}

.report-kreate-cost-summary .btn-collapse.expanded .expanded,
.report-kreate-cost-summary .btn-collapse .collapsed
{
    display: inline-block;
}

.report-kreate-cost-summary .session,
.report-kreate-cost-summary .shift,
.report-kreate-cost-summary .level2
{
    display: none;
}
.report-kreate-cost-summary .session.visible,
.report-kreate-cost-summary .level2.visible,
.report-kreate-cost-summary .shift.visible
{
    display: table-row;
}

.report-kreate-cost-summary thead tr.totals
{
    background-color: #8bb7ff !important;
}

.report-kreate-cost-summary tbody tr.campaign > td,
.report-kreate-cost-summary tbody tr.campaign > th
{
    background-color: #8bb7ff !important;
}
.report-kreate-cost-summary tbody tr.campaign.odd > td,
.report-kreate-cost-summary tbody tr.campaign.odd > th
{
    background-color: #99ddff !important;
}

.report-kreate-cost-summary tbody tr > td,
.report-kreate-cost-summary tbody tr > th
{
    background-color: #fff !important;
}
.report-kreate-cost-summary tbody tr.odd > td,
.report-kreate-cost-summary tbody tr.odd > th
{
    background-color: #d6d6d6 !important;
}

.report-kreate-cost-summary tbody tr.red > td,
.report-kreate-cost-summary tbody tr.red > th
{
    color: #000;
    background-color: #ff3333 !important;
}
.report-kreate-cost-summary tbody tr.white > td,
.report-kreate-cost-summary tbody tr.white > th
{
    color: #000;
    background-color: #fff !important;
}
.report-kreate-cost-summary tbody tr.blue > td,
.report-kreate-cost-summary tbody tr.blue > th
{
    background-color: #8bb7ff !important;
}

.report-kreate-cost-summary tbody tr.odd.red > td,
.report-kreate-cost-summary tbody tr.odd.red > th
{
    color: #000;
    background-color: #e13333 !important;
}

.report-kreate-cost-summary tbody tr.yellow > td,
.report-kreate-cost-summary tbody tr.yellow > th
{
    color: #000;
    background-color: #ffff00 !important;
}
.report-kreate-cost-summary tbody tr.odd.yellow > td,
.report-kreate-cost-summary tbody tr.odd.yellow > th
{
    color: #000;
    background-color: #e3e300 !important;
}


.report-kreate-cost-summary tbody tr > td.paid {
    background-color: #5cb85c !important;
}
.report-kreate-cost-summary tbody tr > td.selected {
    background-color: #ffc826 !important;
}
.report-kreate-cost-summary .shift-selector {
    display: none;
}
.rate-fines,
.rate-total-negative
{
    color: red;
}
.rate-expenses-changeable {
    color: #2a6496;
}

.client-container{
    float: left;
    width: 100%;
}
.client-container .client-logo{
    float: left;
    display: inline;
    width: 100%;
}
.client-container .client-top{
    float: left;
    margin: 10px 0px 40px 0px;
}
.client-container .client-heading{
    font-size: 28px;
    display: inline;
    vertical-align: bottom;
}
.client-container .client-heading-parent-class{
    text-align: center;
}
.client-container .client-bottom{
       float: left;
    width: 100%;
}
.client-container .client-details{
    display: inline;
    float: left;
    /*border-left: 1px solid #CDCECA;    
    border-right: 1px solid #CDCECA;*/
    padding: 0px 10px;
    width: 100%;
}
.client-container .details1{
    display: block;
    float: left;
    width: 100%;
}
.client-container .details1 .icon-plus{
   font-size: 10px;
   float: left;
   margin-right: 5px;
}
.client-container .details1 .icon-phone{
   font-size: 10px;
   float: left;
   margin-right: 5px;
}
.client-container .details1-heading{
    display: inline;
    text-transform: uppercase;
    float: left;
    font-size: 11px;
        margin-top: 0px;
}
.client-container .details1-heading.heading-blue{
    color: #85BBBB;
}
.client-container .details-right{
    display: inline;
    float: right;
}
.client-container .btn.details-right{
    display: inline;
    float: right;
    font-size: 9px;
        padding: 1px 4px!important;
    margin-top: -3px;
        margin-right: 5px;
}
.client-container h6.details-right{
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 0px;
}
.client-alert
{
    padding: 5px;
}
.client-container .client-details-col2{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.client-container .client-details-col2-2 {
    margin-top: 27px;
}
.client-container .client-details-col2-1 .details-col2-1-heading{
    display: inline;
    text-transform: uppercase;
}
.client-container .client-details-col2-1 .details-col2-1-icon{
    display: inline;
    float: right;
}
.client-container .client-details-col2-2 .client-list .client-list-details-icon{
    display: inline;
}
.client-container .client-details-col2-2 .client-list .client-list-details-name{
    display: inline;
    margin-left: 5px;
    color: #85BBBB;
}
.client-container .client-details-col3 .client-details-col3-top {
  padding: 10px 0px;
  /*border-top: 1px solid #9FA09C;*/
  border-bottom: 2px solid #9FA09C;
}
.client-container .client-details-col3 .client-details-col3-top img {
  display: inline;
}
.client-container .client-details-col3 .client-details-col3-top h3 {
  display: inline;
      font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
.client-container .client-details-col3 .client-details-col3-bottom {
 /*border-right: 1px solid #CDCECA;*/
     float: left;
    padding-right: 5px;
}

.middle-col-client
{
  height: 458px!important;
      background: #e9e9e9;
}
.remove-from-shifts-dialog-row .cell
{
    padding-left: 10px;
    padding-right: 10px;
}
.remove-from-shifts-dialog-row {
    border-bottom: solid 1px;
}

.dialog-expenses-edit .btn-remove-image {
    position: absolute;
    margin-top: 5px;
    margin-left: 7px;
    color: #FF0000;
}
.dialog-expenses-edit .images-container > .row {
    margin-bottom: 10px;
}
.dialog-expenses-edit .resulting-image {
    max-height: 200px;
    max-width: 200px;
    
    border: #000 1px solid;
}
.dialog-expenses-edit .resulting-image img {
    max-height: 200px;
    max-width: 200px;
}
.dialog-expenses-edit .text-cell {
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-xxs 
{
    padding: 1px 5px !important;
    font-size: 11px;
    /*line-height: 1.5;*/
    border-radius: 3px;
}

.btn-field-changed-log-alert
{
    float: none !important;
    color: #FF0000;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
}
.map-staff-statuses {
    margin-top: 10px;
}
.map-staff-statuses .labels {
     color: #000;
     background-color: none;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     width: 45px;
     white-space: nowrap;
     margin-top: -32px !important;
   }
/*@media screen and (max-width: 979px) {
    .map-staff-statuses label.checkbox {
        display: inline-block;
    }
    .map-staff-statuses  .checkbox + .checkbox {
        margin-top: 10px;
    }
}*/

.map-staff-statuses .top-least-areas {
    margin-bottom: 10px;
}

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

.internal-expenses-edit-dialog .btn-required.required {
    color: #2ab631;
}
.color-green {
    color: #2ab631 !important;
}
.color-red {
    color: #ff0000 !important;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.modal-dialog .modal-title  {
    color: #666;
}
.modal-dialog .modal-title .passport-approval-dialog-header  {
    font-size: 80%;
    color: #606060;
}
.modal-dialog .modal-title .passport-approval-dialog-header .header  {
    font-size: 95%;
    color: #9D9D9D;
}
.under-18 {
    font-weight: bold;
    color: red;
}
.container-shift-details .input-group span.form-control
{
    height: 25px;
    font-size: 12px;
    line-height: 1.3;
    padding: 4px 6px;
}

.trophy,
.trophy.trophy-none
{
    color: #e5e5e5;
}
.trophy.trophy-bronze
{
    color: #cd7f32;
}
.trophy.trophy-silver
{
    color: #b5b5b5;
}
.trophy.trophy-gold
{
    color: #d4af37;
}
.trophy.trophy-black {
    color: #000000;
}
.trophy.trophy-red {
    color: #FF0000;
}


.login-bottom-info {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 20px;
}
.login-bottom-info small {
    font-size: 12px;
    font-weight: 300;
}

.tastes-popup-container {
    font-size: 150%;
}
.row-centered-vertical {
    display: flex;
    align-items: center; 
}
.tastes-popup-container  input {
    max-width: 60px;
    display: inline;
}
/*.tastes-popup-container .entry-title {
    margin-left: 110px;
}*/

.tastes-popup-container .entry-row {
    border: solid #CCC 1px;
    border-radius: 5px;
    padding: 5px 0;
    margin-bottom: 5px;
}

h3.h3 {
    font-size: 30px;
    font-weight: bold !important;
}


.login-disabled-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-size: 150%;
      
}
.login-disabled-container h3 {
    font-size: 200%;
    color: #FF0000;
    text-align: center;
}
.login-disabled-container a {
    color: #FF0000;
    font-weight: bold;
}


@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg)  rotateX(180deg);
  }
}

/* LOADER 7 */

.block-loader-container .block-loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.block-loader-container .block-loader{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

.block-loader-container .block-loader:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  animation: flip 1s infinite;
}
.block-loader-container {
    position: absolute;
/*    width: 644px;
    height: 350px;*/
    display: flex;
    align-items: center;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    z-index: 1020;
}
 .block-loader-container.too-long {
     background-color: rgba(255, 255, 255, 0.5);
     align-items: start;
 }
 .block-loader-container.too-long .block-loader {
     margin-top: 200px;
 }


 .products-popup-items-container .item {
    width: 100%;
    display: block;
    font-size: 130%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: solid 1px #CCC;
}

/* mileage */
.dialog-expenses-edit .mileage-container .mileage-item-container .editing,
.dialog-expenses-edit .mileage-container .mileage-item-container.edit-mode .viewing
{
    display: none;
}
.dialog-expenses-edit .mileage-container .mileage-item-container.edit-mode .editing
{
    display: block;
}

.dialog-expenses-edit .mileage-container .mileage-item-container .item-controls
{
    position: absolute;
    right: 5px;
    margin-top: -10px;
}
.dialog-expenses-edit .mileage-container .mileage-item-container:only-child .item-controls {
    display: none;
}

.colorpicker {
    z-index: 10500 !important;
}
.list-group-item.row {
    
}
.bold {
    font-weight: bold !important;
}

.question-container.question-container-hidden {
    display: none;
}
.page.page-container-hidden {
    display: none;
}
.question-container .question-header-container {
    margin-bottom: 20px;
}
.question-container.question-group-container {
    border: none;
    padding: 0;
}
.question-container.question-group-container > * {
    padding: 0;
}

.top-alerts-container {
    margin: -5px 20px;
}


.awr-calendar .calendar-header table th {
    font-size: 22px;
    padding: 5px 10px;
}

.awr-calendar .year-neighbor {
    color: #aaa;
}
.awr-calendar .year-title {
    font-weight: 700;
    text-align: center;
    height: 20px;
    width: auto;
}
.awr-calendar .months-container {
    width: 100%;
}
.awr-calendar .month-container {
    min-width: 180px;
    text-align: center;
    height: 200px;
    padding: 0;
}
.awr-calendar table {
    margin: auto;
}
.awr-calendar table.month th.month-title {
    font-size: 16px;
    padding-bottom: 5px;
}
.awr-calendar table.month tr td, .cawr-alendar table.month tr th {
    padding: 0;
}
.awr-calendar table td, .awr-calendar table th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    padding: 4px 5px;
    font-size: 12px;
}
.awr-calendar table.month th.day-header {
    font-size: 14px;
}
.awr-calendar table.month td.day.disabled .day-content:hover, .awr-calendar table.month tr td.new, .awr-calendar table.month tr td.new:hover, .awr-calendar table.month tr td.old, .awr-calendar table.month tr td.old:hover {
    background: 0 0;
    cursor: default;
}
.awr-calendar table.month td.day .day-content {
    width: 100%
}
.awr-calendar table.month td.day.restricted .day-content {
    background-color: #f77272;
    border-radius: 5px;
}
.awr-calendar table.month td.day.has-shifts {
    box-shadow: rgb(245, 187, 0) 0px -4px 0px 0px inset;
    cursor: pointer;
}


table tr.no-background > td, table tr.no-background > th {
    background-color: #FFF !important;
}
table.report-job-history-table tr.roles-row td {
    background-color: #f0f0f0 !important;
}
table.report-job-history-table tr.roles-row td:first-child {
    padding-left: 30px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.detailed-stats .row-expandable * {
    cursor: pointer;
    text-decoration: underline;
}
.detailed-stats .row-to-expand {
    display: none;
}


.expenses-list .table .images-container img {
    max-width: 100px;
    max-height: 100px;
}

.container-questionnaire .venue-info-container,
.container-questionnaire .venue-linked-images-container
{
    display: none;
}
.container-questionnaire .venue-info-container > *,
.container-questionnaire .venue-linked-images-container > * {
    margin-top: 10px;
}
.container-questionnaire .venue-info-container .note-container,
.container-questionnaire .venue-linked-images-container .image-container {
    margin-top: 5px;
}
.container-questionnaire .venue-info-container .image-container .image-name,
.container-questionnaire .venue-linked-images-container .image-container .image-name
{
    text-decoration: underline;
}
.container-questionnaire .venue-info-container .image-container .image-description,
.container-questionnaire .venue-linked-images-container .image-container .image-description {
    color: #999;
}

.container-questionnaire .page {
    display: none;
}
.container-questionnaire .page.active {
    display: block;
}
.move-stock-details-container .type-related-container {
    display: none;
}

.move-stock-details-container.type-to_venue .type-related-container.type-to_venue,
.move-stock-details-container.type-from_venue .type-related-container.type-from_venue,
.move-stock-details-container.type-to_person .type-related-container.type-to_person,
.move-stock-details-container.type-from_person .type-related-container.type-from_person,
.move-stock-details-container.type-to_customers .type-related-container.type-to_customers,
.move-stock-details-container.type-allocate_to_venue .type-related-container.type-allocate_to_venue,
.move-stock-details-container.type-allocate_to_person .type-related-container.type-allocate_to_person
{
    display: inherit;
}
.move-stock-details-container .container-signature,
.form-container-signature .container-signature {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}

.opacity-05 {
    opacity: 0.5;
}
.form-question-edit-dialog .form-question-option.option-hidden {
    opacity: 0.5;
}
    .form-question-edit-dialog .form-question-option.option-hidden .btn-hide .fa-eye {
        display: none;
    }
    .form-question-edit-dialog .form-question-option:not(.option-hidden) .btn-hide .fa-eye-slash {
        display: none;
    }   

.input-sm {
    height: 30px !important;
}
.input-group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group-flex > *,
.input-group-flex > .input-group-addon, .input-group-flex > .input-group-btn, .input-group-flex > .form-control
{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.input-group-flex > .form-control {
    min-width: 20px;
}
/*.input-group-flex > .input-group-addon, .input-group-flex > .input-group-btn, .input-group-flex > .form-control {
    display: block;
}*/


.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bbbbbb), to(#c5c5c5));
  background-image: -webkit-linear-gradient(top, #bbbbbb, 0%, #c5c5c5, 100%);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #c5c5c5 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #c5c5c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffc5c5c5', GradientType=0);
}


.container-collapsible.collapsed .rep-contaniner-content-expanded, 
.container-collapsible .rep-contaniner-content-collapsed {
    display: none;
}
.container-collapsible .rep-contaniner-content-expanded, 
.container-collapsible.collapsed .rep-contaniner-content-collapsed {
    display: block;
}
.container-collapsible .heading {
    float: right;
}
.container-collapsible.collapsed .heading .collapsible-icon-open,
.container-collapsible .heading .collapsible-icon-closed {
    display: none;
}

.container-collapsible.collapsed .heading .collapsible-icon-closed,
.container-collapsible .heading .collapsible-icon-open {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.container-collapsible.collapsed .heading .collapsible-icon-open,
.container-collapsible .heading .collapsible-icon-closed {
    display: none;
}

.hide-time-for-staff-container .btn-hide-time-for-staff,
.hide-time-for-staff-container.time-hidden .btn-unhide-time-for-staff {
    display: inline;
}
.hide-time-for-staff-container.time-hidden .btn-hide-time-for-staff,
.hide-time-for-staff-container .btn-unhide-time-for-staff {
    display: none;
}
.container-locations-header .hide-time-for-staff-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.container-locations-header .hide-time-for-staff-container > * {
    float: left;
}
.panel-loader {
    display: none;
}
.field-instruction,
.field-field-instruction {
    color: #bbbbbb;
    font-size: 90%;
}
.field-field-instruction {
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}

table.min-wage-table,
table.min-wage-table th,
table.min-wage-table td
{
    /*text-align: center;*/
    border: #000 solid 1px;
}
table.min-wage-table th,
table.min-wage-table td {
    padding: 5px;
    text-align: center
}
table.min-wage-table th {
    font-weight: bold;
    font-size: 110%;
}
table.min-wage-table .rate {
    font-weight: bold;
    font-size: 120%;
}

.availability-box {
    height: 15px;
    width: 15px;
    border: solid 1px;
    border-radius: 3px;
    display: inline-block;
}

.badge-message-type-sms {
    background-color: #2a9afd;
    color: white;
}
.badge-message-type-viber {
    background-color: #784e9c;
    color: white;
}
.badge-message-type-push {
    background-color: #cdcdcd;
    color: #000;
}
.badge-message-type-email {
    background-color: #fff;
    color: #000;
    border: #000 solid 1px;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}


.main-container-dashboard .dashboard-campaign-heading  {
/*    font-size: 14px; */
    line-height: 28px;    
    font-size: 1.1em;
    color: #767676;
    text-transform: uppercase;
}
.main-container-dashboard .dashboard-campaign-heading .btn,
.main-container-dashboard .dashboard-campaign-heading .dropdown-menu {
    text-transform: none;
}
.main-container-dashboard .dashboard-campaign-heading .checked-stats {
    margin-right: 10px;
}
.main-container-dashboard .filter-no-results {
    display: none;
}
.popover.popover-left-notification {
    max-width: 400px;
    z-index: 10000;
}
#upcoming-projects-container .shifts-container .filters-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#upcoming-projects-container .filters-items-container {
    flex: 1;
    display: inline-block;
}
#upcoming-projects-container .filters-items-container .badge {
    font-weight: normal;
    font-size: 14px;
    margin: 0 3px 3px 0;
}

#upcoming-projects-container .dashboard-upcoming-nav-tabs .tab-datepicker {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0 15px;
}
.location-today-entry {
    color: green;
    font-weight: bold;
}

.recurring-days-dialog-container .flex-row {
    display: flex;
    float: left;
    margin-bottom: 10px;
}
.recurring-days-dialog-container .flex-row:not(:first-child) {
    margin-left: 50px;
}
.recurring-days-dialog-container .flex-row.align-middle {
    align-items: center;
}
.recurring-days-dialog-container .flex-row.flex-align-center {
    justify-content: center;
}
.recurring-days-dialog-container .flex-row.flex-align-center > * {
    align-self: center;
    margin-right: 10px;
}
.recurring-days-dialog-container .flex-row .datepicker-container .input-group.form-control {
    margin-bottom: 0;
}
.recurring-days-dialog-container .flex-row .datepicker-container {
    margin-left: 20px;
}

.red-black-color-fade {
  animation: red-black-color-change 1s infinite;
}

@keyframes red-black-color-change {
  0% { color: red; }
  50% { color: black; }
  100% { color: red; }
}

.red-black-background-fade {
  animation: red-black-background-change 1s infinite;
}

@keyframes red-black-background-change {
  0% { background: red; }
  50% { background: black; }
  100% { background: red; }
}

.label-alert-red {
    color: red;
    font-weight: bold;
}

.communication-icon-mobile {
    color: #22941E;
}
.communication-icon-sms {
    color: #2a9afd;
}
.communication-icon-viber {
    color: #784e9c;
}
.communication-icon-push {
    color: #cdcdcd;
}

/*.tooltip { 
    pointer-events: none;
}*/

.thumbs-block .thumb {
    padding: 4px;
    margin: 2px;
    cursor: pointer;
}
/*.thumbs-block .thumb:hover {
    border: solid 1px #aaa;
}*/
.thumbs-block .thumb.selected {
    border: solid 1px #999;
    border-radius: 4px;
}

.thumbs-description {
    float: left;
    line-height: 3em;
    margin-left: 20px;
    color: #999;
}

.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
}
.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;

  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  /* Identical styling required!! */
  /*border: 1px solid black;*/
  padding: 0.5rem;
  font: inherit;

  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}

.stats-box .h5,
.stats-box .h4, 
.stats-box .h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.stats-numbers-container .h3 {
    font-size: 22px;
}


.checkbox-with-subtitle {
    padding-left: 20px;
    display: block;
    font-weight: normal;
}
    .checkbox-with-subtitle input{
        margin-left:-20px;
       display:block;
       float: left;
    }
    .checkbox-with-subtitle .subtitle {
        color: #bbbbbb;
        font-size: 90%;
    }

.colors-row .color-cell {
    width: 50px;
    height: 50px;
    margin: 1px;
    display: inline-block;
}
.colors-row .color-cell.color-allocated {
    background: none !important;
    cursor: auto;
}
.colors-row .color-cell.selected {
    border: 1px solid #000;
}
.color-codes-container.selectable .color-cell {
    cursor: pointer;
}



.events-list-shifts-container {
    margin: 25px 5px 5px 5px;
}
.events-list-shifts-container i {
    font-size: 17px;
    vertical-align: middle;
}
.events-list-shifts-container .dropdown-menu {
    text-align: left;
    top: 20px;
    left: 20px;
}
.events-list-shifts-container .shift-container {
    margin-bottom: 5px;
    background-color: #F0F0F0;
    padding: 3px;
    border-radius: 5px;
}
.events-list-shifts-container .shift-container .staff-name-container {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
}
.events-list-shifts-container .shift-container .staff-name-container > a{
    overflow: hidden;
    text-overflow: ellipsis;
}

.events-list-shifts-container .shift-container .location-container {
/*    border-left: 5px solid #ededed;
    padding-left: 5px;*/
    margin-top: 3px;
    font-size: 90%;
    white-space: normal;
}

.locations-booking-list.campaigns-container > .panel:last-child {
    margin-bottom: 0;
}

.schedule-duplicate-dialog .checkbox {
    margin-top: 0;
    padding-left: 20px;
}
.schedule-duplicate-dialog .locations-container .btn-dates {
    display: none;
}
.schedule-duplicate-dialog.duplicate-dates .locations-container .btn-dates {
    display: inline-block;
}

.contract-container {
    font-size: 16px;
}
.contract-container .contract-title {
    font-size: 30px;
}
.contract-container .contract-parties {
    margin-top: 30px;
    line-height: 25px;
}
.contract-container .contract-parties .contract-parties-between {
    display: flex;
    margin-top: 20px;
}
.contract-container .contract-parties .contract-parties-between .between-text {
    width: 100px;
    flex: 0 0 auto;
}
.contract-container .contract-copy-container {
    margin-top: 30px;
    line-height: 25px;
}
.contract-container .contract-signature {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contract-container .contract-signature .signature-header {
    color: #A0A0A0;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.contract-container .contract-signature .signature-text {
    font-size: 18px;
}
.contract-container .contract-signature .signature {
    max-width: 300px;
    max-height: 150px;
}

.report-staff-stats-hours-worked  .staff-thumb {
    width : 50px;
    height: 50px;
    /*height: 100%;*/
    /*padding-right: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0;
    overflow: hidden;
    margin-right: 10px;
    /*margin-right: 5px;*/
    /*background: url(../img/staff_placeholder_image.png) no-repeat;*/
    /*background-color: #CCC;*/
}


#calendar-container .select2-container {
    margin-top: 6px;
    margin-bottom: 6px;
}
    #calendar-container .select2-container .select2-choices {
        min-height: 30px;
    }
        #calendar-container .select2-container-multi .select2-choices .select2-search-field input {
            margin-top: 0;
        }
        #calendar-container .select2-container-multi .select2-choices .select2-search-choice {
            font-weight: normal;
            font-size: 90%;
        }
        #calendar-container .select2-container-multi .select2-choices .select2-search-choice {
            margin-top: 4px;
        }
.select2-container .select2-search-choice {
    text-transform: none !important;
}
.rep-container-header .btn, .rep-container-header .dropdown  
.rep-container-header .btn, .rep-container-header .dropdown  {
    text-transform: none;
}
/*.tooltip.calendar-event-tooltip.bottom {
    margin-top: -5px;
}*/
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #cccccc;
}
.btn-default {
    background-color: #ebebeb;
    border-color: #cccccc;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #eee;
}

.btn.btn-red,
.btn.btn-red:hover,
.btn.btn-red:focus
{
    background-color: #932947;
    border-color: #A3465B;
    color: #FFFFFF;
}

.btn.btn-green,
.btn.btn-green:hover,
.btn.btn-green:focus
{
    background-color: #449d44;
    border-color: #419641;
    color: #FFFFFF;
}

.btn.btn-amber,
.btn.btn-amber:hover,
.btn.btn-amber:focus
{
      background-color: #E8A01A; 
    border-color: #E8A01A;
    color: #fff;
}
.btn-transition-background {
    transition-property: background-color, border-color;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    -ms-transition-property: background-color, border-color;
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    -webkit-transition-property: background-color, border-color;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
}

.appear-on-hover-template .appear-on-hover {
    opacity: 0;
}
.appear-on-hover-template:hover .appear-on-hover {
    opacity: 1;
    transition: opacity 500ms;
}

.input-group .select2-container {
    flex: 1 1 auto;
    width: auto;
    margin-bottom: 0;
}
.input-group .select2-container > .select2-choice, 
.input-group .select2-container .select2-arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.portfolio-fields-form-container .lists-connected  {
/*    border: 1px solid;
    border-radius: 2px;*/
    min-height: 40px
}
.portfolio-fields-form-container .field-item {
    cursor: pointer;    
}
.portfolio-fields-form-container .fields-choose .field-item:not(.section-active),
.portfolio-fields-form-container .fields-choose .field-item.selected
{
    display: none;
}
.portfolio-fields-form-container .fields-choose .list-group-item.last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.portfolio-staff-list-container .staff-row  {
    display: flex;
    align-items: center !important;
    padding: 5px;
    flex-wrap: wrap;
    /*border-bottom: solid 1px #000;*/
}
.portfolio-staff-list-container .staff-row:nth-child(odd)  {
    background-color: #f9f9f9;
}
.portfolio-staff-list-container .table-staff .table-staff-body {
    min-height: 100px;
}

.portfolio-staff-list-container .staff-row .staff-thumb {
    /*flex: 0 0 70px;*/
    margin-right: 5px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
    
.portfolio-staff-list-container .staff-row.campaign > .staff-thumb {
    background-color: #999999;
    align-items: center;
    justify-content: center;
    display: flex;    
}
.portfolio-staff-list-container .staff-row.campaign > .staff-thumb i {
    color: #FFF;
    font-size: 25px;
}

.portfolio-staff-list-container .staff-row .staff-thumb img {
    width: 100%;
    height: 100%;
    margin-right: 5px;
}
.portfolio-staff-list-container .staff-row .staff-name {
    flex-grow: 1;
    
}
.portfolio-staff-list-container .staff-row .staff-icon {
    /*flex: 0 0 70px;*/
    /*margin-left: auto !important;*/
}
.portfolio-staff-list-container .staff-row .show-choose,
.portfolio-staff-list-container .staff-row .show-chosen,
.portfolio-staff-list-container .staff-row .loader-icon
{
    display: none;
}
.portfolio-staff-list-container.staff-choose-container .staff-row .show-choose,
.portfolio-staff-list-container.staff-chosen-container .staff-row .show-chosen
{
    display: block;
}
.portfolio-staff-list-container .staff-row .staff-icon.staff-icon-moving {
    margin-right: 10px;
    transition: margin 300ms;
}
.portfolio-staff-list-container .staff-row:hover .staff-icon.staff-icon-moving {
    margin-right: 0;
}    
.portfolio-staff-list-container .staff-row .substaff-container .staff-row{
    background: none;
}
.portfolio-staff-list-container .staff-row .substaff-container{
    width: 100%;
    margin-left: 10px;
    margin-top: 5px;
}

/*.portfolio-staff-list-container .client-interest-container .btn-thumbs-up.selected {
    color: FFF;
}*/
.cursor-pointer {
    cursor: pointer;
}

.rep-container.container-dashboard-shortcuts {
    border: 0;
}
.container-dashboard-shortcuts .btn {
    background-color: #f6f6f6;
}
.container-dashboard-shortcuts .btn:hover,
.container-dashboard-shortcuts .btn:focus
{
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.bd-callout.bd-callout-shift-note {
    padding: 5px 5px 5px 10px;
    margin: 0;
    cursor: pointer;
    /*border-left: 3px solid #999;*/
    border-left: 3px solid #e3e5a7;
    background-color: #f5f6ca;
    font-size: 11px;
}

.reporting-logic-dialog-questions-list-container {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
    border: 1px solid #cccccc;    
}
.reporting-logic-dialog-questions-list-container label {
    display: block;
    font-weight: normal;
}

.top-menu-chat-new-messages-badge {
    background-color: #FF0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 0;
    left: auto;
    /*bottom: 0;*/
    display: inline-block;
}
.job-market-status-color-container .color-entry {
    width: 20px;
    height: 20px;
    border: 0;
    margin: 1px;
    cursor: pointer;
}
.job-market-status-color-container .color-entry.selected {
    border: 1px solid #000;
}

.table-border-middle tbody > tr > td {
    border-top: none;
    border-bottom: none;
}
.table-border-middle tbody > tr {
    border-bottom: 1px solid #dddddd;
}
.table-border-middle tbody > tr:last-child {
    border-bottom: none;
}

.campaign-shift-list-dialog-table-container .table tbody tr > td{
    line-height: 1.65;
}
.campaign-shift-list-dialog-table-container .fa-ul {
    margin-left: 0;
    padding-left: 15px;
}

.container-onboarding-dialog .section-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
}
.container-onboarding-dialog .time-badge {
    color: #999;
}
.container-onboarding-dialog table tr td {
    vertical-align: middle;
}
.container-onboarding-dialog .btn-boom-particles-container {
    display: none;
    margin-top: -50px;
}
.container-onboarding-dialog .btn-boom-particles-container svg {
    fill: var(--primary-color);
}
.btn-status-button {
    width: 95px;
}

.alert [data-notify="title"] {
    display: block;
    font-weight: bold;
}

.select2-schedule-role .select2-container .select2-arrow {
    background-color: #eeeeee;
    background-image: none;
}
.select2-schedule-role .select2-container .select2-choice {
    border-radius: 0;
    border-color: #ccc;
}

.select2-schedule-role .select2-container.rate-role {
    flex: 0 0  250px
}

 .select2-schedule-role .select2-container-active .select2-choice,
 .select2-schedule-role  .select2-container-active .select2-choices {
     border: 1px solid #cccccc;
 }

 .select2-schedule-role .select2-container .select2-choice,
 .select2-schedule-role .select2-container-multi .select2-choices {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
 }

 .select2-schedule-role  .select2-container.select2-container-disabled .select2-choice {
     background-color: #fff;
     border: 0;
 }
 .select2-schedule-role  .select2-container.select2-container-disabled .select2-arrow {
     display: none;
 }

 /*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {*/
 /*    .select2-schedule-role   .select2-search input, .select2-search-choice-close,*/
 /*    .select2-schedule-role .select2-container .select2-choice abbr,*/
 /*    .select2-schedule-role  .select2-container .select2-choice .select2-arrow b {*/
 /*        margin-top: 3px;*/
 /*    }*/
 /*}*/

 .navbar-toggle {
     display: none;
 }

 @media (max-width: 1190px) {
     .main-navigation .nav-item  .hide-on-mobile {
         display: none;
     }
     .main-navigation .nav-item.right a {
         min-width: auto;
     }
 }

 .staff-search-button-bar .panel-body {
     padding: 5px;
 }

 .btn-primary-on-hover:hover,
 .btn-primary-on-hover:focus
 {
     background-color: var(--primary-color) !important;
     color: #FFFFFF !important;
 }
 .btn-red-on-hover:hover,
 .btn-red-on-hover:focus
 {
     background-image: linear-gradient(to bottom, #A3465B 0%, #932947 100%);
     color: #FFFFFF !important;
 }
.staff-list-container .staff-tiles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}
    .staff-list-container .staff-tiles-container .staff-tile {
        width: 350px;
        min-height: 100px;
        border: 1px solid #999;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
        align-items: start;

        -webkit-transition: box-shadow .3s ease-in-out;
        -moz-transition: box-shadow .3s ease-in-out;
        -ms-transition: box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
    }
     .staff-list-container .staff-tiles-container .staff-tile:hover {
         box-shadow: 0 0 5px #999;
     }
        .staff-list-container .staff-tiles-container .staff-tile .staff-image {
            width: 80px;
            margin-right: 5px;
            flex: 0 0 auto;
            border-radius: 4px;
            border: 1px solid #ddd;
            padding: 0;
            overflow: hidden;
        }
             .staff-list-container .staff-tiles-container .staff-tile .staff-image  img {
                 width: 100%;
                 height: auto;
             }
             .staff-list-container .staff-tiles-container .staff-tile .staff-image input[type="checkbox"] {
                 position: absolute;
                 margin-top: 0px;
                 margin-left: 5px;
             }
         .staff-list-container .staff-tiles-container .staff-tile .staff-details {
             overflow-x: hidden;
             text-overflow: ellipsis;
         }
.overflow-ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.container-questionnaire .location-routing-map-canvas {
    width: 100%;
    height: 400px;
    border: 1px solid #000;
}

.panel-with-sticky-header > .panel-heading:first-of-type,
.table-sticky-header thead th,
.sticky-container
{
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 100;
}
 .table-sticky-header {
     position: relative;
 }
    .table-sticky-header thead th {
        background-color: #f0f0f0;
        border-bottom: 1px solid #ddd;
    }
body.top-menu-not-fixed .panel-with-sticky-header > .panel-heading:first-of-type,
body.top-menu-not-fixed .table-sticky-header thead th,
body.top-menu-not-fixed .sticky-container {
    top: 0;
}

 .container-preview-csv
 {
     border: 1px solid #CCC;
     border-radius: 4px;
     min-width: 1090px;
 }
 .container-preview-csv .csv-row
 {
     border-bottom: 1px solid #CCC;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
     display: flex;
     flex-direction: row;
     align-items: stretch;
     gap: 10px;
 }
 .container-preview-csv .csv-row:last-child
 {
     border-bottom: none
 }
 .container-preview-csv .csv-row > .col {
     flex: 1;
     font-weight: bold;
     min-width: 200px;
     overflow-x: hidden;
     text-overflow: ellipsis;
 }

 .container-preview-csv .data-field-container
{
    border: 1px solid #EEE;
    background: #EEE;
    border-radius: 4px;
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
     margin-top: 5px;
     font-weight: normal;
     min-width: 0;
}
 .container-preview-csv .data-field-container .text-wrapper {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 100%;
 }
.container-preview-csv .data-field-container > i
{
    margin-right: 10px;
}

.tippy-box {
    background-color: #f0f0f0; /* Light grey background */
    color: #333; /* Dark text color for readability */
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.4;
}
.timeline-tooltip .tippy-box {
    max-width: 350px !important;
    width: 350px !important;
}
.tippy-box .tippy-content {
    padding: 0;
}
.tippy-arrow {
    color: #f0f0f0;
}
/* .timeline-table td.date-cell  .tippy-box a {*/
/*    color: #333 !important;*/
/*    background-color: inherit !important ;*/
/*    font-size: inherit;*/
/*    padding: inherit;*/
/*     width: auto;*/
/*     height: auto;*/
/*}*/


 .locations-loadable-container .locations-loadable-content-container {
     min-height: 400px;
 }

 .nav-pills li:not(.active).has-errors a {
     font-weight: bold;
     color: #FF0000;
 }

 .container-with-shift-count .shift-count-container {
     margin-left: 20px;
     font-weight: normal;
     text-transform: none;
 }

.usa-tax-forms-badges-container {
    display: inline-block;
}
 .dashboard-data-content .usa-tax-forms-badges-container {
     margin-top: 2px;
 }
.usa-tax-forms-badges-container > .badge {
    margin-right: 2px;
}
.usa-tax-forms-badges-container > .badge:last-child {
    margin-right: 0;
}

 body .bs-notify-container .btn-close-all {
     display: none;
 }
 /*body .bs-notify-container:first-of-type .btn-close-all {*/
 /*    display: block;*/
 /*}*/


 .field-input-textual-container:not(.filled) > .field-input-textual-label,
 .field-input-textual-container.filled > .field-input-textual-input {
     display: none;
 }
 .field-input-textual-container > .field-input-textual-label {
     color: var(--primary-color);
     text-decoration: underline;
     cursor: pointer;
 }

 .grid-column-content input,
 .grid-column-content textarea,
 .grid-column-content select,
 .grid-column-content .twitter-typeahead .tt-hint
 {
     margin-bottom: 0 !important;
 }

 .change-content-on-hover:hover .normal,
 .change-content-on-hover:not(:hover) .on-hover
 {
     display: none
 }

 .locations-list-container #locations-list-map {
     width: 100%;
     height: 300px;
 }


 .show-on-hover-container .show-on-hover,
 .show-on-hover-container:hover .hide-on-hover {
     display: none
 }
 .show-on-hover-container:hover .show-on-hover,
 .show-on-hover-container:not(:hover) .hide-on-hover {
     display: inline-block;
 }

 .table-shift-cost-tooltip {
     border: 0;
     width: 100%;
 }
 .table-shift-cost-tooltip tr td:first-child {
     font-weight: bold;
     text-align: right;
     padding-right: 5px;
 }
 .table-shift-cost-tooltip tr td:last-child {
     padding-left: 5px;
     text-align: left;
 }
