﻿.contactHeader {
    margin: 20px 0 10px 0;
}

.addNewContactButton {
    margin: 5px 0 10px 0;
}

.paddedLabel {
    padding-top: 7px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 18px;
    }

.accordianHeader {
    text-decoration: none !important;
}

    .accordianHeader:hover {
        color: inherit;
    }

.pointOnHover:hover {
    cursor: pointer;
}

.btn-red {
    background: #cc0000 !important;
}

.modalBtnLeft {
    position: absolute;
    left: 15px;
}

.dialogBtn {
    padding: 1px 3px 1px 3px;
    margin: 0 10px 0 10px;
}

html {
    background-color: white;
    margin: 0;
    padding: 0;
    min-width: 170px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

header {
    /*background-color: #e00024;*/
    width: 100%;
    padding-bottom: 0;
}

h2, h3 {
    color: black;
    margin-top: 0;
}

h5 {
    /*color: #99249c;*/
    color: grey;
    font: bold 14pt Calibri;
}

h6 {
    color: grey;
}

.pad10 {
    padding: 10px;
}

.inlineh5 {
    font-size: 1em;
    font-weight: bold;
    color: #99249c;
}

body {
    background-color: white;
    color: #333;
    font-size: 12pt;
    font-family: Segoe-UI,Verdana,Arial,sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.loginBackground{
    background-color: #333333;
    height: 98%;
}

#logoWord {
    margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .modal-lg{
      width:900px;
  }

  .modal-sm{
      width:300px;
  }
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100% ;
    margin: 0 auto -275px; /* the bottom margin is the negative value of the footer's height */
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

* {
    outline: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

img {
    border: none;
}

.menuItem {
    border: 1px solid #e5e5e5;
    font-family: Segoe-UI,Verdana,Arial,sans-serif;
    padding-top: 7px;
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    background-color: #e60001;
    /*font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 2px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(100%, #b00000));
    background-image: -webkit-linear-gradient(#e60000, #b00000);
    background-image: -moz-linear-gradient(#e60000, #b00000);
    background-image: -o-linear-gradient(#e60000, #b00000);
    background-image: linear-gradient(#e60000, #b00000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000')";*/
    width: 105px;
    height: 40px;
    text-align: center;
}

.menuItem :hover {
        position: relative;
        height: 40px;
        font-family: Calibri;
        padding-top: 8px;
        padding-bottom: 10px;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        width: 104px;
        color: #ffffff;
        background-color: #830000;
        border-right-color: #890000;
        /*-webkit-box-shadow: inset 0 0 8px #000000;
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: inset 0 0 8px #000000;
        -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        box-shadow: inset 0 0 8px #000000;
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #830000), color-stop(100%, #ac0000));
        background-image: -webkit-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -moz-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -o-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: linear-gradient(to bottom, #830000 0%, #ac0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000')";*/
        top: -8px;
    }

        .menuItemChosen {
        position: relative;
        height: 40px;
        font-family: Calibri;
        padding-top: 8px;
        padding-bottom: 10px;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        width: 104px;
        color: #ffffff;
        background-color: #830000;
        border-right-color: #890000;
        -webkit-box-shadow: inset 0 0 8px #000000;
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: inset 0 0 8px #000000;
        -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        box-shadow: inset 0 0 8px #000000;
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #830000), color-stop(100%, #ac0000));
        background-image: -webkit-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -moz-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -o-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: linear-gradient(to bottom, #830000 0%, #ac0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000')";
    }

.menuItemInverse {
    color: #e60000;
    position: absolute;
    right: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-family: Segoe-UI,Verdana,Arial,sans-serif;
    padding-top: 8px;
    padding-bottom: 10px;
    display: inline-block;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
    background-color: white;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
    background-image: -o-linear-gradient(#ffffff, #e9e9e9);
    background-image: linear-gradient(#ffffff, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e9e9e9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e9e9e9')";*/
    width: 100px;
    height: 40px;
    text-align: center;
}

.CreditCount {
    color: white;
    /*font-weight: bold;*/
    position: absolute;
    left: 3%;
    font-family: Segoe-UI,Verdana,Arial,sans-serif;
    padding-top: 8px;
    padding-bottom: 10px;
    display: inline-block;
    height: 40px;
    text-align: center;
}


    .menuItemInverse:hover {
        position: absolute;
        right: 5px;
        height: 40px;
        font-family: Segoe-UI,Verdana,Arial,sans-serif;
        padding-top: 8px;
        padding-bottom: 10px;
        display: block;
        width: 100px;
        background-color: white;
        cursor: pointer;
    }


.loginName {
    position: absolute;
    right: 125px;
    border-radius: 2px;
    font-family: Segoe-UI,Verdana,Arial,sans-serif;
    padding: 8px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    /*font-weight: bold;*/
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(100%, #b00000));
    background-image: -webkit-linear-gradient(#e60000, #b00000);
    background-image: -moz-linear-gradient(#e60000, #b00000);
    background-image: -o-linear-gradient(#e60000, #b00000);
    background-image: linear-gradient(#e60000, #b00000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000')";*/
    height: 40px;
    text-align: center;
}

.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(100%, #b00000));
    background-image: -webkit-linear-gradient(#e60000, #b00000);
    background-image: -moz-linear-gradient(#e60000, #b00000);
    background-image: -o-linear-gradient(#e60000, #b00000);
    background-image: linear-gradient(#e60000, #b00000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000')";
}

.loginName span{
    font-weight: bolder;
}

    .loginName:hover {
        position: absolute;
        right: 125px;
        height: 40px;
        font-family: Calibri;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        padding: 8px 10px 10px 10px;
        color: #ffffff;
        background-color: #830000;
        border-right-color: #890000;
        -webkit-box-shadow: inset 0 0 8px #000000;
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: inset 0 0 8px #000000;
        -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        box-shadow: inset 0 0 8px #000000;
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.18);
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #830000), color-stop(100%, #ac0000));
        background-image: -webkit-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -moz-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: -o-linear-gradient(bottom, #830000 0%, #ac0000 100%);
        background-image: linear-gradient(to bottom, #830000 0%, #ac0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#830000', endColorstr='#ac0000')";
        cursor: pointer;
    }


.pageHeader {
    /*    position: relative;
    left: -5%;
    margin-bottom: 2em;
    margin-top: -2%;
    padding-top: 0;*/
    margin-top: -2px;
    padding: 10px 5px 1px 10px;
    /*border: 1px solid #fff;*/
    background-color: #bebebe;
    color: #4b4f50;
    margin-top: -2px;
    /*outline: 1px solid #ebebeb;*/
    width: 100%;
}


.pageBody {
    /*min-height: 70vh;*/
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    margin-top: -1px;
    outline: 1px solid #ebebeb;
    overflow: no-display;
    width: 100%;
    font: 12pt Calibri;
}

.rhombus-box {
    max-height: 500px;
}

.hidden {
    display: none;
}

/* main layout
----------------------------------------------------------*/
#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-top: 3px;
}

#sidemenu {
    background-color: #e7e7e7;
    float: left;
    width: 20%;
    text-align: center;
}

ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

#renderBody {
    float: right;
    width: 80%;
}

/*footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}*/

.shortcutLinks{
    cursor: pointer;
}

.homePageShortcut {
    text-decoration: none;
}

.lightBorder {
    padding: 15px 15px 15px 15px;
    border: 1px solid grey;
}

.statsHeader{
    font-size: 14pt;
}

#myChart{
}

.footer {
    background-color: #232323;
    position: relative;
    width: 100%;
}

.footer, .push {
    height: 275px; /* '.push' must be the same height as 'footer' Kudos to Ryan Fait */
}

.container {
    padding-top: 20px;
    background-color: #232323;
    width: 100%;
}

    .container, .container a {
        color: white;
        text-decoration: none;
    }

        .container li {
            font-family: Calibri;
            list-style-type: none;
            position: relative;
            z-index: 2;
        }

.footerHeading {
    padding-bottom: 10px;
}

.drop20 {
    margin-top: 20px;
}

.indentLikeList {
    text-indent: 42px;
}

.main-content {
    margin-top: 0;
}


.headercol1 {
    display: none;
    /*position: relative;
    left: 30px;*/
}

.headercol2 img {
    margin-top: 5px;
}

.headercol2 {
    display: inline;
    position: relative;
    /*display: inline;
    position: relative;
    top: 9px;
    left: 80px;*/
}

.menu_ds {
    margin-top: 20px;
    color: white;
    text-align: right;
    padding: 2px 5px 5px 5px;
    position: absolute;
    top: 10px;
    left: 180px;
    right: 0;
    height: 45px;
    background-color: #4b4f50 !important;
    overflow: hidden;
}

.redShading {
    background-color: #e60000;
    overflow: hidden;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(100%, #b00000));
    background-image: -webkit-linear-gradient(#e60000, #b00000);
    background-image: -moz-linear-gradient(#e60000, #b00000);
    background-image: -o-linear-gradient(#e60000, #b00000);
    background-image: linear-gradient(#e60000, #b00000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000')";*/
}

.whiteShading {
    background-color: white;
    overflow: hidden;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(white, #e5e5e5);
    background-image: -moz-linear-gradient(white, #e5e5e5);
    background-image: -o-linear-gradient(white, #e5e5e5);
    background-image: linear-gradient(white, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white', endColorstr='#e5e5e5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e60000', endColorstr='#b00000')";*/
}

.leftBorderSplit {
    Border-left: 1px dashed #cccccc;
}

.rightBorderSplit {
    Border-right: 1px dashed #cccccc;
}

/* login
----------------------------------------------------------*/

#loginBanner {
    width: 100%;
    height: 100px;
    position: relative;
}

#loginBannerLogin {
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
}

.loginLogo{
    height: 70px;
}

#bottomBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.fullPage{
    max-width: 100%;
    margin: 0 0 0 0;
}

#loginDiv {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#loginHeader {
    background-color: #333333;
    color: white;
    font-size: 30px;
    text-align: center;
}

    #loginHeader h6 {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

#loginBody {
    color: white;
    padding-top: 0.5em;
}

#loginHeaderMenu {
    font-size: 20px;
    text-align: center;
    background: #434343;
    padding: 10px 0 10px 0;
    border-bottom: solid 2px #605d59;
    margin: 30px 0 45px 0;
}

.loginHeaderMenuItemChosen {
    margin: 0 40px 0 40px;
    color: white;
}

.loginHeaderMenuItem a {
    margin: 0 40px 0 40px;
    color: #847f7c;
    text-decoration: none;
}

.loginHeaderMenuItem a:hover {
    color: white;
    cursor: pointer;
}

.loginFormContainer{
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.loginForm {

}

#loginBody label {
    font-weight: normal;
    margin-bottom: 15px;
}

#loginBody input, #loginBody password {
    border-radius: 0;
    border-color: transparent;
    color: #353535;
    outline: none;
    padding: 1rem 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
    height: calc(3.875rem + 2px);
}

#showPassword {
    height: 20px;
    width: 20px;
}

.largeRadioBoxLabel{
    position: relative;
    top: -15px;
}

#loginButton {
    color: white;
    background-color: #e60001;
    background-image: none;
    font-size: medium;
    padding: 10px 0 10px 0;
    margin: 15px 0 15px 0;
    border: none;
    width: 100%;
}

.buttonFont {
    color: #e60000;
    /*font: bold 12pt Calibri;*/
}

.loginPageLink {
    margin: 10px 0 5px 0;
}

    .loginPageLink a {
        color: white;
    }




/* Main Layout
----------------------------------------------------------*/

#LogoLeft {
    float: left;
    height: 63%;
    margin-left: 1.6%;
    margin-top: 15px;
}

#LogoRight {
    float: right;
    height: 38%;
    margin-right: 1%;
    margin-top: 30px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    position: inherit !important;
    z-index: 1;
}

    .col:first-child {
        margin-left: 0;
    }


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}


/*  GRID OF TWO  */
.span_2_of_2 {
    /*position: relative;*/
    top: -1.5em;
    width: 80%;
}

.span_1_of_2 {
    position: relative;
    top: 0.5em;
    width: 15%;
    background-color: white;
}


/* menu
----------------------------------------------------------*/
#menu li {
    list-style-type: none;
    margin-bottom: 5px;
}

#menu a {
    text-decoration: none;
    font: medium Calibri;
    color: white;
}


/* Sms Mail Help
------------------------------------------------------------*/

#SmsMailHelp {
    width: 99.5%;
    height: 27em;
}

/* Quick Send
-------------------------------------------------------------*/

#addressBookButton {
    margin-bottom: 2em;
}

.worldIcon {
    position: absolute;
    Width: 20px;
    margin-left: 5px;
}

#quickSendMessage, #groupSendMessage {
    Height: 15em;
    margin-top: 1em;
    width: 100%;
}

#templateMessage {
    Height: 15vh;
    width: 77%;
}

#eventMessage {
    Height: 15em;
    width: 88%;
    max-width: 268px;
}

#charactersUsedDiv {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1em;
}

#areaCode {
    width: 20%;
    max-width: 64px;
}

