﻿@import url(Normalize.css);
@import url(DataTables.JqueryUI.css);
@import url(Perfect-ScrollBar.css);
@import url('../Script/Shadowbox/shadowbox.css');

html, body {
    height: 100% !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: 'Trebuchet MS', 'Helvetica', 'Arial' !important;
    font-size: 14px;
    background-color: rgb(129, 129, 129) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 238, 242)), to(rgb(129, 129, 129))) !important;
    background-image: -webkit-linear-gradient(top, rgb(235, 238, 242), rgb(129, 129, 129)) !important;
    background-image: -moz-linear-gradient(top, rgb(235, 238, 242), rgb(129, 129, 129)) !important;
    background-image: -ms-linear-gradient(top, rgb(235, 238, 242), rgb(129, 129, 129)) !important;
    background-image: -o-linear-gradient(top, rgb(235, 238, 242), rgb(129, 129, 129)) !important;
    background-image: linear-gradient(top, rgb(235, 238, 242), rgb(129, 129, 129)) !important;
}

#FrmLogin {
    background-color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(238, 238, 238)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
    background-image: linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
    padding: 2em 1em 1em 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 rgb(255, 255, 255), 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 rgb(255, 255, 255), 0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 rgb(255, 255, 255), 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 rgb(255, 255, 255), 0 7px 0 rgba(0, 0, 0, .2);
}

    #FrmLogin:before {
        content: '';
        position: absolute;
        z-index: -1;
        border: 1px dashed rgb(204, 204, 204);
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        -moz-box-shadow: 0 0 0 1px rgb(255, 255, 255);
        -webkit-box-shadow: 0 0 0 1px rgb(255, 255, 255);
        box-shadow: 0 0 0 1px rgb(255, 255, 255);
    }

h1 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

    h1:after,
    h1:before {
        background-color: rgb(119, 119, 119);
        content: "";
        height: 1px;
        position: absolute;
        top: 65px;
        width: 340px;
    }

    h1:after {
        right: 0;
    }

    h1:before {
        background-image: linear-gradient(right, rgb(119, 119, 119), rgb(255, 255, 255));
        left: 0;
    }

.title {
    font-weight: bold;
}

fieldset {
    border: 0;
}

#FrmLogin input[type=text], input[type=password] {
    background: rgb(241, 241, 241) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABkCAYAAACPQLC2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhtJREFUeNrsV1FuwjAMbRECBAIqxD+7ARyhOwE9QvfDd28wbrB+8wNHaG9QblBuAP9IzeADAYLOntwqZQlk6z6mKZEMkRO/2o7T+plpmhplRsUoOTSABtAA/wagij+z2ayg7Pf7XfgLQGxSRSDOdrt95/dNJhOxB9frNQCxQQwSnAdSD24HvOZsgdpWzgG+J0ViWdZAFSASAESMsY0qgIMGWQ4I0FHOwW63w2w/t9vtwX6/3yjVQbPZ7IK8tVqtFCSBeW6Mc9ThGu6RheCDeBSvBfMptzZFHX2EPACZFwAajcYYYnW5c0dxQT9EkayN8xwAsisJMb4TPtqEGYDzg2vg5B6gW6UuU5kvdOVO5T2SiAfAyluAMAVDRns/c2DqBkMDaAANoAE0gAbQAH+PsdyyFQFz8amls0jNSOcjg6nKjHu93gDav5gzzEbWBjuwx5aGQI2UxTdYMBZoCPMYZATiCT0AZjIU0Z4kSV5o3SBS5slIly1q8TqdzpDWnayrl5EuS9L+xUBCGL8uA4junByfVCYDcBXLIPiSA2QjCEAxxg9a3mnBA2Ahc2QjHN21JU9em6bpHA6HTQ5Qr9fnnOuZ8ZrOHgtqlCXyeDyGBb5Qq9VExp+s5HQ6rWgeCu8CjFeB2wxc9M/n8+rhZeIqLn8yxgfGS6XbSAWx5t2+XC5L5fcBHckTHYsH4YTfeR9oxqIBNIAG+DWADwEGAAgZ5RSSVu1LAAAAAElFTkSuQmCC') no-repeat;
    padding: 10px 10px 10px 30px;
    margin: 0 0 10px 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
}

