.btnsmallblue4 {
    color: #ffffff;
    background-color: #2d63c8;
    font-size: 4px;
    border: 1px solid #2d63c8;
    border-radius: 1px;
    padding: 5px 2px;
    cursor: pointer
}

    .btnsmallblue4:hover {
        color: #fafafa;
        background-color: #057ef0;
    }

.btnSmallBlue {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

    .btnSmallBlue:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.btnSmallRed {
    background: #f78686;
    background-image: -webkit-linear-gradient(top, #f78686, #f70511);
    background-image: -moz-linear-gradient(top, #f78686, #f70511);
    background-image: -ms-linear-gradient(top, #f78686, #f70511);
    background-image: -o-linear-gradient(top, #f78686, #f70511);
    background-image: linear-gradient(to bottom, #f78686, #f70511);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 7px 3px 7px;
    text-decoration: none;
}

    .btnSmallRed:hover {
        background: #f53f4c;
        background-image: -webkit-linear-gradient(top, #f53f4c, #c70c0c);
        background-image: -moz-linear-gradient(top, #f53f4c, #c70c0c);
        background-image: -ms-linear-gradient(top, #f53f4c, #c70c0c);
        background-image: -o-linear-gradient(top, #f53f4c, #c70c0c);
        background-image: linear-gradient(to bottom, #f53f4c, #c70c0c);
        text-decoration: none;
    }

.btnDelBlue13 {
    background: #70b9d4;
    background-image: -webkit-linear-gradient(top, #70b9d4, #1180b0);
    background-image: -moz-linear-gradient(top, #70b9d4, #1180b0);
    background-image: -ms-linear-gradient(top, #70b9d4, #1180b0);
    background-image: -o-linear-gradient(top, #70b9d4, #1180b0);
    background-image: linear-gradient(to bottom, #70b9d4, #1180b0);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 13px 5px 13px;
    text-decoration: none;
}

    .btnDelBlue13:hover {
        background: #6984f0;
        background-image: -webkit-linear-gradient(top, #6984f0, #362ade);
        background-image: -moz-linear-gradient(top, #6984f0, #362ade);
        background-image: -ms-linear-gradient(top, #6984f0, #362ade);
        background-image: -o-linear-gradient(top, #6984f0, #362ade);
        background-image: linear-gradient(to bottom, #6984f0, #362ade);
        text-decoration: none;
    }

.btnDelGreen13 {
    background: #34d95a;
    background-image: -webkit-linear-gradient(top, #34d95a, #2f8513);
    background-image: -moz-linear-gradient(top, #34d95a, #2f8513);
    background-image: -ms-linear-gradient(top, #34d95a, #2f8513);
    background-image: -o-linear-gradient(top, #34d95a, #2f8513);
    background-image: linear-gradient(to bottom, #34d95a, #2f8513);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 13px 5px 13px;
    text-decoration: none;
}

    .btnDelGreen13:hover {
        background: #57b816;
        background-image: -webkit-linear-gradient(top, #57b816, #0e700e);
        background-image: -moz-linear-gradient(top, #57b816, #0e700e);
        background-image: -ms-linear-gradient(top, #57b816, #0e700e);
        background-image: -o-linear-gradient(top, #57b816, #0e700e);
        background-image: linear-gradient(to bottom, #57b816, #0e700e);
        text-decoration: none;
    }

.btnDelRed13 {
    background: #f53636;
    background-image: -webkit-linear-gradient(top, #f53636, #a30606);
    background-image: -moz-linear-gradient(top, #f53636, #a30606);
    background-image: -ms-linear-gradient(top, #f53636, #a30606);
    background-image: -o-linear-gradient(top, #f53636, #a30606);
    background-image: linear-gradient(to bottom, #f53636, #a30606);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 13px 5px 13px;
    text-decoration: none;
}

    .btnDelRed13:hover {
        background: #f06969;
        background-image: -webkit-linear-gradient(top, #f06969, #ed5656);
        background-image: -moz-linear-gradient(top, #f06969, #ed5656);
        background-image: -ms-linear-gradient(top, #f06969, #ed5656);
        background-image: -o-linear-gradient(top, #f06969, #ed5656);
        background-image: linear-gradient(to bottom, #f06969, #ed5656);
        text-decoration: none;
    }

.btnDelYellow13 {
    background: #ffec64;
    background-image: -webkit-linear-gradient(top, #ffec64, #ffab23);
    background-image: -moz-linear-gradient(top, #ffec64, #ffab23);
    background-image: -ms-linear-gradient(top, #ffec64, #ffab23);
    background-image: -o-linear-gradient(top, #ffec64, #ffab23);
    background-image: linear-gradient(to bottom, #ffec64, #ffab23);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 13px 5px 13px;
    text-decoration: none;
}

    .btnDelYellow13:hover {
        background: #ffab23;
        background-image: -webkit-linear-gradient(top, #ffab23, #ffec64);
        background-image: -moz-linear-gradient(top, #ffab23,#ffec64);
        background-image: -ms-linear-gradient(top, #ffab23, #ffec64);
        background-image: -o-linear-gradient(top, #ffab23, #ffec64);
        background-image: linear-gradient(to bottom, #ffab23, #ffec64);
        text-decoration: none;
    }

.button {
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    font: bold 14px/25px Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

    .button:hover {
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    }

    .button:active {
        -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    }
/* Green Color */

.green {
    color: #33CC00;
    background: #33CC00; /* Old browsers */
    background: -moz-linear-gradient(top, #33CC00 0%, #22FF00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33CC00), color-stop(100%,#22FF00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #33CC00 0%,#22FF00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #33CC00 0%,#22FF00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #33CC00 0%,#22FF00 100%); /* IE10+ */
    background: linear-gradient(top, #33CC00 0%,#22FF00 100%); /* W3C */
}

/* Yellow Color */

.yellow {
    color: #FFF278;
    background: #FFF278; /* Old browsers */
    background: -moz-linear-gradient(top, #FFF278 0%, #EBFF78 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF278), color-stop(100%,#EBFF78)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF278 0%,#EBFF78 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF278 0%,#EBFF78 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF278 0%,#EBFF78 100%); /* IE10+ */
    background: linear-gradient(top, #FFF278 0%,#EBFF78 100%); /* W3C */
}

/* Blue Color */

.blue {
    color: #19667d;
    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background: linear-gradient(top, #70c9e3 0%,#39a0be 100%); /* W3C */
}

/* Gray Color */

.gray {
    color: #515151;
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

/* Big Button Style */
.big {
    padding: 0 40px;
    padding-top: 4px;
    height: 45px;
    text-transform: uppercase;
    font: bold 20px/22px Arial, sans-serif;
}

    .big span {
        display: block;
        text-transform: none;
        font: italic normal 12px/18px Georgia, sans-serif;
        text-shadow: 1px 1px 1px rgba(255,255,255, .12);
    }
/* ShowMap Button Style */
.btn_showMap {
    background: #f27979;
    background-image: -webkit-linear-gradient(top, #f27979, #f03939);
    background-image: -moz-linear-gradient(top, #f27979, #f03939);
    background-image: -ms-linear-gradient(top, #f27979, #f03939);
    background-image: -o-linear-gradient(top, #f27979, #f03939);
    background-image: linear-gradient(to bottom, #f27979, #f03939);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
}

    .btn_showMap:hover {
        background: #aef082;
        background-image: -webkit-linear-gradient(top, #aef082, #3ebd07);
        background-image: -moz-linear-gradient(top, #aef082, #3ebd07);
        background-image: -ms-linear-gradient(top, #aef082, #3ebd07);
        background-image: -o-linear-gradient(top, #aef082, #3ebd07);
        background-image: linear-gradient(to bottom, #aef082, #3ebd07);
        text-decoration: none;
    }

.slideshow {
    height: 310px;
    width: 973px;
    margin: auto;
}

    .slideshow img {
        padding: 0px;
        border: 0px solid #ccc;
        background-color: #eee;
    }

.btn_parity_green {
    background-color: #44c767;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 8px 30px;
    text-decoration: none;
}

    .btn_parity_green:hover {
        background-color: #5cbf2a;
    }

    .btn_parity_green:active {
        position: relative;
        top: 1px;
    }

.btn_parity_red {
    background-color: #e4685d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 8px 30px;
    text-decoration: none;
}

    .btn_parity_red:hover {
        background-color: #ed4040;
    }

    .btn_parity_red:active {
        position: relative;
        top: 1px;
    }

/* Q&A btn */
.btn_qa_red {
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color: #f24537;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 50px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .btn_qa_red:hover {
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        background-color: #c62d1f;
    }

    .btn_qa_red:active {
        position: relative;
        top: 1px;
    }

.btn_qa_blue {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 50px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .btn_qa_blue:hover {
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #BABABA;
    }

    .btn_qa_blue:active {
        position: relative;
        top: 1px;
    }

.btn_qa_blue_small {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .btn_qa_blue_small:hover {
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #BABABA;
    }

    .btn_qa_blue_small:active {
        position: relative;
        top: 1px;
    }

.btn_qa_red_small {
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color: #f24537;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .btn_qa_red_small:hover {
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        background-color: #c62d1f;
    }

    .btn_qa_red_small:active {
        position: relative;
        top: 1px;
    }



.tab-style-child {
    color: #333300;
    border: 1px solid #33CC33;
    padding: 20px 20px 20px 20px
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.swal-width {
    width: 80vh;
}
