﻿/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

.form-min-height {
    min-height: 130px;
}

.btn-touch {
    width: 99%;
}

.fc-time {
    display: none;
}

.fc-sat, .fc-sun {
    background-color: rgb(238,238,238);
}

.btn-margin {
    margin: 3px 1px;
}

.btn-default {
    margin: 0px 3px;
}

.searchBar {
    padding: 10px 0;
}

.fa-file-excel-o {
    color: #1F7246;
}

.fa-file-pdf-o {
    color: #CE161C;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


#wrapper {
    padding-left: 250px;
}

#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
    width: 250px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    padding: 20px;
    position: relative;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}


fieldset {
    border: 1px solid grey;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

legend {
    width: auto;
    padding: 0.2em 0.5em;
    border-bottom: 0;
    /*border:1px solid grey;*/
    color: black;
    font-size: 90%;
    text-align: left;
    margin-bottom: 0;
}

label {
    font-size: 0.85em;
    margin-bottom: 0px;
}

input {
    margin-bottom: 5px;
    /*max-width:180px;*/
}

    input[type=date], input[type=time], input[type=datetime-local], input[type=month], input[type=number] {
        line-height: 20px;
        /*max-width: 220px;*/
    }

.modal-dialog {
    width: 90%;
}



.roInputs {
    margin-bottom: 5px;
    width: 100%;
}

.ContainerFieldSet {
    padding: 0 0.2em;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.input-group-addon {
    height: 26px !important;
    padding: 0px 12px !important;
}

.select2-result {
    font-size: 12px !important;
}

.textfield {
    /*max-width: 220px;*/
}

.form-control {
    height: 26px !important;
    padding: 4px 10px !important;
}

.dropdown {
    /*max-width: 220px;*/
    width: 100%;
    padding: 0 !important;
}

.textarea {
    margin-top: 5px;
    resize: none;
    height: 50px !important;
    margin: 2px 0 2px 0;
}

.textarea-md {
    height: 75px !important;
}

.textarea-lg {
    height: 100px !important;
}

.contactarea {
    margin-top: 5px;
    resize: none;
    height: 100px !important;
}

.topBar {
    background: #8bbc3e; /* Old browsers */
    background: -moz-linear-gradient(top, #8bbc3e 0%, #ffffff 50%, #8bbc3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bbc3e), color-stop(50%,#ffffff), color-stop(100%,#8bbc3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8bbc3e 0%,#ffffff 50%,#8bbc3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8bbc3e 0%,#ffffff 50%,#8bbc3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8bbc3e 0%,#ffffff 50%,#8bbc3e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8bbc3e 0%,#ffffff 50%,#8bbc3e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bbc3e', endColorstr='#8bbc3e',GradientType=0 ); /* IE6-9 */
}

/*.topBar {
    background: rgb(255,255,255); 
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 50%, rgba(234,234,234,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(232,232,232,1)), color-stop(100%,rgba(234,234,234,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 50%,rgba(234,234,234,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 50%,rgba(234,234,234,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 50%,rgba(234,234,234,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 50%,rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    min-height: 30px;
    max-height: 30px;
}*/

.topBarButton {
    margin-top: 5px;
    margin-bottom: 5px;
}

.glyphicon-green {
    color: #38b436;
}

/*input, textarea, button {
    margin-top: 10px;
}*/

.hiddenCol {
    display: none;
}

#BodyContainer {
    margin-top: 51px;
}

.nav {
    /*background-color: white;*/
    background-color: #f9f9f9;
}

#Container {
    margin-top: 60px;
}

/*#ContainerLeft {
    margin-top: 60px;
}

#ContainerRight {
    margin-top: 60px;
}*/

.topBar-fixed {
    position: fixed;
    z-index: 1000;
}

/* Hide for mobile, show later */
.sidebar2 {
    display: none;
}

@media (min-width: 768px) {
    .sidebar2 {
        /*position: fixed;
        top: 227px;*/
        /*margin-left: 14px;*/
        /*bottom: 0;*/
        /*left: 16px;*/
        z-index: 1000;
        display: block;
        /*padding: 20px;*/
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        /*background-color: #f5f5f5;*/
        /*border-right: 1px solid #eee;*/
    }
}

/* Sidebar navigation */
.nav-sidebar2 {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar2 > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar2 > .active > a,
    .nav-sidebar2 > .active > a:hover,
    .nav-sidebar2 > .active > a:focus,
    .nav-sidebar2 > .active > a:active {
        color: #fff !important;
        background-color: #8BBC3E;
    }

    .nav-sidebar2 > li > a:hover {
        color: #fff !important;
        background-color: #F58825;
    }

.person-header-fixed {
    position: fixed;
    z-index: 1000;
    background-color: #f9f9f9;
    margin-top: -20px;
    /*background-color: white;*/
}

.person-tabs-fixed {
    margin-top: 70px;
    position: fixed;
    margin-left: 8.33333333%;
    z-index: 1000;
}

.required-field {
    color: #ff0000;
}

.font-sm {
    font-size: 0.85em;
}

.spacer {
    height: 1px;
    margin-bottom: 15px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #000000 40%, #000000 60%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(40%,#000000), color-stop(60%,#000000), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#000000 40%,#000000 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#000000 40%,#000000 60%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#000000 40%,#000000 60%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#000000 40%,#000000 60%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #8BBC3E !important;
}

.nav-tabs > li > a:hover {
    color: #fff !important;
    background-color: #F58825 !important;
}

/*a {
    color: #95237F !important;
}*/

.Collapse {
    background-color: #F58825;
    min-height: 30px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px;
}

.CollapseNew {
    background-color: #F58825;
    height: 30px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px;
}

.CollapseText {
    margin-top: 5px;
    font-weight: bold;
    font-variant: small-caps;
}

.CollapseIcons {
    margin-top: 10px;
}

.EducationContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;*/
    /*padding: 25px;*/
}

.EducationEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.ExperienceContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;
    padding: 25px;*/
}

.ExperienceEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.WageAttachmentContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;
    padding: 25px;*/
}

.WageAttachmentEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.SocialSecurityContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;
    padding: 25px;*/
}

.SocialSecurityEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.CompanyCarContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;
    padding: 25px;*/
}

.CompanyCarEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.CollapsableContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border: 1px solid black;
    padding: 25px;*/
}

.CollapsableEditContainer {
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#ContactInfoFieldSet {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 5px !important;
}

.btn-purple {
    background-color: #95237F;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.border-sm {
    border: 1px solid black;
}

.fillWhiteSpace {
    height: 141px;
}

.fillButtonWhiteSpace {
    height: 34px;
}

.fullWidth {
    width: 100%;
}

.rightPadding {
    padding-right: 200px;
}

.select2 {
    margin-bottom: 5px !important;
}

.varwidth {
    min-width: 100px !important;
    width: 150px !important;
}

.vartable {
    width: auto !important;
    max-width: none !important;
    margin-bottom: 0 !important;
}

.table-fixedcols th {
    width: 50px;
}

.YearOverviewWeekend {
    background-color: lightblue;
}

.YearOverviewHoliday {
    background-color: aqua;
}

.YearOverviewNonExisting {
    background-color: #7B7B7B;
    /*background-image: url(../Images/stripes.png);*/
}

.table-selected {
    background-color: #d3d2d2 !important;
}

.btn-socialdocs {
    width: 170px !important;
    margin: 2px 0;
}

.btn-otherdocs {
    width: 190px !important;
    margin: 2px 0;
}

.no-float {
    float: none !important;
}

a {
    cursor: pointer;
}

.rotating {
  -webkit-animation: rotating 700ms linear infinite;
  -moz-animation:    rotating 700ms linear infinite;
  -ms-animation:     rotating 700ms linear infinite;
  -o-animation:      rotating 700ms linear infinite;
  animation:         rotating 700ms linear infinite;
}

@-webkit-keyframes rotating {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes rotating {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes rotating {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes rotating {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotating {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

just-gage {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	padding-top: 100%;
} 
svg {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}