﻿.mySlides {
    display: none;
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}

.NotShowElement {
    display: none !important;
}

.center{
    text-align:center !important
}

.Field-Required-NoFill{
    border:1px solid red !important;
}
.Field-Required-Fill {
    border: 1px solid #d2d6de !important;
}

.Field-Required-NoFill > .select2-container {
    border: 1px solid red !important;
}

.Field-Required-Fill > .select2-container {
    border: 1px solid #d2d6de !important;
}


.mySlides {
    display: none;
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}

.NotShowElement {
    display: none !important;
}

.color-red {
    color: red !important;
}

.color-blue {
    color: blue !important;
}

.font-weight-bold {
    font-weight: bold !important;
}
.MakePointer {
    cursor:pointer
}



