﻿body {
    color: #333;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.70em;
    margin: 0;
    padding: 0;
}

.site-title {
    height: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

#siteTitle {
    float: left;
    font-weight: bolder;
    margin-left: 20px;
    margin-top: 10px;
}

.gridcontainer {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.float-left { float: left; }

.float-right { float: right; }

#login {
    margin-right: 20px;
    text-align: right;
}

#login a {
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul { margin: 0; }

#login li {
    display: inline;
    list-style: none;
}

header { padding-top: 0px; }

#page {
    clear: both;
    padding-bottom: 20px;
}

.container {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

footer {
    background-color: #e2e2e2;
    bottom: 0;
    clear: both;
    font-size: 0.75em;
    height: 20px;
    padding-left: auto;
    padding-right: auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

footer div { margin-top: 5px; }

header, footer, hgroup,
nav, section { display: block; }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

/* forms */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    border-bottom: 1px solid #DDD;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 100%;
}

fieldset ol {
    list-style: none;
    padding: 0;
}

fieldset ol li { padding-bottom: 5px; }

label[for] { cursor: pointer; }

label {
    display: block;
    /*font-size: 1.2em;*/
    font-weight: 600;
}

td label { text-align: right; }

li label { text-align: left; }

label.checkbox { display: inline; }

/* login page */

#loginForm {
    margin-left: 10px;
    width: 400px;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input { width: 250px; }

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button { width: auto; }

input[type="checkbox"] { vertical-align: middle; }

.top { vertical-align: top; }

.top ul { list-style: none; }

ul.quicklinks {
    display: block;
    list-style: inside none;
    margin: 0px;
    padding: 0;
}

.quicklinks li {
    cursor: pointer;
    display: block;
    float: left;
    list-style: inside none;
    margin-right: 10px;
    position: relative;
}

/* menu style */

#cssmenu {
    /*border: 1px solid;*/
    display: block;
    /*height: 37px;*/
    margin: 0;
    padding: 0;
}

#cssmenu > ul {
    list-style: inside none;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
    display: block;
    float: left;
    list-style: inside none;
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu > ul > li > a {
    display: block;
    font: bold 13px/100% Arial, Helvetica, sans-serif;
    outline: none;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

#cssmenu > ul > li > a:after {
    border-right: 1px solid;
    bottom: -1px;
    content: '';
    position: absolute;
    right: -2px;
    top: -1px;
    z-index: 99;
}

#cssmenu ul li.has-sub:hover > a:after {
    bottom: 0;
    top: 0;
}

#cssmenu > ul > li.has-sub > a:before {
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    position: absolute;
    right: 6px;
    top: 18px;
}

#cssmenu > ul > li.has-sub:hover > a:before { top: 19px; }

#cssmenu ul li.has-sub:hover > a {
    background: #005766;
    border-color: #005766;
    /*padding-bottom: 13px;
    padding-top: 13px;*/
    z-index: 999;
}

#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div { display: block; }

#cssmenu ul li.has-sub > a:hover {
    background: #005766;
    border-color: #005766;
}

#cssmenu ul li > ul, #cssmenu ul li > div {
    background: #005766;
    border-radius: 0 0 5px 5px;
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 38px;
    width: auto;
    z-index: 999;
}

#cssmenu ul li > ul { width: 200px; }

#cssmenu ul li > ul li {
    display: block;
    list-style: inside none;
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu ul li > ul li a {
    color: #fff;
    display: block;
    font: 10pt Arial, Helvetica, sans-serif;
    margin: 0;
    outline: none;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
} 


#cssmenu, #cssmenu > ul > li > ul > li a:hover {
    background: #005766;
    background: -moz-linear-gradient(top, #005766 0%,#005766 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005766), color-stop(100%, #005766));
    background: -webkit-linear-gradient(top, #005766 0%, #005766 100%);
    background: -o-linear-gradient(top, #005766 0%, #005766 100%);
    background: -ms-linear-gradient(top, #005766 0%, #005766 100%);
    background: linear-gradient(#005766 0%, #005766 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005766', endColorstr='#005766', GradientType=0);
}

#cssmenu { border-color: #005766; }

#cssmenu > ul > li > a {
    border-right: 1px solid #005766;
    color: #fff;
}

#cssmenu > ul > li > a:after { border-color: #333; }

#cssmenu > ul > li > a:hover { background: #111; }

#cssmenu > ul > li a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}

#cssmenu > ul > li > ul > li a:hover{
    background: #bec5d0;
    color: #000001;
    z-index: 999;
}

 #cssmenu > ul > li > ul > li.has-sub a:hover {
    background: #bec5d0;
    color: #00b050;
    z-index: 999;
    padding: 8px 20px;
 }
 
#cssmenu ul ul ul {
    left: 100%;
    top: 0;
}


