﻿
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ============ WEB LAYOUT STYLE ==============================
//////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ===============================================
     IMPORT CSS FILE /////////////////////////////////////////////////////////// */
@import url('reset.css');
@import url('fonts.css');
@import url('icons.css');
@import url('default.css');
@import url('quickstyle.css');


/* ========================================
     Document Style /////////////////////////////////////////////////////////// */
body {
    font: normal 14px arial, sans-serif;
    color: #333;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");


/*
SOURCE: https://codepen.io/alvarotrigo/pen/NWzKoOV
*/

.alert {
  width: 512px;
  padding: 16px;
  margin: 8px;
  max-width: 90%;
}

.alert-1-primary {
  background-color: rgba(77, 77, 255, 0.05);
}
.alert-1-primary .alert-title {
  color: #4d4dff;
}

.alert-1-warning {
  background-color: rgba(255, 186, 0, 0.05);
}
.alert-1-warning .alert-title {
  color: #ffba00;
}

.alert-2-success {
  border-left: 4px solid #2ec946;
  background-color: rgba(46, 201, 70, 0.05);
}
.alert-2-success .alert-title {
  color: #2ec946;
}
.alert-2-primary {
  border-left: 4px solid #4d4dff;
  background-color: rgba(77, 77, 255, 0.05);
}
.alert-2-primary .alert-title {
  color: #4d4dff;
}

.alert-2-secondary {
  border-left: 4px solid #666666;
  background-color: rgba(102, 102, 102, 0.05);
}
.alert-2-secondary .alert-title {
  color: #666666;
}

.alert-2-warning {
  border-left: 4px solid #ffba00;
  background-color: rgba(255, 186, 0, 0.05);
}
.alert-2-secondary .alert-title {
  color: #ffba00;
}

.alert-3-primary {
  border: 1px solid #cdcdff;
  border-radius: 8px;
  background-color: rgba(77, 77, 255, 0.05);
}
.alert-3-primary .alert-title {
  color: #4d4dff;
}

.alert-3-danger {
  border: 1px solid #ffb8b8;
  border-radius: 8px;
  background-color: rgba(255, 56, 56, 0.05);
}
.alert-3-danger .alert-title {
  color: #ff3838;
}

.alert-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.alert-content {
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #555555;
}
#idletimeout {
    background: #222;
    border: 3px solid #000;
    color: #222;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #222;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

#internetconnection {
    background: #222;
    border: 3px solid #000;
    color: #222;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 40px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #internetconnection a {
        color: #222;
        font-weight: bold;
    }

    #internetconnection span {
        font-weight: bold;
    }

/* ========================================
     Title Style /////////////////////////////////////////////////////////// */
.heading-1 {
    font: normal 30px OpenSansRegular;
    color: #333;
}

.heading-2 {
    font: bold 18px OpenSansRegular;
    color: #333;
}

.heading-2-deposits {
    font: 15px OpenSansRegular;
    color: #333;
    font-style:italic;
    margin-top:20px;
}


.heading-3 {
    font: 18px OpenSansRegular;
    color: #333;
}

.heading-4 {
    font: bold 30px arial, sans-serif;
    color: #333;
}


/* ========================================
     List Style /////////////////////////////////////////////////////////// */


/* ========================================
     List Nav /////////////////////////////////////////////////////////// */
ul.list-link-item-1 {
}

    ul.list-link-item-1 > li {
        display: inline-block;
        margin-right: 50px;
    }

        ul.list-link-item-1 > li:last-of-type {
            margin-right: 0;
        }

        ul.list-link-item-1 > li > a {
            color: var(--mainaccentcolor);
        }

            ul.list-link-item-1 > li > a:hover {
                color: #008c00;
                text-decoration: none;
            }

            ul.list-link-item-1 > li > a i {
                font-size: 38px;
                vertical-align: baseline;
            }

            ul.list-link-item-1 > li > a span {
                /*font: bold 18px arial, sans-serif;*/
                font: 18px arial, sans-serif;
                text-transform: uppercase;
                vertical-align: baseline;
            }

            ul.list-link-item-1 > li > a:hover span {
                text-decoration: underline;
            }


