/* Minification failed. Returning unminified contents.
(1607,42): run-time error CSS1019: Unexpected token, found '#'
(1607,42): run-time error CSS1042: Expected function, found '#'
(1607,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(2889,40): run-time error CSS1046: Expect comma, found '0'
(2889,43): run-time error CSS1046: Expect comma, found ')'
 */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text],input[type=password],textarea{ outline:none;border-radius:0;}
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */


/* #Base 1200 Grid
================================================== */

.container_12 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

/* Nested Column Classes */
.container_12 .alpha {
    margin-left: 0;
}

.container_12 .omega {
    margin-right: 0;
}

/* Base Grid */
.container_12 .grid_1 {
    width: 80px;
}

.container_12 .grid_2 {
    width: 180px;
}

.container_12 .grid_3 {
    width: 280px;
}

.container_12 .grid_4 {
    width: 380px;
}

.container_12 .grid_5 {
    width: 480px;
}

.container_12 .grid_6 {
    width: 580px;
}

.container_12 .grid_7 {
    width: 680px;
}

.container_12 .grid_8 {
    width: 780px;
}

.container_12 .grid_9 {
    width: 880px;
}

.container_12 .grid_10 {
    width: 980px;
}

.container_12 .grid_11 {
    width: 1080px;
}

.container_12 .grid_12 {
    width: 1180px;
}
/* Prefix Extra Space >> 12 Columns */
.container_12 .prefix_1 {
    padding-left: 80px;
}

.container_12 .prefix_2 {
    padding-left: 160px;
}

.container_12 .prefix_3 {
    padding-left: 240px;
}

.container_12 .prefix_4 {
    padding-left: 400px;
}

.container_12 .prefix_5 {
    padding-left: 400px;
}

.container_12 .prefix_6 {
    padding-left: 480px;
}

.container_12 .prefix_7 {
    padding-left: 560px;
}

.container_12 .prefix_8 {
    padding-left: 640px;
}

.container_12 .prefix_9 {
    padding-left: 720px;
}

.container_12 .prefix_10 {
    padding-left: 800px;
}

.container_12 .prefix_11 {
    padding-left: 880px;
}
/* Suffix Extra Space >> 12 Columns */
.container_12 .suffix_1 {
    padding-right: 80px;
}

.container_12 .suffix_2 {
    padding-right: 160px;
}

.container_12 .suffix_3 {
    padding-right: 240px;
}

.container_12 .suffix_4 {
    padding-right: 320px;
}

.container_12 .suffix_5 {
    padding-right: 400px;
}

.container_12 .suffix_6 {
    padding-right: 480px;
}

.container_12 .suffix_7 {
    padding-right: 560px;
}

.container_12 .suffix_8 {
    padding-right: 640px;
}

.container_12 .suffix_9 {
    padding-right: 720px;
}

.container_12 .suffix_10 {
    padding-right: 800px;
}

.container_12 .suffix_11 {
    padding-right: 880px;
}


