﻿/* Global Styles */

/* ------------------------------- */
.sidebar-collapse {
    /*max-height: 700px; Detta blir inte snyggt, scrollen är alltid synlig även om man har skärm som är stor nog för hela menyn och har man skärm som är mindre än 700px hög så kan man inte komma åt hela menyn trots scroll
    overflow-y: scroll;*/
}

body {
    /*padding-top: 100px;*/
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: #1e242c;
    color:#666;
    font-weight:400;
}
h1,h2,h3,h4,h5  {color:#222;}
h1 {font-size:21px;text-transform:uppercase;font-weight:700;margin-bottom:15px;margin-left:2px;}
h2 {font-size:19px;text-transform:uppercase;font-weight:700;}
h3 {font-size:18px;text-transform:uppercase;font-weight:700;}
h4 {font-size:16px;font-weight:700;}
h1 small {
    font-size:80%;text-transform:none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
font-weight: 400;
line-height: 1;
/*color: #c51e12;*/
color: #888;

}
/* morris donut bl.a... */
text {
  /*font-weight: 700 !important;*/
  font-family:inherit !important;
 
}

/* -- end morris */

.alternative-text-color {
    color: #999;
}

/*h1 {font-size:28px;}
h2 {font-size:25px;}*/
/*h4 {font-size:17px;font-weight:400;}*/
td {padding:4px 8px 4px 8px !important;}
.valign-middle td {vertical-align:middle !important;}
th {
    font-size:11px;font-weight:700;text-transform:uppercase;
    border-right:solid 1px #e0e0e0;
    border-left:solid 1px #FFF;
background-color: #f8f8f8; /*f5f5f5*/
border-color: #ddd;/*ddd;*/
 background: -webkit-linear-gradient(#f8f8f8, #f0f0f0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f8f8f8, #f0f0f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f8f8f8, #f0f0f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f8f8f8, #f0f0f0); /* Standard syntax */
}

    th.asc, th.desc { cursor:pointer;
    }
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e9e9e9;
}
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
/*border-bottom: 1px solid #e0e0e0;
border-top:none;*/
}
.table>thead>tr>th {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-bottom: 1px solid #e0e0e0;
border-top:1px solid #e0e0e0 !important;
}

.table>thead>tr:first-child>th {
border-left:none;
}

.table>thead>tr:last-child>th {
border-right:none;
}

.table>tbody>tr:last-child>td {
border-bottom: 1px solid #e0e0e0;
}
.table.lightborder td{ border-color:#EEE;
                       
}


.table.lightborder td:first-child{ 
    /*border-left:dotted 2px #CCC;*/
   
}

.table.lightborder>tbody>tr:last-child>td {
border-bottom:none;
}

.table.lightborder>tbody>tr:first-child>td {
    border-top:none;
}

