.iota-dialog-body {
    margin: auto auto auto auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    position: absolute;
    border-radius: 2px;
    width: 60%;
    -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
}

.iota-dialog-mainCard {
    width: 100%;
    height: 100%;
    padding: 1em;
}

.iota-dialog-overlay {
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100vh;
}

.iota-dialog-overlay-second {
    top: 0;
    left: 0;
    z-index: 101;
    position: fixed;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100vh;
}

.iota-dialog-sectionSeperator {

}

.iota-dialog-content {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 70px;
    padding-left: 16px;
    padding-right: 16px;
}

.iota-dialog-title {

}

.iota-dialog-footer {
    display: block;
    position: absolute;
    bottom: 0;
    height: 52px;
    width: calc(100% - 50px);
    padding: 8px 8px 8px 24px;
}

.iota-dialog-footer button {
    margin-left: 8px;
    float: right
}

@media (max-width: 600px) {
    .iota-dialog-body {
        margin: auto auto auto auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        position: absolute;
        border-radius: 2px;
        width: 90%;
        -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);

    }

    .iota-dialog-overlay {
        top: 0;
        left: 0;
        z-index: 99;
        position: fixed;
        background-color: rgba(255, 255, 255, .5);
        width: 100%;
        height: 100vh;
    }

    .iota-dialog-overlay-second {
        top: 0;
        left: 0;
        z-index: 101;
        position: fixed;
        background-color: rgba(255, 255, 255, .5);
        width: 100%;
        height: 100vh;
    }

    .iota-dialog-sectionSeperator {

    }

    .iota-dialog-content {
        overflow-x: hidden;
        margin-bottom: 70px;
        padding-left: 16px;
    }

    .scrollableContent {
        overflow-y: auto;
    }

    .iota-dialog-title {

    }

    .iota-dialog-footer {
        display: block;
        position: absolute;
        bottom: 0;
        height: 52px;
        width: calc(100% - 50px);
        padding: 8px 8px 8px 24px;
    }

    .iota-dialog-footer button {
        margin-left: 8px;
        float: right
    }
}.iota-rapor-h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.iota-rapor-h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.iota-rapor-h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: bold;
}

.iota-rapor-p {
    margin: 8px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

.iota-rapor-inner-line {
    margin: 8px
}
/*@media (min-width: 840px){

	.mdl-layout__obfuscator{
		display:none !important;
	}

	.page-viewer--navopen{
		margin-left:238px;
	}

	.mdl-layout__header-row--navopen{
		margin-left:238px;
	}
	.mdl-layout__drawer-button--navopen{
		margin-left:238px !important;
	}
}*/

/*
body{
    animation: flash 1s infinite alternate;
}

@keyframes flash {
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0.75;
    }
    75%{
        opacity: 0.25;
    }
    100%{
        opacity: 0;
    }
}

.mdl-card{
    animation: harlem-shake 1s infinite ;
}

@keyframes harlem-shake {
    25%{
        transform: rotateZ(90deg);
    }
    50%{
        transform: rotateZ(180deg);
    }
    75%{
        transform: rotateZ(270deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}

.mdl-button{
    animation: harlem-shake-2 1s infinite ;
}

@keyframes harlem-shake-2 {
    25%{
        transform: rotateZ(-90deg);
    }
    50%{
        transform: rotateZ(-180deg);
    }
    75%{
        transform: rotateZ(-270deg);
    }
    100%{
        transform: rotateZ(-360deg);
    }
}
*/

div, span, p {
    white-space: pre-line;
}


.recharts-wrapper {
    height: auto !important;
}

.recharts-legend-wrapper {
    position: initial !important;
}

.field-align-left {
    text-align: left;
}

.field-align-center {
    text-align: center;
}

.field-align-right {
    text-align: right;
}

.iota-fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.4s;
    background-color: #ee6e73;
    color: white;
}

.card-title-menu-label {
    font-size: 10px;
}

.iota-fab-white {
    width: 56px;
    height: 60px;
    flex-direction: column;
    transition: 0.4s;
    background-color: #eee;
    /*rgb(0, 188, 212);  #ee6e73;*/
    color: #607D8B !important;
}

.iota-card-title-menu {
    -webkit-box-shadow: 0px 11px 36px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 11px 36px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 11px 36px 1px rgba(0, 0, 0, 0.75);
}