ul.list-tab-1 {
    border-bottom: 1px solid #ddd;
}

    ul.list-tab-1 > li {
        float: left;
        border-right: 1px solid #92B0C7;
    }

        ul.list-tab-1 > li:last-of-type {
            border-right: none;
        }

        ul.list-tab-1 > li a {
            display: block;
            background: #dee8ff;
            padding: 30px 35px;
            font: bold 14px arial, sans-serif;
            color: #222;
            cursor: pointer;
        }

        ul.list-tab-1 > li:hover a {
            background: #bbc4d9;
        }

        ul.list-tab-1 > li.actived a {
            background: var(--mainaccentcolor);
            color: #fff;
        }

        ul.list-tab-1 > li a:hover {
            text-decoration: none;
        }


ul.list-item-icon-1 {
}

    ul.list-item-icon-1 > li {
        float: left;
    }

        ul.list-item-icon-1 > li > a {
            display: block;
            height: 100%;
            background: none repeat scroll 0 0 #dee8ff;
            border: 1px solid #bbc4d9;
            padding: 10px 0;
            border-radius: 5px;
            text-shadow: 0 2px 0 #bbc4d9;
            box-shadow: 0 3px 0 0 #bbc4d9;
            cursor: pointer;
            text-align: center;
        }

            ul.list-item-icon-1 > li > a:hover {
                text-decoration: none;
            }

            ul.list-item-icon-1 > li > a i {
                display: block;
                width: 70px;
                height: 70px;
                margin: 5px auto 5px;
            }

            ul.list-item-icon-1 > li > a span {
                display: block;
                font: 20px OpenSansRegular;
                color: #222;
            }

        ul.list-item-icon-1 > li.disabled > a {
            background: none repeat scroll 0 0 #9e9b9b;
            border: 1px solid #444;
            box-shadow: 0 3px 0 0 #4a4a4a;
            text-shadow: none;
        }

            ul.list-item-icon-1 > li.disabled > a span {
                color: #CECECE;
            }


