 /*! 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
   ========================================================================== */

   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;
  }



  .input-group {
    padding-bottom: 10px;
  }

  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;
  }


  .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;
  }
.btn.settings-edit-btn
{
    float: right;
    padding: 2px 6px!important;
    font-size: 12px;
    text-transform: capitalize;
}
  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 i
    {
        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 .dropdown-menu {
    margin-top: -2px;
  }
  .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: 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-submenu:hover > a,
  .dropdown-submenu:focus > a {
    color: #ffffff;
    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: 25.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;

}
.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;}
.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;}
.popover-content{padding: 0px;}
  #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:3px 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 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 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{max-width: 30px; max-height: 30px; border-radius: 15px; margin-top: 0px; margin-bottom: 0px;}
.main-navigation .nav-item i{font-size: 14px; 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;
}

 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%;}
.form-group.component.header{border: 1px solid #ccc; border-radius: 5px;}
.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; }
.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;}
.ui-droppable .component .component-controls a{margin-top: 5px!important;}
.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 select{padding:5px; margin: 10px 10px; width: 86%;}
.ui-droppable .component input[type="text"]{width: 86%;}

/*.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: #ddd; 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;
}

.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;}

/*===========================================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: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 .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 span{font-size: 14px;  color: #555555; }
.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 img{float: right; text-align: right; display: inline-block; max-width: 280px; max-height: 75px;}

.top-fixed-moving.navbar-fixed-top.form-view .form-view-data{display: inline; float: left; padding-top: 10px; font-size: 14px;}
.top-fixed-moving.navbar-fixed-top.form-view{ padding: 10px 20px; position: fixed; background: #fff; display: inline-block; 
box-shadow: 0 0 5px #aaa; }
.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: 100px; height: 100px; margin-bottom: 5px; border: 1px solid #EBEBEB;
padding: 10px; background-color: #F5F5F5;}
.container-questionnaire video {width: 280px; 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: 100px;}
.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 .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 i 
 {

    z-index: 1000;
      font-size: 16px;
      color: #999999;
      display: inline;
      padding: 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;
  }
}
@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: 1em;
    
  }


  .widget-new-staff-scroller {
    border-top: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    height: 600px;
    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;
    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;
  }





  /*.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);*/
}
 .caption-portfolio
 {
    margin-bottom: 10px;
    text-align: center;
 }

