﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.UserAdmin_Table {
    width: 100%;
}
.UserAdmin_HeaderTD {
    background-color: #4169e1;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid black;
}
.UserAdmin_DataTD {
    background-color: #E4E4E4;
    color: #000000;
    padding: 6px 6px 6px 6px;
    border: 1px solid black;
}
.UserAdmin_ActionButton {
    text-decoration: none;
    padding: .1rem;
    border: 1px solid #333333;
    width: 100px;
    display: block;
    text-align: center;
}
.SMS_VRM_Table {
    width: 100%;
}

.SMS_VRM_HeaderTD {
    background-color: #4169e1;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid black;
}

.SMS_VRM_DataTD {
    background-color: #E4E4E4;
    color: #000000;
    padding: 6px 6px 6px 6px;
    border: 1px solid black;
}

.SMS_VRM_ActionButton {
    text-decoration: none;
    padding: .1rem;
    border: 1px solid #333333;
    width: 150px;
    display: block;
    text-align: center;
}
.SMS_VRM_ViewEntity_Table {

}
.SMS_VRM_ViewEntity_Table input, select, textarea {
    max-width: 1000px;
}

.SMS_VRM_ViewEntity_TD {
    min-width: 300px;
    vertical-align: top;
}

#divHomeContent {
    width: 1280px;
    height: 720px;
    background-color: #ffffff;
    margin: auto;
    vertical-align: auto;
}
#divHomeHeader {
    width: 100%;
    height: 80px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    margin: auto;
    vertical-align: auto;
}

#h3HomeHeader {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    text-shadow: 2px 2px #000000;
}
#divHomeButtons {
    padding: 15px 15px 15px 15px;
    height: 360px;
    background-color: #cfe2f3;
}

#tblHomeButtons {
    border: none;
    border-spacing: 20px !important;
    border-collapse: separate;
}

    #tblHomeButtons td th {
        padding: 10px 10px 10px 10px !important;
    }

#divHomeFooter {
    padding: 15px 15px 15px 15px;
    border-top: dashed 1px #000000;
    width: 100%;
    height: 80px;
    background-color: #F7F2DC;
}

.btnHome {
    width: 200px !important;
    height: 200px !important;
    padding: 10px 10px 10px 10px;
    border: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 22px !important;
    color: white;
    white-space: normal;
    box-shadow: 5px 5px #000000;
    text-shadow: 2px 2px #000000;
}

#btnCampaignMaintenance {
    background: #a5c956; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #a5c956 0%, #cdeb8e 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #a5c956 0%,#cdeb8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #a5c956 0%,#cdeb8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c956', endColorstr='#cdeb8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#btnVoterMaintenance {
    background: #cfe7fa; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #cfe7fa 0%, #6393c1 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #cfe7fa 0%,#6393c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #cfe7fa 0%,#6393c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#btnReporting {
    background: #ffc578; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffc578 0%,#fb9d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#btnAccountAdministration {
    background: #febbbb; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#btnSendSMSMessages {
    background: #f3e2c7; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f3e2c7 0%, #e9d4b3 41%, #c19e67 99%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #f3e2c7 0%,#e9d4b3 41%,#c19e67 99%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #f3e2c7 0%,#e9d4b3 41%,#c19e67 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#c19e67',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.HomeButtonHelpDefault {
    font-family: Verdana;
    font-size: 14px;
    color: black;
}

.HomeButtonHelp {
    font-family: Verdana;
    font-size: 14px;
    color: black;
    display: none;
}

#divRecordCounter {
    font-size: 14px;
    font-style: italic;
}
#divPercentage { 
    font-size: 16px;
    font-weight: bold;
}
