﻿/* ===============================================================
    Style "Overrides" for the End Customer Profile project
   =============================================================== */
.ui-widget { font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.ui-widget button { font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.jqx-widget-ui-sunny{font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.jqx-widget-content-ui-sunny{font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.jqx-grid-cell-selected-ui-sunny { background:#FCEAAB; font-style: italic; }

html,body {
    margin: 0px;
    padding: 0px;
    color: #191246;
    font-family:  'Roboto', Arial, Helvetica, sans-serif;  /*"Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size: 1.0em;
    background-color: #EFEFEF;
    height: 100%;
    width: 100%;
}

.page {
    display: table; 
    table-layout: fixed;
    width: 98%; 
    height: 99%;
    padding-left:5px; 
    padding-top: 5px;
}

#mainHeader {
    width: 99%; 
    height: 37px; 
    padding-bottom: 3px;
}

.main { 
    display: table-row; 
    height: 100%;
    width: 99%;
}

.main-body {
    display: table-cell;
    padding-left: 5px;
}

.footer {
    color: #4e5766;
    padding: 4px 0px 4px 0px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    font-size: xx-small;
    width: 100%; 
    height: 12px;
}

/*@media only screen and (height: 1280px) { .main { height: 1215px; } }
@media only screen and (max-height: 631px) { .main { height: 566px; } }*/

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}
.mcs-corner-all {
    border-bottom-right-radius: 4px; 
    border-bottom-left-radius: 4px; 
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
}

.mcs-icon {
    border: 1px solid #d19405;
    font-weight: bold;
    color: #4c3000;
    width: 16px;
    height: 16px;
    background-image: url("ui-Sunny/images/ui-icons_3d3d3d_256x240.png");
    background-color: #fece2f;
    background-position: 16px 16px;
}

.mcs-icon-only {
    width: 16px;
    height:16px;
    color: transparent;
    font-size: 11pt;
    background-image: url("ui-Sunny/images/ui-icons_3d3d3d_256x240.png");
    background-position: 16px 16px;
}

.mcs-icon-check { background-position: -64px -144px; }
.mcs-icon-flag { background-position: -16px -112px; }

/*
.zoomed-element {
    zoom: 1.8;
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
}
*/

/* =====================================
    Tablet Portrate 800 w x 1151 h
   ==================================== 
@media screen and (max-width: 800px) {
    body {
        margin: 0px;
        padding: 5px 5px 0px 5px;
        color: #191246;
        font-family: 'Roboto', sans-serif;
        font-size: 1.0em;
        background-color: #EFEFEF;

    }

}
*/
/* =====================================
    Tablet Landscape 1280 w x 671 h
   ==================================== 
@media screen and (max-width: 1280px) {
    body {
        margin: 0px;
        padding: 5px 5px 0px 5px;
        color: #191246;
        font-family: 'Roboto', sans-serif;
        font-size: 1.0em;
        background-color: #EFEFEF;

    }

}
*/
/* =====================================
    Phone Portrate 320 w x 473 h
   ==================================== */
@media screen and (max-width: 320px) {
    body {
        font-size: 0.75em;
     }
}





/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }



