﻿/* INPUT STYLES ************************************/

.divFullInfoBox {
    padding: 20px;
    margin: 20px;
    background-color: #d7e1d6;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

input[type="text"], input[type="password"], select, textarea {
    border-radius: 5px;
    border: thin solid #cccccc;
    padding: 5px 5px 5px 5px;
    color: #555555;
}

.btnBlue {
    border: 0;
    background-color: #275B93;
    color: #C5E1FF;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#275B93, #1B3F66); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#275B93, #1B3F66); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#275B93, #1B3F66); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#275B93, #1B3F66); /* Standard syntax */
}

    .btnBlue:hover, .btnBlue:active {
        cursor: pointer;
        border: 0;
        color: #ffffff;
        background: -webkit-linear-gradient(#3576BC, #275B93); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#3576BC, #275B93); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#3576BC, #275B93); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#3576BC, #275B93); /* Standard syntax */
    }


.btnGray {
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #2b2726;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

    .btnGray:hover, .btnGray:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #7c7574;
    }

.btnGray2 {
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #2b2726;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    font-size: 1em;
    display: inline-block;
}

    .btnGray2:hover, .btnGray2:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #7c7574;
    }

.btnLtGray {
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #7c7574;
    color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

    .btnLtGray:hover, .btnLtGray:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

.btnLtGrayProd {
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #7c7574;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 20px;
    display: inline-block;
    width: 200px;
    margin: 5px;
}

    .btnLtGrayProd:hover, .btnLtGrayProd:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

    .btnLtGrayProd a {
        color: #fff;
        text-decoration: none;
    }

.btnBlackFam {
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 20px;
    display: inline-block;
    width: 200px;
    margin: 5px;
}

    .btnBlackFam:hover, .btnBlackFam:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

    .btnBlackFam a {
        color: #fff;
        text-decoration: none;
    }



.btnGrayFat {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background-color: #2b2726;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    font-size: 1em;
    display: inline-block;
    margin: 10px 2px 5px 2px;
}




    .btnGrayFat:hover, .btnGrayFat:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

.aBtnGrayFat {
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background-color: #2b2726;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    font-size: 1em;
    display: inline-block;
    margin: 10px 2px 5px 2px;
}

    .aBtnGrayFat:hover, .aBtnGrayFat:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

.aBtnLTGrayFat {
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background-color: #7c7574;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    font-size: 1em;
    display: inline-block;
    margin: 10px 2px 5px 2px;
}

    .aBtnLTGrayFat a {
        color: #ffffff;
        text-decoration: none;
    }

    .aBtnLTGrayFat:hover, .aBtnLTGrayFat:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #d8ccca;
    }

.btnPrinterGray {
    background: url(/userdata/Icons/printer_icon.png) no-repeat top center;
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
}

    .btnPrinterGray:hover, .btnPrinterGray:active {
        opacity: .7;
    }


.btnWhite {
    border: 0;
    cursor: pointer;
    background-color: #fff;
    color: #2b2726;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
}

    .btnWhite:hover, .btnWhite:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

.btnWhite2 {
    border: 0;
    cursor: pointer;
    background-color: #fff;
    color: #2b2726;
    padding: 6px 10px 6px 10px;
    border-radius: 25px;
}

    .btnWhite2:hover, .btnWhite2:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #afa3a0;
    }

.divTag {
    cursor: pointer;
    color: #999999;
    margin: 0 5px 5px 0;
}

    .divTag:hover, .divTag:active {
        color: red;
    }

.divTagActive {
    color: red;
}

    .divTagActive a {
        color: #777 !important;
    }

/* FORM STYLES *************************************/