#tbxUserAlias {
    background-position: 8px -8px !important;
}

#tbxUserPassword {
    background-position: 8px -58px !important;
}

textarea:Focus, input[type=text]:Focus, input[type=password]:Focus {
    background-color: rgb(255, 255, 255);
    border-color: rgb(232, 194, 145);
    outline: none;
    -moz-box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
    -webkit-box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
    box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
}

input[type=checkbox] {
    background-color: rgb(255, 185, 75);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 219, 111)), to(rgb(255, 185, 75)));
    background-image: -webkit-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -moz-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -ms-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -o-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 158, 49) rgb(227, 160, 55) rgb(213, 152, 45) rgb(227, 160, 55);
    float: left;
    height: 16px;
    padding: 0;
    width: 16px;
    cursor: pointer;
    margin-left: 50%;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    color: rgb(143, 90, 10);
}

input[type=submit] {
    background-color: rgb(255, 185, 75);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 219, 111)), to(rgb(255, 185, 75)));
    background-image: -webkit-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -moz-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -ms-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: -o-linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    background-image: linear-gradient(top, rgb(253, 219, 111), rgb(255, 185, 75));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 158, 49) rgb(227, 160, 55) rgb(213, 152, 45) rgb(227, 160, 55);
    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    margin-right: 0.5em;
    color: rgb(143, 90, 10);
}

    input[type=submit]:disabled {
        background-color: rgba(255, 255, 255, 0.3);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255, 255, 255, 0.3)));
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.3));
        background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.3));
        background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.3));
        background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.3));
        background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.3));
        border-color: rgba(255, 255, 255, 0.3);
        color: rgba(119, 119, 119, 0.9);
    }

    input[type=submit]:Hover:enabled, input[type=submit]:Focus:enabled {
        background-color: rgb(253, 219, 111);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 185, 75)), to(rgb(253, 219, 111)));
        background-image: -webkit-linear-gradient(top, rgb(255, 185, 75), rgb(253, 219, 111));
        background-image: -moz-linear-gradient(top, rgb(255, 185, 75), rgb(253, 219, 111));
        background-image: -ms-linear-gradient(top, rgb(255, 185, 75), rgb(253, 219, 111));
        background-image: -o-linear-gradient(top, rgb(255, 185, 75), rgb(253, 219, 111));
        background-image: linear-gradient(top, rgb(255, 185, 75), rgb(253, 219, 111));
    }

    input[type=submit]:active {
        outline: none;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    input[type=submit]::-moz-focus-inner {
        border: none;
    }

input[type=image] {
    width: 16px;
    height: 16px;
}

#Header {
    content: ' ';
    position: fixed;
    height: 35px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 2px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    font-weight: 400;
    font-size: 11px;
    margin: 0;
    z-index: 901;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

#MainHeader {
    top: 1.5em;
    color: rgb(0, 91, 187);
    width: 97%;
    border-bottom: 0.1em solid rgb(213, 43, 30);
    font-size: 2em;
    text-wrap: avoid;
    text-decoration: none;
    margin-left: 0.3em;
    position: fixed;
}

#MainContainer {
    height: 100%;
}

#FormContent {
    margin-top: 6em;
    margin-left: 0.5em;
    margin-bottom: 3em;
    padding: 1.1em 0.5em 1.1em 0.5em;
    position: fixed;
    overflow: hidden;
    border: 1px solid rgb(0, 91, 187);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ShadowContent {
    position: relative;
    overflow: hidden !important;
    border: 1px solid rgb(0, 91, 187);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 0.5em;
    margin-top: 0.5em;
    margin-left: 0.6em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.6em;
}