.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;
}
 }

  @media screen and (max-width: 400px){
    .top-fixed-moving.navbar-fixed-top.form-view img
    {max-width: 180px;
max-height: 100px;}
.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 {

width: 89%;
}
.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 { */display:none; */ margin-bottom: 10px!important;width:100% !important;padding: 0px !important;margin-left: 0px !important; box-sizing:none!important;}
     .select2-container li{ /* display:none;*/ 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: 0px 10px;
      display: inline-block;
     margin-bottom: -3px;

    }

  .widget-staff-search .main-input-wrapper  {
    width: 100%;
    margin-left: 10px;
    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: 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 .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 .dropdown ul 
{
  z-index: 9999;
    padding-left: 0px;
}

  .widget-staff-search .dropdown {
    margin-left: 10px;
    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 .input-wrapper.input-filters .form-control{color:#999999!important; padding: 3px 0px 0px 5px!important; }
  .widget-staff-search input,
  .widget-staff-search .form-control {
    margin: auto;
    width: 150px;
    margin-left: 12px;
 
 
    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 .dropdown.open {
    display: block;
    
  
 
  z-index: 9999;
 

  }
.badge-green {color:green;}
.badge-red {color:red;}
  .fav .badge{background-color: #7D827F;}
  .schedule .panel-heading h3{margin-top: 5px;}
    .schedule .panel-buttons-group .btn-copy-roles {font-size: 12px; padding: 3px !important;}
.schedule .panel-buttons-group .btn-remove-roles {font-size: 12px;padding: 3px !important;}
 .schedule  .panel-buttons-group .btn-copy-locations-and-roles {font-size: 12px;padding: 3px !important;}
.schedule .panel-buttons-group .btn-remove-locations-and-roles {font-size: 12px;padding: 3px !important;}
.schedule .panel-buttons-group .btn-copy-locations {font-size: 12px;padding: 3px !important;}
.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 {color: #999;}

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

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

    text-overflow: ellipsis;

  }
  .widget-staff-search .dropdown 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;
}
 .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; 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-md-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;
}

.shortlist-panel .nav-tabs .left-tab a
{
    padding-left: 25px;
}
.shortlist-panel .nav-tabs .left-tab input {
    position: absolute;
    margin-left: 8px;
    margin-top: 13px;
    z-index: 10;
}


.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; margin-right: 10px; margin-left: 10px;
}
.panel-body .staff-details p
{
  margin-bottom: 0px !important; line-height: 1.4!important;
}
.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 .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%;
  }


  .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 .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;
}
  /*===================================NOTIFICATIONS HOVER LAYOUT==========================================*/

.popover .staff{


float: left;
border-radius: 5px;
padding: 10px 10px 2px 10px;
}
.popover .staff-thumb {
margin-right: 0px;
margin-bottom: 0px;
}
 .popover .staff-detail {
float: right;
margin-right: 10px;
margin-left: 10px;
}
.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;
}

  /*===================================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;
  }
.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%; }
  

  /*===================================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;}
         .nav-item.active span.top-menu-title-hidden {color: inherit; }
         
         .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,
  .container-fluid h1, 
  .container-fluid h2,
  .container-fluid h3,
  .container-fluid h4 {
    font-size: 1.1em;
    font-weight: normal!important;
  }

  .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;
  }
/*  .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 {
    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;
}    
.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 .pull-right.progress {
    width: 50%;
  }
  .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%;
  }
  .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 {
    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;
}

  .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;
  }

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

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

.radio, .checkbox {
  padding-left: 15px;
}
.checkbox-group .checkbox {
  font-size: 0.9em;
  margin: 4px 0;
}






.calendar-controls {
  margin: 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-foldable,
.portfolio.foldable
{
  height: 0;
  overflow: hidden;
}
.portfolio-foldable.open,
.portfolio.foldable.open
{
  height: auto;
}

.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 {
  height: 0;
  overflow: hidden;
}
.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;
}




.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-body.modal-body-group {
    margin: 0px;
    padding: 0px;
    max-height: none;
    overflow: none;
}
.modal-body-content {
    max-height: 500px;
    overflow: auto;
}

.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-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;
  }


  .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;
}






  .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 .pagination { 
  margin-top: 10px; 
  margin-bottom: 10px; 
}
.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;
    display: inline-flex;
}
  .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: #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 );*/

  background: #f0f0f0;
}
.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"],
table [class^="icon"] {
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
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-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,
table td.red { color: #ED2139; }
.amber,
table td.amber { color: #E8A01A; }
.green,
table td.green { color: #22941E; }
.blue,
table td.blue { color: blue; }

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

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

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

.no-wrap {
  white-space: nowrap;
}



.res-during label
{
  font-weight: normal;
}
.res-during label .col-md-10
{
  margin-bottom: 0px;
}
.staff-overview-list-item {
  line-height: 30px;
  display: inline-block;
  /*-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;
}
.staff-overview-list-item .no {
  /*border-right: 1px solid #888;*/
  width: 20%;
  text-align: right;
}
.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;
}

.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;
  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 .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;
}
.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: #D3D339;
  /*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;
}


/* ==========================================================================
   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;
}

.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,
.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;}
.event-list .divider{margin: 4px 0px !important;}
.event1 span{display: inline; float: right; }

.event1 p{display: inline; font-size: 11px; float: left; color: #333; margin: 0px !important;}

.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;

}


  
/*.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
    {
        color: #333;
        text-align: left;
        border-bottom: 1px solid #ccc;
        text-align: left;
        margin-right:-1em;
    }
   

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

.tooltip-inner {min-width: 350px!important;float: left;
  background-color: #E2E4E3;
  box-shadow: 10px 10px 5px #888888;
  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
{
  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:5px;}
.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;}

/*#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
{  color: #000; width: 80%;
  font-size: 10px;
text-align: left;}
  .event1 #tooltip-inner span,
  .event1 .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;*/
}
.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;
    }
    
  }

  
.schedule .roles-list .role-header,
.schedule .locations-list .location.saved, 
.schedule .roles-list .role.saved {
    line-height: 25px;
}

.schedule .locations-list .location .location-name,
.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 .btn-actions {
    display: block;
}
.schedule .locations-list .location.saved .btn-details,
.schedule .locations-list .location.saved .location-name-field,
.schedule .locations-list .location.saved .btn-save,
.schedule .locations-list .location.saved .btn-cancel
{
    display: none;
}


.schedule .roles-list .role .role-text,
.schedule .roles-list .role .rate-text,
.schedule .roles-list .role .overbook-text,
.schedule .roles-list .role .holiday_pay-text,
.schedule .roles-list .role .times-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 .overbook-text,
.schedule .roles-list .role.saved .holiday_pay-text,
.schedule .roles-list .role.saved .times-text,
.schedule .roles-list .role.saved .shift-totals,
.schedule .roles-list .role.saved .btn-actions {
    display: block;
}