.noRightPad {
    padding-right: 0;
}

#cellNumber {
    width: 100%;
}

#quickSendTemplateList{
    width: 100%;
}

#regionCodes {
    display: none;
    max-width: 100%;
}

#quickSendSMS {
    margin-top: 2em;
}

.groupSendSpan_1_of_2, .TemplateSpan_1_of_2 {
    width: 40%;
}

.groupSendSpan_2_of_2, .TemplateSpan_2_of_2 {
    width: 50%;
}

.quickSendAddresses, .TemplateSpan_2_of_2 {
    display: none;
}


/* Group Send
-------------------------------------------------------------*/

#contactsDiv {
    display: none;
}

/* Templates
-------------------------------------------------------------*/

#templateTitle {
    margin-left: 5%;
    width: 40%;
}

#btnTemplateDelete {
    display: none;
}

.templateTable {
    margin-bottom: 50px;
}

    .templateTable tr {
        height: 50px;
    }

.templateTableCol1 {
    padding-right: 30px;
}

/* calendar
-------------------------------------------------------------*/

.SourceTd {
    font-weight: bold;
    color: #9c2aa0;
    background-color: #FFFFFF;
    width: 5%;
}

.DateTimeTd {
    text-wrap: none;
    width: 40%;
}

#mailTick {
    height: 10%;
}

