﻿* {
    box-sizing: border-box
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: 7px;
    border: initial;
}

.reqfld::after {
    content: " *";
    color: red;
}
.marginbottom10 {margin-bottom:10px}

.ApplicationCanvas {
    background-color: #fff;
    /*    border: 1px solid #eee;
*/
    margin-left: 20px;
    margin-top: 20px
}

.ApplicationCanvas textarea {
    float: none;
    width: 100%;
}

.ApplicationCanvas .btn-info {
    min-width: 33%;
    text-align: left;
}

.ApplicationCanvas i {
    margin-right: 5px;
    margin-top: 1px;
}

.ApplicationCanvas h2 span {
    background-color: #333;
    /*    border-radius: 10px;
*/
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
}

.ApplicationCanvas h2 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.ApplicationCanvas .btn {
    color: #fff;
}

.form-field {
    border: 1px solid #b8b8b8;
    background-color: #fcfcfc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #a8a8a8;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
    padding: 12px;
    margin-bottom: 13px;
    width: 100%;
    font-size: inherit;
    min-height: 47px;
}

.form-field:focus {
    background: #f2f2ff;
    color: #725129;
}

.half {
    width: 50%;
}

.form-field-label {
    text-align: left;
    margin-bottom: 2px;
    font-weight: bold;
}

.form-title {
    margin-bottom: 10px;
    color: #000000;
    text-shadow: #ffffff 0 1px 0;
    text-transform: capitalize;
}

.form-title::after {
    content: ":";
}

.submit-container {
    margin: 8px 0;
    text-align: right;
}

.submit-button {
    border: 0px solid #447314;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    text-shadow: #addc7e 0 1px 0;
    color: #31540c;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.submit-button:hover {
    border: 0px solid #447314;
    text-shadow: #31540c 0 1px 0;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    color: #fff;
}

.submit-button:active {
    text-shadow: #31540c 0 1px 0;
    border: 0px solid #447314;
    background: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
    color: #fff;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 0 0 2% 5%;
}

.col:first-child {
    margin-left: 0;
}

.col.span_2_of_2.form-container {
    margin-left: 0px;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWO  */

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 47.5%;
}


/*  GRID OF THREE  */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 65%;
}

.span_1_of_3 {
    width: 30%;
}


/* The container */

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inlinecheck {
    display: inline-block;
    top: -7px
}

.right {
    float: right;
}

.tab-nav {
    padding: 16px;
    text-align: center;
}

[class*="tab-button-"] {
    background-color: var(--first-color);
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: inline-block;
}

[class*="tab-button-"]:hover,
[class*="tab-button-"].active {
    background-color: var(--second-color);
}

input[type="checkbox" i] {
    margin: 0 7px 0px 0px;
}

.tab-paging {
    overflow: auto;
    text-align: center;
}

.tab-paging [class*="tab-button-"] {
    display: inline-block;
    float: none;
    margin: 5px;
}

.tab-nav [class*="tab-button-"]:last-child {
    margin-left: 8px;
}

.form-header {
    max-width: 768px;
    margin: auto;
}

[class*="tab-container-"] {
    display: none;
    max-width: 768px;
    margin: auto;
    padding: 8px;
}

[class*="tab-container"].active {
    display: block;
}

.largecta {
    white-space: normal;
}


/* h2,
input[type="text"],
select {
    margin-bottom: 0 !Important;
} */

.smallsize {
    width: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.midsize {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullsize {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullsize input[type=checkbox] {
    margin-right: 8px !important;
}

select.fullsize {
    height: 35.6px;
    padding: 8px;
    line-height: 1;
}


/* Dev Express Resets */

.dxgvControl_DevEx.dxgv {
    overflow-x: auto !important;
    /*display: block;*/
}

.dxgvControl_Mulberry a {
    color: var(--second-color)
}

.dxucBrowseButton_Mulberry,
.dxucBrowseButton_Mulberry a {
    color: white;
    background-image: none;
    background-color: var(--second-color);
    border: none;
}

.dxucBrowseButton_Mulberry:hover,
.dxucBrowseButton_Mulberry a:hover {
    background-color: #666;
}

.dxgvHeader_Mulberry,
.dxgvHeader_Mulberry table {
    color: white;
    background: var(--fourth-color);
}


/* Dev Express Resets */

.ext-link::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    color: var(--second-color);
    font-size: 20px;
    padding: 10px 0px;
    line-height: 50px;
}

input,
textarea,
select {
    margin-top: 5px;
}

textarea {
    min-height: 100px;
}

.fullsize input[type="text"].dxeEditAreaSys {
    -webkit-filter: none !Important;
    -moz-filter: none !Important;
    -o-filter: none !Important;
    filter: none !Important;
    padding-right: 43px !Important;
    background-color: #FFF !Important;
    background-image: url(/administration/images/dropdown-arrow.gif) !Important;
    background-position: right center !Important;
    background-repeat: no-repeat !Important;
    cursor: pointer !Important;
    -webkit-border-radius: 0px !Important;
    -moz-border-radius: 0px !Important;
    border-radius: 0px !Important;
    padding: 4.5px 8px !Important;
    font-size: 100% !Important;
    border: 1px solid #bbb !Important;
    vertical-align: middle !Important;
    font-size: 14px !Important;
    -webkit-appearance: none !Important;
    -moz-appearance: none !Important;
    text-indent: 1px !Important;
    text-overflow: '' !Important;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 667px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }
    .form-container {
        padding: 20px;
    }
}