.schedule .roles-list .role.saved .role-fields,
.schedule .roles-list .role.saved .rate-fields,
.schedule .roles-list .role.saved .overbook-fields,
.schedule .roles-list .role.saved .holiday_pay-fields,
.schedule .roles-list .role.saved .times-fields,
.schedule .roles-list .role.saved .btn-details,
.schedule .roles-list .role.saved .btn-save,
.schedule .roles-list .role.saved .btn-cancel
{
    display: none;
}


.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;
}*/

.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 {
    display: none;
}
.collapsible.open > .body {
    display: block;
}

.collapsible .heading {
    cursor: pointer;
}
.caret-icon {
    float: left;
    margin-right: 10px;
    width: 10px;
}
.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 .checkbox-container,
.rep-container-header .checkbox-container {
    margin-right: 5px;
    display: inline-block;
}
.rep-container-header .checkbox-container {
    margin-left: 20px;
    margin-right: 10px;
}

.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;
}

.modal-shifts-list .shift .rate-edit,
.modal-shifts-list .shift .time-edit,
.btn-change-all-container .rate-edit,
.btn-change-all-container .time-edit
{
    display: none;
    position: absolute;
    margin-top: 5px;
    -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;
}
.modal-shifts-list .shift .time-edit,
.btn-change-all-container .time-edit
{
    width: 185px;
}
.modal-shifts-list .shift .rate-edit.hourly-rate,
.btn-change-all-container .rate-edit.hourly-rate
{
    width: 305px;
}
.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,
.btn-change-rate-all.visible, 
.btn-change-time-all.visible
{
    display: inline-block;
}

.rate-edit .input-rate-edit {
    width: 50px;
}
.rate-edit select.input-rate-edit {
    width: auto;
    height: 23px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    border-radius: 0px;
}
.shift .rate-changed-text {
    display: none;
    color: #2a6496;
}
.shift.rate-changed .rate-changed-text {
    display: block;
}
.time-edit .input-time-edit {
    width: 40px;
}
.time-edit .input-time-edit.time-break {
    width: 30px;
}
.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;
}
.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 a.btn
{
  display: inline;
  float: left;
  margin-right: 5px!important;
}
/*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;}
.panel-body.body.shifts-list input[type="text"]{width: 280px; 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;
}
.panel-body.body.shifts-list .btn{margin-right: 5px; margin-top: 5px;}
.row.shift .badge.badge-unsure{background-color: #d9534f; width: 15px; height: 15px;}

.row.shift.shift-booked  .badge.badge-unsure{background-color: #5cb85c;}

.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;
}
.row.shift .checked-in-status-label
{
    padding-left: 30px;
    padding-right: 10px;
    clear: both;
    display: block;
}
.row.shift .checked-in-status-label i
{
    min-width: 10px;
    float: right;
}
.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;}


.toplevel-panel .toplevel-panel-controls .btn-market, 
.toplevel-panel.published .toplevel-panel-controls .btn-market-published {
    display: inline;
}
.toplevel-panel .toplevel-panel-controls .btn-market-published, 
.toplevel-panel.published .toplevel-panel-controls .btn-market {
    display: none;
}

.sublevel-panel .sublevel-controls .btn-market,
.sublevel-panel.published .sublevel-controls .btn-market-published {
    display: inline;
}
.sublevel-panel .sublevel-controls .btn-market-published, 
.sublevel-panel.published .sublevel-controls .btn-market {
    display: none;
}


.sublevel-panel .btn-market-published,
.sublevel-panel .btn-market
{
    float: right;
    display: inline;
    margin-bottom: -5px;
    margin-top: -7px;
    margin-left: 10px;
}
.sublevel-panel .sublevel-controls .dropdown
{
    float: right;
}

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

.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,
.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, tr.table-row-highlight-red > th {
    background-color: #FFB3B3 !important;
}
tr.table-row-highlight-yellow > td, tr.table-row-highlight-yellow > th {
    background-color: #fcff90 !important;
}
tr.table-row-highlight-white > td, tr.table-row-highlight-white > th {
    background-color: white !important;
}
tr.table-row-highlight-grey > td, tr.table-row-highlight-grey > th {
    background-color: #eeeeee !important; 
}


.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 {
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 select
{
    padding: 4px 6px;
}
/* ---------------------------- 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;    
}

.timeline-table th,
.timeline-table td.date-cell {
    text-align: center;
}
    
.timeline-table tbody {
    font-size: 11px;
}
.timeline-table .click-to-expand {
    float: right;
    margin-right: 50px;
    font-weight: normal;
    font-size: 11px;
}

.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 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 10px;
    /*color: #333;*/
    color: #FFF;
    font-weight: bold;
    background-color: #666;
}
.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;
}

/*.campaign-stats-container .row div:nth-child(2) {
    text-align: right;
}*/
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

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