ul.list-paging-1 {
    display: inline-block;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

    ul.list-paging-1 > li {
        float: left;
        border-right: 1px solid #ddd;
    }

        ul.list-paging-1 > li:last-child {
            border-right: none;
        }

        ul.list-paging-1 > li > a {
            display: block;
            padding: 7px 14px;
            font: bold 14px arial, sans-serif;
            color: #333;
        }

        ul.list-paging-1 > li:hover > a {
            text-decoration: none;
            background: #bbc4d9;
            color: #222;
        }

        ul.list-paging-1 > li.curent > a {
            background: #bbc4d9;
            color: #222;
        }

        ul.list-paging-1 > li.disabled > a {
            background: #FFF;
            color: #939393;
            cursor: default;
        }


/* ========================================
     Table Style /////////////////////////////////////////////////////////// */
.table-list-1 {
    background: transparent;
}

    .table-list-1 > .caption {
    }

    .table-list-1 > .content {
    }

        .table-list-1 > .caption > .row,
        .table-list-1 > .content > .row {
            display: table;
            table-layout: fixed;
            width: 100%;
            cursor: pointer;
        }

    .table-list-1 > .caption > .row {
        padding-bottom: 10px;
    }

    .table-list-1 > .content > .row {
        padding: 5px 0;
    }

        .table-list-1 > .content > .row:nth-child(2n+1) {
            background: #f9f9f9;
            border-top: 2px solid #eee;
        }

        .table-list-1 > .content > .row:nth-child(2n+2) {
            background: #FFF;
            border-top: 1px solid #eee;
        }

        .table-list-1 > .content > .row:hover {
            background: #F5F5F5;
        }

        .table-list-1 > .caption > .row > span,
        .table-list-1 > .content > .row > span {
            display: table-cell;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .table-list-1 > .caption > .row > span {
        padding: 0 10px;
        font: bold 17px arial, sans-serif;
        color: #000;
        text-transform: uppercase;
        vertical-align: bottom;
    }

    .table-list-1 > .content > .row > span {
        padding: 0 10px;
        font: bold 13px arial, sans-serif;
        color: #515151;
        vertical-align: middle;
    }


.table-list-2 {
    background: transparent;
    border: 1px solid #ddd;
}

    .table-list-2 > .caption {
    }

    .table-list-2 > .content {
    }

        .table-list-2 > .caption > .row,
        .table-list-2 > .content > .row {
            display: table;
            border-top: 1px solid #eee;
            table-layout: fixed;
            width: 100%;
            cursor: pointer;
        }

    .table-list-2 > .caption > .row {
    }

    .table-list-2 > .content > .row {
    }

        .table-list-2 > .content > .row:hover {
            background: #F5F5F5;
        }

        .table-list-2 > .caption > .row > span,
        .table-list-2 > .content > .row > span {
            display: table-cell;
            border-right: 1px solid #ddd;
            word-wrap: break-word;
            /*white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;*/
        }

            .table-list-2 > .caption > .row > span:last-of-type,
            .table-list-2 > .content > .row > span:last-of-type {
                border-right: none;
            }

    .table-list-2 > .caption > .row > span {
        padding: 10px 10px;
        font: bold 17px Arial;
        color: #000;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .table-list-2 > .content > .row > span {
        padding: 5px 10px;
        font: bold 13px arial, sans-serif;
        color: #515151;
        vertical-align: top;
    }


.table-description-1 {
}

    .table-description-1 > .row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .table-description-1 > .row > label,
        .table-description-1 > .row > span {
            padding: 5px 10px;
        }

        .table-description-1 > .row > label {
            display: table-cell;
            font: bold 15px Arial;
            color: #000;
        }

        .table-description-1 > .row > span {
            display: table-cell;
            width: 100%;
        }


.table-description-2 {
    border: 1px solid #DDD;
}

    .table-description-2 > .row {
        display: table;
        border-top: 1px solid #DDD;
        table-layout: fixed;
        width: 100%;
    }

        .table-description-2 > .row > label,
        .table-description-2 > .row > span {
            padding: 8px 10px;
            border-right: 1px solid #DDD;
        }

            .table-description-2 > .row > label:last-child,
            .table-description-2 > .row > span:last-child {
                border-right: none;
            }

        .table-description-2 > .row > label {
            background: none repeat scroll 0 0 #dee8ff;
            display: table-cell;
            font: bold 15px Arial;
            color: #222;
        }

        .table-description-2 > .row > span {
            display: table-cell;
            width: 100%;
        }


.table-description-3 {
}

    .table-description-3 > .row {
        /*display: table;*/
        table-layout: fixed;
        width: 100%;
    }

        .table-description-3 > .row > label,
        .table-description-3 > .row > span {
            padding: 2px 0px;
        }

        .table-description-3 > .row > label {
            display: table-cell;
            font: bold 13px arial, sans-serif;
            color: #000;
        }

        .table-description-3 > .row > span {
            display: table-cell;
            width: 100%;
        }


/* ========================================
     Box Style /////////////////////////////////////////////////////////// */
.box-1 {
    background: #EDEDED;
    padding: 20px 15px;
    border-bottom: 3px solid #666;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.box-comment-1 {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

    .box-comment-1 > .title {
        background: none repeat scroll 0 0 #dee8ff;
        color: #222;
        font: bold 16px Arial;
        padding: 7px 10px;
        text-shadow:none;
    }

    .box-comment-1 > .content {
        padding: 5px 10px;
    }


.box-message-1 {
    border-top: 5px solid #0F2066;
    background: #EBEDE1;
    padding: 10px 20px;
    font: bold 14px Arial,Helvetica,sans-serif;
    color: #333;
    text-transform: uppercase;
}


/* ========================================
     Form Style /////////////////////////////////////////////////////////// */
.label-field-1 {
    display: inline-block;
    font: bold 15px arial, sans-serif;
    color: #898989;
}

.input-field-1 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font: normal 14px OpenSansRegular;
    line-height: 1.42857;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkt-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .input-field-1:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }

input[type=text].input-field-1, input[type=password] .input-field-1, input[type=email].input-field-1 {
    height: 34px;
}

textarea.input-field-1 {
}


.input-number-field-1 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 5px;
    font: bold 14px arial, sans-serif;
    line-height: 1.42857;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkt-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .input-number-field-1:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }


.input-field-2 {
    border: 1px solid #bbc4d9;
    border-radius: 3px;
    box-shadow: 0 0 0 0 rgba(187, 196, 217, 1);
    padding: 10px 5px;
    font: bold 14px arial, sans-serif;
    color: #898989;
}

    .input-field-2:focus {
    }


.select-field-1 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font: normal 14px OpenSansRegular;
    line-height: 1.42857;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkt-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .select-field-1:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }


.checked-switch-1 {
    display: inline-block;
    position: relative;
}

    .checked-switch-1 > i {
        display: inline-block;
        width: 100px;
        height: 32px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkt-border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    }

        .checked-switch-1 > i > b {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 150%;
            height: 100%;
        }

            .checked-switch-1 > i > b > span {
                display: block;
                width: 33.333334%;
                height: 100%;
                padding: 6px 12px;
                font: normal 14px OpenSansRegular;
                float: left;
                text-align: center;
            }

                .checked-switch-1 > i > b > span[data-checked=checked] {
                    background: #428bca;
                    color: #222;
                }

                .checked-switch-1 > i > b > span[data-checked=switch] {
                    background: #FFF;
                }

                .checked-switch-1 > i > b > span[data-checked=unchecked] {
                }

    .checked-switch-1 > label {
        display: inline-block;
        font: normal 13px OpenSansRegular;
        color: #333;
    }

    .checked-switch-1 > input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
    }


.radio-switch-1-area > .radio-switch-1 {
    margin-bottom: 5px;
}

    .radio-switch-1-area > .radio-switch-1:last-of-type {
        margin-bottom: 0;
    }

.radio-switch-1 {
    display: inline-block;
    position: relative;
}

    .radio-switch-1 > i {
        display: inline-block;
        width: 100px;
        height: 32px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        margin-right: 5px;
        border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkt-border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    }

        .radio-switch-1 > i > b {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 150%;
            height: 100%;
        }

            .radio-switch-1 > i > b > span {
                display: block;
                width: 33.333334%;
                height: 100%;
                padding: 6px 12px;
                font: normal 14px OpenSansRegular;
                float: left;
                text-align: center;
            }

                .radio-switch-1 > i > b > span[data-checked=checked] {
                    background: #428bca;
                    color: #222;
                }

                .radio-switch-1 > i > b > span[data-checked=switch] {
                    background: #FFF;
                }

                .radio-switch-1 > i > b > span[data-checked=unchecked] {
                }

    .radio-switch-1 > label {
        display: inline-block;
        font: normal 13px OpenSansRegular;
        color: #333;
    }

    .radio-switch-1 > input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
    }


.input-autocomplet-1 {
    position: relative;
}

    .input-autocomplet-1 > ul {
        background: #e7f4ff;
        border: 1px solid #ddd;
        position: absolute;
        /*display: none;*/
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 30;
        border-radius: 0 0 5px 5px;
    }

        .input-autocomplet-1 > ul > li {
            padding: 10px;
            font: 14px/1.42857 arial, sans-serif;
            color: #333;
            cursor: pointer;
            line-height:;
        }

            .input-autocomplet-1 > ul > li:hover {
                background: #5897fb;
                color: #222;
            }

            .input-autocomplet-1 > ul > li.actived {
                background: #ddd;
                font-weight: bold;
                color: #428bca;
                cursor: default;
            }


.dropdown-autocomplet-1 {
    width: 100%;
    height: 45px;
}

    .dropdown-autocomplet-1 > label {
        display: block;
        background: #fff;
        height: 100%;
        border: 1px solid #aaa;
        padding: 10px 24px 4px 12px;
        font: normal 14px OpenSansRegular;
        color: #333;
        line-height: 1.42857;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkt-border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        position: relative;
        cursor: pointer;
    }

        .dropdown-autocomplet-1 > label:after,
        .dropdown-autocomplet-1 > label.maximize:after {
            border-left: 4px solid rgba(0, 0, 0, 0);
            border-right: 4px solid rgba(0, 0, 0, 0);
            border-top: 6px solid #6c6c6c;
            content: "";
            height: 0;
            position: absolute;
            right: 6px;
            top: 18px;
        }

        .dropdown-autocomplet-1 > label.minimize:after {
            transform: rotate(180deg);
        }

    .dropdown-autocomplet-1 > div {
        background: #fff;
        border: 1px solid #aaa;
        margin-top: -3px;
        border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -webkt-border-radius: 0 0 4px 4px;
        position: relative;
        z-index: 20;
    }

        .dropdown-autocomplet-1 > div > span {
            display: block;
            padding: 4px;
            position: relative;
        }

            .dropdown-autocomplet-1 > div > span > input[type=text] {
                background: #fff;
                border: 1px solid #aaa;
                width: 100%;
                padding: 4px 12px;
                font: normal 14px OpenSansRegular;
                line-height: 1.42857;
                border-radius: 4px;
                -o-border-radius: 4px;
                -ms-border-radius: 4px;
                -moz-border-radius: 4px;
                -webkt-border-radius: 4px;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
            }

                .dropdown-autocomplet-1 > div > span > input[type=text]:focus {
                    border-color: #66afe9;
                    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                }


            .dropdown-autocomplet-1 > div > span > .btn-search {
                background: transparent url("../resources/images/search.png") no-repeat scroll center center;
                height: 28px;
                position: absolute;
                right: 5px;
                top: 5px;
                width: 28px;
                opacity: .5;
                cursor: pointer;
            }


        .dropdown-autocomplet-1 > div > ul {
            background: #E7F4FF;
            border-radius: inherit;
            -o-border-radius: inherit;
            -ms-border-radius: inherit;
            -moz-border-radius: inherit;
            -webkt-border-radius: inherit;
        }

            .dropdown-autocomplet-1 > div > ul > li {
                padding: 10px;
                font: 14px/1.42857 arial, sans-serif;
                color: #333;
                cursor: pointer;
            }

                .dropdown-autocomplet-1 > div > ul > li:hover {
                    background: #5897fb;
                    color: #222;
                }

                .dropdown-autocomplet-1 > div > ul > li.actived {
                    background: #ddd;
                    font-weight: bold;
                    color: #428bca;
                    cursor: default;
                }