.MessageTitleTd {
    width: 50%;
}

.NumRecipientsTd {
    width: 5%;
}

.normalSpaced {
    margin-bottom: 5%;
}

#OnceOffEventDiv, #RecurringEventDiv, #dateTimeAndButtonsDiv {
    display: none;
}

.calendarLinks {
    font-size: 14pt;
}

.calRow {
    cursor: pointer;
}

#closeIcon {
    width: 25px;
}

#closeIcon:hover {
    cursor: pointer;
}

.contextMenuItem {
    padding: 2px 5px 2px 5px;
}

.contextMenuItem:hover {
    cursor: pointer;
    background-color: #e60000;
    color: white;
}

#divContextCalendar, #divContextReports {
    border: 1px solid #999999;
}

/* Sms Reports
-------------------------------------------------------------*/

#reportType {
    width: 100%;
}

#txtCellnumber {
    width: 60%;
}

#filterDiv {
    background-color: #FBD476;
    border: solid 1px #EB9700;
    padding: 1% 0 1% 0;
}

.tinyCol {
    padding: 0 5px 0 5px;
}

.dataCol {
    width: 35%;
    padding: 0 5px 0 5px;
}

.tinyCol, .dataCol {
    border: solid thin black;
}

.countCol {
    border: none;
}

    .countCol div {
        border: solid thin black;
        padding: 0 10px 0 10px;
        margin-right: 0;
    }