.iota-fab:hover {
    -webkit-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.iota-fab-white:hover {
    -webkit-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

/*
.iota-text-field-error-message{
    float: initial !important;
}*/

.iota-text-error-message {
    float: initial !important;
}

.iota-snackbar-info {
    color: #fff;
}

input[type=text] {
    float: initial !important;
}

input[type=number] {
    float: initial !important;
}

input[type=email] {
    float: initial !important;
}

.iota-snackbar-info .mdl-snackbar__text {
    color: #fff;
}

.iota-snackbar-error {
    color: #E57373;
}

.iota-snackbar-error .mdl-snackbar__text {
    color: #E57373;
}

.is-analiz-form-stepper {
    height: 100% !important;
}

.iota-overlay-on {
    position: absolute;
    z-index: 98;
    background-color: black;
    opacity: 0.5;
    transition: 0.4s;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.iota-overlay-off {
    position: absolute;
    background-color: black;
    z-index: 98;
    opacity: 0;
    transition: 0.4s;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}

.breadcrumb {
    margin-top: 0;
    margin-left: 0;
    list-style: none;
    display: flex;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 32px;
    padding-bottom: 8px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

/*errorText özelliğinin çalışması için gerekli classlar*/

.mdl-textfield .mdl-textfield__input.is-invalid {
    border-color: #d50000;
    box-shadow: none
}

.mdl-textfield .mdl-textfield__label.is-invalid:after {
    background-color: #d50000
}

/*errorText özelliğinin çalışması için gerekli classlar*/

.datePickerWaiting {
    margin-left: 10px;
    cursor: pointer;
    animation: waiting 1s infinite alternate;
}

@keyframes waiting {
    0% {
        transform: rotate(10deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(00deg);
    }
}

.avatar, .avatar.mdl-list__item-avatar {
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 24px;
    color: white;
}

.kmyInteractions {
    padding: 5px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.formElement {
    width: 50%;
    float: left;
}

.demo-textalign {
    justify-content: space-around;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.avatarBackground {
    border-radius: 50%;
    color: white;
    padding: 3px;
}

.iota-three-dot-inline {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iota-three-dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb .material-icons {
    font-size: 24px;
    padding-top: 6px;
}

.disabled-list-item {
    background-color: #e0e7e8 !important;
    color: white !important;
    cursor: not-allowed !important;
}

@media screen and (max-width: 1042px) {
    .iota-hide-on-phone {
        display: none;
    }

    .iota-login-container {
        width: 100%;
        height: 100vh;
    }

    .iota-login-body {
        width: 75%;
        align-items: baseline !important;
    }

    .iota-login-shadow-background {
        width: 100%
    }
}

@media screen and (min-width: 1042px) {
    .iota-hide-on-not-phone {
        display: none;
    }

    .iota-login-container {
        width: 500px;
    }

    .iota-login-body {
        width: 75%;
    }

    .iota-login-shadow-background {
        width: 500px;
    }
}

.iota-login-body {
    position: absolute;
    z-index: 5;
    left: 0;
    height: 100%;
    width: 100%
}

.iota-login-shadow-background {
    background-color: black;
    position: fixed;
    z-index: 3;
    opacity: 0.6;
    height: 100%;
    overflow: hidden;
}

.iota-login-container {
    position: relative;
    overflow: auto;
}

.iota-login-background {
    background: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.iota-login-logo-background {
    background: -webkit-linear-gradient(rgb(55, 111, 165), white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(55, 111, 165), white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(55, 111, 165), white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(55, 111, 165), white);
}

.iota-login-background-2 {
    background: -webkit-linear-gradient(rgb(55, 111, 165), white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(55, 111, 165), white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(55, 111, 165), white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(55, 111, 165), white);
}

.disabledListItem {
    cursor: not-allowed;
    border-bottom: 1px solid #cccccc;
    transition: 0.4s;
}

.hoverListItem {
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    transition: 0.4s;
}

.hoverListItem:hover {
    background-color: #eee !important;
    transition: 0.4s;
}

.breadcrumb li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-shrink: 1;
    display: flex;
}

.breadcrumb li:last-child {
    flex-shrink: 0;
}

.breadcrumb li:first-child {
    flex-shrink: 0;
}

.breadcrumb li a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 5px;
    text-align: center;
    margin-right: 0;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumb li a:first-child {
    padding: 0;
}

.breadcrumb li span {
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding: 0 5px 0 5px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.breadcrumb li a:before {
    content: '/';
    margin-right: 5px;
}

.breadcrumb li:last-child a:before {
    content: '';
    margin-right: 5px;
}

.breadcrumb li:last-child:before {
    content: '/';
    margin-right: 5px;
}

.breadcrumb li:first-child a:before {
    content: '';
    margin-right: 0;
}

.breadcrumb li:only-child:before {
    content: '';
    margin-right: 0;
}

.breadcrumb li a:hover {
    font-size: 16px;
    transition: 0.3s;
}

@media print {
    .breadcrumb, .mdl-button, .mdl-navigation, .mdl-layout__drawer-button, .mdl-mini-footer, .mdl-mini-footer__link-list, .no-print {
        display: none;
    }

    .mdl-layout__inner-container {
        height: auto;
        position: absolute;
    }

    .page-content {
        overflow-y: scroll;
        height: auto;
    }
}

.page-content {
    -ms-overflow-style: none;
    padding-left: 0;
    padding-right: 0;
}

.page-content::-webkit-scrollbar {
    display: none;
}

.undecorated-link {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen {
    .page-content {
        overflow-y: scroll;
        height: calc(100vh - 92px);
    }
}

.iota-stepper-badge {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    margin: 4px;
    padding: 8px;
}

.survey-menu-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.selected-risk-matris {
    opacity: 0.5;
    border: 1px solid black !important;
}

.fixed350 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    min-width: 350px;
}

.hover-risk-menu:hover {
    opacity: 0.5;
    cursor: pointer;
}

.app-background-1 {
    background: linear-gradient(to bottom right, #fff, #CFD8DC);
    background: -webkit-linear-gradient(to bottom right, #fff, #CFD8DC);
    /*Safari 5.1-6*/
    background: -o-linear-gradient(to bottom right, #fff, #CFD8DC);
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(to bottom right, #fff, #CFD8DC);
    /*Fx 3.6-15*/
}

.app-background-2 {
    background: radial-gradient(white, #E3F2FD, #BBDEFB);
    background: -webkit-radial-gradient(white, #E3F2FD, #BBDEFB);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(white, #E3F2FD, #BBDEFB);
    /* For Opera 11.6-12.0 */
    background: -moz-radial-gradient(white, #E3F2FD, #BBDEFB);
    /* For Firefox 3.6-15 */
}

.app-background-3 {
    background: radial-gradient(white, #E3F2FD, #F5F5F5);
    background: -webkit-radial-gradient(white, #E3F2FD, #F5F5F5);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(white, #E3F2FD, #F5F5F5);
    /* For Opera 11.6-12.0 */
    background: -moz-radial-gradient(white, #E3F2FD, #F5F5F5);
    /* For Firefox 3.6-15 */
}

.app-background-4 {
    background: radial-gradient(white, #E1F5FE, #B3E5FC);
    background: -webkit-radial-gradient(white, #E1F5FE, #B3E5FC);
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(white, #E1F5FE, #B3E5FC);
    /* For Opera 11.6-12.0 */
    background: -moz-radial-gradient(white, #E1F5FE, #B3E5FC);
    /* For Firefox 3.6-15 */
}

.app-card-title {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.541176);
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 40px;
    white-space: nowrap;
    display: block;
    padding-right: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.app-card-long-title {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.541176);
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.app-card-title-2 {
    color: rgba(0, 0, 0, 0.541176);
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
}

.app-card-title-3 {
    color: rgba(0, 0, 0, 0.541176);
    width: 100%;
}

.app-sub-menu {
    width: calc(100% - 8px);
    background-color: #fff;
    height: 125px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 20;
    margin-top: 0;
    border: 4px solid #607D8B;
    position: absolute;
}

.card-padding {
    padding: 8px;
}

.app-simple-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/*BUTTON CLASSES START*/

.accept-button {
    background-color: #FF4081 !important;
    color: white;
    margin: 8px;
}

.edit-button {
    background-color: #81C784 !important;
    transition: 0.4s;
    margin: 8px;
    color: white !important;
}

.delete-button {
    background-color: #E57373 !important;
    color: white !important;
    margin: 8px;
    transition: 0.4s;
}

.decline-button {
    background-color: #ecf0f1 !important;
    color: black !important;
    margin: 8px;
    transition: 0.4s;
}

.save-button {
    background-color: #2196f3 !important;
    color: white !important;
    margin: 8px;
    transition: 0.4s;
}

.default-button {
    color: white !important;
    margin: 8px;
    transition: 0.4s;
}

.filter-button {
    background-color: #FF7043 !important;
    color: white !important;
    transition: 0.4s;
    margin: 8px;
}

.add-button {
    background-color: #2196f3 !important;
    color: white !important;
    margin: 8px;
    transition: 0.4s;
}

.disabled-button {
    background-color: #bdc3c7 !important;
    color: #ecf0f1 !important;
    cursor: not-allowed !important;
    margin: 8px;
}

.person-add {
    background-color: #3f51b5 !important;
    color: white !important;
    transition: 0.4s;
}

.copy-button {
    background-color: #F57F17 !important;
    color: white !important;
    transition: 0.4s;
}

.search-button {
    background-color: #9c27b0 !important;
    color: white !important;
    transition: 0.4s;
}

.menu-button {
    background-color: #00BCD4 !important;
    color: white !important;
    transition: 0.4s;
}

.save-add-button {
    margin: 8px;
    animation: save-add 1s infinite;
    color: white !important;
    background-color: #2196f3 !important;
}

.edit-text-button {
    margin: 8px;
    animation: save-add 1s infinite;
    color: white !important;
    background-color: #81C784 !important;
}

.right-panel-button {
    animation: notification 5s infinite;
    color: white !important;
    transform: translate(0px, 0px) !important;
}

.right-panel-button-const {
    color: white !important;
    transform: translate(0px, 0px) !important;
}

.copy-button {
    background-color: #F57F17 !important;
    color: white !important;
}

.iota-settings-button {
    background-color: #7986CB !important;
    color: white !important;
}

.card-title-add-button {
    background-color: #2196f3 !important;
    color: white !important;
    transition: 0.4s;
    position: absolute;
    top: 4px;
    right: 8px;
}

.iota-mdl-selectfield {
    width: 100% !important;
}

.iota-add-button {
    color: white !important;
    background-color: #2196f3 !important;
}

.iota-long-text-button {
    line-height: 120%;
    padding: 0;
}

.app-select-field-buttons {
    height: 48px;
}

.tab-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #03A9F4;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 16px;
    color: white;
}

.buttonBadge {
    height: 22px;
    width: 22px;
    position: fixed;
    line-height: 23px;
    border-radius: 16px;
    font-size: 14px;
    margin-top: -7px;
}

/*BUTTON CLASSES END*/

.mdl-badge:after {
    background-color: whitesmoke !important;
    color: red !important;
}

.hover-none:hover {
    background-color: white !important;
    cursor: default;
}

@keyframes notification {
    0% {
        transform: rotate(20deg);
    }
    2.5% {
        transform: rotate(-20deg);
    }
    5% {
        transform: rotate(20deg);
    }
    7.5% {
        transform: rotate(-20deg);
    }
    10% {
        transform: rotate(20deg);
    }
    12.5% {
        transform: rotate(-20deg);
    }
    15% {
        transform: rotate(20deg);
    }
    17.5% {
        transform: rotate(-20deg);
    }
    20% {
        transform: rotate(20deg);
    }
    25% {
        transform: rotate(0deg);
    }
}

@keyframes save-add {
    0% {
        width: 30px;
        height: 30px;
    }
    50% {
        width: 38px;
        height: 38px;
    }
    100% {
        width: 30px;
        height: 30px;
    }
}

.scroll-bar-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu {
    height: 100%;
}

.iota-preview-shadow {
    box-shadow: 0px 0px 92px 13px rgba(0, 0, 0, 0.75);
}

.menu-item {
    height: auto;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.scroll-bar-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

.display-none {
    display: none;
}

.none-scroll-bar-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.mdl-chip__action, .mdl-chip__contact {
    overflow: initial;
}

.none-scroll {
    overflow: hidden;
}

.none-scroll-bar-y::-webkit-scrollbar {
    width: 0 !important;
}

.none-scroll-bar-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

.none-scroll-bar-x::-webkit-scrollbar {
    width: 0 !important;
}

.mdl-layout__obfuscator.is-visible {
    z-index: 66;
}

.iota-chip {
    white-space: pre-line;
    position: relative;
    height: auto;
    background-color: #E1F5FE;
}

.iota-chip-text {
    text-indent: 36px;
    margin-left: 6px;
}

.iota-chip-contact {
    position: absolute;
    background-color: #03A9F4;
    color: white;
}

.iota-chip:active {
    background-color: #f0fafe;
}

.iota-active-chip {
    background-color: #E0F7FA;
}

.mdl-list__item--three-line {
    height: auto;
    position: relative;
}

li.mdl-list__item.mdl-list__item--two-line.hoverListItem {
    height: auto;
    position: relative;
}

.mdl-list__item--two-line {
    height: auto;
    position: relative;
}

.mdl-list__item--two-line .mdl-list__item-primary-content {
    height: auto;
    position: relative;
}

.mdl-list__item-primary-content {
    height: auto;
    position: relative;
}

.mdl-list__item-text-body {
    height: auto;
    position: relative;
}

.mdl-list__item--three-line .mdl-list__item-primary-content {
    height: auto;
    position: relative;
}

.mdl-list__item--three-line .mdl-list__item-text-body {
    height: auto;
    position: relative;
}

.fab-1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 60;
}

.fab-2 {
    position: fixed;
    right: 80px;
    bottom: 20px;
    z-index: 99;
}

.fab-3 {
    position: fixed;
    right: 140px;
    bottom: 20px;
    z-index: 99;
}

.dayPickerRenderer {
    margin-left: -325px;
    margin-top: 35px;
    background-color: white;
    width: 324px;
}

.switch-size-fix {
    width: 300px !important;
}

.iota-list-item-content {
    font-size: 14px;
    margin: 16px;
}

.iota-list-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.iota-expandable-list {
    cursor: pointer;
    transition: 0.4s;
}

.iota-expandable-list:hover {
    background-color: #ecf0f1 !important;
    cursor: pointer;
    transition: 0.4s;
}

.iota-expandable-list-2 {
    cursor: pointer;
    transition: 0.4s;
}

.iota-expandable-list-2:hover {
    background-color: #ddd !important;
    cursor: pointer;
    transition: 0.4s;
}

.iota-webdav-folder {
    font-size: 80px !important;
}

.iota-list-item-selected {
    font-weight: bold;
}

.iota-loading-background {
    background: white;
    position: fixed;
    opacity: 0.4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 100px);
    z-index: 550;
    top: 0;
    left: 0;
}

.mdl-spinner-larger {
    width: 100px;
    height: 100px;
    z-index: 600;
}

.iota-page-loader {
    position: fixed;
    z-index: 540;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: calc(100vh - 100px);
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.iota-list-avatar {
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #757575;
    font-size: 32px;
    color: #fff;
    padding-left: 6px;
}

.app-floating-label {
    color: #607d8b;
    font-size: 12px;
    top: 4px;
    visibility: visible;
    width: 100%;
}

.iota-list-collapse {
    height: 0;
    overflow-y: hidden;
}

.iota-centered-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.iota-centered-item-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.iota-centered-item-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.iota-list-expand {
    height: auto;
}

.active-list-item {
    background-color: #ecf0f1;
    cursor: pointer;
    transition: 0.4s;
}

.login-box {
    width: 500px !important;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    opacity: 0.9;
}

.login-card {
    width: 500px !important;
    height: 320px
}

@media screen and (max-width: 699px) {
    .login-box {
        width: 100% !important;
    }

    .login-card {
        width: 100% !important;
        height: 100%;
    }
}

.first-header-row {
    padding-right: 0;
    height: 50px !important;
}

.no-wrap {
    white-space: nowrap;
}

.iota-cell--3-col {
    width: 25%;
    margin: 0;
    padding: 0;
}

.iota-cell--9-col {
    width: 75%;
    margin: 0;
    padding: 0;
}

@media (max-width: 839px) and (min-width: 480px) {
    .iota-cell--6-col-tablet {
        width: 50%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 479px) {
    .iota-cell--12-col-phone {
        width: 100%;
    }
}

.iota-list__text {
    overflow: hidden;
    word-wrap: break-word;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.iota_list__subheadline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
}

.iota-list__min-text-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iota-list__min-text {
    width: auto;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iota-stepper {
    font-size: 14px;
    position: relative;
    padding: 0;
    box-shadow: none;
}

.iota-stepper__content {
    position: relative;
    top: -42px;
    color: white;
    padding: 4px;
    border-radius: 8px;
}

.iota-stepper__line {
    border-left: 4px solid lightgray;
}

.iota-stepper__icon {
    left: -15px;
    position: relative;
    padding: 0;
    top: -15px;
}

.boxxx {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    width: 180px;
    height: 180px;
    margin: 10px;
    padding: 10px;
    float: left;
    z-index: 2501;
}

.ie-hide-scrollbar {
    -ms-overflow-style: none;
}

.ie-show-scrollbar {
    -ms-overflow-style: auto;
}

.iota-wave-effect {
    animation: 1s wave linear forwards;
    transition: 0.4s;
    pointer-events: none;
}

.wave-effect:focus {
    background-color: red;
}

@keyframes wave {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
        border-radius: 0;
        background-color: #aaa;
    }
    100% {
        width: 200px;
        margin-left: -100px;
        margin-top: -100px;
        height: 200px;
        opacity: 0.5;
        background-color: #eee;
        border-radius: 100px;
    }
}

.iota-wave-effect-fade-out {
    animation: wave-out 1s linear forwards;
    animation-fill-mode: forwards;
    pointer-events: none;
    transition: 0.4s;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    height: 200px;
    opacity: 0.5;
    background-color: #eee;
    border-radius: 100px;
}

@keyframes wave-out {
    100% {
        width: 1000px;
        margin-left: -500px;
        margin-top: -500px;
        height: 1000px;
        opacity: 0;
        background-color: white;
        border-radius: 500px;
    }
}

.iota-wave-effect-standby {
    animation: 0.5s bounceInDown linear infinite alternate;
}

@keyframes bounceInDown {
    0% {
        width: 200px;
        margin-left: -100px;
        margin-top: -100px;
        height: 200px;
        opacity: 0.5;
        background-color: #eee;
        border-radius: 100px;
    }
    100% {
        width: 250px;
        margin-left: -125px;
        margin-top: -125px;
        height: 250px;
        opacity: 0.5;
        background-color: #eee;
        border-radius: 125px;
    }
}

.rmd-table {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-family: 'Roboto', sans-serif;
}

.rmd-table-header {
}

.rmd-table-header-column {
    border-bottom: 0.1em solid #DDD;
    font-weight: normal;
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
    height: 56px;
    text-align: left;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    /*position: relative;*/
    background-color: inherit;
    color: #888;
    vertical-align: middle;
    text-align: center;
}

.rmd-table-body {
}

.rmd-table-row {
    vertical-align: baseline;
    border-bottom: 1px solid rgb(224, 224, 224);
    color: rgba(0, 0, 0, 0.870588);
    height: 48px;
    vertical-align: middle;
}


.rmd-table-row-column-nowrap, .rmd-table-row-column-long-dsc{
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    text-align: left;
    font-size: 13px;
    background-color: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
    border-left: 1px solid rgb(224, 224, 224);

}

.rmd-table-row-column-nowrap{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: inherit;
}

.rmd-table-row-column-long-dsc {
    /*padding-bottom: 8px;
    padding-top: 8px;*/
    
}

.canvas-remove-outline:focus {
    outline: none;
}

.mdl-list__item-secondary-content {
    display: flex;
    justify-content: center;
}

#myHelp:focus {
    outline: none;
}

*:focus {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.menu-item-title {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.mdl-autocomplete-fullWidth {
    width: 100% !important;
}

.appx-inverted-tabs {
}

.appx-inverted-tabs .mdl-tabs__tab-bar {
    border: none;
}

.appx-inverted-tabs .mdl-tabs__tab-bar .mdl-tabs__tab {
    color: rgba(255, 255, 255, .56);
}

.appx-inverted-tabs .mdl-tabs__tab-bar .mdl-tabs__tab.is-active {
    color: white !important;
}

.iota-left-panel-header {
    color: white;
    font-size: 14px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link.iota-left-panel-header {
    color: white;
}

.white-text-shadow {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.black-text-shadow {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.gray-text-shadow {
    text-shadow: -1px 0 #FAFAFA, 0 1px #FAFAFA, 1px 0 #FAFAFA, 0 -1px #FAFAFA;
}

.iota-search-icon {
    margin: 0px;
    top: 5px;
    z-index: 99;
    right: 260px;
    left: auto;
    position: absolute;
    transition: 0.4s;
}

.iota-search-button {
    margin: 0px;
    top: 5px;
    z-index: 99;
    right: 260px;
    left: auto;
    position: absolute;
    transition: 0.4s;
}

.iota-close-search-box {
    width: 1px;
    z-index: -99;
    opacity: 0;
    margin: 0;
    right: -320px;
    top: 5px;
    position: absolute;
    height: 0;
    transition: 0.4s;
}

.iota-close-back-search-box {
    width: 1px;
    z-index: -99px;
    opacity: 0;
    margin: 0;
    right: -320px;
    left: auto;
    top: 5px;
    position: absolute;
    height: 0;
    transition: 0.4s;
}

.iota-open-back-search-box {
    background-color: white;
    z-index: 99;
    width: 250px;
    opacity: 0.7;
    border-radius: 3px;
    left: auto;
    margin: 0;
    right: 260px;
    top: 5px;
    position: absolute;
    height: 60px;
    transition: 0.4s;
}

.iota-open-search-box {
    z-index: 99999;
    width: 240px;
    opacity: 1;
    border-radius: 3px;
    margin: 0px;
    right: 10px;
    top: 5px;
    position: absolute;
    height: 60px;
    transition: 0.4s;
}

.iota-close-clear-button {
    margin: 0;
    top: 15px;
    right: -10px;
    left: auto;
    position: absolute;
    opacity: 0;
    visibility: 'hidden';
    z-index: 9999999;
    transition: 0.4s;
}

.iota-open-clear-button {
    margin: 0;
    top: 15px;
    right: 18px;
    left: auto;
    position: absolute;
    opacity: 0.5;
    z-index: 9999999;
    transition: 0.4s;
}

.mdl-layout__drawer-button {
    margin: 4px;
}

.mdl-layout__header-row {
    padding: 0 0 0 54px;
}

#demo-menu-lower-left {
    padding-right: 8px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    color: black;
}

.mdl-layout {
    height: auto !important;
}


.md-content h3{
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}.cont_breadcrumbs_1 {
    position: relative;
    width: 100%;
    float: left;
    padding-top:8px;
    padding-left:18px;
    overflow: hidden;
    max-height:36px;
    box-sizing: border-box;
    
}
.cont_breadcrumbs_1 span{
    white-space: nowrap;
}
@media print{
    .cont_breadcrumbs_1 {
       visibility:hidden
    }
}

.cont_breadcrumbs_1 .material-icons {
    font-size: 24px;
    padding-top: 9px;
}

.cont_breadcrumbs_1 > ul {
    margin-top: 0;
    display: inline-flex;
    padding-left: 0;
   
}

.cont_breadcrumbs_1 > ul > li {
    position: relative;
    float: left;
    transform: skewX(-15deg);
    background-color:#eee;
    color: #424242;
    z-index: 1;
    overflow: hidden;
    height: 2rem;
    white-space: nowrap;
    max-width: 50px;
    list-style: none;
    transition: all 1s;
    display: flex;
    align-items: center;
    margin-left: 3px;
    padding-left:8px;
    padding-right:8px;
}

.cont_breadcrumbs_1 > ul > li > a {
    display: block;
    font-size: 14px;
    transform: skewX(15deg);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
    padding: 10px;
    font-weight: 300;
    padding-left:8px;
    padding-right:8px;
}

.cont_breadcrumbs_1 > ul > li:first-child {
    margin-left: 4px;
    width: 36px;
}

.cont_breadcrumbs_1 > ul > li:first-child > a {
    text-overflow: clip;
    padding-left: 6px;
}

.cont_breadcrumbs_1 > ul > li:hover {
    max-width: 1000px;
    background-color:#eee;
}

.cont_breadcrumbs_1 > ul > li:last-child {
    background-color: #eee;
    max-width: 1000px;
}

.cont_breadcrumbs_1 > ul > li:last-child > a {
    color:rgba(0,0,0,.87);
}.app-from-left {
    animation-name: from-left;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: .3s;
    transform-origin: center center;
    transform-style: preserve-3d;
}

.app-from-right {
    animation-name: from-right;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: .3s;
    transform-origin: center center;
    transform-style: preserve-3d;
}

@keyframes from-right {
    0% {
        display: flex;
        opacity: 0.0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1.0;
        transform: rotateY(0deg);
    }
}

.app-to-right {
    transform: rotateY(90deg);
    transition: 0.3s;
    opacity: 0.0;
    transform-origin: center center;
    transition-timing-function: linear;
}

@keyframes from-left {
    0% {
        display: flex;
        opacity: 0.0;
        transform: rotateY(-90deg);
    }
    100% {
        opacity: 1.0;
        transform: rotateY(0deg);
    }
}

.iota-alert {
    animation: alert-text 1s 3;
}

@keyframes alert-text {
    0% {
        font-size: 72px;
    }
    50% {
        font-size: 108px;
    }
    100% {
        font-size: 72px;
    }
}

.iota-expand-scrollable {
    animation: expand 1s 1;
    height: 250px;
}

@keyframes expand {
    50% {
        height: 150px;
    }
    100% {
        height: 250px;
    }
}

. {
    animation-name: fade-in;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: .3s;
}

.app-fade-out {
    transition: 0.3s;
    opacity: 0.0;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.app-compress-left {
    animation-name: compress-left;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 0.3s;
}

.app-compress-right {
    transition: 0.3s;
    transform: scaleY(0);
}

@keyframes compress-left {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaterialIcons-Regular.woff);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-RegularItalic.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Bold.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-BoldItalic.woff);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-ThinItalic.woff);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Light.woff);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-LightItalic.woff);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Medium.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url(/fonts/Roboto-MediumItalic.woff);
    font-style: italic;
}body::before {
    display: none;
    content: "xs";
}

@media (min-width: 480px) {
    body::before {
        content: "sm";
    }
}

@media (min-width: 760px) {
    body::before {
        content: "md";
    }
}

@media (min-width: 1024px) {
    body::before {
        content: "lg";
    }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\A0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(/fonts/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/fonts/us.svg);
}

.flag-icon-tr {
  background-image: url(/fonts/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/fonts/tr.svg);
}
.dp-days-disabled {
    cursor: default;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4;
}

.dp-days:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
}

.dp-year-main-div {
    width: 310px;
    height: 312px;
    overflow: scroll;
}

.dp-years {
    text-align: center;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.dp-selected-year {
    font-size: 26px !important;
    color: rgb(51, 102, 154);
}

.dp-container {
    background-color: rgb(51, 102, 154);
    color: white;
}

.dp-dropdown {
    position: absolute;
    display: flex;
    z-index: 9999;
    opacity: 0;
    margin: 0;
    padding: 5px 0;
    border-radius: 2px;
    margin-top: 25px;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dp-dropdown *, .dp-dropdown *:before, .dp-dropdown *:after {
    box-sizing: inherit;
}
.mdl-dropdown {
    position: absolute;
    display: flex;
    z-index: 9999;
    opacity: 0;
    margin: 0;
    padding: 5px 0;
    border-radius: 2px;
    background: #fff;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-dropdown *, .mdl-dropdown *:before, .mdl-dropdown *:after {
    box-sizing: inherit;
}
.mdl-portalmenu__list {
    display: block;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 124px;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.mdl-portalmenu__list *, .mdl-portalmenu__list *:before, .mdl-portalmenu__list *:after {
    box-sizing: inherit;
}
.mdl-portalmenu {
    box-sizing: border-box;
}
.mdl-portalmenu *, .mdl-portalmenu *:before, .mdl-portalmenu *:after {
    box-sizing: inherit;
}
.mdl-portalmenu__item {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mdl-portalmenu__item:hover {
    background: #eee;
}
.mdl-portalmenu__item:focus {
    outline: none;
    background: #eee;
}
.mdl-option {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mdl-option.mdl-option--selected {
    color: #ff4081;
}
.mdl-option.mdl-option--disabled {
    color: #bbb;
}
.mdl-option.mdl-option--disabled:hover {
    background: #fff;
    cursor: default;
}
.mdl-option:hover {
    background: #eee;
}
.mdl-option:focus {
    outline: none;
    background: #eee;
}
.mdl-option__list {
    display: block;
    flex: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.mdl-option__list *, .mdl-option__list *:before, .mdl-option__list *:after {
    box-sizing: inherit;
}
.mdl-multiselect {
    position: relative;
    width: 300px;
    padding: 20px 0;
    box-sizing: border-box;
}
.mdl-multiselect *, .mdl-multiselect *:before, .mdl-multiselect *:after {
    box-sizing: inherit;
}
.mdl-multiselect .mdl-multiselect__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-multiselect .mdl-multiselect__container:after {
    z-index: 9;
    background-color: #3f51b5;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px;
}
.mdl-multiselect .mdl-chip {
    margin: 2px 6px 4px 0;
}
.mdl-multiselect .mdl-multiselect__textfield {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 40%;
    margin: 0;
}
.mdl-multiselect .mdl-multiselect__input {
    display: block;
    width: 100%;
    height: 27px;
    border: none;
    padding: 4px 0;
    background: none;
    overflow: visible;
}
.mdl-multiselect .mdl-multiselect__label {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 24px;
    pointer-events: none;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.26);
}
.mdl-multiselect .mdl-multiselect__arrow {
    pointer-events: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    margin: -2px 0 0 -4px;
    cursor: pointer;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: rgba(0, 0, 0, 0.26) transparent transparent transparent;
}
.mdl-multiselect.mdl-multiselect--chips-outside .mdl-multiselect__textfield {
    width: 100%;
    min-width: 100%;
}
.mdl-multiselect.mdl-multiselect--chips-outside .mdl-multiselect__chips {
    margin-bottom: 5px;
}
.mdl-multiselect.mdl-multiselect--chips-outside.mdl-multiselect--chips-after .mdl-multiselect__chips {
    margin-bottom: 0;
    margin-top: 3px;
}
.mdl-multiselect.mdl-multiselect--focused .mdl-multiselect__container:after {
    left: 0;
    visibility: visible;
    width: 100%;
}
.mdl-multiselect.mdl-multiselect--focused .mdl-multiselect__arrow {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent rgba(0, 0, 0, 0.26) transparent;
}
.mdl-multiselect.mdl-multiselect--error .mdl-textfield__error {
    visibility: visible;
}
.mdl-multiselect.mdl-multiselect--error .mdl-multiselect__container {
    border-bottom-color: #d50000;
}
.mdl-multiselect.mdl-multiselect--error .mdl-multiselect__container:after {
    background-color: #d50000;
}
.mdl-multiselect.mdl-multiselect--error .mdl-multiselect__label {
    color: #d50000;
}
.mdl-multiselect.mdl-multiselect--error .mdl-multiselect__arrow {
    border-color: #d50000 transparent transparent transparent;
}
.mdl-multiselect.mdl-multiselect--error .mdl-multiselect__arrow.mdl-multiselect__arrow--expanded {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #d50000 transparent;
}
.mdl-multiselect.mdl-multiselect--error.mdl-multiselect--focused .mdl-multiselect__arrow {
    border-color: transparent transparent #d50000 transparent;
}
.mdl-autocomplete {
    position: relative;
    width: 300px;
    box-sizing: border-box;
}
.mdl-autocomplete *, .mdl-autocomplete *:before, .mdl-autocomplete *:after {
    box-sizing: inherit;
}
.mdl-autocomplete .mdl-textfield {
    width: 100%;
}
.mdl-autocomplete .mdl-textfield.is-invalid .mdl-textfield__label {
    color: #d50000;
}
.mdl-autocomplete .mdl-autocomplete__arrow {
    pointer-events: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -2px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: rgba(0, 0, 0, 0.26) transparent transparent transparent;
}
.mdl-autocomplete.mdl-autocomplete--error .mdl-autocomplete__arrow {
    border-color: #d50000 transparent transparent transparent;
}
.mdl-autocomplete.mdl-autocomplete--focused:not(.mdl-autocomplete--empty) .mdl-autocomplete__arrow {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent rgba(0, 0, 0, 0.26) transparent;
}
.mdl-autocomplete.mdl-autocomplete--focused:not(.mdl-autocomplete--empty).mdl-autocomplete--error .mdl-autocomplete__arrow {
    border-color: transparent transparent #d50000 transparent;
}
.mdl-selectfield {
    position: relative;
    width: 300px;
    box-sizing: border-box;
}
.mdl-selectfield *, .mdl-selectfield *:before, .mdl-selectfield *:after {
    box-sizing: inherit;
}
.mdl-selectfield .mdl-textfield {
    width: 100%;
}
.mdl-selectfield .mdl-textfield.is-invalid .mdl-textfield__label {
    color: #d50000;
}
.mdl-selectfield .mdl-selectfield__arrow {
    pointer-events: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -2px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: rgba(0, 0, 0, 0.26) transparent transparent transparent;
}
.mdl-selectfield.mdl-selectfield--error .mdl-selectfield__arrow {
    border-color: #d50000 transparent transparent transparent;
}
.mdl-selectfield.mdl-selectfield--focused:not(.mdl-selectfield--empty) .mdl-selectfield__arrow {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent rgba(0, 0, 0, 0.26) transparent;
}
.mdl-selectfield.mdl-selectfield--focused:not(.mdl-selectfield--empty).mdl-selectfield--error .mdl-selectfield__arrow {
    border-color: transparent transparent #d50000 transparent;
}
@media (min-width: 768px) {

    /*FABBUTTON CLASSES START*/
    /*FAB SEARCH BUTTON CLASSES START*/
    /*<------------------------------>*/
    .search-on-fab-button {
        background-color: initial !important;
        transition: 0.4s;
        position: fixed;
        top: 58px;
        right: 19px;
        bottom: auto !important;
        z-index: 0;
    }

    /*<------------------------------->*/
    .search-textfield-background-fab-off-button {
        transition: 0.4s;
        background-color: #bbb !important;
        width: calc(100% - 80px);
        height: 80px;
        color: white !important;
        position: fixed;
        top: 28px;
        left: 80px;
        right: auto !important;
        bottom: auto !important;
        z-index: -1;
    }

    .search-textfield-background-shadow {
        -webkit-box-shadow: 0px 15px 46px -14px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 15px 46px -14px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 15px 46px -14px rgba(0, 0, 0, 0.75);
    }

    /*<------------------------------->*/
    .search-textfield-background-fab-button {
        transition: 0.4s;
        background-color: #eee !important;
        width: calc(100% - 80px);
        height: 60px;
        color: white !important;
        position: fixed;
        top: 57px;
        left: 80px;
        right: auto !important;
        bottom: auto !important;
        z-index: 1;
    }

    /* <----------------------------------------->*/
    .search-fab-off-button-textfield {
        transition: 0.4s;
        background-color: #ddd !important;
        color: white !important;
        position: fixed;
        top: -12px;
        left: 80px;
        width: calc(100% - 168px);
        right: auto !important;
        bottom: auto !important;
        z-index: 1;
    }

    /*<------------------------------>*/
    .search-fab-button-textfield {
        transition: 0.4s;
        position: fixed;
        top: 60px;
        width: calc(100% - 168px);
        left: 88px;
        right: auto !important;
        bottom: auto !important;
        z-index: 1;
    }

    /*<------------------------------->*/
    .fab-button-off {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        left: -200px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-0 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        left: -200px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-1 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 62px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-2 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 128px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-3 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 194px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-4 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 260px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-5 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 326px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fab-button-6 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        top: 394px;
        left: 8px;
        right: auto !important;
        bottom: auto !important;
        z-index: 65;
    }

    .fav-fab-button {
        background-color: #eee !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .fav-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #eee !important;
        transition: 0.4s;
    }

    .add-fab-button {
        background-color: #eee !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .add-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #eee !important;
        transition: 0.4s;
    }


    .save-fab-button {
        background-color: #eee !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .save-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #eee !important;
        transition: 0.4s;
    }

    .decline-fab-button {
        background-color: #eee !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .decline-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        color: #eee !important;
        transition: 0.4s;
    }



    .edit-fab-button {
        background-color: #eee !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        transition: 0.4s;
        color: #607D8B !important;
    }

    .edit-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        transition: 0.4s;
        color: #eee !important;
    }

    .delete-fab-button {
        background-color: #eee !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .delete-fab-button:hover {
        background-color: #607D8B !important;
        border-radius: 0;
        box-shadow: 0px 0px;
        transition: 0.4s;
        color: #eee !important;
    }

    .person-add-fab-button {
        background-color: #eee !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .person-add-fab-button:hover {
        background-color: #607D8B !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        transition: 0.4s;
        color: #eee !important;
    }

    .copy-fab-button {
        background-color: #eee !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .copy-fab-button:hover {
        background-color: #607D8B !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        transition: 0.4s;
        color: #eee !important;
    }

    .search-fab-button {
        background-color: #eee;
        box-shadow: 0px 0px;
        border-radius: 0 !important;
        color: #607D8B !important;
        transition: 0.4s;
        z-index: 2;
    }

    .search-fab-button:hover {
        background-color: #607D8B !important;
        box-shadow: 0px 0px;
        border-radius: 0 !important;
        color: #eee !important;
        transition: 0.4s;
        z-index: 2;
    }

    .filter-fab-button {
        background-color: #eee !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        color: #607D8B !important;
        transition: 0.4s;
    }

    .filter-fab-button:hover {
        background-color: #607D8B !important;
        box-shadow: 0px 0px;
        border-radius: 0;
        transition: 0.4s;
        color: #eee !important;
    }

    .menu-fab-button {
        background-color: #00BCD4 !important;
        color: white !important;
        transition: 0.4s;
        transform: rotate(-450deg);
        position: fixed;
        right: -200px;
        bottom: 10px;
        z-index: 65;
    }

    .menu-fab-button-off {
        background-color: #00BCD4 !important;
        color: white !important;
        transition: 0.4s;
        position: fixed;
        right: -200px;
        bottom: 10px;
        z-index: 65;
    }

    .disabled-fab-button {
        background-color: #aaa;
        box-shadow: 0px 0px;
        border-radius: 0 !important;
        color: #eee !important;
        transition: 0.4s;
        z-index: 2;
    }

    /*FAB MENU CLASSES END*/
    .left-fab-menu {
        width: 80px;
        min-width: 80px;
        transition: 0.4s;
        z-index: 2;
        /*background-color: #00BCD4;*/
        background-color: #eee;
    }

    .left-fab-menu-off {
        width: 0;
        min-width: 0;
        transition: 0.4s;
        background-color: #eee;
    }

    .left-fab-menu-label {
        opacity: 1;
        transition: 0.4s;
        font-size: 8px;
        margin-top: 45px;
        margin-left: 0;
        margin-right: 0;
        overflow:visible;
        width: 56px;
    }

    .page-viewer {
        width: 100%;
    }

    .page-viewer-with-fab {
        width: calc(100% - 80px);
    }

    .add-fab-button,.copy-fab-button,.decline-fab-button,.delete-fab-button,.disabled-fab-button,.edit-fab-button,.fav-fab-button,.filter-fab-button,
    .menu-fab-button,.person-add-fab-button,.save-fab-button
    {
        overflow: visible !important;
    }
    
}

@media (max-width: 767px) {

    /*FABBUTTON CLASSES START*/
    /*FAB SEARCH BUTTON CLASSES START*/
    .search-on-fab-button {
        /*background-color: #9c27b0 !important;*/
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 342px;
        bottom: 90px;
        z-index: 65;
    }

    .search-textfield-background-fab-button {
        background-color: #bbb !important;
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 10px;
        width: 320px;
        height: 80px;
        bottom: 80px;
        z-index: 65;
    }

    .search-textfield-background-fab-off-button {
        background-color: #ddd !important;
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: -400px;
        bottom: 90px;
        z-index: 65;
    }

    .search-fab-button-textfield {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 10px;
        bottom: 80px;
        z-index: 65;
    }

    .search-fab-off-button-textfield {
        background-color: #ddd !important;
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: -400px;
        bottom: 80px;
        z-index: 65;
    }

    .search-fab-clear-button {
        transition: 0.4s;
        color: black !important;
        position: fixed;
        right: 20px;
        bottom: 100px;
        z-index: 65;
    }

    .search-fab-off-clear-button {
        background-color: #ddd !important;
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: -400px;
        bottom: 80px;
        z-index: 65;
    }

    .fab-button-off {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: -200px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-0 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: -200px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-1 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 76px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-2 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 142px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-3 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 208px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-4 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 274px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-5 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 340px;
        bottom: 10px;
        z-index: 65;
    }

    .fab-button-6 {
        transition: 0.4s;
        color: white !important;
        position: fixed;
        right: 406px;
        bottom: 10px;
        z-index: 65;
    }

    .add-fab-button {
        background-color: #2196f3 !important;
        color: white !important;
        transition: 0.4s;
    }

    .edit-fab-button {
        background-color: #81C784 !important;
        transition: 0.4s;
        color: white !important;
    }

    .delete-fab-button {
        background-color: #E57373 !important;
        color: white !important;
        transition: 0.4s;
    }

    .person-add-fab-button {
        background-color: #3f51b5 !important;
        color: white !important;
        transition: 0.4s;
    }

    .copy-fab-button {
        background-color: #F57F17 !important;
        color: white !important;
        transition: 0.4s;
    }

    .search-fab-button {
        background-color: #9c27b0 !important;
        color: white !important;
        transition: 0.4s;
    }

    .filter-fab-button {
        background-color: #FF7043 !important;
        color: white !important;
        transition: 0.4s;
    }

    .menu-fab-button {
        background-color: #00BCD4 !important;
        color: white !important;
        transition: 0.4s;
        transform: rotate(-450deg);
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 65;
    }

    .menu-fab-button-off {
        background-color: #00BCD4 !important;
        color: white !important;
        transition: 0.4s;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 65;
    }

    .left-fab-menu-label {
        opacity: 0;
        transition: 0.4s;
        margin-left: -8px;
        margin-right: -8px;
    }

    /*FAB MENU CLASSES END*/
    .left-fab-menu {
        width: 0;
        min-width: 0;
        transition: 0.4s;
        background-color: #eee;
    }

    .left-fab-menu-off {
        width: 0;
        min-width: 0;
        transition: 0.4s;
        background-color: #eee;
    }

    .page-viewer {
        width: 100%;
    }

    .page-viewer-with-fab {
        width: calc(100% - 80px);
    }




    .save-fab-button {
        background-color: #2196f3 !important;
        color: white !important;
        transition: 0.4s;
    }


    .decline-fab-button {
        background-color: #aaaaaa !important;
        color: white !important;
        transition: 0.4s;
    }
}
.dp-days-disabled {
    cursor: default;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4;
}

.dp-days:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
}

.dp-year-main-div {
    width: 310px;
    height: 312px;
    overflow: scroll;
}

.dp-years {
    text-align: center;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.dp-selected-year {
    font-size: 26px !important;
    color: rgb(51, 102, 154);
}

.dp-container {
    background-color: rgb(51, 102, 154);
    color: white;
}

.dp-dropdown {
    position: absolute;
    display: flex;
    z-index: 9999;
    opacity: 0;
    margin: 0;
    padding: 5px 0;
    border-radius: 2px;
    margin-top: 25px;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dp-dropdown *, .dp-dropdown *:before, .dp-dropdown *:after {
    box-sizing: inherit;
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.initial-order-xs {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: initial;
  order: initial;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .initial-order-sm {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .initial-order-md {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .initial-order-lg {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .initial-order-xl {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}.fixed {
    position: fixed;
    left: 16px
}

.ct-fixed-textfield {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    width: 272px
}

.ct-normal-textfield {
    margin-left: 8px;
    margin-right: 8px
}

.ct-header-main {
    margin: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ct-fixed-inner-div-main {
    margin-left: 282px;
    overflow: scroll;
    border-left: 0.1em solid rgb(221, 221, 221)
}

.ct-normal-column-main {
    border-bottom: 0.1em solid #DDD;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px
}

.ct-scrollable-column-main {
    border-bottom: 0.1em solid #DDD;
    overflow: scroll;
    display: block;
    padding: 8px
}

.ct-fixed-column-main {
    overflow: scroll;
    display: block;
    padding: 8px
}

.ct-fixed-columns {
    margin: 8px;
    width: 272px;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    color: rgb(158, 158, 158)
}

.ct-normal-columns {
    margin: 8px;
    justify-content: center;
    color: rgb(158, 158, 158)
}

.ct-normal-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px
}

.ct-fixed-rows {
    display: block;
    padding: 8px
}

.ct-fixed-hr {
    position: fixed;
    left: 24px;
    margin: -0.5em;
    width: calc(100% - 32px);
}

.ct-fixed-remove-circle {
    display: inline-block;
    width: 48px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

.ct-normal-remove-circle {
    width: 48px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px
}

.ct-fixed-view-item {
    border-bottom: 1px solid #DDD;
    display: block;
    padding: 8px
}

.ct-normal-view-item {
    border-bottom: 1px solid #DDD;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px
}

.ct-hide-hr {
    display: none;
}
/*# sourceMappingURL=vendor.css.map*/