﻿/* Blindata*/

.b-zip {
    text-transform: uppercase;
}

a {
    color: black !important;
}

@font-face {
    font-family: 'Swis721 Ex BT Roman';
    src: url('/fonts/Swiss 721 Extended BT.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Swiss 721 Extended BT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('Swiss 721 Extended BT.woff2') format('woff2'), */ /* Super Modern Browsers */
    url('/fonts/Swiss 721 Extended BT.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Swiss 721 Extended BT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Swiss 721 Extended BT.svg#svgFontName') format('svg'); /* Legacy iOS */
}


html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px;
    font-family: "Swis721 Ex BT Roman" !important;
}

.shaking-block {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
}

@keyframes shake {
    10%, 90% { /*Здесь задано положение блока в 100 и 900 миллисекунду*/
        transform: translateX(-1px); /*Здесь первое число - это отклонение по горизонтали, а второе - отклонение по вертикали.*/
    }

    20%, 80% { /*Здесь задано положение блока в 200 и 800 миллисекунду*/
        transform: translateX(2px);
    }

    30%, 50%, 70% { /*Здесь задано положение блока в 300, 500 и 700 миллисекунду*/
        transform: translateX(-4px);
    }

    40%, 60% { /*Здесь задано положение блока в 400 и 600 миллисекунду*/
        transform: translateX(4px);
    }
}


.loader {
    top: 0px;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

    .loader:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.k-textbox1 {
    width: 150px !important;
}

.k-textbox2 {
    width: 220px !important;
}

.k-textbox3 {
    width: 300px !important;
}


#wrapper {
    margin-left: 300px;
}

#content {
    float: right;
    width: 100%;
    text-align:left;
}

#sidebar {
    float: left;
    width: 300px;
    margin-left: -300px;
}

#cleared {
    clear: both;
    padding-top: 5px;
}

.loaderImage {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    flex: 0 0 auto;
    background-color: black;
    color: white;
    text-align: center;
    height: 50px;
    flex-shrink: 0;
}

.mainContainer {
    display: flex;
    flex: 1 0 auto;
    flex: 1;
}


.scrollContainer {
    height: 100%;
    overflow: auto;
}


.pageContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gridContent {
    flex-grow: 1
}

.buttonPanel {
    flex: 0 1 auto;
}


.horizontal-centered {
    text-align: center;
}


.rowNoMargin {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.row {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
}


.col {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.font-bold {
    font-weight: bold;
    line-height:2;
}

.checkBoxAlign {
    margin-top:7px;
}

.font-colour-white {
    color:white;
}

.font-colour-green {
    color: green;
}

.font-colour-red {
    color:#b94a48;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    
}

.field-validation-valid {
    display: none;
}


form {
    height: 100%;
    overflow: hidden;
}
input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    display: inline-block;
}

.validation-summary-valid {
    display: none;
}


.k-grid .ra,
.k-numerictextbox .k-input {
    text-align: right;
}


.eventTemplate {
    width: 95%;
    float: left;
    margin: 5px;
}

    .eventTemplate hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    }


.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.container {
    width: 100%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav > li {
    float: left !important;
}
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }


.diaryLeft {
    min-width:250px;
}



.messageContainer {
    margin-left: 15px;
    margin-right: 15px;
}


.messageContent {
    padding: 5px;
}

.maxH {
    padding-top: 50px;
    height: 100vh;
}


#custUploadFile {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.collabel {
    width: 175px;
    text-align: left;
    margin-right: 5px;
}

input[readonly="readonly"], input[readonly] {
    color: #2e2e2e !important;
    background-color: #ececec !important;
}

.k-widget.k-dropdown.readonly > .k-dropdown-wrap > .k-input,
.k-widget.k-dropdown.readonly > .k-dropdown-wrap > .k-select {
    color: #2e2e2e !important;
    background-color: #ececec !important;
}

.k-widget.k-dropdown > .k-dropdown-wrap > .k-input,
.k-widget.k-dropdown > .k-dropdown-wrap > .k-select {
    color: #2e2e2e !important;
    background-color: #fff !important;
}

.text-right {
    text-align: right;
}

.loader {
    top: 0px;
    display: none;
    width: 100%;
    z-index: 9999;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    background: rgb(23, 22, 22);
    opacity: 0.3;
}

    .loader:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100vh;
    }

.loaderImage {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.display-block {
    display: block;
}

.k-grid .right {
    text-align: right;
    padding-right: 5px !important;
}

.wColTitle {
    width: 150px;
}