html {
    background: url(/nav_gfx/back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    background-color: transparent;
    color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 18px;
    line-height: 1.42857;
}
.container-fluid {
    max-width: 1280px;
    min-width: 320px;
}

.remove-margin-left-right, .rmmlr {
    margin-left: 0;
    margin-right: 0;
}
.remove-padding-right, .rmpr {
    padding-right: 0;
}
.remove-padding-left, .rmpl {
    padding-left: 0;
}
.remove-padding-left-right, .rmplr {
    padding-left: 0;
    padding-right: 0;
}
.nowrap {
    white-space: nowrap
}


.heading-5 {
    font-size: 22px;
}
.heading-4 {
    font-size: 24px;
}
.heading-3 {
    font-size: 26px;
}
.heading-2 {
    font-size: 28px;
}
.heading-1 {
    font-size: 30px;
}
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-weight: 700;
}


.hand{
    cursor: pointer;
}
.logo{
    border-bottom: 1px solid #000000;
}
.nice_border_bottom{
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
    border-bottom-color: #4ccd0c;
    margin-bottom:8px;
}
.nice_border_bottom:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 10px;
    right: 10px;
    bottom: -8px;
    border-bottom: 2px solid transparent;
    border-bottom-color: #c4c4c4;
}

.nice_border_bottom2{
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
    border-bottom-color: #c4c4c4;

    margin-bottom:8px;
}
.nice_border_bottom2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -10px;
    right: -10px;
    bottom: -8px;
    border-bottom: 2px solid transparent;
    border-bottom-color: #4ccd0c;
}


.button-box {
    position:relative;
    border-left: solid 1px #555;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    border-bottom: solid 1px #555;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    margin: auto;
/*    height:30px;*/
/*    margin-top: 20px;*/
/*    font-size: 2rem;*/
/*    padding: 0px 5px 0px 5px;*/
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#c4c4c4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c4c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#c4c4c4,GradientType=0 );
    cursor:pointer;
}
.button-box:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #4ccd0c 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#4ccd0c 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#4ccd0c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr='#4ccd0c',GradientType=0 );
}


.button-box-content {
    height:30px;
    display:table-cell;
    vertical-align: middle;
    line-height: normal;
    font-weight:600;
}
.btn-sm{
    font-size: 1.8rem;
    font-weight: 600;
    padding: 3px 20px;
}
.btn[disabled]{
    opacity: 0.45;
}
.btn[disabled]:hover{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ff0000 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ff0000 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#ff0000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr='#ff0000',GradientType=0 );
}



.filter-box {
    position:relative;
    border-left: solid 1px #555;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    border-bottom: solid 1px #555;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 1px -1px 3px rgba(0,0,0,0.4);
    margin: auto;
    height:60px;
    margin-top: 20px;
    font-size: 2rem;
    padding: 0px 30px 0px 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#c4c4c4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c4c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#c4c4c4,GradientType=0 );
    cursor:pointer;
}
.filter-box:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #4ccd0c 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#4ccd0c 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#4ccd0c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr='#4ccd0c',GradientType=0 );
}
.filter-box.enabled {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #4ccd0c 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#4ccd0c 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#4ccd0c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr='#4ccd0c',GradientType=0 );
}

.filter-box-content {
    height:60px;
    display:table-cell;
    vertical-align: middle;
    line-height: normal;
    font-weight:600;
}


fieldset.scheduler-border {
    border: 1px solid #D3D3D3 !important;
    border-radius: 14px;
    padding: 0 30px 5px 30px !important;
    margin: 0 0 20px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #fff;
            box-shadow:  0px 0px 0px 0px #fff;
    background-color: #fff;
}
fieldset.scheduler-border.error {
    border: 1px solid #ff0000 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ffe8e9;
            box-shadow:  0px 0px 0px 0px #ffe8e9;
    background-color: #ffe8e9;
}
fieldset.scheduler-border.ok {
    border: 1px solid #00ff00 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #d9ffd9;
            box-shadow:  0px 0px 0px 0px #d9ffd9;
    background-color: #d9ffd9;
}

legend.scheduler-border {
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 1px;

}
.help-container{
    border-bottom:1px solid #ccc;
    color: #7c7c7c;
    font-size: 16px;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
    color: #000;
    font-size: 18px;
}
.form-control.error {
    border-color: #ff0000;
}
label.error {
    color: #ff0000;
}
input.ng-touched.ng-invalid-required {
  border-color: #ff0000;
}
input.ng-touched.ng-invalid-number {
  border-color: #ff0000;
}
.helper_clearleft{
    clear: left;
}
.datepicker {
    padding: 0;
}
input[type="file"] {
    display: inline-block;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eeeeee;
}
.dropdown-menu {
    font-size: 18px;
}
.imagecontainer {
    float:left;
    border: 1px solid #D3D3D3 !important;
    border-radius: 14px;
    padding: 10px !important;
    margin: 10px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #fff;
            box-shadow:  0px 0px 0px 0px #fff;
    background-color: #fff;
}
.imagecontainertitle {
    border-bottom: 1px solid #ccc;
    color: #7c7c7c;
    margin-bottom:5px;
}
/* Ladebalken */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c4c4c4;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4ccd0c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #779874;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}