﻿/*
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/
@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Overall Page */

body {
    margin: 0;
    background-color: rgb(244, 172, 47);
    color: black;
    font-family: open_sansregular, Helvetica, Arial, sans-serif;
}

#wrapper {
    padding: 0;
    width: 100%;
    margin: 0;
}
/* Header Section */

/* Main Content */

#contentWrapper {
    border-style: none;
    border-width: 0;
    margin: 0;
    background-color: rgb(244, 172, 47);
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

#content {
    margin: 0 auto 0 auto;
    border-style: hidden;
    border-width: 0 5px 0 5px;
    padding: 0 5px 0 5px;
    width: auto;
    background-color: rgba(244, 172, 47, 1);
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 2px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

#content p {
    font-size: 100%;
    line-height: 1.6em;
}

#content ul {
    font-size: 100%;
    line-height: 1.6em;
}

#footerWrapper {
    background-color: rgb(244, 172, 47);
    margin: 0;
    padding: 0;
}

#footer {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    vertical-align: central;
}

#RoleCheckBoxListWrapper {
    width: 200px;
    text-align: left;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.HeaderFreez {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

input {
    color: black;
}

.DisplayDesc {
    width: 350px;
    text-align: left;
}

.DisplayDiv {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}

.gridtext {
    white-space: nowrap;
}

    .gridtext table {
        white-space: nowrap;
    }

    .gridtext tr {
        white-space: nowrap;
    }

    .gridtext td {
        white-space: nowrap;
    }

    .gridtext th {
        white-space: nowrap;
    }

.button_Type1 {
    border: 1px solid #8c7551;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #fff3bf;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff3bf), color-stop(1, #e69600) );
    background: -moz-linear-gradient( center top, #fff3bf 5%, #e69600 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3bf', endColorstr='#e69600');
    background-image: linear-gradient(to bottom, #fff3bf, #e69600);
}

    .button_Type1:hover {
        border: 1px solid #8c7551;
        background-color: #fff3bf;
        background-image: linear-gradient(to bottom, #e69600, #fff3bf);
    }

.GesDim_Btn {
    -moz-box-shadow: inset 0 1px 0 0 #fffae0;
    -moz-border-radius-topleft: 37px;
    -moz-border-radius-bottomright: 37px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 0 #fffae0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 37px;
    -webkit-border-top-left-radius: 37px;
    box-shadow: inset 0 1px 0 0 #fffae0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff3bf), color-stop(1, #e69600) );
    background: -moz-linear-gradient( center top, #fff3bf 5%, #e69600 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3bf', endColorstr='#e69600');
    background-image: linear-gradient(to bottom, #fff3bf, #e69600);
    background-color: #fff3bf;
    border-top-left-radius: 37px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 0;
    text-indent: 0;
    border: 1px solid #8c7551;
    display: inline-block;
    color: #42371e;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    height: 85px;
    line-height: 65px;
    width: 281px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #ded17c;
}

    .GesDim_Btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e69600), color-stop(1, #fff3bf) );
        background: -moz-linear-gradient( center top, #e69600 5%, #fff3bf 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69600', endColorstr='#fff3bf');
        background-color: #e69600;
        background-image: linear-gradient(to bottom, #e69600, #fff3bf);
    }

    .GesDim_Btn:active {
        position: relative;
        top: 1px;
    }

.dropdownlist {
    background-color: #FFFFCC;
    color: black;
}

.TBcontainer {
    display: table;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.TBrow {
    display: table-row;
    width: auto;
}

.TBleft, .TBright, .TBmiddle, .TBmiddleSpace, .TBmiddle50 {
    display: table-cell;
    min-height: 17px;
    padding: 1px;
}

.tbspan {
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 1px 1px;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-box-shadow: inset 1px 1px 0 0 #ffffff;
    -moz-box-shadow: inset 1px 1px 0 0 #ffffff;
    box-shadow: inset 1px 1px 0 0 #ffffff;
    min-width: 15px;
    min-height: 15px;
}

.TBmiddle {
    min-width: 200px;
    width: 200px;
}

.TBmiddleSpace {
    max-width: 10px;
}

.TBmiddle50 {
    max-width: 50px;
    min-width: 40px;
}

.TBright {
    text-align: right;
    min-width: 150px;
}

.TBleft {
    text-align: left;
    min-width: 150px;
    padding-left: 3px;
}

.ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    border: thin;
    padding: 4px 5px 3px 5px;
    font-size: 13px;
    height: 20px;
    width: 340px;
    display: block;
}

#DivDadosFarmacia {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#PotencialDiv {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
}

.center {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
}

.loginBox {
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.noteDiv {
    color: white;
    width: 395px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
}

#note {
    display: inline-block;
    vertical-align: top;
    -ms-zoom: 1;
    zoom: 1;
    width: 600px;
    font-weight: bold;
}

#tip {
    display: inline-block;
    vertical-align: top;
    -ms-zoom: 1;
    zoom: 1;
    width: 340px;
    font-weight: normal;
}

div.panelThre {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input.pcPassword {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

div.PCBtnDiv {
    position: relative;
    margin-top: 20px;
}

img.logoPic {
    width: 100%;
}

.topLogo {
    background: url(Images/top_bg.jpg);
    height: 90px;
}

.style1 {
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 50px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.style2 {
    font-size: 12px;
    font-weight: bold;
    padding-right: 50px;
    text-align: right;
    white-space: nowrap;
    color: #FFFFFF;
}

input.loginBtn {
    height: 34px;
    display: inline-block;
    width: 113px;
    background: url(Images/loginBtn.png);
    cursor: pointer;
}

/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee {
    line-height: 1em;
    color: #fff9d6;
    font-weight: bold;
    font-size: 28px;
    text-shadow: 0 0 0 rgb(216,216,216),1px 1px 0 rgb(187,187,187),2px 2px 0 rgb(158,158,158), 3px 3px 0 rgb(129,129,129),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.2);
}


.label_T2 {
    border: solid 2px #000000;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-radius: 18px;
    padding: 10px;
    background-color: rgba(0, 255, 0, 0.4);
    background: rgba(0, 255, 0, 0.4);
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 9999;
}

.teste {
    border-radius: 10px;
    text-align: center;
}

.cal {
    /*width: 100%;*/
    position: relative;
    padding: 4px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: inline-block;
    vertical-align: baseline;
    -ms-zoom: 1;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}

    .cal:before {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 4px;
        right: 4px;
        height: 6px;
        background: #d9d9d9;
        border: 1px solid #909090;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .cal a {
        text-decoration: none;
    }

    .cal tr:first-child td {
        border-top: 0;
    }

    .cal td:first-child {
        border-left: 0;
    }

    .cal tr:first-child a {
        border-top: 0;
        margin-top: 0;
    }

    .cal tr:last-child a {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .cal td:first-child a {
        border-left: 0;
        margin-left: 0;
    }

    .cal td:last-child a {
        border-right: 0;
        margin-right: 0;
    }

    .cal tr:last-child td:first-child a {
        border-radius: 0 0 0 3px;
    }

    .cal tr:last-child td:last-child a {
        border-radius: 0 0 3px 0;
    }

.cal-table {
    position: relative;
    margin: 0 0 1px;
    border-collapse: separate;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #bbb;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}

.cal-caption {
    padding-bottom: 1px;
    line-height: 32px;
    color: white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #629c2e;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}

    .cal-caption a {
        line-height: 30px;
        padding: 0 10px;
        font-size: 20px;
        font-weight: normal;
        color: white;
    }

    .cal-caption .prev {
        float: left;
    }

    .cal-caption .next {
        float: right;
    }

.cal-body td {
    /*font-size: 11px;*/
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    height: 70px;
}

.cal-body a {
    display: block;
    position: relative;
    line-height: 50px;
    color: #555;
    text-align: center;
}

    .cal-body a:hover {
        background: #fafafa;
    }

.cal-off a {
    color: #ccc;
    font-weight: normal;
}

.cal-today a {
    color: black;
    background: #f5f5f5;
    background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
    background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
    background-image: -o-linear-gradient(top, whitesmoke, white 70%);
    background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-selected a, .cal-body a:active {
    margin: -1px;
    color: #b2494d;
    background: #fff5f6;
    border: 1px solid #e7d4d4;
}

.cal-check a {
    color: #f79901;
    overflow: hidden;
}

    .cal-check a:before {
        content: '';
        position: absolute;
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
        background: #ffb83b;
        background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
        background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
