﻿/* Font Families ------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);

@font-face {
    font-family: 'Journal';
    src: url('/App_Themes/BelieveSoftware/fonts/journal.eot');
    src: url('/App_Themes/BelieveSoftware/fonts/journal.eot?#iefix') format('embedded-opentype'),
         url('/App_Themes/BelieveSoftware/fonts/journal.woff') format('woff'),
         url('/App_Themes/BelieveSoftware/fonts/journal.ttf') format('truetype'),
         url('/App_Themes/BelieveSoftware/fonts/journal.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.rwIcon { display: none!important; }

.riUp, .riDown { padding: 0!important;}

:root {
    --kendo-font-size: 12px !important;
}

/* Reset */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, p, pre, table,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ul, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0px;
    padding: 0px;
}

.rbEdit:before, .rbOk:before{
    content: "" !important;
}

ul {
    padding-left: 40px;
}

img, fieldset {
	border: 0;
}

/* responsive image */
img {
	max-width: 100%;
	height: auto;
}

.RadEditor img
{
    max-width: none;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

table { 
    border-spacing:0;
    border-collapse:collapse;
}

.helpTooltip
{
}

/* DEFAULTS
----------------------------------------------------------*/
html { margin:0; overflow-y:scroll; padding:0; }
form { width: 1024px; margin: auto auto; padding:0; }
form.dialog { width: 100%; height: 100%; margin: 0; padding: 0; }
body.dialog
{
    background: #fff;
}

body   
{
    background: #fff;
    font-size: .80em !important;
    font-family: Roboto, 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #333333;
}

.RadWindow_Metro{ background-color: #25A0DA; }
input { font-family: Roboto, 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif; }
textarea { font-family: Roboto, 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif; }

a:link, a:visited
{
    color: #00619b;
}

a:hover
{
    color: #1d60ff !important;
    text-decoration: none !important;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.breadcrumb
{
    display: block;
    margin-top: 10px;
}

.small {
    font-size: .75em;
    font-weight: normal;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em !important;
    color: #333333;
    text-transform: none;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 7px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    margin-top: 0px;
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.header
{
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0px;
    padding: 0px;
    background-color: #00457c;
    border-right: 1px solid #205c8c;
}

.header h1
{
    font-weight: bold;
    margin: -5px 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    font-size: 3em;
}

.header h1 .thin
{
    font-weight: 300;
    color: #fff;
}

.header h2
{
    font-weight: bold;
    font-size: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    text-transform: lowercase;
}

.Content
{
    position: relative;
    width: 100%;
    background-color: #00457c;
    overflow: auto;
    padding-bottom: 10px;
    border-right: 1px solid #205c8c;
    border-bottom: 1px solid #205c8c;
}

.TopLeftColumn 
{
   display: block;
   text-indent: -99999px;
   overflow: hidden;
   width: 200px;
   height: 28px;
   background: url('images/leftMenuTop.png') no-repeat top left;
}

.BottomLeftColumn 
{
   display: block;
   position: absolute;
   bottom: 0;
   text-indent: -99999px;
   overflow: hidden;
   width: 200px;
   height: 172px;
   background: url('images/leftMenuBottom.png') no-repeat top left;
}

.LeftColumn 
{ 
   float: left;
   position: absolute;
   top: 0px;
   bottom: 0px;
   margin: 0px;
   padding: 0px;
   width: 200px;
   background: url('images/leftBg.png') repeat-y top left;
}

.MainColumn 
{ 
    background-color: #fff;
    margin: 0px 10px 0px 10px;
    min-height: 400px;
    width: auto; 
    padding: 10px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer .copyright
{
    display: block;
    text-align: center;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset, .GroupBox
{
    margin: 1em 0px !important;
    padding: 1em !important;
    border: 1px solid #ccc !important;
}

fieldset p, .GroupBox p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend, .GroupBox legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input[readonly], input[readonly="readonly"]
{
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}

select { padding: 3px; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }

div.accountInfo
{
    width: 42%;
}

.backend-only-field {
    background-color: bisque;
    border-radius: 10px;
    padding: 10px;
}

/* MISC  
----------------------------------------------------------*/
.logo {
    display: block;
    position: relative;
    top: 7px;
    left: 5px;
    overflow: hidden;
    height: 40px;
    width: 234px;
    margin-left: 10px;
    -webkit-mask: url('images/BackOfficeLogo.svg') no-repeat 100% 100%;
    mask: url('images/BackOfficeLogo.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: white;
}

.logout
{
    background: url('images/signOut_11x11.png') no-repeat center left;
    padding-left: 14px;
}

.clear
{
    clear: both;
}

.siteTitle
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}


.bold
{
    font-weight: bold;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.justify
{
    text-align: justify; -ms-text-justify: distribute; text-justify: distribute;
}

.stretch
{
    width: 100%; font-size: 0; line-height: 0;
}

.ContactBlock
{
    padding: 10px;
}

.formLabel 
{
    font-weight: bold;
    margin: 3px 0px;
    display:block;
    padding-top: 4px;
} 

.error-icon {
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(redmond/images/ui-icons_cd0a0a_256x240.png);
    background-position: 0 -144px;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
}

.button, a.button
{
    display: inline-block;
    color: #fff !important;
    background: #00457c url(images/whiteArrow.png) no-repeat center left;
    padding: 10px 10px 10px 22px;
    margin-left: 10px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    position: relative;
    cursor: pointer;
    outline:none 
}

.button:hover, a.button:hover
{
    color: #fff;
    background-color: #006fcd;
    cursor: pointer;
}

.button[disabled="disabled"], .button[disabled=true], .aspNetDisabled.button
{
    background-color: darkGray;
    cursor: default;
}

.buttonDisabled
{
    display: inline-block;
    color: #fff;
    background: darkGray url(images/whiteArrow.png) no-repeat center left;
    padding: 10px 10px 10px 22px;
    margin-left: 10px;
    text-transform: lowercase;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    position: relative;
    outline:none 
}

.smallGridButton
{
    font-size: 9pt; 
    padding: 1px;
}

/* tables
------------------------------------------------------------------*/
.fluidTable
{
    display: table;
    width: 100%;
}

.fluidTable .row {
        display: table-row;
        width: auto;
    }

.cell
{
    display: table-cell;
    margin: 2px;
    padding: 2px;
    width: auto;
    vertical-align: middle;
}

.cell.right
{
    text-align: right;
}

.cell .center
{
    text-align: center;
}

.cell .top
{
    vertical-align: top;
}

.cell .bottom
{
    vertical-align: bottom;
}

.chartContainer
{
    border: 1px solid LightGray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.roundBorder
{
    border: 1px solid LightGray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Tooltip */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
/* Footer Credits 
------------------------------------------------------------------------------*/
.footer a span {display: none;}
a.bbbFT {width: 96px;  margin-top: 12px; margin-left: 20px; margin-right: 108px; height: 47px; background: url('images/globalFooter/bbb-ft.png') no-repeat 0 0;}
a.bbbFT:hover, .bbbFT:focus {background-position: 0 -47px;}
a.upsFT {width: 175px; margin-right: 114px; margin-top: 13px; height: 38px; background: url('images/globalFooter/ups-ft.png') no-repeat 0 0;}
a.upsFT:hover, .upsFT:focus {background-position: 0 -38px;}
a.afrdsFT {width: 44px; margin-right: 99px; margin-top: 9px; height: 42px; background: url('images/globalFooter/afrds-ft.png') no-repeat 0 0;}
a.afrdsFT:hover, .afrds:focus {background-position: 0 -42px;}
.godaddyFT {width: 132px; height: 31px; margin-top: 14px;}
.godaddyFT:hover .godaddyGhost, .godaddyFT:focus .godaddyGhost {display: none;}
.godaddyGhost {position: absolute; z-index: 100; width: 132px; height: 31px; background: url('images/globalFooter/godaddy-ft.png') no-repeat 0 0;}

a.authorizeFT {width: 68px; margin-right: 0px; margin-left: 105px; margin-top: 6px; height: 53px; background: url('images/globalFooter/authorize-ft.png') no-repeat 0 0;}
a.authorizeFT:hover, .authorizeFT:focus {background-position: 0 -53px;}


.inlineBlock
{
    display: inline-block;    
    vertical-align: top;
}


/* Tooltip Arrows
------------------------------------------------------------------------------*/
.ui-tooltip
{
    z-index: 999999;
}

.ui-tooltip, .arrow:after {
background: white;
border: 2px solid #a6c9e2 !important;
}
.ui-tooltip {
padding: 5px;
color: black;
border-radius: 3px;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

/* Priority Icons
-------------------------------------------------------------------------------*/
.icon-priority-low
{
    background: url('/images/FlyerPriority/low.png') no-repeat top left;
}
.icon-priority-high
{
    background: url('/images/FlyerPriority/high.png') no-repeat top left;
}