.divStatusWrap {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: thin solid #ccc;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

.divStatusWrapActive {
    display: block;
    top: 21px;
    left: 0px;
}

.divFormWideWrapper {
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    background-color: #ffffff;
    vertical-align: top;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.divFormOneColWrapper {
    display: inline-block;
    width: 100%;
    max-width: 410px;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
    border-radius: 8px;
    margin: 10px 0 10px 0;
    border: thin solid #afa3a0;
}

.divFormOneCol {
    padding: 20px;
}

.divFormTitle {
    border-radius: 5px 5px 0 0;
    background-color: #afa3a0;
    text-align: left;
    padding: 8px;
}

.divFormTitleNoBG {
    border-radius: 5px 5px 0 0;
    background-color: #eeeeee;
    text-align: left;
}

.divFormOneCol input[type="text"], .divFormOneCol input[type="password"], .divFormOneCol textarea {
    width: calc(100% - 10px);
    max-width: 450px;
}

.divStackedCell {
    display: inline-block;
    width: Calc(100% - 20px);
    text-align: left;
    padding: 5px 20px 5px 0;
    max-width: 450px;
}

.divFormContent {
    display: inline-block;
}

.spanFormText {
    font-size: 1em;
    font-weight: bold;
}

.spanRequired {
    color: Red;
    font-size: 1em;
}

.spanOK {
    color: #007249;
    font-size: 1em;
    font-weight: bold;
}

.spanFormNote {
    font-size: .7em;
    color: #777777;
    font-weight: normal;
}

/*GRID DISPLAY *******************************************/

.gridDisplay {
    /*margin: 5px 0 10px 0;*/
    width: 100%;
    border: 0;
    border-spacing: 0 4px !important;
    border-collapse: separate !important;
    display: table !important;
}


    .gridDisplay td {
        padding: 5px;
        font-size: 0.8em;
        text-align: left;
        border: 0;
    }

.gridDisplaySelect {
    padding: 0 !important;
}

.gridDisplay tr:nth-child(odd) {
    background-color: #ffffff;
    /*border-radius:5px !important;*/
}

.gridDisplay tr:nth-child(even) {
    background-color: #cccccc;
    /*border-radius:5px !important;*/
}



.gridDisplay th {
    padding: 10px;
    color: #fff;
    background-color: #2b2726;
    font-size: 0.9em;
    border: 0;
    text-align: left;
}

    .gridDisplay th a {
        color: #fff;
    }

        .gridDisplay th a:hover, .gridDisplay th a:active {
            color: #eeeeee;
        }

.gridDisplay .alt {
    background: #fcfcfc;
}

.gridDisplay .pgr {
    background: #363670;
}

    .gridDisplay .pgr table {
        margin: 3px 0;
    }

    .gridDisplay .pgr td {
        border-width: 0;
        padding: 0 6px;
        font-weight: bold;
        color: #fff;
        line-height: 15px;
    }

    .gridDisplay .pgr a {
        color: Gray;
        text-decoration: none;
    }

        .gridDisplay .pgr a:hover {
            color: #000;
            text-decoration: none;
        }

.GridSelectBtn {
    cursor: pointer;
    border: 0;
    color: #C5E1FF;
    padding: 3px 5px 3px 5px;
    background: url(/images/template/select_icon.png) top center no-repeat #328fce;
    width: 40px;
    height: 40px;
    display: inline-block;
}

    .GridSelectBtn:hover, .GridSelectBtn:active {
        background-color: #3fb0ef;
    }

.GridSelectImgBtn {
    cursor: pointer;
    border: 0;
    color: #C5E1FF;
    padding: 3px 5px 3px 5px;
    background: url(/images/template/selectImg_icon.png) top center no-repeat #579f63;
    width: 40px;
    height: 40px;
    display: inline-block;
}

    .GridSelectImgBtn:hover, .GridSelectImgBtn:active {
        background-color: #80b681;
    }

/*tag, group .etc Cehckboxes ***********************************************************/

.divFootNotebtn {
    background-color: #275B93;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

    .divFootNotebtn:hover, .divFootNotebtn:active {
        background-color: #3fb0ef !important;
    }

.divOptionKitbtn {
    background-color: #ef7f06;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 22px;
    cursor: pointer;
}

    .divOptionKitbtn:hover, .divOptionKitbtn:active {
        background-color: #e0ab77 !important;
    }

.divOptionFinishbtn {
    background-color: #ff4d4d;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 44px;
    cursor: pointer;
}

    .divOptionFinishbtn:hover, .divOptionFinishbtn:active {
        background-color: #e0ab77 !important;
    }

.divSelectBox {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: .8em;
    width: 220px;
    border-radius: 3px;
    border: thin solid #cccccc;
    margin: 5px 0 5px 0;
    vertical-align: top;
    min-height: 32px;
}

.divSelectBoxGroup {
    position: relative;
    display: inline-block;
    padding: 5px 20px 20px 10px;
    font-size: .8em;
    width: 273px;
    border-radius: 3px;
    border: thin solid #cccccc;
    margin: 5px 0 5px 0;
    vertical-align: top;
    min-height: 32px;
}

.divTagExpandWrapper {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: -11px;
    background-color: #ebebeb;
    /*height: 80px;*/
    border: thin solid #cccccc;
    border-radius: 5px;
    z-index: 1;
}

.divTagExpandBox {
    position: relative;
    width: 100%;
    max-width: 220px;
}

.divTagExpandCont {
    padding: 10px;
}