.fullLineCol1 {
    border-top: solid thin black;
    border-left: solid thin black;
    border-right: solid thin black;
}

.fullLineCol2 {
    border-bottom: solid thin black;
    border-left: solid thin black;
    border-right: solid thin black;
    padding-top: 10px;
}

.resultsTable {
    margin-bottom: 15px;
}

.alignRight {
    text-align: right;
}

#excelReport {
    display: none;
}

#fromDatepicker, #toDatepicker {
    Width: 55%;
}

.autoscroll {
    display: block;
    overflow-y: auto;
    max-height: 30vh;
    padding: 0 0 0 7px;
    width: 99%;
}

.grNum {
    width: 8%;
}

.grMess {
    width: 50%;
}

.grDate {
    width: 20%;
}

.grSearch {
    width: 5%;
}

.modNum {
    width: 17%;
}

.modMess {
    width: 60%;
}

.modDate {
    width: 22%;
}

.reportHeader {
    display: none;
}
/* Address Book
-------------------------------------------------------------*/



.Help {
    position: relative;
    top: -2pt;
    margin-left: 1%;
}

    .Help:hover {
        cursor: pointer;
    }

#ImportExportButtons button, .nextBackButton {
    margin-top: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.addressBookSpan_1_of_2 {
    width: 48%;
}