.note {
    margin-top:10px;
    background:url(../img/bg-note.png) center center no-repeat;
    padding:20px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

 input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

.news p {
    margin-top:5px;
}

.news h1, .news h2, .news h3, .news h4 {text-transform:none !important;}
 .news h1 { font-size:27px;font-weight:500;}
 .news h3 { font-size:22px;font-weight:500;}
 .news h4 { font-size:20px;font-weight:500;}
 .news h5 { font-size:16px;font-weight:500;}
 .news p.large {font-size:15px;}
 /*input[type=time]::-webkit-inner-spin-button, 
    input[type=time]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}*/

 .arriveDate, .arriveTime  {
  -webkit-appearance: none;
  -moz-appearance: none;
}

label   {font-size:12px;color:#888;font-weight:500;text-transform:uppercase;}
.label {border-radius:.7em;text-transform:uppercase;padding: .2em .6em .2em;}
.panel-info {font-size:13px;}
.panel-info td   {padding:7px 15px 7px 15px !important;}
.panel-info label {font-size:13px;color:#444;font-weight:500;}
.panel-heading .row h4  {margin:0;}
.form-control   {
    border-radius:2px;
}

.nav .myName {
    padding: 30px 25px 20px 25px; color: #DDD; background: #1b2128;
}

.nav .myName a span.small{ margin-top:-1px;display:block; }
.nav .myName a:hover {
    text-decoration:none;
}
.nav .myName a {text-transform:none;color:#DDD;font-weight:500;font-size:14px;}

.border-bottom {
    border-bottom:solid 1px #EEE;margin-bottom:5px;
}

.timereport .form-control   {
    height: 30px;
    padding: 4px 12px;
    margin-top:1px;
}


.timereport .form-group   {
    margin-top:1px;
}

.timereport .seperator {
    position: absolute; color: #999; right: 0px; top: 2px; font-size: 17px; font-weight: 100;
}

.timereport .weekname {
    margin-top: 0px; font-size: 9px; color: #bdcace; text-transform: uppercase;
}

.timereport .holiday {
    color: #ff0000 !important;
}

.timereport .bigholiday {
    color: #ff0000 !important;
    font-weight:bold !important;
}


.timereport .weekend {
    /*color: #fd7f2b !important;*/
    
}

.timereport .regularsunday {
    color: #ff0000 !important;
}


.timereport .smalldatetext{
    color: #222; margin-top: -3px; font-weight: 500; font-size: 12px;
}

.timereport .smalldatetext2{
    color: #333; padding: 0px; font-weight: 500; font-size: 12px;
}
.form-group .edit_time {
    position: relative;margin-left: 0px;display: block;
}


.form-group .edit_time .help-block {
    position: absolute;font-size:10px;
}

    .form-group .edit_time .form-control {
        text-align:center;max-width:85px;font-size:18px;padding: 0px !important;/*outline: medium none !important;height: auto;background: none repeat scroll 0% 0% #FFF !important;border: medium #fff !important;box-shadow: none !important;*/
    }

    .form-group .edit_time_small .form-control {
        max-width:80px;border-radius:0; font-size:13px; font-weight:500; padding:4px 4px 6px 4px !important;
        outline: medium none !important;/*height: auto;*/background: none repeat scroll 0% 0%  !important;
            border: medium #fff !important;box-shadow: none !important;



            /*border-left:solid 1px #e0e0e0 !important;*/
            /*border-right:solid 1px #e0e0e0 !important;*/
        /*border-radius:0; text-align:center;max-width:30px;font-size:14px;padding:5px 0px 7px 0px !important;
        outline: medium none !important;height: auto;background: none repeat scroll 0% 0% #FFF !important;
            border: medium #fff !important;box-shadow: none !important;*/
    }


.form-group .edit_time_small .form-control:hover {
    border: 1px solid #ccc !important;
/*border-radius: 4px;*/
background: #fff !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)  !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075)  !important;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s  !important;


    /*background: #fff !important;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.15) !important;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, .15) !important;
    border-color: #a94442 !important;*/
}

 

    /*.form-group .edit_time_small .form-control:before {
  content: "\f040"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  
  font-size: 10px;
  color: #666;
  top: 50%;
  left: -50%;
  
  z-index: 1;
}*/

    .form-group .edit_time_small input[type="time"]:disabled {        
         background: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-color: none !important;
        color:#888;
    }


    .form-group .edit_time_small .form-control.has-error  {
        background:#fbebeb !important;
        box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075) !important;
        -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075) !important;
        border-color:#a94442 !important;
        /*border-radius:0; text-align:center;max-width:30px;font-size:14px;padding:5px 0px 7px 0px !important;
        outline: medium none !important;height: auto;background: none repeat scroll 0% 0% #FFF !important;
            border: medium #fff !important;box-shadow: none !important;*/
    }

    .minwidth {min-width: 90px}

    
.form-group .edit_time_small .help-block {
    position: absolute;min-width:100px;font-size:10px;margin-top:-1px;display:inline-block;
    z-index:200;padding:2px 4px 2px 4px;
    background:#A94442;color:#FFF;
    border:solid 1px #FFF; border-radius:2px;
}

.less-width-for-lg {width:80%;}
/*
.panel {
    margin-bottom: 20px;
    background-color: none;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}*/

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #3e4855;
border-color: #111923;
}

.progress-bar-primary {
 
  background-color: #5badd0;
 
}


.progress-bar-default {
background-color: #999;
}

.panel-info {
border-color: #cedbe5;
}

.panel-info>.panel-heading {
color: #31708f;
background-color: #eaf2f6;
border-color: #cedbe5;
}


.panel-group .panel-heading+.panel-collapse .panel-body {
border-top: 1px solid #ddd;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
border-top-color: #cedbe5;
}

.panel-heading h4 {
    font-size:12px;text-transform:uppercase;font-weight:700;
}

.panel-heading .form-group {
    padding-left:5px;
    margin-bottom:0;
}
.panel-heading .form-group p.border
{
    padding: 0px 0px 0px 10px;
    margin-left:5px;
    border-left:solid 1px #CCC;
}

.panel-button-margin {
    float:right;
}

.label-info {
background-color: #5f7f95;
}
.label-primary  {
    background-color:#5276a5;
}
/*
.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 400px; 
    height: 300px
}

.kgTopPanel { background-color: #ffffff; border: none; }
.kgHeaderCell:last-child { border-right: none; }
.kgHeaderButton { background-color: rgb(0, 136, 204); left: -20px; }
.kgHeaderButtonArrow { border-top-color: #ffffff; }
.kgColMenu { left: -20px;right: auto;background-color: #f5f5f5; border: 1px solid #e3e3e3;}

.kgViewport {
height: 100% !important;
overflow-y: hidden;
border: none;
}

.kgViewport .kgRow .kgCell {
background-color: #ffffff;
border-top: 1px solid #dddddd;
border-bottom: none;
border-left: none;
border-right: none;
}

.kgAggregate {
background-color: #e3e3e3;
}

.kgViewport .kgRow:hover .kgCell {
background-color: #f5f5f5;
}

.kgFooterPanel { display: none; }
*/

.grad-red {
  background: -webkit-linear-gradient(#fff, #ffebeb); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #ffebeb); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #ffebeb); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #ffebeb); /* Standard syntax */

  margin-top: -5px; text-align: center; padding: 2px 5px 0px 5px; border-radius: 1px; -webkit-box-shadow: 0 2px 3px rgba(120,0,0,.25); box-shadow: 0 2px 3px rgba(120,0,0,.25); width: 60px;
}
.grad {
    /*background:#ecf3f7;*/
  background: -webkit-linear-gradient(#fff, #ecf4f7); 
  background: -o-linear-gradient(#fff, #ecf4f7); 
  background: -moz-linear-gradient(#fff, #ecf4f7); 
  background: linear-gradient(#fff, #ecf4f7);
  /*background: -webkit-linear-gradient(#fff, #f8f8f8); 
  background: -o-linear-gradient(#fff, #f8f8f8); 
  background: -moz-linear-gradient(#fff, #f8f8f8); 
  background: linear-gradient(#fff, #f8f8f8);*/ 

  margin-top: 0px;margin-left:-1px;margin-bottom:1px; text-align: center; padding: 1px 3px 3px 3px; border-radius: 0px; 
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25); 
  border-top:solid 1px #FFF;
  box-shadow: 0 1px 1px rgba(0,0,0,.25); width: 100%;
  /*padding: 4px 3px 3px 3px;
  text-align:right;*/
}

footer {
	text-align: left;
	background: #fff;
  /*  background-color:rgba(255,0,0,0.7);*/
   /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);*/
   border-top:solid 1px #DDD;
	color: #111;
    margin-left:0px;
	padding: 10px 10px 10px 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    z-index:1000;
}

a   {color:#3e6f98;}
.breadcrumb {
    background-color: #e7eaee;
    border-radius: 4px;
    list-style: none outside none;
    
    margin-bottom: 0px;
    padding: 8px 15px;
    font-size:13px;
    /*border-bottom:solid 1px #e1e5eb;*/
}
    .breadcrumb a, .breadcrumb i {
        color:#899099;
    }

    .breadcrumb>.active{
        color:#9fa9b7;
    }

div.timereport-header div.row {
    background:#fff;
    border-bottom:solid 2px #DDD;
    padding-bottom:7px;
}

div.timereport div.row:nth-child(even) {
    background:#fff;
    padding-top: 0px; padding-bottom: 0px; border-bottom: solid 1px#ddd;
}


div.timereport div.row:nth-child(odd) {
    background:#f9f9f9;
    padding-top: 0px; padding-bottom: 0px; border-bottom: solid 1px#ddd;
}

/*.btn {
    font-weight:500;    
    text-transform:uppercase;
    font-size:13px;
    border-radius:1px;
    padding: 7px 13px;
}

.btn-sm {
    padding: 6px 10px;
    font-size: 11px;
    font-weight:500;
}
.btn-xs {
    padding: 3px 5px;
    text-transform:uppercase;
    font-size:10px;
    border-radius:1px;
    font-weight:500;
}*/
.btn {
    font-weight:500;    
    text-transform:uppercase;
    font-size:12px;
    border-radius:1px;
    padding: 7px 13px;
}
.btn-link {
    text-transform:none;
    font-weight:400;    
}
.btn-sm {
    padding: 6px 10px 5px 10px;
    font-size: 11px;
    font-weight:500;   

}
.btn-xs {
    padding: 3px 5px;
    text-transform:uppercase;
    font-size:10px;
    border-radius:1px;
    font-weight:700; 
}

.btn-lg {
    border-radius:0px;
    font-size:16px;
    padding:12px 18px;
}
.btn-primary {
color: #fff;
background-color: #445c72;
border-color: #384d60;


}

.btn-default {
    color: #555;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff, #f7f7f7);
    background: -o-linear-gradient(#fff, #f7f7f7);
    background: -moz-linear-gradient(#fff, #f7f7f7);
    background: linear-gradient(#fff, #f7f7f7);

    border-color: #d2d2d2;
}

.btn-sicktime {
    color: #fff;
    background-color: #FFA500;
}

.btn-absencetime {
    color: #fff;
    background-color: #E398E0;
}



.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #333;
background-color: #ebebeb;
border-color: #ccc;
}


.btn-prev   {
    padding-left:10px;border-top-left-radius:10px;border-bottom-left-radius:10px;
}

.btn-next   {
    padding-left:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.list-group-item:last-child {
    margin-bottom: 0px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.column-header {
    border-top:3px solid #e1e5eb;
padding:10px;
margin: 0px 0 20px;
border-bottom: 1px solid #eee;
background:#f8f9fa;
}

.form-control.search {

    
    border-radius:1px;
    background:#f8f8f8;
    font-size:12px;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
color: #fff;
background: #1e242c;
}


.has-error .form-control {
    background:#fbebeb;
}

.error {
color:#A94442;}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 1px;
    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 70%;
    margin-top: -1px;
}

.dropup .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: 2px;
}
    
.shadowed {
    background: -webkit-linear-gradient(#fafcfd, #fff); 
  background: -o-linear-gradient(#fafcfd, #fff); 
  background: -moz-linear-gradient(#fafcfd, #fff); 
  background: linear-gradient(#fafcfd, #fff);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.04);
  border-top: 1px solid #e3eaee !important;
  border-bottom:none !important;
  margin-bottom:40px !important;
  /*margin-top:40px !important;*/
  /*border-left: none !important;
    border-right: none !important;*/
  margin-top:-3px !important;
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
  
}

.shadowed h3 {
    /*margin-top:-45px;margin-bottom:20px;text-align:center;background:#FFF;width:250px;border-top:solid 1px #DDD;border-left:solid 1px #DDD;border-right:solid 1px #DDD;padding:10px;*/
    text-align:center;
    margin-bottom:20px;
    margin-top:10px;
    /*font-size:16px;*/
}

.panel-default {
border-color: #edf0f3;
border-top:3px solid #dce3e7;
}

.panel-default>.panel-heading {
color: #555;
background-color: #f7f8fa; /*f5f5f5*/
border-color: #ddd;/*ddd;*/
 background: -webkit-linear-gradient(#f4f4f4, #e8e8e8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f4f4f4, #e8e8e8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f4f4f4, #e8e8e8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f4f4f4, #e8e8e8); /* Standard syntax */


}

.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 3px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
background-clip: padding-box;
outline: 0;
}

.navbar-brand {
float: left;
padding: 5px;
font-size: 18px;
line-height: 20px;
height: 20px;

}

.nav-tabs .label {
    line-height: 12px;
    padding: 2px 4px;
    position: absolute;
    right: -1px;
    top: -1px;
}


.nav-tabs {
    padding-left:5px;
}
   .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
   /* color: #555;*/
    background-color: #FFF !important;
    border: 1px solid #ddd;
    color:#000;
    /*border-bottom-color: transparent;*/
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
   /* color: #555;*/
   
    /*background-color: #eaf0f4;*/
    /*border: 1px solid #cddbe5;*/
     outline: 0;
     font-size:12px;
     font-weight:700;
     text-transform:uppercase;
    /*border-bottom-color: transparent;*/
}
.nav-tabs {
    border-bottom: 1px solid #e7eaef;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
   /* color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;*/
   background:#FFF;
   border-width: 1px;
   /*border-top:3px solid #E1E5EB;*/
    border-style: solid;
    border-color: #dee3ea #dee3ea transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
   outline: 0;
   color:#222;
   box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
}

  .nav-tabs>li>a.yellow {
  background-color: #f0d74e; 
 
  color:#000;
}
  
  .nav-tabs>li>a.green {
  background-color: #8dd38d; 
  color:#000;
}

  
  .nav-tabs>li>a.orange {
  background-color: #e7a14e; 
  color:#000;
}

  
  .nav-tabs>li>a.purple {
  background-color: #d294e9; 
  color:#000;
}

  
  .nav-tabs>li>a.blue {
  background-color: #79d0e9; 
  color:#000;
}

  .tab-content.white{background:#FFF;padding:0px;padding-top:10px;border-top:none;}
  .tab-content.white.padding{padding:10px;}
  .panel-body {
    padding: 0px;
    padding-top:15px;
}
/*.panel-heading {
    padding: 1px 5px 5px 1px;
}*/


  
.announcement-heading {
  font-size: 25px;
  margin: 0;
  color:#444;
}

.announcement-text {
  margin: 0;
  color:#888;
}


/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f5f8f9;
}



/* Navigation */
  .navbar   {min-height:51px;}

.navbar-default {
    background-color: #FFF;
    border-color: #d9dadc;
    
    /*border-bottom: 3px solid #d3d6dc;*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
     /*   box-shadow: 0px 5px 5px #eee;*/
}

/*.navbar-fixed-top{box-shadow: 1px 1px 1px #e8e8e8;}*/

.navbar-default .navbar-toggle {
    border-color: #111;
    
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background:#000;
    
}
.navbar-toggle {
    /*background-color: #1e242c;/*rgba(0, 0, 0, 0);*/
    background-image: none;
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    border:none;
    /*border: 1px solid #1e242c !important;*/
    border-radius: 1px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 9px 10px;
    position: relative;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1e242c;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus{
    background:#171d24;
    color:#e3e7ec
}




.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    /* color: #555;*/
    background-color: #FFF !important;
    border: 1px solid #ddd;
    color:#000;
    /*border-bottom-color: transparent;*/
}

#side-menu.nav > li.active > a{
    background:#101419;
    border-left:solid 3px #ef2a1b;
    color:#e3e7ec;
}

#side-menu.nav > li > a > i {
	margin-right:10px;
    font-size:18px;
  }
/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background-color: #171d24;
    border-color: #428BCA;
    color:#FFF;*/
    background-color:#171d24;
    border-color:#ddd;
    color:#fff;
}

.nav-tabs .open a {color:#333 !important;}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 10px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    border-right:solid 1px #eee;
    color:#353c45;
    
}
/*
    .navbar-top-links li:first-child a {
        border-left:solid 1px #eee;
    }
    */

.navbar-top-links li a:hover {
    
    
    color:#FFF;
}

.dropdown-menu > li > a > i{
    /*color:#376388;*/

}
.dropdown-menu > li > a:hover {
        color:#000;
    }


    .navbar-top-links li a i {
        font-size:1.1em;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
    
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    /*right: 0;
    left: auto;
        */
    right: auto;
    left: 0;
}

/* Sidebar Menu Styles */

.navbar-static-side ul li {
    border-bottom: 1px solid #232b34;
    background:#1e242c;
    
}

    .navbar-static-side ul li a {
        color:#a5a9ad;
        padding-top:14px;
        padding-bottom:14px;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        
        
    }

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
    background:#272d37 !important;
}

.nav-second-level li a {
    padding-left: 50px;
    font-size:0.9em;
    padding-top:12px !important;
    padding-bottom:12px !important;
}

.nav-third-level li a {
    
    padding-left: 52px;
}

.fa {
    margin-right: 5px;
}

.AssistanceMap {
    position: relative;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    background-color: #f8f8f8;
    background: -webkit-linear-gradient(#f8f8f8, #f0f0f0);
    background: -o-linear-gradient(#f8f8f8, #f0f0f0);
    background: -moz-linear-gradient(#f8f8f8, #f0f0f0);
    background: linear-gradient(#f8f8f8, #f0f0f0);
}

div.AssistanceMapDayRowEven {
    clear: left;
    background-color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background: -o-linear-gradient(#ffffff, #f8f8f8);
    background: -moz-linear-gradient(#ffffff, #f8f8f8);
    background: linear-gradient(#ffffff, #f8f8f8);
    border-bottom: 1px solid #ddd;
}
div.AssistanceMapDayRowOdd {
    clear: left;
    background-color: #f8f8f8;
    background: -webkit-linear-gradient(#f8f8f8, #f0f0f0);
    background: -o-linear-gradient(#f8f8f8, #f0f0f0);
    background: -moz-linear-gradient(#f8f8f8, #f0f0f0);
    background: linear-gradient(#f8f8f8, #f0f0f0);
    border-bottom: 1px solid #ddd;
}

div.AssistanceMapDayRowEven:hover, div.AssistanceMapDayRowOdd:hover {
    background: #e0e0e0 !important;
    background: -webkit-linear-gradient(#f8f8f8, #e0e0e0);
    background: -o-linear-gradient(#f8f8f8, #e0e0e0);
    background: -moz-linear-gradient(#f8f8f8, #e0e0e0);
    background: linear-gradient(#f8f8f8, #e0e0e0);
    border-bottom: 1px solid #bbb;
}

.AssistanceMapIsHoliday {
    color: #ff0000;
    font-weight: bold;
}

.AssistanceMapMonth {
    position: relative;
    float: left;
    text-align: center;
    width: 5%;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.AssistanceMapHours {
    position: absolute;
    text-align: center;
    color: #eee;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.AssistanceMapDate {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 3px;
    font-size: 10px;
    color: #000;
    border-left: solid 1px #ddd;
}

.AssistanceMapTimespan {
    position: absolute;
    text-align: left;
    color: #eee;
    font-size: 10px;
    height: 19px;
    line-height: 14px;
    white-space: nowrap;
    cursor: pointer;
    z-index: auto;
    overflow: hidden;
}

div.AssistanceMapTimespan:hover {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 100;
    opacity: 1.0;
}

.AssistanceMapDate a, .AssistanceMapTimespan a {
    color: #fff;
    /*text-decoration: none;*/
}

.AssistanceMapDate a {
    color: #fff;
}

.StripeRight {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.StripeLeft {
  background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.StripeRightDark {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.StripeLeftDark {
  background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.StripeRightImportant {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
}

.StripeLeftImportant {
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.75) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.75) 75%,transparent 75%,transparent) !important;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
}

.StripeRightDarkImportant {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
}

.StripeLeftDarkImportant {
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
}

.tooltip {
    display: none;
}

.tooltip-inner { 
    max-width: 800px;
}

.tooltip-inner a {
    color: #fff;
    text-decoration: none;
}

.tooltip-inner a:hover {
    color: #fff;
    text-decoration: underline;
}

/* whitebox tagen från timekeeper */
.whitebox   {
    border:solid 1px #eee;
    padding: 20px;
    margin-top: 10px; 
    margin-bottom: 10px;
    margin-left: 15px;
    background: #fff;
}

.whitebox:hover	{
    background: #fff;
    box-shadow: 0 2px 10px 0px #f9f9f9, 0 1px 0 0 #f9f9f9;
    -moz-box-shadow: 0 2px 10px 0px #f9f9f9, 0 1px 0 0 #f9f9f9;
    -webkit-box-shadow: 0 2px 10px 0px #f9f9f9, 0 1px 0 0 #f9f9f9;
    border: solid 1px #ddd;
}

@media(min-width:768px) {
    .panel-button-margin {
        float: right;
    }
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        padding: 0 30px;
        /* min-height: 1300px;*/
        min-height: 1000px;
        border-left: 1px solid #e7e7e7;
    }

    .navbar-brand {
        float: left;
        padding: 5px 15px 15px 15px;
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }


    .navbar-static-side {
        z-index: 1060;
        position: absolute;
        width: 240px;
         /*width: 220px;*/
        margin-top: 52px; /*51*/
        border: none;
        box-shadow: none;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }


    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }
}
@media(max-height:700px) and (max-width:767px) {
/*@media(max-height:600px) and (max-width:767px) {*/
.left-on-xs {float:left !important;}

.pagination {

margin: 5px 0 5px 5px !important;


}
.panel-heading .form-group {
    margin-bottom: 10px;
    padding-left: 0px;
}


    .sidebar-collapse {
        max-height: 400px;
        overflow-y: scroll;
    }

    .navbar-top-links {
        background:#fff;
       /* border-top:solid 1px #e6e6e6;*/
        /*margin-top:10px;*/
        
        
    }


    body {padding-top:50px;font-size:12px;}

    .navbar-top-links li a {
        min-height:52px;
       /* margin-left:10px;*/
       padding:15px 12px 10px 12px;
    }

     h1 { font-size:16px;
    }

     h2 { font-size:15px;
    }
     h3 { font-size:15px;
    }

     
.news h1, .news h2, .news h3, .news h4 {text-transform:none !important;}
 .news h1 { font-size:18px;font-weight:500;}
 .news h3 { font-size:16px;font-weight:500;}
 .news h4 { font-size:16px;font-weight:500;}
 .news p.large {font-size:13px;}


    .grad {
        width: 50px;
        margin-top: -5px;
 background: -webkit-linear-gradient(#fff, #f8f8f8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #f8f8f8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #f8f8f8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #f8f8f8); /* Standard syntax */

  margin-top: 0px; text-align: center; padding: 1px 3px 0px 3px; border-radius: 0px; 
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35); 
  box-shadow: 0 1px 1px rgba(0,0,0,.35);


    }

    .form-control{font-size:12px;}
     .panel-body {
        padding-top:0px;
    }

     .news .panel-body {
        padding-top:5px;
        padding-bottom:5px;
    }


      .form-group .edit_time_small .form-control {
        border-radius:0; text-align:left;max-width:70px;font-size:13px;padding:3px 0px 5px 2px !important;
        outline: medium none !important;height: auto;background: none repeat scroll 0% 0% !important;
            border: medium #fff !important;box-shadow: none !important;
            /*border-right:solid 1px #e0e0e0 !important;
            border-left:solid 1px #e0e0e0 !important;*/
    }
    .timereport .form-control {
        padding:0;
    }
      .minwidth {min-width: 52px}
     label  {font-size:11px;}

     
.timereport .smalldatetext2{
    color: #333; padding: 0px; font-weight: 500; font-size: 12px;
    margin-top:-3px;
}
.less-width-for-lg {width:100%;}
}
.hej > table > tbody > tr > td {
    padding: 0px !important;
}
/*@media only screen and (min-width : 320px)*/

@media only screen and (min-width : 320px) {
    .recruitmentbutton {
        padding: 0 0 0 30px;
    }

    .schedulepanelbuttons {
        margin-right: 0;
        margin-bottom: 5px;
        float: left;
        min-width:142px;
    }
    .selectModeFooter {
        padding-right: 196px;
    }
    .schedulebutton {
        margin-bottom: 5px;
        float: left;
    }

    .fc-content-skeleton td {
        padding: 0px !important;
    }
    .marginmargin {
        margin:0 5px 0 5px;
    }
    .mobilepadding {
        margin-bottom:25px;
        padding-left:15px;
        padding-right:15px;
    }

    .mobilemargin {
        margin-bottom:32px;
    }
    .mobileTd > tr > td{
        width:60% !important;
    }
    .editdocumentation > tr > td:last-child {
        border-top: none !important;
    }

    .editdocumentation > tr > td:first-child {
        border-top: none !important;
    }

    .panel-button-margin {
        margin-left: 16px;
        float: none;
    }

    .whitebox {
        margin-left: 21px !important;
    }
    .editdocumentation td {
        display: block !important;
        border-top: 1px solid #ddd !important;
    }
}
@media only screen and (min-width : 410px) {
    /*.panel-button-margin {
        margin-left: 16px;
        float: none;
    }*/
}

@media only screen and (min-width : 667px) {
    .schedulepanelbuttons {
        margin-right:5px;
        float:left;
    }
    .panel-button-float {
        float: right;
    }
    .editdocumentation td {
        display: table-cell !important;
        border-top: 1px solid #ddd !important;
    }
    .editdocumentation > tr > td:first-child {
        border-top: 1px solid #ddd !important;
    }
    .editdocumentation > tr > td:last-child {
        border-top: 1px solid #ddd !important;
    }
}

@media only screen and (min-width : 768px) {

    .schedule {
        margin-bottom: 140px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedulepanelbuttons {
        margin-right:5px;
        margin-bottom: 5px;
        float: right;
    }
    .selectModeFooter {
        padding-right: 270px;
    }
    .schedulebutton {
        margin-bottom: 0;
        float:none;
    }

    .recruitmentbutton {
        padding: 0 0 0 30px;
        margin-bottom:100px;
    }
    .newspadding {
        padding-top: 90px;
    }
    .mobilemargin {
        margin-bottom: 0;
    }

    .editdocumentation td {
        display: block !important;
        border-top: 1px solid #ddd !important;
    }

    .editdocumentation > tr > td:last-child {
        border-top: none !important;
    }

    .editdocumentation > tr > td:first-child {
        border-top: none !important;
    }

    .panel-button-margin {
        margin-left: 16px;
        float: none;
    }
    .panel-button-float {
        float: none;
    }
}

@media only screen and (min-width : 992px) {
    .schedule {
        margin-bottom: 30px;
    }
    .mobilepadding {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .recruitmentbutton {
        margin-bottom:0px;
    }
    .newspadding {
        padding-top: 55px;
    }
    .panel-button-float {
        float: right;
    }

    .editdocumentation td {
        display: table-cell !important;
        border-top: 1px solid #ddd !important;
    }

    .editdocumentation > tr > td:first-child {
        border-top: 1px solid #ddd !important;
    }

    .editdocumentation > tr > td:last-child {
        border-top: 1px solid #ddd !important;
    }
}

@media only screen and (min-width : 1200px) {
    .newspadding {
        padding-top:0px;
    } 
    .panel-button-margin {
        float: right;
    }
}

@media(max-height:400px) and (max-width:767px) {    
        
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }

}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
table th.active{
    background:#f0f0f0 !important;
    border-right:solid 1px #d0d0d0;
}
table.sortable thead .active.asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

table.sortable thead .active.desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-link   {color:#3e6f98;}
/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}


    .no-left-padding-xs {
        padding-left:1px;
    }
    .no-right-padding-xs {
        padding-right:1px;
    }


@media(min-width:768px) {
    body {
        padding-top: 50px;
    }

    .tab-content.white{background:#FFF;padding:15px;border-top:none;}
    .tab-content.white.padding{padding:15px;}
     .panel-body {
        padding: 15px;
    }
    .breadcrumb {
        background-color: #eef3f6;
        border-radius: 4px;
        list-style: none outside none;
        margin-bottom: 15px;
        padding: 8px 15px;
        font-size:13px;
        /*border-bottom:solid 1px #e1e5eb;*/
    }

    
    .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
       /* color: #555;*/
        background-color: #FFF !important;
        border: 1px solid #ddd;
        color:#000;
        /*border-bottom-color: transparent;*/
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        /* color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
        border-bottom-color: transparent;
    cursor: default;*/
        background: #FFF;
    }
    footer {
	    text-align: left;
	    background: #fff;
        background-color:rgba(255,255,255,0.9);
        box-shadow: 0 1px 40px rgba(43, 54, 67, 0.15);
        -webkit-box-shadow: 0 1px 40px rgba(43, 54, 67, 0.15);
       border-top:solid 1px #CCC;
	    color: #111;
        margin-left:240px;
	    padding: 10px 10px 10px 40px;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
        z-index:1000;
    }

    .no-left-padding-xs {
        padding-left:2px;
    }
    .no-right-padding-xs {
        padding-right:2px;
    }
}


/* CALENDAR SCHEDULE */

td.fc-widget-header, td.fc-widget-content, .fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number, .fc-axis {padding:0 !important;}
.fc th {
text-align: center;
}
.fc-content-skeleton td {padding-top:1px !important;}
.fc-other-month {
    background:#F6F6F6;
}
.fc-day-header {
font-size:13px;

}

.fc-week-number {
    color:#999;
}

td.fc-event-container {padding:0 !important;}
.fc-time-grid-container, .fc-day-grid {font-size:11px;}
.fc-time-grid-event .fc-time {
font-size: .85em;
font-weight:700;
white-space: nowrap;
}

.fc-event, .fc-event:hover {
    font-size: 11px;
    border-radius:0;
    line-height: 1.2;
    font-weight: normal;
    background:#DDD;
    color:#333;
    border-color:transparent;
}
.speechbubble-left  {margin-top: 10px; padding: 0; width: 0 !important; height: 0 !important; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #E7F1F7;}
.speechbubble-right {
    padding: 10px;
    background: #E7F1F7;
    border-radius: 5px;
}
.fc-title    {font-weight:500;}
ul.tags { list-style:none;margin:0;padding:0;}
ul.tags li  { display: inline-block;background: #f0f8fb;margin-top: 5px;margin-bottom: 3px;border: 1px solid #ccc;border-radius: 3px;padding: 2px 5px 1px 5px;cursor:default;}
/*span.tag    {display: inline-block; margin:0 auto; background: #f0f8fb;font-weight:700;margin-top: 0px;margin-bottom: 0px;border: 1px solid #ccc;border-radius: 10px;padding: 2px 5px 1px 5px;cursor:default;}*/
span.tag {
    background-color: #f0f8fb;
    height: 24px;
    width: 25px;
    text-align:center;
    float: left;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 2px 5px 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
    box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
/* SELECT2 BOOTSTRAP OVERRIDE */
.select2-container-multi .select2-choices .select2-search-choice  {
    background:#f0f8fb;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  
  border-radius: 2px;
  
}
.select2-choice:hover {
    color:inherit !important;
}

.select2-search input {
    border-radius: 2px;
}


/* QTIP */
.qtip-default {
border-width: 1px;
border-radius:4px;
border-style: solid;
border-color: #CCC;
background-color: #f9f9f9;
color: #555;
-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.5);
box-shadow: 1px 6px 20px rgba(0,0,0,.2);
}
.qtip-default .qtip-titlebar {
background-color: #fff;
padding-right:10px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 11px;
    padding: 5px 8px;
}

.pagination > li >a,.pagination > li >span,.pagination > .disabled >span {
    background:#f8f8f8;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 0px 0 5px 0px;
border-radius: 2px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
margin-left: 0;
border-bottom-left-radius: 1px;
border-top-left-radius: 1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-bottom-right-radius: 1px;
border-top-right-radius: 1px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #445c72;
border-color: #445c72;
cursor: default;
}

.red    {color:#ff0000;}
/* TIMETYPE COLORS */
.yellow, .orange, .purple, .green, .royalblue, .lightpink, .rosybrown {
    margin: 2px 2px 1px 1px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
    box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}

.yellow {
    background-color: #F7F770;
    height: 24px;
    width: 24px;
    float:left;
    border-radius:50%;
    font-size:9px;font-weight:700;
    padding:7px 2px 5px 4px;
}

    .yellow.small {
        font-size: 9px;
         height: 15px;
        width: 15px;
        font-weight: 700;
        padding: 7px 2px 5px 4px;
    }

.orange {
    background-color: #FFA500;
    height: 24px;
    width: 24px;
    float:left;
    border-radius:50%;
    font-size:9px;font-weight:700;
    padding:7px 2px 5px 3px;
}

.purple {
    background-color: #E398E0;
    height: 24px;
    width: 24px;
    float:left;
    border-radius:50%;
    font-size:9px;font-weight:700;
    padding:7px 2px 5px 3px;
}

.green {
    background-color: #00D600;
    height: 24px;
    width: 24px;
    float:left;
    border-radius:50%;
    font-size:9px;font-weight:700;
    padding:7px 2px 5px 4px;
}

.lightpink {
    background-color: lightpink;
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: black;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.rosybrown {
    background-color: rosybrown;
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: black;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.lightblue {
    background-color: #5badd0;
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: black;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}


.gray {
    background-color: #A1A1A1;
    height: 30px;
    width: 30px;
}


.graytext {
    color:#999;
}

.isDeleted {
    text-decoration: line-through;
    color: #c2c2c2;
}

.conflict {
    color: #ff0000;
}

.widerBorder {
    border: 3px dashed !important;
}

#toast-container>div {
    opacity:.95 !important;
    border-radius:0 !important;
    -moz-box-shadow: 0 0 20px #999 !important;
    -webkit-box-shadow: 0 0 20px #999 !important;
    box-shadow: 0 0 20px #999 !important;
}

.table-labeled>tbody>tr td {
    padding-top: 10px !important;
}

.td-label {
    font-size: 8px;
    position: absolute;
    margin-top: -8px;
}

hr.hr-textline {
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #000;
}

@media print and (orientation: landscape) {

    .calendarWeek {
        transform: translate(0px, -145px) scale(1, 0.70) !important;
        -ms-transform: translate(0px, -145px) scale(1, 0.70) !important;
        -webkit-transform: translate(0px, -145px) scale(1, 0.70) !important;
    }

    #page-wrapper {
        margin-left: 0px !important;
    }



    #calendarMonth div {
        border: none !important;
    }

    #calendarMonth table {
        /*position: relative !important;
        top: -18px !important;
        display: inline-block !important;*/

        width: 1400px !important;
        overflow: visible !important;
    }

    #calendarMonth th {
        width: 190px !important;
    }

    #calendarMonth th:first-child {
        width: 20px !important;
    }

    #calendarMonth td {
        width : 190px !important;
    }

    #calendarMonth td:first-child {
        width: 20px !important;
    }


}



