﻿.becos-highlight {
    background: #008c8d;
    background: -webkit-linear-gradient(#008c8d, #1caeaf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008c8d, #1caeaf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008c8d, #1caeaf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008c8d, #1caeaf); /* Standard syntax (must be last) */
    color: #fff;
}

.becos-header {
    background: url('../../Content/images/becos.png');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 150px;
    width: 250px;
    margin-top: 20px;
}

.teich-header {
    background: url('../../Content/images/teich.svg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 78px;
    width: 210px;
    margin-top: 20px;
}
.nusser-header {
    background: url('../../Content/images/teich.svg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 78px;
    width: 210px;
    margin-top: 20px;
}
.aloform-header {
    background: url('../../Content/images/teich.svg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 78px;
    width: 210px;
    margin-top: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}


.btn { /* just for this demo. */
    margin-top: 5px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-left:before,
    .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 8px; /* move it down because of rounded corners */
        width: 42px; /* same as height */
        height: 42px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -20px;
}

.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -20px;
}

.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: LightGray;
}
/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }

        .grid-divider > [class*='col-'] {
            position: static;
        }

            .grid-divider > [class*='col-']:nth-child(n+2):before {
                content: "";
                border-left: 1px solid #DDD;
                position: absolute;
                top: 0;
                bottom: 0;
            }

    .col-padding {
        padding: 0 15px;
    }

    .jumbotron-background {
        background: #DDD; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#ddd, #f0f5f5); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ddd, #f0f5f5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ddd, #f0f5f5); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ddd, #f0f5f5); /* Standard syntax (must be last) */
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: -50px;
    }

        .jumbotron-background h1 {
            color: #272727; /* For browsers that do not support gradients */
        }

        .jumbotron-background p {
            color: #272727; /* For browsers that do not support gradients */
        }

        .jumbotron-background .page-header {
            border-bottom: none;
        }
}

@media (max-width:990px) {
    .jumbotron-background h1 {
        font-size: 36px;
    }
}

@media all and (max-width: 768px) and (max-width:991px) {
    .jumbotron-background {
        background: #DDD; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#ddd, #f0f5f5); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ddd, #f0f5f5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ddd, #f0f5f5); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ddd, #f0f5f5); /* Standard syntax (must be last) */
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: -50px;
    }

        .jumbotron-background h1 {
            color: #272727; /* For browsers that do not support gradients */
        }

        .jumbotron-background p {
            color: #272727; /* For browsers that do not support gradients */
        }

        .jumbotron-background .page-header {
            border-bottom: none;
        }
}

.div {
    overflow-y: hidden;
}
/*.k-grid{
    margin-top:1px;
}*/
.k-grid-header .k-header {
    padding: 10px 20px;
    background-color: #1caeaf;
    color:white;
}
.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link,  .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: white;
}

.k-grouping-header {
    background-color: #004d4d;
}

.k-grid-toolbar {
    background-color: #f3f3f3;
}

.k-button {
    background-color: #1caeaf;
    border-radius: 2px;
    color: white;
}

.k-grid .k-alt {
    background-color: #f0f5f5;
}

.k-filter-menu {
    height: 320px;
    font-size: 14px !important;
}
.k-grid-filter.k-state-active {
    background-color: #1caeaf;
}
#overlay-drawer {
    border: 0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #1caeaf;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
#overlay-drawer .closebtn {
    position: absolute;
    top: 0;
    color:white;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.k-drawer-content {
    padding: 1em;
}

/*.k-grid table {
    table-layout: fixed;
}

.k-grid tbody tr {
    height: 15px;
    font-size: medium;
}*/

/*.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:.057em .6em;
}*/
.k-filter-row th, .k-grid-header th.k-header {
    padding:.5em .6em .4em .6em;
}

#file-grid  .k-filter-row th{
    padding:0px;
}

table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}

    table td {
        overflow: visible;
        white-space: nowrap;
    }

.k-tabstrip-items {
    font-size: 16px;
    font-weight: bold;
    height: 60px;
}

.k-tabstrip .k-item {
    border-color: #248f8f;
    border-width: 1px;
    border-radius: 5px;
}

.k-state-active {
    font-size: 18px;
}

.dataDiv {
    margin-top: 35px;
    position: relative
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
.panel-body-full {
    padding-bottom: 140%;
    height: 100%;
    border: #ddd 1px solid;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1caeaf;
    border-color: #1caeaf;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px;
    border-radius: 0;
}

.modal-header {
    color: #fff;
    background-color: #1caeaf;
    border-color: #1caeaf;
}

.menu {
    height: 100%;
    /*background: #f0f5f5;*/
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -30px;
}

.list-group-item {
    width: auto;
    border-width:1px;
}

:last-child.list-group-item {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

:first-child.list-group-item {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #008c8d;
    background-color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #008c8d;
    border-color: #008c8d;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 80px;

    padding-bottom: 20px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px; */
}

#footer {
    position: absolute;
    clear:both;
    bottom: 0;
    left:0;
    right:0;
    /* width: 100%; */
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


.text-muted {
    margin: 20px 0;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

    .m-progress:hover,
    .m-progress:active,
    .m-progress:focus {
        cursor: default;
        color: transparent;
        outline: none !important;
        box-shadow: none;
    }

    .m-progress:before {
        content: '';
        display: inline-block;
        position: absolute;
        background: transparent;
        border: 1px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        width: 24px;
        height: 24px;
        -webkit-animation: ld 1s ease-in-out infinite;
        -moz-animation: ld 1s ease-in-out infinite;
        -o-animation: ld 1s ease-in-out infinite;
        animation: ld 1s ease-in-out infinite;
    }

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}


.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right:0px;
}
.progress .progress-right-top .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-color: #008c8d;
    animation: loading-3 0s linear forwards;
}
.progress .progress-right-bottom .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-color: #008c8d;
    animation: loading-3-1 0s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding-top:25%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    word-wrap: break-word;
}
.progress .progress-value p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* .progress.green .progress-bar{
} */
.progress.green .progress-left .progress-bar{
    border-color: #008c8d;
    animation: loading-2 0s linear forwards;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-3-1{
    0%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
    
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }

    .panel-body-full {
        padding-bottom: 20px;
        height:auto;
        border: #ddd 1px solid;
    }

}

.display-loading.open {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    position: relative;
    /*top: 47%;*/
}
.box-loading {
    position: relative;
    width: 120px;
    height: 120px;
    
}
.box-loading > div {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 45px;
    font-size: 16px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.k-editor .k-editor-toolbar-wrap {
    padding-left: 10px;
    white-space: break-spaces;
}

.form-tag {
    width: 25%;
    text-align: center;
    border-radius: 5%;
}

.k-editor .k-content {
    height: 500px;
}
.k-upload-files .k-button {
    padding: 0;
    color: #0f0f0f;
}

.k-upload .k-upload-selected {
    color: white;
    border-color: #e6e6e6;
    background: #1caeaf;
}

.k-upload .k-clear-selected {
    color: white;
    border-color: #e6e6e6;
    background: #ff702a;
}

.k-upload .k-clear-selected, .k-upload .k-upload-selected {
    display: inline-block;
    width: 49.99%;
    margin: 0;
    line-height: 1em;
    padding: 1.214em 0;
    border: 0;
}