.IconHeader {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    height: 16px;
    padding: 0;
    width: 16px;
    margin-top: 0.1em;
    /*margin-left: 0.5em;*/
    cursor: pointer;
    zoom: 1.5;
}

#divMenu {
    position: absolute;
    width: 17em;
    left: 0.1em;
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: rgb(255,255,255);
    border: 2px solid rgb(0, 91, 187);
    cursor: pointer;
    -moz-box-shadow: 1px 1px 1px 2px rgb(166,168,168);
    -moz-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 2px rgb(166,168,168);
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 1px 2px rgb(166,168,168);
    border-radius: 6px;
    margin: 0.9em auto 1em;
    padding: 0 1em 0 1em;
    display: none;
    z-index: 999;
}

#acMenu {
    width: 100%;
    margin-top: -0.9em;
}

#pnlMenu {
    height: 100%;
    margin-left: -1em;
    margin-right: -1em;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.accordionHeader {
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    color: rgb(0,95,163);
    border-bottom-width: thin;
    border-bottom-color: Gray;
    border-bottom-style: solid;
    margin-bottom: 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 2px;
}

.accordionHeaderSelected {
    background-color: rgb(226,226,226);
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    color: rgb(0,95,163);
    border-bottom-width: thin;
    border-bottom-color: Gray;
    border-bottom-style: solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 2px;
}

.accordionContent {
    color: rgb(0,95,163);
    margin: 0 0 0 -15px;
}

.MenuPadre:link {
    text-decoration: none;
    color: rgb(0,95,163);
}

.MenuPadre:active {
    text-decoration: none;
    color: rgb(0,95,163);
}

.MenuPadre:visited {
    text-decoration: none;
    color: rgb(0,95,163);
}

.MenuPadre:hover {
    text-decoration: none;
    color: rgb(0,95,163);
}

.MenuItem {
    cursor: pointer;
    color: rgb(0,95,163);
    margin-bottom: 5px;
}

.Link {
    color: rgb(0,95,163);
    text-decoration: none;
}

@media screen and (min-height: 1000px){
    #FormContent {
        height: 84%;
        width: 96%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 14em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 851px) and (max-height: 980px) and (orientation:landscape) {
        #FormContent {
        height: 82.7%;
        width: 97%;
    }
        #FormButtons{
            bottom: 3.3em !important;
        }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 18em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 851px) and (max-height: 980px) and (orientation:portrait) {
    #FormContent {
        height: 80%;
        width: 95%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 20em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 700px) and (max-height: 850px) and (orientation:portrait) {
    #FormContent {
        height: 80%;
        width: 95%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 20em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 700px) and (max-height: 850px) and (orientation:landscape) {
    #FormContent {
        height: 79.9%;
        width: 97%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 18em;
        }

        #FormContent textarea {
            height: 6em;
        }

        #FormButtons{
			margin-bottom: -1% !important;
			width: 97.2% !important;
        }
}

@media screen and (min-height: 641px) and (max-height: 700px) {
    #FormContent {
        height: 73%;
        width: 96%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 16em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 510px) and (max-height: 640px) {
    #FormContent {
        height: 75%;
        width: 96%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 16em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 410px) and (max-height: 500px) {
    #FormContent {
        height: 66%;
        width: 92%;
        margin-left: 0.4em;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 16em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

@media screen and (min-height: 300px) and (max-height: 400px) {
    #FormContent {
        height: 55%;
        width: 94%;
    }

        #FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
            width: 16em;
        }

        #FormContent textarea {
            height: 6em;
        }
}

#ShadowContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search], #FormContent select {
    width: 14em;
}

#ShadowContent textarea {
    height: 6em;
}

#ShadowContent textarea, #ShadowContent input[type=text], #ShadowContent input[type=password], #ShadowContent input[type=email], #ShadowContent input[type=search] {
    background: rgb(241, 241, 241) no-repeat;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 10px 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    resize: none;
}

#FormContent textarea, #FormContent input[type=text], #FormContent input[type=password], #FormContent input[type=email], #FormContent input[type=search] {
    background: rgb(241, 241, 241) no-repeat;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 10px 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    resize: none;
}