/* menu style */

#LeftPane {
    /* optional, initial splitbar position */
    overflow: auto;
}

/*
    * Right-side element of the splitter.
*/

#RightPane {
    overflow: auto;
    padding: 2px;
}

.ui-tabs-nav li { position: relative; }

.ui-tabs-selected a span { padding-right: 10px; }

.ui-tabs-close {
    cursor: pointer;
    display: none;
    font-size: 10px;
    font-style: normal;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 16px;
    z-index: 800;
}

.ui-tabs-selected .ui-tabs-close { display: block; }

.ui-layout-west .ui-jqgrid tr.jqgrow td { border-bottom: 0px none; }

.ui-datepicker { z-index: 1200; }

.rotate {
    /* for Firefox */
    -moz-transform: rotate(-90deg);

    /* for Safari */
    -webkit-transform: rotate(-90deg);

    /* for Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


/*Styling for Messaging*/

/*Styling for Buttons*/

a.button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: black;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font: bold 11px 'Trebuchet MS';
    padding-bottom: 5px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 5px;
    text-decoration: none;
}

.button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: black;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font: bold 11px 'Trebuchet MS';
    margin: 10px 10px 10px 10px;
    padding: 4px;
    width: 80px;
}

#send {
    margin-right: 80px;
    width: 150px;
}

#smsReturn {
    padding-left: 170px;
    padding-right: 177px;
}

#emailReturn {
    padding-left: 170px;
    padding-right: 170px;
}

#selectAllRecipientsButton, #selectAllUsersButton {
    margin-top: 0px;
    width: 150px;
}

#removeButton, #addButton {
    margin-top: 0px;
    padding-left: 54px;
    padding-right: 94px;
}

#addRemoveButtons {
    height: auto;
    margin-top: 15px;
    width: auto;
}

#sendsaveConfirmation {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    position: absolute;
    width: 750px;
}

#loadButton {
    height: auto;
    padding-top: 15px;
    width: auto;
}

#saveButton {
    height: auto;
    width: 600px;
}

#sendButton {
    height: auto;
    width: auto;
}

#delete {
    display: none;
    height: auto;
    margin-left: 80px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

/*Styling for fields*/

#subjectTextBox { width: 700px; }

#messageTextArea {
    height: 200px;
    width: 800px;
}

#tDropDown { width: 350px; }

#employeeListBox, #recipientsListBox {
    height: 105px;
    width: 300px;
}

#subjectLine, #messageArea, #templateDropDown {
    height: auto;
    width: 850px;
}

#priorityCheck {
    height: auto;
    padding-top: 8px;
    width: auto;
}

#bothCheckBox, #copyCheckBox, #saveCheckBox { width: 850px; }

.form-field {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*Styling for page Layouts*/

#messagingLayout {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    padding: 30px;
    padding-left: 50px;
    position: absolute;
    width: 900px;
}

#messagingHub {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    position: absolute;
    width: 300px;
}

/*Styling for floats*/

.firstRow, .secondRow, .thirdRow, .fourthRow, .fifthRow, .sixthRow {
    float: left;
    height: auto;
    margin: 5px;
    width: auto;
}

.seventhRow {
    float: right;
    height: auto;
    margin: 5px;
    width: auto;
}

/*Indent paragraph*/

p.firstDescription { text-indent: 20px; }


/*Styling for coupon forms*/

.couponPartialFirst {
    float: left;
    margin: 5px;
}

.couponPartialSecond {
    float: left;
    margin: 5px;
}

.couponPartialThird {
    float: left;
    margin: 5px;
}

.couponPartialFourth {
    float: left;
    margin: 5px;
}

.couponFloatRight {
    float: right;
    margin: 5px;
}

/*styling for kendo forms*/

.pluLists {
    height: 70px;
    width: 165px;
}

.quantity { width: 30px; }

.label { margin-left: 75px; }

#tab3SaveButton {
    padding-left: 30px;
    padding-right: 30px;
}

.pluRangeDropDown { width: 150px; }

.rangeQuantity { width: 30px; }

.rangeLabel { margin-left: 75px; }

.dualselect-selected { width: 150px; }

.dualselect-available { width: 100%; }


.table { }

.table tr td {
    padding: 5px;
    text-align: center;
    width: 160px;
}