.addressBookSpan_2_of_2 {
    width: 48%;
}

.addressTable, .addressTableHeader {
    width: 100%;
}

.addressTable {
    max-height: 30vh;
    display: block;
    overflow-y: no-display;
}

    .addressTableHeader th {
        background: white;
    }

.column1Title {
    position: relative;
    margin-left: 1.5%;
}

#column2Quick {
    position: relative;
    margin-left: 60%;
}

.reportTable tbody, .calendarTable tbody {
    width: 100%;
    max-height: 30vh;
}


.namesColumn {
    width: 100%;
}

.grColumn {
    width: 100%;
}

.reportTable th {
    background: white;
    color: #8f8f8f;
    text-align: left;
}

.addContactsTable {
    display: none;
}



.addressTable tr:nth-child(even), .reportTable tr:nth-child(even), .calendarTable tr:nth-child(even) {
    background: white;
    height: 30px;
}

.addressTable tr:nth-child(odd), .reportTable tr:nth-child(odd), .calendarTable tr:nth-child(odd) {
    background: #E8E2DD;
    height: 30px;
}

#cell, #grCell {
    display: block;
    width: 45pt;
}

.groupHeaderCell {
    width: 100%;
    display: block;
}

.namesColumn {
    padding-left: 2%;
    word-wrap: break-word;
}

#importAddressForm {
    margin-top: 5%;
}

#warningDiv {
    padding: 2%;
    margin-top: 5%;
    border-style: solid;
    border-width: thin;
    border-color: red;
}

.indexAnchor {
    color: #9e2ca1;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
}

#anchors {
    margin-top: 1%;
    text-align: center;
}

#addUpdateContact, #addUpdateGroup, #findContact {
    display: none;
    position: relative;
    border-bottom: 1px dashed grey;
}

.ui-diolog {
    width: 500px;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: auto;
    height: auto;
    padding: 0 5px 2px 5px;
    top: 43%;
}

.ui-dialog button:hover{
    /*color: darkgrey;*/
}

#orNewGroup {
    margin-top: 2%;
    margin-bottom: 8%;
}

.addressLinks {
    float: right;
}