#ShadowContent textarea:Focus, #ShadowContent input[type=text]:focus, #ShadowContent input[type=password]:focus, #ShadowContent input[type=email]:focus, #ShadowContent input[type=search]:focus {
    background: rgb(255, 255, 255) no-repeat;
    border-color: rgb(232, 194, 145);
    outline: none;
    box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
    resize: none;
}

#FormContent textarea:Focus, #FormContent input[type=text]:focus, #FormContent input[type=password]:focus, #FormContent input[type=email]:focus, #FormContent input[type=search]:focus {
    background: rgb(255, 255, 255) no-repeat;
    border-color: rgb(232, 194, 145);
    outline: none;
    box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
    resize: none;
}

#ShadowContent select {
    background: rgb(241, 241, 241) no-repeat 90% center;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 10px 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    white-space: nowrap;
}

#FormContent select {
    background: rgb(241, 241, 241) no-repeat 90% center;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 10px 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(204, 204, 204) inset, 0 1px 0 rgb(255, 255, 255);
    white-space: nowrap;
}

#FormContent select option {
    position: absolute;
    width: 100%;
    background: rgb(241, 241, 241);
}

#FormContent select:focus {
    background: rgb(255, 255, 255) no-repeat;
    border-color: rgb(232, 194, 145);
    outline: none;
    box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
}

#ShadowContent select option {
    position: absolute;
    width: 100%;
    background: rgb(241, 241, 241);
}

#ShadowContent select:focus {
    background: rgb(255, 255, 255) no-repeat;
    border-color: rgb(232, 194, 145);
    outline: none;
    box-shadow: 0 0 0 1px rgb(232, 194, 145) inset;
}

#FormFields {
    width: 99.5%;
    padding-left: 1em;
    color: rgb(0, 91, 187);
}

#display {
    width: 100%;
}

.FieldsContent {
    width: 100%;
    padding-top: 1em;
    margin-left: -0.8em;
    margin-right: -0.8em;
}

.CategoryContainer {
    position: relative;
    width: 96%;
    height: 94%;
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: rgb(255,255,255);
    border: 2px solid rgb(0, 91, 187);
    cursor: pointer;
    -moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 1.2em;
    display: table;
    margin-bottom: 40px;
    margin-top: -5px;
    z-index: 9;
}

.QueryContainer {
    position: relative;
    width: 97.5%;
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: rgb(255,255,255);
    border: 2px solid rgb(0, 91, 187);
    cursor: pointer;
    -moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 1.2em;
    display: table;
    margin-bottom: 40px;
    z-index: 9;
}

.ShadowContainer {
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: rgb(255,255,255);
    border: 2px solid rgb(0, 91, 187);
    cursor: pointer;
    -moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 9;
    margin-left: 0.5em;
    margin-right: 1.5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 0.8em;
}

.ltIndicatorDetails {
    font-size: 20px;
}

.CategoryInfo {
    position: absolute;
    top: 2em;
    width: 100%;
    height: 100px;
    -moz-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: rgb(128,128,128);
    margin-left: -1.15em;
}

.ltIndicatorTitles {
    width: 50%;
    padding-left: 1em;
    font-size: 18px;
    font-weight: bold;
}

.IconGrid {
    background-color: rgb(255, 185, 75);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 158, 49) rgb(227, 160, 55) rgb(213, 152, 45) rgb(227, 160, 55);
    height: 16px;
    padding: 0;
    width: 16px;
    margin-left: 50%;
    cursor: pointer;
    zoom: 1.1;
    color: rgb(143, 90, 10);
}

.IconFormDetails {
    float: left;
}

.DataList {
    width: 90%;
    margin-left: -12em;
    white-space: nowrap;
}

.DataListItem {
    width: 300px;
    padding-bottom: 0.3em;
    white-space: nowrap;
}

.FormDetails {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 21px;
}

#FormButtons {
    position: fixed;
    height: 45px;
    vertical-align: middle;
    margin-left: -0.6%;
    width: 96.5%;
    padding-left: 1em;
    margin-bottom: -0.5%;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 9;
    bottom: 3.7em;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

#ShadowFormButtons {
    position: fixed;
    height: 45px;
    vertical-align: middle;
    width: 98.2%;
    margin-bottom: -6px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 9;
    bottom: 1em;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

#Footer {
    content: ' ';
    position: fixed;
    height: 30px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 2px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    z-index: 99;
    font-weight: 400;
    font-size: 11px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    margin: 0;
}

.ltUserName {
    text-decoration: none;
    position: fixed;
    bottom: 5px;
    left: 10px;
    font-size: 1.2em;
    color: rgb(255, 255, 255);
}


.CompanyLogo {
    text-decoration: none;
    position: fixed;
    top: 1.5px;
    right: 10px;
}

.Copy {
    text-decoration: none;
    position: fixed;
    bottom: 5px;
    right: 10px;
    font-size: 1.2em;
    color: rgb(255, 255, 255);
}

.ModalContent {
    margin-right: 15px;
    margin-left: 15px;
    overflow-y: hidden;
    height: 88%;
    width: 97.6%;
}

.ValidatorMessaging {
    width: 99%;
    margin: 5px 5px 5px 5px;
}

.ValidationSummary {
    border: 0;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 5px 0 -20px;
}

.ValidationAlert {
    color: rgb(213, 43, 30);
    font-size: 22px;
    vertical-align: super;
}

.AppBackground {
    background-color: rgb(128,128,128);
    -moz-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 0;
}

.ModalTitle {
    margin-bottom: 0;
    color: rgb(255,255,255);
    background-color: rgb(0, 91, 187);
    border: 1px outset rgb(86,150,178);
    font-size: 1.42em;
    font-weight: Bold;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 5px 10px;
    white-space: nowrap;
    z-index: 0;
}

    .ModalTitle table {
        width: 100%;
    }

        .ModalTitle table td {
            white-space: normal;
        }

.ModalBody {
    border: 8px solid rgb(82,82,82);
    opacity: 0.9;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    font-weight: bold;
    color: rgb(0, 91, 187);
    max-width: 540px;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.SubModalBody {
    border: 8px solid rgb(82,82,82);
    opacity: 0.9;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    font-weight: bold;
    color: rgb(0, 91, 187);
    max-width: 540px;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute !important;
    top: 2% !important;
}

.ModalShadowBody {
    border: 8px solid rgb(82,82,82);
    opacity: 0.9;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    font-weight: bold;
    color: rgb(0, 91, 187);
    max-width: 545px;
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ProgressBar {
    background-color: rgb(0, 91, 187);
    background-image: -moz-linear-gradient(45deg, rgb(0, 91, 187) 55%, rgb(0, 34, 61));
    background-image: -webkit-linear-gradient(45deg, rgb(0, 91, 187) 55%, rgb(0, 34, 61));
    border-left: 1px solid rgb(17, 17, 17);
    border-top: 1px solid rgb(17, 17, 17);
    border-right: 1px solid rgb(51, 51, 51);
    border-bottom: 1px solid rgb(51, 51, 51);
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
    -o-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
}

#block_1 {
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}

#block_2 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#block_3 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

#block_4 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

#block_5 {
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

#block_6 {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

#block_7 {
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s;
}

#block_8 {
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

#block_9 {
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

#block_10 {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
}

@keyframes move {
    0% {
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
}

/*********************** PRELOADER **************************************/

#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 8px;
    font-weight: bold;
    color: rgb(0, 91, 187);
    background-color: rgb(128,128,128);
    -moz-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    opacity: .7;
}

#loader {
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    border: 8px solid rgb(82,82,82);
    opacity: 0.9;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    font-weight: bold;
    color: rgb(0, 91, 187);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    position: fixed;
    z-index: 10001;
    width: 180px;
    height: 65px;
}