html{
height: 100%;
}

body{
    font-family: "Clan FF", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;

    height: 100%;
}

.myContainer{
    background-color: #DFF2FE;
    margin: 0% 0%;
    float: left;
    height: 100%;
}


/* ************* HEADER ************* */
header
{
    position: relative;
    height: 30%;
    margin: 0 5%;
    padding: 0;
    background-color: #00aaff;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#loader
{
    height : 100%;
    width : 100%;
    background: url(../images/loader.gif) 50% 50% no-repeat;
    background-color: #FFF;
    position: absolute;
}

#storeSelector
{
    position: absolute;
    /* right:  180px; 
    top: 30px;  */
}

.select {
    position: absolute;
    display: inline-block;
    /* right:  180px;  */
    /* margin-bottom: 100px; */
    /* width: 27%; */
}    

.select select {
        font-family: 'Arial';
        /* display: inline-block; */
        width: 100%;
        cursor: pointer;
        padding: 10px 20px;
        outline: 0;
        border: 1px solid #000000;
        border-radius: 5px;
        background: #ffffff;
        color: #00415B;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #ffffff;
            background: #00415B;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 23px;
    width: 6px;
    height: 6px;
    border: solid #7b7b7b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}



#headerText
{
    position: relative;
    top: 5%;
    left: 0;
}

header h3 {
    color: white;
    font-size: 16px;
    position: relative;
    top: 5px;
    left: 3%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#topBar {
    position: relative;
    top: 15px;
    left: 3%;
}

#botBar {
    position: relative;
    top: 0;
    left: 3%;
}

/* ************* INTERFACE ************* */
va-interface
{
     height: 90%;
     width: 100%
}

 /* ************* SOCIO DEMO ************* */
 #svg{
    background-color: #DFF2FE;
 }

 va-app
 {
   height: 95%;
 }

 #save-to-pdf{
    position: absolute;
    top: 90%;
    left: 1%;
    background-image: url(../images/pdf-icon-10.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor : pointer;
 }

/* ************* WIDGET ************* */
.widget{
    border: 1px solid #c3e1f3;
    height: 100px;
}
 