.location-details .map-canvas,
.location-details .map-canvas-checkin
{
    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;
}
.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;
}
.table-campaigns-list tr .badge:not(:last-child) {
    margin-bottom: 2px;
}
.staff-edit-container label {
    font-weight: normal;
}

.form-builder-grid-table {
    width: 90%;
}


.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;
}


/* ------------------- 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 , .col-md-7
{
  color: #767676;
}

 .staff-overview-main-details .col-md-9 , .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;
}

.staff-overview-main-details #overview-availability-calendar {
    width: 100%;
    text-align: center;
}
.staff-overview-main-details #overview-availability-calendar > .datepick {
    width: 209px !important;
    margin-left: auto;
    margin-right: auto;
}
.staff-overview-main-details #overview-availability-calendar > .datepick .datepick-month {
    width: 100%
}


.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%;
}
/*.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;
}

.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;
}*/

/*-------------------------------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
{
     /*width: 100px;*/
     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  {
     font-size: 15px;
}
.container.starrating-container ul.star-rating-list li
{
     font-size: 15px;
     margin-bottom: 10px;
}
.container.starrating-container ul.star-rating-list.list-star li
{
     /*margin-bottom: 48px;*/
}
.container.starrating-container ul.star-rating-list.list-star li .row .col-md-2
{
    margin-top: 12px;
}
.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-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 .bootstrap-switch>div>span.bootstrap-switch-danger 
{
    padding-top: 8px!important;
}

.locations-booking-list.locations-booking-modal .modal-shifts-list .shift {
    height: auto!important;
} 

.locations-booking-list.locations-booking-modal .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-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: 98%;*/
}
.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 .inner-shortlist-staff:hover .shortlist-details
{
   display: block;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details
{
    position: absolute;
    top: 48px;
    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: 5px;*/
    padding-top: 10px;
    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 .shortlist-details-inner
{
    display: inline;
    float: left;
    width: 70%;
    margin-top: -5px;
}
.panel-body .staff.staff-compact-view .inner-shortlist-staff .shortlist-details .btn-book
{
   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;
}

.shortlist-normal .inner-shortlist-staff .staff-thumb-container {
    float: left;
    width: 60px;
    height: 85px;
    text-align: center;
}
.shortlist-normal .inner-shortlist-staff .staff-thumb
{
    float: none;
}
.shortlist-normal .inner-shortlist-staff .staff-thumb-container .staff-status 
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    margin-top: 3px;
    padding: 2px 5px;
}


.panel-body .staff.staff-compact-view .staff-details 
{
    margin-right: 4px!important;
    float: left;
    margin-left: 5px!important;

}
.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 .col-md-9.no-pad
{
  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;
}
.latest-post
{
    float: left;
    width: 96%;
    border-bottom: 1px solid #ddd;
    margin: 5px 0px 0px 0px;
    padding-bottom: 5px;
    cursor: pointer;
}
.thumbnail-latest-post 
{
  display: inline;
  float: left;
}
.data-latest-post 
{
  float: left;
  line-height: 1.2;
  display: inline;
  margin-left: 6px;
}
.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;
}

.dialog-evaluate .row-shift {
    margin-bottom: 10px;
}
.dialog-evaluate .column {
    padding-right: 5px;
    padding-left: 5px;
}

.evaluate-thumbs-block,
.evaluate-should-pay-thumbs-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.evaluate-thumbs-block .icon-grey,
.evaluate-should-pay-thumbs-block .icon-grey
{
    color: #ddd;
    cursor: pointer;
}
.evaluate-thumbs-block .icon-thumbs-up.selected,
.evaluate-should-pay-thumbs-block .icon-thumbs-up.selected
{
    color: green;
}
.evaluate-thumbs-block .icon-thumbs-down.selected,
.evaluate-should-pay-thumbs-block .icon-thumbs-down.selected
{
    color: red;
}
.evaluate-thumbs-block .icon-circle.selected,
.evaluate-should-pay-thumbs-block .icon-circle.selected
{
    color:black;
}
.evaluate-thumbs-block .thumbs,
.evaluate-should-pay-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;
}



.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;
}

.rate-fines {
    color: red;
}


.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;
}


.campaigns-container.mobile-view .col-md-0.status-color {
    padding-left: 5px;
}
.campaigns-container.mobile-view .staff-details-panel-body {
    min-width: 0px;
}
.error-placeholder .error {
    color: red; 
}


.input-group.input-group-new {
    display: flex;
}
.input-group-new .input-group-addon {
    margin: 0;
    padding: 0;
}

.input-group-new .input-group-btn {
    width: auto;
}

.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;
}
.panel-default > .panel-heading {
  background: #f5f5f5;
  filter: none;
}
.panel-default:not(.open) > .panel-heading {
    border-bottom: none;
}
.container-fluid .container-fluid {
    background-color: #fff;
}