.button-field-1 {
    background: #bbc4d9; /* Old browsers */
    background: -moz-linear-gradient(top, #bbc4d9 0%, #dee8ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbc4d9), color-stop(100%,#dee8ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbc4d9 0%,#dee8ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc4d9', endColorstr='#dee8ff',GradientType=0 ); /* IE6-9 */
    font: bold 14px/1.42857 arial, sans-serif;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #245580;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .button-field-1:hover {
        background: #dee8ff; /* Old browsers */
        background: -moz-linear-gradient(top, #dee8ff 0%, #dee8ff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee8ff), color-stop(100%,#dee8ff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dee8ff 0%,#dee8ff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8ff', endColorstr='#dee8ff',GradientType=0 ); /* IE6-9 */
    }

    .button-field-1.lightblue {
        background: #5bc0de;
        background: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#2aabd2));
        background: -webkit-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: -o-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: -ms-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: linear-gradient(to bottom, #5bc0de 0%,#2aabd2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#2aabd2',GradientType=0 );
    }

        .button-field-1.lightblue:hover {
            background: #2aabd2; /* Old browsers */
            background: -moz-linear-gradient(top, #2aabd2 0%, #2aabd2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aabd2), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* IE10+ */
            background: linear-gradient(to bottom, #2aabd2 0%,#2aabd2 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aabd2', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
        }

    .button-field-1.lightgreen {
        background: #5cb85c;
        background: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb85c), color-stop(100%,#419641));
        background: -webkit-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: -o-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: -ms-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: linear-gradient(to bottom, #5cb85c 0%,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#419641',GradientType=0 );
    }

        .button-field-1.lightgreen:hover {
            background: #419641;
            background: -moz-linear-gradient(top, #419641 0%, #419641 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419641), color-stop(100%,#419641));
            background: -webkit-linear-gradient(top, #419641 0%,#419641 100%);
            background: -o-linear-gradient(top, #419641 0%,#419641 100%);
            background: -ms-linear-gradient(top, #419641 0%,#419641 100%);
            background: linear-gradient(to bottom, #419641 0%,#419641 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419641', endColorstr='#419641',GradientType=0 );
        }

.button-field-2 {
    background: var(--mainaccentcolor);
    background: -moz-linear-gradient(top, var(--mainaccentcolor) 0%, var(--mainaccentcolor) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--mainaccentcolor)), color-stop(100%,var(--mainaccentcolor)));
    background: -webkit-linear-gradient(top, var(--mainaccentcolor) 0%,var(--mainaccentcolor) 100%);
    background: -o-linear-gradient(top, var(--mainaccentcolor) 0%,var(--mainaccentcolor) 100%);
    background: -ms-linear-gradient(top, var(--mainaccentcolor) 0%,var(--mainaccentcolor) 100%);
    background: linear-gradient(to bottom, var(--mainaccentcolor) 0%,var(--mainaccentcolor) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--mainaccentcolor)', endColorstr='var(--mainaccentcolor)',GradientType=0 );
    font: bold 18px arial, sans-serif;
    line-height: 1.33333;
    color: #fff;
    padding: 8px 16px 10px;
    border: 1px solid #017801;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .button-field-2:hover {
        background: #008c00; /* Old browsers */
        background: -moz-linear-gradient(top, #008c00 0%, #008c00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008c00), color-stop(100%,#008c00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #008c00 0%,#008c00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #008c00 0%,#008c00 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #008c00 0%,#008c00 100%); /* IE10+ */
        background: linear-gradient(to bottom, #008c00 0%,#008c00 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c00', endColorstr='#008c00',GradientType=0 ); /* IE6-9 */
    }


.button-field-3 {
    display: inline-block;
    background: rgb(222, 232, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(222, 232, 255,1) 100%, rgba(41,137,216,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(222, 232, 255,1)), color-stop(100%,rgba(41,137,216,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(222, 232, 255,1) 100%,rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(222, 232, 255,1) 100%,rgba(41,137,216,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(222, 232, 255,1) 100%,rgba(41,137,216,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(222, 232, 255,1) 100%,rgba(41,137,216,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8ff', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bbc4d9;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    font: 24px OpenSansRegular;
    color: #222;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: 0 2px 0 #bbc4d9;
    -o-text-shadow: 0 2px 0 #bbc4d9;
    -ms-text-shadow: 0 2px 0 #bbc4d9;
    -moz-text-shadow: 0 2px 0 #bbc4d9;
    -webkit-text-shadow: 0 2px 0 #bbc4d9;
    box-shadow: 0 3px 0 0 #bbc4d9;
    -o-box-shadow: 0 3px 0 0 #bbc4d9;
    -ms-box-shadow: 0 3px 0 0 #bbc4d9;
    -moz-box-shadow: 0 3px 0 0 #bbc4d9;
    -webkit-box-shadow: 0 3px 0 0 #bbc4d9;
    cursor: pointer;
}

.button-field-4 {
    background: rgb(222, 232, 255);
    background: -moz-linear-gradient(top, rgba(0, 164, 0,1) 100%, rgba(0, 140, 0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(0, 164, 0,1)), color-stop(100%,rgba(0, 140, 0,1)));
    background: -webkit-linear-gradient(top, rgba(0, 164, 0,1) 100%,rgba(0, 140, 0,1) 100%);
    background: -o-linear-gradient(top, rgba(0, 164, 0,1) 100%,rgba(0, 140, 0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 164, 0,1) 100%,rgba(0, 140, 0,1) 100%);
    background: linear-gradient(to bottom, rgba(0, 164, 0,1) 100%,rgba(0, 140, 0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--mainaccentcolor)', endColorstr='#008c00',GradientType=0 );
    padding: 7px 7px 3px;
    font: 30px Arial;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 0 0 #5C5C5C;
    -o-box-shadow: 0 2px 0 0 #5C5C5C;
    -ms-box-shadow: 0 2px 0 0 #5C5C5C;
    -moz-box-shadow: 0 2px 0 0 #5C5C5C;
    -webkit-box-shadow: 0 2px 0 0 #5C5C5C;
    cursor: pointer;
}

    .button-field-4.blue {
    	color: #000;
        background: #bbc4d9; /* Old browsers */
        background: -moz-linear-gradient(top, #bbc4d9 0%, #dee8ff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbc4d9), color-stop(100%,#dee8ff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbc4d9 0%,#dee8ff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc4d9', endColorstr='#dee8ff',GradientType=0 ); /* IE6-9 */
    }

.btn_commitreceived {
	width:100%;
}

.btn_addallorderhistory {
	width:100%;
}

.button-field-all {
    background: #bbc4d9; /* Old browsers */
    background: -moz-linear-gradient(top, #bbc4d9 0%, #dee8ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbc4d9), color-stop(100%,#dee8ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbc4d9 0%,#dee8ff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbc4d9 0%,#dee8ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc4d9', endColorstr='#dee8ff',GradientType=0 ); /* IE6-9 */
    font: bold 17px/1.42857 arial, sans-serif;
    color: #222;
    padding: 16px 24px;
    margin-top:16px;
    margin-bottom:16px;
    border: 1px solid #245580;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .button-field-all:hover {
        background: #dee8ff; /* Old browsers */
        background: -moz-linear-gradient(top, #dee8ff 0%, #dee8ff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee8ff), color-stop(100%,#dee8ff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dee8ff 0%,#dee8ff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dee8ff 0%,#dee8ff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8ff', endColorstr='#dee8ff',GradientType=0 ); /* IE6-9 */
    }
    .button-field-all.lightgreen {
    	color: #fff;
        background: #5cb85c;
        background: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb85c), color-stop(100%,#419641));
        background: -webkit-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: -o-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: -ms-linear-gradient(top, #5cb85c 0%,#419641 100%);
        background: linear-gradient(to bottom, #5cb85c 0%,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#419641',GradientType=0 );
    }

    .button-field-all.lightgreen:hover {
        background: #419641;
        background: -moz-linear-gradient(top, #419641 0%, #419641 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419641), color-stop(100%,#419641));
        background: -webkit-linear-gradient(top, #419641 0%,#419641 100%);
        background: -o-linear-gradient(top, #419641 0%,#419641 100%);
        background: -ms-linear-gradient(top, #419641 0%,#419641 100%);
        background: linear-gradient(to bottom, #419641 0%,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419641', endColorstr='#419641',GradientType=0 );
    }

    .button-field-all.blizzardblue {
    	color: #226F7B;
        background: #ACE5EE;
        border: 1px solid #72BCC8;
        width: 100%;
        background: -moz-linear-gradient(top, #ACE5EE 0%, #ACDAEE 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACE5EE), color-stop(100%,#ACDAEE));
        background: -webkit-linear-gradient(top, #ACE5EE 0%,#ACDAEE 100%);
        background: -o-linear-gradient(top, #ACE5EE 0%,#ACDAEE 100%);
        background: -ms-linear-gradient(top, #ACE5EE 0%,#ACDAEE 100%);
        background: linear-gradient(to bottom, #ACE5EE 0%,#ACDAEE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACE5EE', endColorstr='#ACDAEE',GradientType=0 );
    }

    .button-field-all.blizzardblue:hover {
        background: #ACE5EE;
        background: -moz-linear-gradient(top, #ACE5EE 0%, #ACE5EE 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACE5EE), color-stop(100%,#ACE5EE));
        background: -webkit-linear-gradient(top, #ACE5EE 0%,#ACE5EE 100%);
        background: -o-linear-gradient(top, #ACE5EE 0%,#ACE5EE 100%);
        background: -ms-linear-gradient(top, #ACE5EE 0%,#ACE5EE 100%);
        background: linear-gradient(to bottom, #ACE5EE 0%,#ACE5EE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACE5EE', endColorstr='#ACE5EE',GradientType=0 );
    }

.input-parent-2 {
    position: relative;
}

.validate-notif-2 {
    background: none repeat scroll 0 0 #bbc4d9;
    position: absolute;
    top: 120%;
    right: 0;
    padding: 4px 10px;
    border: 1px solid #bbc4d9;
    font: normal 13px arial, sans-serif;
    color: #222;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #b65a44;
}

    .validate-notif-2:before {
        position: absolute;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #bbc4d9;
        right: 10px;
        top: -7px;
    }


/* ========================================
     Hyperlink Style /////////////////////////////////////////////////////////// */
.link-1 {
    font: normal 13px OpenSansRegular;
    color: #333;
    text-decoration: underline;
}

.link-2 {
    font: bold 14px arial, sans-serif;
    color: var(--mainaccentcolor);
}

.link-3 {
    font: bold 14px arial, sans-serif;
    color: #222;
}


/* ========================================
     Text Content Style /////////////////////////////////////////////////////////// */
.baseline * {
    vertical-align: baseline;
}


/* ========================================
     Color Style /////////////////////////////////////////////////////////// */


/* ========================================
     Separator Style /////////////////////////////////////////////////////////// */
.seperator-1 {
    height: 1px;
    background: #515151;
    margin: 5px 0;
}



/* ========================================
     Other Style /////////////////////////////////////////////////////////// */
.icon-button-1 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: none no-repeat scroll center center #31b131;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e0e0e0;
    position: relative;
}

    .icon-button-1:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font: bold 18px/18px arial, sans-serif;
        color: #222;
        text-align: center;
    }

    .icon-button-1.black {
        background: none no-repeat scroll center center #4d4d4d;
    }

    .icon-button-1.row-add:after {
        content: "+";
    }

    .icon-button-1.row-add.actived {
        background: #d33333;
    }

        .icon-button-1.row-add.actived:after {
            content: "-";
        }

    .icon-button-1.row-respondsive {
        background: none no-repeat scroll center center #e6e6e6;
        box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .icon-button-1.row-respondsive:after {
            content: "›";
            color: #333;
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

        .icon-button-1.row-respondsive.actived {
            background: #d33333;
        }

            .icon-button-1.row-respondsive.actived:after {
                content: "-";
                color: #222;
                transform: none;
                -o-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                -webkit-transform: none;
            }


    .icon-button-1.icon-remove {
        background-image: url('../resources/images/icons/remove.png');
        background-size: 70% 70%;
    }

    .w-SKU {
        float: left;
        margin: 0;
        padding-left: 60px;
        width: 30%;
    }

    .w-category {
        float: left;
        margin: 0;
        padding-left: 20px;
        padding-right: 40px;
        width: 30%;
    }

    .w-OrderIntRecID {
        float: left;
        margin: 0;
        padding-left: 20px;
        padding-right: 40px;
        width: 50%;
    }

    .w-orderhistoryid {
        float: left;
        margin: 0;
        padding-left: 20px;
        padding-right: 40px;
        width: 50%;
    }

    .text-or{
        float: left;
        font-weight: bold;
        margin-left: 15px;
        margin-top: 12px;
    }
    .resetresult{
        background: #5bc0de;
        background: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#2aabd2));
        background: -webkit-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: -o-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: -ms-linear-gradient(top, #5bc0de 0%,#2aabd2 100%);
        background: linear-gradient(to bottom, #5bc0de 0%,#2aabd2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#2aabd2',GradientType=0 );
        border: 1px solid #6d869f;
        border-radius: 5px;
        color: #222;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
        cursor: pointer;
    }
    .resetresult:hover {
        background: #2aabd2; /* Old browsers */
            background: -moz-linear-gradient(top, #2aabd2 0%, #2aabd2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aabd2), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #2aabd2 0%,#2aabd2 100%); /* IE10+ */
            background: linear-gradient(to bottom, #2aabd2 0%,#2aabd2 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aabd2', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
    }
    .event-disable{
        pointer-events: none;
    }

    .event-disable > .dropdown-autocomplet-1 > label{
        background-color: #CDD3D5;
    }

    #allProductsOrder_length{
        float: left;
    }

    #receiveProductsOrder_length{
        float: left;
    }

    .w-SKU > .dropdown-autocomplet-1 > label{
        height: 35px;
        padding: 5px;
    }

    .w-category > .dropdown-autocomplet-1 > label{
        height: 35px;
        padding: 5px;
    }

    .w-OrderIntRecID > .dropdown-autocomplet-1 > label{
        height: 35px;
        padding: 5px;
    }

    .w-orderhistoryid > .dropdown-autocomplet-1 > label{
        height: 35px;
        padding: 5px;
    }
			
		table#orderhistory { 
		  margin: 0 auto;
		  border-collapse: collapse;
		  font-family: Agenda-Light, sans-serif;
		  font-weight: 100; 
		  background: #dee8ff; color: #222;
		  text-rendering: optimizeLegibility;
		  border-radius: 5px; 
		}
		
		table#orderhistory a{ 
		  text-decoration:none;
	      font: normal 18px OpenSansRegular;
	      color: #222;
		}
		
		table#orderhistory caption { 
		  font-size: 20px; 
          color: #444;
		  margin: 15px auto;
		  background-size: contain;
		  background-repeat: no-repeat;
		  background-position: center left, center right; 
		}
		table#orderhistory thead th { font-weight: 600; }
		table#orderhistory thead th, table#orderhistory tbody td { 
		  padding: .8em; font-size: 1.4em;
		}
		table#orderhistory tbody td { 
		  padding: .8em; font-size: 1.4em;
		  color: #444; background: #fff; 
		}
		table#orderhistory tbody tr:not(:last-child) { 
		  border-top: 1px solid #ddd;
		  border-bottom: 1px solid #ddd;  
		}
		
		@media screen and (max-width: 600px) {
		  table#orderhistory caption { background-image: none; }
		  table#orderhistory thead { display: none; }
		  table#orderhistory tbody td { 
		    display: block; padding: .6em; 
		  }
		  table#orderhistory tbody tr td:first-child { 
		    background: #dee8ff; color: #222; 
		  }
			table#orderhistory tbody td:before { 
		    content: attr(data-th); 
		    font-weight: bold;
		    display: inline-block;
		    width: 6em;  
		  }
		}