/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 960px) and (max-width:1199px) {
    .container_12 {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 0;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Nested Column Classes */
    .container_12 .alpha {
        margin-left: 0;
    }

    .container_12 .omega {
        margin-right: 0;
    }

    /* Base Grid */
    .container_12 .grid_1 {
        width: 60px;
    }

    .container_12 .grid_2 {
        width: 140px;
    }

    .container_12 .grid_3 {
        width: 220px;
    }

    .container_12 .grid_4 {
        width: 300px;
    }

    .container_12 .grid_5 {
        width: 380px;
    }

    .container_12 .grid_6 {
        width: 460px;
    }

    .container_12 .grid_7 {
        width: 540px;
    }

    .container_12 .grid_8 {
        width: 620px;
    }

    .container_12 .grid_9 {
        width: 700px;
    }

    .container_12 .grid_10 {
        width: 780px;
    }

    .container_12 .grid_11 {
        width: 860px;
    }

    .container_12 .grid_12 {
        width: 940px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1 {
        padding-left: 80px;
    }

    .container_12 .prefix_2 {
        padding-left: 160px;
    }

    .container_12 .prefix_3 {
        padding-left: 240px;
    }

    .container_12 .prefix_4 {
        padding-left: 320px;
    }

    .container_12 .prefix_5 {
        padding-left: 400px;
    }

    .container_12 .prefix_6 {
        padding-left: 480px;
    }

    .container_12 .prefix_7 {
        padding-left: 560px;
    }

    .container_12 .prefix_8 {
        padding-left: 640px;
    }

    .container_12 .prefix_9 {
        padding-left: 720px;
    }

    .container_12 .prefix_10 {
        padding-left: 800px;
    }

    .container_12 .prefix_11 {
        padding-left: 880px;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1 {
        padding-right: 80px;
    }

    .container_12 .suffix_2 {
        padding-right: 160px;
    }

    .container_12 .suffix_3 {
        padding-right: 240px;
    }

    .container_12 .suffix_4 {
        padding-right: 320px;
    }

    .container_12 .suffix_5 {
        padding-right: 400px;
    }

    .container_12 .suffix_6 {
        padding-right: 480px;
    }

    .container_12 .suffix_7 {
        padding-right: 560px;
    }

    .container_12 .suffix_8 {
        padding-right: 640px;
    }

    .container_12 .suffix_9 {
        padding-right: 720px;
    }

    .container_12 .suffix_10 {
        padding-right: 800px;
    }

    .container_12 .suffix_11 {
        padding-right: 880px;
    }
}

/*******************************************************
 * Tablat Protrat 768px and iPhone X Landscape - 812px *
 *******************************************************/

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container_12 {
        width: 768px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .container_12 .alpha {
        margin-left: 0;
    }

    .container_12 .omega {
        margin-right: 0;
    }

    .container_12 .grid_1 {
        width: 44px;
    }

    .container_12 .grid_2 {
        width: 108px;
    }

    .container_12 .grid_3 {
        width: 167px;
    }

    .container_12 .grid_4 {
        width: 229px;
    }

    .container_12 .grid_5 {
        width: 300px;
    }

    .container_12 .grid_6 {
        width: 364px;
    }

    .container_12 .grid_7 {
        width: 428px;
    }

    .container_12 .grid_8 {
        width: 492px;
    }

    .container_12 .grid_9 {
        width: 556px;
    }

    .container_12 .grid_10 {
        width: 620px;
    }

    .container_12 .grid_11 {
        width: 684px;
    }

    .container_12 .grid_12 {
        width: 748px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1 {
        padding-left: 64px;
    }

    .container_12 .prefix_2 {
        padding-left: 128px;
    }

    .container_12 .prefix_3 {
        padding-left: 192px;
    }

    .container_12 .prefix_4 {
        padding-left: 256px;
    }

    .container_12 .prefix_5 {
        padding-left: 320px;
    }

    .container_12 .prefix_6 {
        padding-left: 384px;
    }

    .container_12 .prefix_7 {
        padding-left: 448px;
    }

    .container_12 .prefix_8 {
        padding-left: 512px;
    }

    .container_12 .prefix_9 {
        padding-left: 576px;
    }

    .container_12 .prefix_10 {
        padding-left: 640px;
    }

    .container_12 .prefix_11 {
        padding-left: 768px;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1 {
        padding-right: 64px;
    }

    .container_12 .suffix_2 {
        padding-right: 128px;
    }

    .container_12 .suffix_3 {
        padding-right: 192px;
    }

    .container_12 .suffix_4 {
        padding-right: 256px;
    }

    .container_12 .suffix_5 {
        padding-right: 320px;
    }

    .container_12 .suffix_6 {
        padding-right: 384px;
    }

    .container_12 .suffix_7 {
        padding-right: 448px;
    }

    .container_12 .suffix_8 {
        padding-right: 512px;
    }

    .container_12 .suffix_9 {
        padding-right: 576px;
    }

    .container_12 .suffix_10 {
        padding-right: 640px;
    }

    .container_12 .suffix_11 {
        padding-right: 768px;
    }
}

/****************************************************
 * ================================================ *
 * | Mobile Protrait and Landscape media quieries | *
 * ================================================ *
 ****************************************************/

/***************************************
 * iPhone 6/7/8 plus Landscape - 736px *
 ***************************************/

@media only screen and (min-width: 736px) and (max-width: 767px) {
    .container_12 {
        width: 736px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 736px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/**********************************
 * iPhone 6/7/8 Landscape - 667px *
 **********************************/

@media only screen and (min-width: 667px) and (max-width: 735px) {
    .container_12 {
        width: 667px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 667px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/******************************************
 * Samsung S4 & S5 Mini Landscape - 640px *
 ******************************************/

@media only screen and (min-width: 640px) and (max-width: 666px) {
    .container_12 {
        width: 640px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 640px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/******************************
 * iPhone 5 Landscape - 568px *
 ******************************/

@media only screen and (min-width: 568px) and (max-width: 639px) {
    .container_12 {
        width: 568px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 568px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/************************************
 * Samsung S3 Mini Lanscape - 533px *
 ************************************/

@media only screen and (min-width: 533px) and (max-width: 567px) {
    .container_12 {
        width: 533px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 533px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/*****************************
 * iPhone 4 Lanscape - 480px *
 *****************************/

@media only screen and (min-width: 480px) and (max-width: 532px) {
    .container_12 {
        width: 480px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 480px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/**************************************
 * iPhone 6/7/8 plus Protrait - 414px *
 **************************************/

@media only screen and (min-width: 414px) and (max-width: 479px) {
    .container_12 {
        width: 414px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 414px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/********************************************
 * iPhone 6/7/8 & iPhone X protrait - 375px *
 ********************************************/

@media only screen and (min-width: 375px) and (max-width: 413px) {
    .container_12 {
        width: 375px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 375px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/*****************************************
 * Samsung S4 & S5 Mini Protrait - 360px *
 *****************************************/

@media only screen and (min-width: 360px) and (max-width: 374px) {
    .container_12 {
        width: 360px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 360px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/*************************************************
 * iPhone 4/5 & Samsung S3 Mini Protrait - 320px *
 *************************************************/

@media only screen and (max-width: 359px) {
    .container_12 {
        width: 320px;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 320px;
    }
    /* Prefix Extra Space >> 12 Columns */
    .container_12 .prefix_1,
    .container_12 .prefix_2,
    .container_12 .prefix_3,
    .container_12 .prefix_4,
    .container_12 .prefix_5,
    .container_12 .prefix_6,
    .container_12 .prefix_7,
    .container_12 .prefix_8,
    .container_12 .prefix_9,
    .container_12 .prefix_10,
    .container_12 .prefix_11 {
        padding-left: 0;
    }
    /* Suffix Extra Space >> 12 Columns */
    .container_12 .suffix_1,
    .container_12 .suffix_2,
    .container_12 .suffix_3,
    .container_12 .suffix_4,
    .container_12 .suffix_5,
    .container_12 .suffix_6,
    .container_12 .suffix_7,
    .container_12 .suffix_8,
    .container_12 .suffix_9,
    .container_12 .suffix_10,
    .container_12 .suffix_11 {
        padding-right: 0;
    }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container_12:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.align-center {
    text-align: center;
}

/***********************
 * Header specific css *
 ***********************/

header {
    background-color: #fff;
    margin-top: 10px;
    /*border-top: 1px solid rgba(34,36,38,.15);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);*/
    z-index: 1000;
    position: relative;
}

header .esense-title {
    height:40px;
    float: left;
}

header .menu-button {
    height: 25px;
    float: right;
}

header .container_12 {
    background-color: transparent;
}

.header-container {
    position: relative;
    /*border-left: 1px solid rgba(34,36,38,.1);
    border-right: 1px solid rgba(34,36,38,.1);*/
}

header h1 {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
}

header h1 a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 10px;
    width: 450px;
}

/***********************
 * Footer specific css *
 ***********************/

footer {
    display: block;
    padding: 10px 0;
    color: #000;
    /*box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.3);*/
    text-align: center;
    position: static;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}

footer span,
footer a img,
footer a {
    vertical-align: middle;
}

footer span {
    /*color: #005669;*/
    color: #1b365d;
    font-weight: bold;
}

footer a img {
    height: 35px;
}

.logout-container {
}

.logout-button {
    display: inline-block;
    padding: 0px 15px;
    background-color: #87bc27;
    background-color: #005569;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
}

.test-database {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: red;
    border-radius: 100%;
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 767px) {
}

/*************************************************************
 * iPhone 6/7/8 plus Protrait - Screen widths 414px to 479px *
 *************************************************************/

@media only screen and (max-width: 479px) {

    header h1 a {
        width: 404px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
        margin-bottom: 10px;
    }
}


/*******************************************************************
 * iPhone 6/7/8 & iPhone X protrait - Screen widths 375px to 413px *
 *******************************************************************/

@media only screen and (max-width: 413px) {

    header h1 a {
        width: 365px;
    }
}

/****************************************************************
 * Samsung S4 & S5 Mini Protrait - Screen widths 360px to 374px *
 ****************************************************************/

@media only screen and (max-width: 374px) {

    header h1 a {
        width: 350px;
    }
}

/************************************************************************
 * iPhone 4/5 & Samsung S3 Mini Protrait - Screen widths 320px to 359px *
 ************************************************************************/

@media only screen and (max-width: 359px) {

    header h1 a {
        width: 310px;
    }

}

/*************************************
 * Button colours & styling for all! * 
 *************************************/

.button-bg.green {
    background: #7fbf4d;
    background: linear-gradient(#7fbf4d, #63a62f);
    border-color: #74941f;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    color: #fff;
    text-shadow: 0 1px 0 #53961e;
}

.button-bg.large {
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    padding: 12px 15px;
}

.button-bg {
    margin: 3px;
    border: 1px solid #dedede;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/1em HelveticaNeue,Arial,sans-serif;
    outline: none;
    padding: 8px 11px;
    text-decoration: none;
}

.button-bg.green:hover,
.button-bg.green:focus {
    background: #76b347;
    background: linear-gradient(#86c755, #5ea12a);
    border-color: #53961e;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
}

.button-bg.green:active {
    background: linear-gradient(#74941f, #74941f);
    background-color: #74941f;
    border-color: #74941f;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
}

.re-try {
    margin: 3px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    display: inline-block;
    padding: 2px 10px 2px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}

.g-button {
    display: inline-block;
    font-size: 12px;
    outline: none;
    padding: 5px 12px;
    text-decoration: none;
    line-height: 14px;
    cursor: pointer;
}

.g-button.green {
    background-color: #93e416;
    border-color: #74941f;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #000;
}

.g-button.green:hover,
.g-button.green:active {
    text-decoration: none;
    background: linear-gradient(#93e416,#85cc18);
}

.g-button.dark-green {
    background-color: #3C9300;
    border-color: #74941f;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.dark-green:hover,
.g-button.dark-green:active {
    text-decoration: none;
    background: linear-gradient(#548a00,#93e416);
    border: 1px solid #2D6200;
}

.g-button.gray {
    background: #999;
    border-color: #8c8c8c;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.g-button.gray:hover,
.g-button.gray:active {
    text-decoration: none;
    background: linear-gradient(#999,#7f7f7f);
    border: 1px solid #646464;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.silver {
    border-color: #c2c2c2;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-weight: bold;
    background-color: #f7f4f4;
}

.g-button.silver:hover,
.g-button.silver:active {
    background: #e8e8e8;
    text-decoration: none;
    background: linear-gradient(#f2f2f2,#dfdfdf);
    border: 1px solid #ccc;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.05);
}

.g-button.essential {
    background-color: #005569;
    border-color: #00437f;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.essential:hover,
.g-button.essential:active {
    text-decoration: none;
    background: linear-gradient(#4D90FE, #00437f);
    border: 1px solid #2F5BB7;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.control {
    background-color: #87BC27;
    border-color: #87BC27;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.control:hover,
.g-button.control:active {
    text-decoration: none;
    background: linear-gradient(#87BC27, ##87BC27);
    border: 1px solid #87BC27;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.black {
    background: #424242;
    border-color: #000;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.black:hover,
.g-button.black:active {
    text-decoration: none;
    background: linear-gradient(#424242,#333);
    border: 1px solid #000;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.magenta {
    background: #a9014b;
    border-color: #a9014b;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.magenta:hover,
.g-button.magenta:active {
    text-decoration: none;
    background: linear-gradient(#630030,#630030);
    border: 1px solid #630030;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.teal {
    background: #2daebf;
    border-color: #2daebf;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.teal:hover,
.g-button.teal:active {
    text-decoration: none;
    background: linear-gradient(#007d9a,#007d9a);
    border: 1px solid #007d9a;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.purple {
    background: #6666cc;
    border-color: #6666cc;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.purple:hover,
.g-button.purple:active {
    text-decoration: none;
    background: linear-gradient(#5B48AA,#5B48AA);
    border: 1px solid #5B48AA;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.blue {
    background: #0066CC;
    border-color: #0066CC;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.blue:hover,
.g-button.blue:active {
    text-decoration: none;
    background: linear-gradient(#004B97,#004B97);
    border: 1px solid #004B97;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.yellow {
    background: #FFCC33;
    border-color: #FFCC33;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #000;
}

.g-button.yellow:hover,
.g-button.yellow:active {
    text-decoration: none;
    background: linear-gradient(#FBBC00,#FBBC00);
    border: 1px solid #FBBC00;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.orange {
    background: #ff5c00;
    border-color: #a93d00;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.orange:hover,
.g-button.orange:active {
    text-decoration: none;
    background: linear-gradient(#d45500,#d45500);
    border: 1px solid #d45500;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.red {
    background: #CC3300;
    border-color: #CC3300;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.red:hover,
.g-button.red:active {
    text-decoration: none;
    background: linear-gradient(#872300,#872300);
    border: 1px solid #872300;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.mustard {
    background: #90802f;
    border-color: #90802f;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.mustard:hover,
.g-button.mustard:active {
    text-decoration: none;
    background: linear-gradient(#5d5530,#5d5530);
    border: 1px solid #5d5530;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.g-button.turquoise {
    background: #009999;
    border-color: #009999;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.g-button.turquoise:hover,
.g-button.turquoise:active {
    text-decoration: none;
    background: linear-gradient(#0c6b6b,#0c6b6b);
    border: 1px solid #0c6b6b;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}

.btt-button {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 5px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.btt-arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(-135deg);
}

.btt-button,
.btt-arrow {
    border-color: #b7b7b7;
}

.led {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: inset -6px -6px 11px 0px rgba(0, 0, 0, 0.3), inset 3px 3px 18px 11px rgba(255, 255, 255, 0.3);
    position: relative;
    background: #cccccc;
    font-weight: bold;
    font-size: 16px;
}

.red {
    background: #ff4949;
}

.amber {
    background: #ffc107;
}


.green {
    background: #00ea00;
}

.grey {
    background: #8a8a8a;
}

.led-inner {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    opacity: 0.35;
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
}

.sensor {
    background-color: white;
    border-radius: 9px;
    border: 1px solid #9a9a9a;
    display: inline-block;
    width: 63px;
    height: 18px;
    background: linear-gradient(#fff 1%, #8a8a8a, #8a8a8a);
}

.sensor.active {
    background: linear-gradient(#fff 1%, #85cc18, #85cc18);
}

.ebutton {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    border-radius: 5px;
    padding: 3px 7px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    vertical-align: middle;
}

.ibutton {
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
    border-radius: 16px;
    padding: 5px 7px;
    text-align: center;
    width: 50px;
    display: inline-block;
    cursor: pointer;
}

.iblue {
    background-color: #52a8e8;
    background: linear-gradient(#52a8e8, #377ad0);
    border-bottom: 1px solid #20559a;
    border-left: 1px solid #2e69a3;
    border-right: 1px solid #2e69a3;
    border-top: 1px solid #4081af;
    box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    text-shadow: 0 -1px 1px #3275bc;
}

.iblue:hover {
    background-color: #3e9ee5;
    background-image: linear-gradient(#3e9ee5 0%, #206bcb 100%);
    border-bottom: 1px solid #07428f;
    border-left: 1px solid #165899;
    border-right: 1px solid #165899;
    border-top: 1px solid #2a73a6;
    box-shadow: inset 0 1px 0 0 #62b1e9;
    text-shadow: 0 -1px 1px #1d62ab;
}

.iblue:active {
    background: #3282d3;
    border: 1px solid #154c8c;
    border-bottom: 1px solid #0e408e;
    box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #2361a4;
}

.ired {
    background-color: #e75b4e;
    background: linear-gradient(#e75b4e, #d35636);
    border-bottom: 1px solid #9b381e;
    border-left: 1px solid #a53d2c;
    border-right: 1px solid #a53d2c;
    border-top: 1px solid #b1453e;
    box-shadow: inset 0 1px 0 0 #ec7a71, 0 1px 2px 0 #b3b3b3;
    text-shadow: 0 -1px 1px #9b381e;
}

.ired:hover {
    background-color: #e04b3e;
    background: linear-gradient(#e04b3e 0%, #c74325 100%);
    border-bottom: 1px solid #932a16;
    border-left: 1px solid #9d2f20;
    border-right: 1px solid #a33525;
    border-top: 1px solid #a93630;
    box-shadow: inset 0 1px 0 0 #e56d62;
    text-shadow: 0 -1px 1px #8a3018;
}

.ired:active {
    background: #d23231;
    border: 1px solid #a93630;
    border-bottom: 1px solid #8e1c0e;
    box-shadow: inset 0 0 6px 3px #af241a, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #af241a;
}

.igreen {
    background-color: #9fce66;
    background: linear-gradient(#9fce66, #7db84e);
    border-bottom: 1px solid #578733;
    border-left: 1px solid #699140;
    border-radius: 16px;
    border-right: 1px solid #699140;
    border-top: 1px solid #7e9e51;
    box-shadow: inset 0 1px 0 0 #b5d884, 0 1px 2px 0 #b3b3b3;
    text-align: center;
    text-shadow: 0 -1px 1px #578733;
}

.igreen:hover {
    background-color: #94c558;
    background: linear-gradient(#94c558 0%, #6da940 100%);
    border-bottom: 1px solid #4a7b29;
    border-left: 1px solid #5b8634;
    border-right: 1px solid #5f8b38;
    border-top: 1px solid #719344;
    box-shadow: inset 0 1px 0 0 #abcf78;
    text-shadow: 0 -1px 1px #4a7b29;
}

.igreen:active {
    background: #97c63d;
    border: 1px solid #5e831e;
    border-bottom: 1px solid #4d7a15;
    box-shadow: inset 0 0 6px 3px #79b028, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #538417;
}

.igray {
    background-color: #a9a9a9;
    background: linear-gradient(#a9a9a9, #909090);
    border-bottom: 1px solid #656565;
    border-left: 1px solid #717171;
    border-radius: 16px;
    border-right: 1px solid #717171;
    border-top: 1px solid #828282;
    box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #b3b3b3;
    text-align: center;
    text-shadow: 0 -1px 1px #656565;
}

.igray:hover {
    background-color: #999999;
    background: linear-gradient(#999999 0%, #7f7f7f 100%);
    border-bottom: 1px solid #555555;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-top: 1px solid #717171;
    box-shadow: inset 0 1px 0 0 #aeaeae;
    text-shadow: 0 -1px 1px #555555;
}

.igray:active {
    background: #7a7a7a;
    border: 1px solid #4c4c4c;
    border-bottom: 1px solid #444444;
    box-shadow: inset 0 0 6px 3px #616161, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #444444;
}

.retry-button {
    color: #fff !important;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    padding: 4px 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.retry-red {
    background-color: #e75b4e;
    background: linear-gradient(#ff6759, #d35636);
    border-bottom: 1px solid #9b381e;
    border-left: 1px solid #a53d2c;
    border-right: 1px solid #a53d2c;
    border-top: 1px solid #b1453e;
    box-shadow: inset 0 1px 0 0 #ec7a71, 0 1px 2px 0 #b3b3b3;
    text-shadow: 0 -1px 1px #9b381e;
}

.retry-red:hover {
    background-color: #e04b3e;
    background: linear-gradient(#e04b3e 0%, #c74325 100%);
    border-bottom: 1px solid #932a16;
    border-left: 1px solid #9d2f20;
    border-right: 1px solid #a33525;
    border-top: 1px solid #a93630;
    box-shadow: inset 0 1px 0 0 #e56d62;
    text-shadow: 0 -1px 1px #8a3018;
}

.retry-red:active {
    background: #d23231;
    border: 1px solid #a93630;
    border-bottom: 1px solid #8e1c0e;
    box-shadow: inset 0 0 6px 3px #af241a, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #af241a;
}


@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 413px) {

    .g-button.pad {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 374px) {
}

/******************************************************
 * Defines the css for the modal popup error dialgoue *
 * used for displaying EUL server errors, internet    *
 * connections errors & IIS server errors etc         *
 ******************************************************/

#error-container {
    z-index: 9;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.error-container-popup {
    border-radius: 5px;
    border: 3px solid #fff;
    text-align: left;
    z-index: 9;
    position: absolute;
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-container-popup h2 {
    background-color: white;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0;
    text-align: center;
}


.error-container-popup .error-message-bg {
    background: #e90000;
    border-color: #700;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: block;
    font-size: 12px;
    outline: none;
    padding: 7px 12px;
    text-decoration: none;
}

.error-container-popup .error-message {
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.error-container-popup .error-message img,
.error-container-popup .error-message span {
    vertical-align: middle;
}

#error-message {
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    padding-left: 5px;
    width: 220px;
}

.error-container-popup .exception-message {
    font-size: 14px;
    text-align: left;
    word-break: break-word;
    margin-top: 5px;
    line-height: normal;
}

body {
    position: relative;
    background-color: #fff;
    color: #363947;
    font: 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#version {
    position: fixed;
    display: none;
    right: 5px;
    bottom: 5px;
    font-size: 9px;
    line-height: normal;
}

.eapp-header {
    text-align: center;
}

.eapp-header h1 {
    margin: 0 auto;
    width: 450px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: 'Trebuchet MS', 'TrebuchetMS', 'TrebuchetMS-Bold', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #005569;
    background-color: #e2e2e2;
    background-image: url(../Images/ZoneControl/zone-control-icon.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.loading {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 18px;
    z-index: 2;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}

.loading .text {
    display: none;
}

.loader {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #ff0000;
    border-bottom: 5px solid #ff0000;
    width: 40px;
    height: 40px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
}

.clock-container {
    float: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clock {
    color: #ff0000;
    background-color: #fff;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1.0rem;
}

.title {
    color: #525252;
    font-size: 12px;
}

.time {
    font-size: 14px;
    text-align: center;
    text-shadow: none;
    margin-top: 5px;
    color: #525252;
}

.time.load {
    color: red;
}

.section-body {
    margin-top: 15px;
}

.progress-message {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    z-index: 2;
    text-align: center;
    color: #005569;
    font-weight: bold;
    width: 300px;
}

.progress-spinner {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #85cc18;
    border-bottom: 5px solid #85cc18;
    border-left: 5px solid #005569;
    border-right: 5px solid #005569;
    width: 40px;
    height: 40px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
}

.fixed-progress-message-container {
    z-index: 9;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fixed-progress-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 2;
    text-align: center;
    width: 300px;
}

.fixed-progress-message span {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border: 2px outset silver;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px 0px #7a7a7a;
    color: #000;
    font-weight: bold;
}

.fixed-progress-spinner {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid orange;
    border-bottom: 5px solid orange;
    border-left: 5px solid black;
    border-right: 5px solid black;
    width: 30px;
    height: 30px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
}

.eapp-progress-message-container {
    position:relative;
    z-index: 9;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.eapp-progress-message-container.admin {
    position: absolute;
    margin-top: 290px;
}

.eapp-progress-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 2;
    text-align: center;
    width: 300px;
}

.eapp-progress-message.admin {
    top: 0;
}

.eapp-progress-message span {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 0px;
    border: 2px outset silver;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px 0px #7a7a7a;
    color: #000;
    font-weight: bold;
}

.eapp-progress-spinner {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #85cc18;
    border-bottom: 5px solid #85cc18;
    border-left: 5px solid #005569;
    border-right: 5px solid #005569;
    width: 40px;
    height: 40px;
    animation: turn 2s linear infinite;
    margin: 0 auto;
}

@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-body .content.light-grey {
    background-color: #f5f5f5;
    margin-top: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.section-body-header {
    text-align: center;
    background-color: #005669;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 50px;
    margin: 0 auto;
}

.essential-container {
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.disable-click {
    pointer-events: none;
}

.click-enabled {
    pointer-events: all;
    cursor: pointer;
}

.click-disabled {
    pointer-events: none;
    cursor: default;
}

.click-disabled-opacity-half {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.spinner-container {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    text-align: center;
}

.spinner-message {
    background-color: #005569;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    border: 2px solid #dddddd;
    border-style: ridge;
    font-size: 14px;
    display: inline-block;
    width: 250px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
}

.spinner-circle {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #85cc18;
    border-bottom: 5px solid #85cc18;
    border-left: 5px solid #005569;
    border-right: 5px solid #005569;
    width: 40px;
    height: 40px;
    animation: spinner-animation 1s linear infinite;
    margin: 0 auto;
    margin-top: 10px;
}

@keyframes spinner-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flash {
    animation: blink 2.0s linear infinite;
}

.blink {
    animation: blink 1.0s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.fade-flash {
    animation: fade-away 2s linear infinite;
}

@keyframes fade-away {
    50% {
        opacity: 0
    }
}

/***************************************
 * Validation Error popup dialogue box *
 ***************************************/

.error-dialogue-container {
    z-index: 9;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.error-dialogue {
    border-radius: 5px;
    border: 1px solid #808080;
    z-index: 9;
    background-color: #fff;
    position: absolute;
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-dialogue h2,
.error-dialogue-h2 {
    border-radius: 5px;
    font-size: 14px;
    padding-top: 5px;
    line-height: normal;
    color: #000;
    font-weight: bold;
}

.error-dialogue .background {
    background-color: #e90000;
    border: 1px solid #700;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    margin: 3px;
}

.error-dialogue .message {
    line-height: normal;
    font-size: 14px;
    margin-top: 5px;
    word-break: break-word;
}

.error-dialogue .ok {
    margin-top: 5px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    display: inline-block;
    padding: 2px 10px 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
}

.error-dialogue .buttons {
    padding: 10px;
}

.error-dialogue .button-spacer {
    width: 10px;
    display: inline-block;
}

.error-dialogue .retry,
.error-dialogue .cancel {
    display: inline-block;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    background-color: #fff;
    color: #000;
    width: 45px;
}

/************************* 
 * Fading circles Loader *
 *************************/

.sk-fading-circle-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:999;
}

.sk-fading-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.popup-box {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: left;
    width: auto;
    padding: 5px 10px;
    background-color: beige;
    border-radius: 0px;
    border: 1px solid #929292;
    box-shadow: 3px 3px 2px 0px rgba(86, 83, 83, 0.74);
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
    z-index: 10;
}

.tooltip-popup-container {
    z-index: 9;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tooltip-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    display: inline-block;
    background-color: #f5f5dc;
    text-align:center;
    border-radius: 0px;
    border: 2px outset silver;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px 0px #7a7a7a;
    color: #000;
    width: 290px;
    cursor: pointer;
}

.popup-fixed-container {
    z-index: 9;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-fixed-abs-container {
    border-radius: 5px;
    z-index: 9;
    background-color: #005569;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0);
    color: #fff
}

.popup-fixed-abs-container h2 {
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    line-height: normal;
}

.popup-fixed-abs-container .background {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    padding: 10px;
    margin: 3px;
}

.popup-fixed-abs-container .buttons {
    margin-top: 10px;
}

.popup-fixed-abs-container .yes-button,
.popup-fixed-abs-container .no-button {
    margin-top: 5px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px;
    font-weight: bold;
    line-height: normal;
    background-color: #005569;
    color: #fff;
    width: 50px;
    margin: 0 10px;
}

.popup-abbs-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.popup-abs h2 {
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    line-height: normal;
    text-align: center;
}

.popup-abs .background {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    padding: 10px;
    margin: 3px;
}

/**************************** 
 * Responsive Media Queries *
 ****************************/

.rwd-padding {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 959px) {
}

/**************************************************************
 * iPhone 6/7/8 plus Landscape - Screen widths 736px to 767px *
 **************************************************************/

@media only screen and (max-width: 767px) {

    .rwd-padding {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*********************************************************
 * iPhone 6/7/8 Landscape - Screen widths 667px to 735px *
 *********************************************************/

@media only screen and (max-width: 735px) {
}

/*****************************************************************
 * Samsung S4 & S5 Mini Landscape - Screen widths 640px to 666px *
 *****************************************************************/

@media only screen and (max-width: 666px) {
}

/*****************************************************
 * iPhone 5 Landscape - Screen widths 568px to 639px *
 *****************************************************/

@media only screen and (max-width: 639px) {
}

/***********************************************************
 * Samsung S3 Mini Lanscape - Screen widths 533px to 567px *
 ***********************************************************/

@media only screen and (max-width: 567px) {
}

/****************************************************
 * iPhone 4 Lanscape - Screen widths 480px to 532px *
 ****************************************************/

@media only screen and (max-width: 532px) {
}

/*************************************************************
 * iPhone 6/7/8 plus Protrait - Screen widths 414px to 479px *
 *************************************************************/

@media only screen and (max-width: 479px) {

    .eapp-header h1 {
        width: auto;
        font-size: 20px;
    }

    .essential-container {
        padding-top: 5px;
    }
}

/*******************************************************************
 * iPhone 6/7/8 & iPhone X protrait - Screen widths 375px to 413px *
 *******************************************************************/

@media only screen and (max-width: 413px) {

    .eapp-header h1 {
        width: 365px;
        font-size: 18px;
    }
}

/****************************************************************
 * Samsung S4 & S5 Mini Protrait - Screen widths 360px to 374px *
 ****************************************************************/

@media only screen and (max-width: 374px) {

    .eapp-header h1 {
        width: 350px;
    }
}

/************************************************************************
 * iPhone 4/5 & Samsung S3 Mini Protrait - Screen widths 320px to 359px *
 ************************************************************************/

@media only screen and (max-width: 359px) {

    .eapp-header h1 {
        width: 310px;
    }
}

