﻿

body {
    background-color: #f9f9f9;
}

.flex-bottom {
    display: flex !important;
    align-items: flex-end;
    margin-bottom: 2px;
}

.margin0-14 {
    margin: 0 14px !important;
}

.flex-center {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.padding-1 {
    padding: 1em !important;
}

.w-100 {
    width: 100%;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 19% !important;
}

.w-50 {
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-80 {
    width: 80% !important;
}

.va-top {
    vertical-align: top !important;
}

.m-button {
    margin: .5em .5em !important;
}

.hr-count {
    display: block;
    height: 2px;
    width: 100%;
    background-color: grey;
    opacity: .5;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {

    .mb-1 {
        margin-bottom: 1em !important;
    }

    .m-button {
        margin: .5em .5em !important;
    }

    .mb-sm-1 {
        margin-bottom: 0em !important;
    }

    .computerOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .border-logo {
        border: 2px solid #222;
    }

    .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .row > .column, .ui.stackable.grid > .column:not(.row), .ui.grid > .stackable.stackable.row > .column {
        margin: .5em 0em !important;
    }
}

.computerOnly {
    display: none;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .mb-1 {
        margin-bottom: 1em !important;
    }

    .m-button {
        margin: .5em .5em !important;
    }

    .computerOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

}

@media only screen and (max-width: 767px) {

    .mb-1 {
        margin-bottom: 1em !important;
    }

    .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .row > .column, .ui.stackable.grid > .column:not(.row), .ui.grid > .stackable.stackable.row > .column {
        width: 100% !important;
        margin: 0em 0em !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }


    .ui.button {
        margin: .5em .5em !important;
    }

    .ui.stackable.grid {
        width: auto;
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .mb-1 {
        margin-bottom: 1em !important;
    }

    .computerOnly {
        display: block;
    }

    .mobileOnly {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


    .computerOnly {
        display: block;
    }

    .mobileOnly {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .add-image {
        border-radius: 5px;
    }

    .ui.action.input input[type="file"] {
        display: none;
    }

    .w-100 {
        width: 100%;
    }

    .flex-jutify-end {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-end;
    }

    .flex-jutify-between {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }


    .computerOnly {
        display: block;
    }

    .mobileOnly {
        display: none;
    }
}

body > .loginGrid {
    height: inherit;
    background-color: #DADADA;
    margin-bottom: 0 !important;
}

.ui.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    font-weight: normal;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
    border-radius: 0 !important;
    min-height: 0 !important;
}

.loginGrid .column {
    max-width: 450px;
}

.ui.grid {
    margin: 0;
}

.ui.form {
    padding-left: 2px;
    padding-right: 2px;
}

.field-validation-error {
    color: red;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.selected, .ui.selectable.table tbody tr.selected:hover, tr.selected a, .item.active {
    background-color: #82B1FF !important;
    /*color: #000000!important;*/
    /*color: rgba(0,0,0,.95)!important;*/
}

.invisible {
    display: none !important;
}

.invalid {
    background-color: #FFF6F6;
    color: #9F3A38;
}

.waitingValidation {
    background-color: #FFF6F6;
    color: #cf590c;
}

.edit, .delete, .download {
    cursor: pointer;
}

.no-margin-bottom {
    margin: 0 0 0 !important;
}

a:hover {
    cursor: pointer;
}

.fc-list-item:hover {
    cursor: pointer;
}

a img {
    padding-left: 5px;
}

img {
    cursor: pointer;
}

.margin14-14 {
    margin: 14px 14px !important;
}

.padding-0 {
    padding: 0px !important;
}

.margin14-42 {
    margin: 14px 42px !important;
}

.margin0-7 {
    margin: 0 7px !important;
}


.margin0-0-0-14 {
    margin: 0 0 0 14px !important;

}

.showPasswordIcon {
    padding: 50% 25%;
}

.margin0 {
    margin: 0 !important;
}

.margin0-28 {
    margin: 0 28px !important;
}

.margin0-31 {
    margin: 0 31px !important;
}

.ui.slider.checkbox .box:after, .ui.slider.checkbox label:after {
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05)) #82B1FF;
    background: linear-gradient(transparent, rgba(0, 0, 0, .05)) #82B1FF;
    position: absolute;
    content: '' !important;
    opacity: 1;
    z-index: 2;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15), 0 0 0 1px rgba(34, 36, 38, .15) inset;
    width: 1.5rem;
    height: 1.5rem;
    top: -.25rem;
    left: 0;
    -webkit-transform: none;
    transform: none;
    border-radius: 500rem;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}

.width180 {
    width: 180px;
}

.width500 {
    width: 500px;
}

.minWidth200 {
    min-width: 200px;
}

.height20VhAutoOverflow {
    height: 20vh;
    overflow: auto;
}

.height56VhAutoOverflow {
    height: 56vh;
    overflow: auto;
}

.height63VhAutoOverflow {
    height: 63vh;
    overflow: auto;
}

.height65VhAutoOverflow {
    height: 65vh;
    overflow: auto;
}

.height71VhAutoOverflow {
    height: 71vh;
    overflow: auto;
}

.height72VhAutoOverflow {
    height: 72vh;
    overflow: auto;
}

.height75VhAutoOverflow {
    height: 75vh;
    overflow: auto;
}

.height80VhAutoOverflow {
    height: 80vh;
    overflow: auto;
}

.height75Vh {
    height: 75vh;
}

.height80Vh {
    height: 80vh;
}

.height33Vh {
    height: 33vh;
}

.ck-editor__editable {
    height: 25vh;
}

.messageTable {
    border: 1px solid black;
}

.inlineBlock {
    display: inline-block;
}

.floatRight {
    float: right;
}

.selected {
    /*color: black !important;*/
    background: #82B1FF !important;
}

.linkColor {
    color: #4183C4 !important;
}

.borderNone {
    border: none !important;
}

.border1pxBk {
    border: black 1px solid;
!important;
}

.ui.sortable.table thead th:hover {
    background: #F9FAFB !important;
}

.ui.page.grid.segment, .ui.grid > .row > .ui.segment.column, .ui.grid > .ui.segment.column {
    padding: 14px !important;
}

.break-word {
    word-wrap: break-word;
}

.displayNone {
    display: none !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding5 {
    padding: 5px;
!important;
}

.unread {
    font-weight: bold;
    color: red;
!important;
}

:root {
    --bg-color-left-panel: #425668;
    --bg-color-left-panel-title: #6ec071;
    --bg-color-left-panel-bottom-hover: #6ec071;
    --bg-color-left-panel-bottom: #6ec071;
    --color-a-side-bar: #fff;
    --color-li-before: #425668;
    --color-left-menu-border-right: #6ec071;
    --color-left-menu-gradient-top: #6ec071;
    --color-left-menu-gradient-bottom: #6ec071;
    --color-success: #1ABB9C;
    --color-btn-success: #26B99A;
    --color-btn-border-success: #169F85;
    --color-btn-hover-success: #169F85;
    --bg-color-left-li-before: #6ec071;
    --bg-color-a-side-bar: #6ec071;
}

/*semantic*/
.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="time"], .ui.form input[type="text"], .ui.form input[type="file"], .ui.form input[type="url"] {
    border: 1px solid rgba(34, 36, 38, 0.25);
}

.ui.input > input {

    border: 1px solid rgba(34, 36, 38, 0.25);

}

/*header*/
.margin-header-fixed {
    padding-top: 60px;
}

.margin-login-fixed {
    margin-top: -60px;
}

/*tool*/

.my-button {
    margin: 1em 0 !important;
}


.mb-2 {
    margin-bottom: 2em !important;
}
.mt-14 {
    margin-top: 1.4em !important;
}
.m-0 {
    margin: 0 !important;
}

.mt-{
    
}
.mr-icon {
    margin-right: .5rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-2 {
    padding: 0.5em !important;
}

.pr-1{
    padding-right: 1em !important;
}

.p-0 {
    padding: 0 !important;
}

.py-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.p-label {
    padding-top: 17.66px !important;
}

svg {
    pointer-events: none;
}

.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
    opacity: 0.5;
    /*optional*/
    cursor: not-allowed;
    /*optional*/
    pointer-events: none;
}