.addressLinks {
    /*color: #9f9f9f;*/
    text-decoration: none;
}

.addressRow:hover, .groupRow:hover, .groupContacts:hover, .messageRow:hover {
    cursor: pointer;
}

#addGroupsTable {
    /*max-height: 6.8vh;*/
}

#addUpdateGroup {
    display: none;
}

#grButtons {
    margin-top: 5%;
}

.findContacts {
    text-align: center;
}

    .findContacts a {
        color: #9f9f9f;
        text-decoration: none;
    }

.alignCentre {
    text-align: center;
}

#searckKey :-webkit-input-placeholder { /* WebKit browsers */
    color: #AAA;
}

#searckKey :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAA;
}

#searckKey :-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #AAA;
}

#searckKey :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #AAA;
}

#addNewContact span, #addNewGroup span, #addFwdBtn span, #addBroadcastFromNumber span, #editEvent span, #deleteEvent span {
    padding: 4px;
    font-size: 10pt;
}

#divContextCalendar, #divContextReports {
    display: none;
    position: absolute;
    background: white;
    z-index: 9;
}

/* Preferences
-------------------------------------------------------------*/

#messageForwarding, #messageReply, #globalAddressBook {
    display: none;
}

.addFwds, .addBroadcastFromNumbers {
    display: none;
    margin-top: 10px;
}


/* Help
-------------------------------------------------------------*/

#logQueryButton {
    float: right;
    margin-top: 2%;
}

.helpTextArea {
    position: relative;
    width: 100%;
}

#EmailAddress {
    width: 100%;
}


/* Home
-------------------------------------------------------------*/




/* Log Off
-------------------------------------------------------------*/





/********************
*   Mobile Styles   *
********************/

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 991px) {
    .leftBorderSplit, .rightBorderSplit {
        border: none;
    }
}

@media only screen and (max-width: 725px) {
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
    }

    .col {
        margin: 1% 0 1% 0;
    }

    .menu_ds {
        top: 55px;
        left: 70px;
    }

    /*Quick Send
-------------------------------------------------------------*/

    #cellNumber {
        width: 100%;
    }

    #quickSendMessage, #groupSendMessage, #templateMessage {
        width: 100%;
    }

    .groupSendSpan_1_of_2, .TemplateSpan_1_of_2 {
        width: 100%;
    }

    .groupSendSpan_2_of_2, .TemplateSpan_2_of_2 {
        width: 90%;
    }

    /* Address Book
-------------------------------------------------------------*/

    .addressBookSpan_1_of_2 {
        width: 95%;
    }

    .addressBookSpan_2_of_2 {
        width: 95%;
    }
}

/* Template
-------------------------------------------------------------*/

#templateTitle {
    width: 165px;
}

@media only screen and (max-width: 480px) {
    #LogoRight {
        display: none;
    }

    .loginName {
        display: none;
    }
}

@media only screen and (max-Width: 850px) and (min-width: 480px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
    }

        ul#menu li {
            margin-bottom: 5px;
            padding: 0;
        }

    /* Quick Send
--------------------------------------*/

    #areaCode {
        width: 20%;
        max-width: 64px;
    }

    #cellNumber {
        width: 100%;
    }

    #quickSendMessage, #groupSendMessage, #templateMessage {
        margin-top: 1em;
        width: 100%;
    }

    .groupSendSpan_1_of_2, .TemplateSpan_1_of_2 {
        width: 100%;
    }

    .groupSendSpan_2_of_2, .TemplateSpan_2_of_2 {
        width: 90%;
    }

    /* Address Book
-------------------------------------------------------------*/

    .addressBookSpan_1_of_2 {
        width: 95%;
    }

    .addressBookSpan_2_of_2 {
        width: 95%;
    }

    .addressTable, .reportTable {
        width: 100%;
    }

        .reportTable thead {
            display: block;
            width: 90%;
        }


        .reportTable td {
            width: 90%;
        }
}
