﻿@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*	Global Specifications
    ------------------------------------------------------- */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.svg#icomoon') format('svg'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*
{
    font-family: 'arial', sans-serif;
}

a:link
{
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*  Global CSS Transitions
    ------------------------------------------------------- */

* { 
    -webkit-transition:opacity 1s;
    -moz-transition:opacity 1s;
    transition:opacity 1s;
}


/*	Layout
    ------------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    background-image: url(Images/topleft.svg), url(Images/bottomright.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

html.busy, html.busy * {  
  cursor: wait !important;
}  

#wrapper
{
    width: 100%;
    max-width: 1124px;
    margin: 0; /* was margin: 0 auto; */
    margin-bottom: 100px;
}

.container
{
    margin: 0; /* was margin: 0 auto; */
    width: 944px;

}

#body
    {
        padding: 185px 0 50px 35px;
        font-size: 14px;
    }

h3
    {
        margin: 0;    
        padding-bottom: 8px;
        color: #999;
        text-transform:uppercase;
        font-weight: normal;
        font-size:16px; /*was 22px */
    }

h4
    {
        margin: 0;    
        padding-bottom: 8px;
        color: #999;
        text-transform:uppercase;
        font-weight: normal;
        font-size:16px;
    }
    
    
 /* Grid Styles */
 .k-grid-header .k-header {
   overflow: visible;
   white-space: normal;
}

 .k-grid tbody tr
 {
     /*height: 50px;*/
 }
 
 .k-grid td
 {
    /* white-space: nowrap;
     overflow: hidden;*/
 } 
 
 #SchoolGrid .k-grid-Staff
 {
     margin-top: 0px;
 }
 
 #SchoolGrid .k-grid-Login
 {
     margin-top: 5px;
 }
 
 .k-grid /* #StaffGrid */
 {
     font-size: 12px;
 }
 
  .k-grid .k-button /* #StaffGrid */
 {
     font-size: 12px;
 }
 
 .ob-hidden {
    display: none;
}

#tool-tip-Staff
{
    background-color: #888f8e;
}

.k-state-selected 
{
    background-color: #888f8e;
}

/*#SchoolGrid div[class^="span"] {
    min-width: 320px;
}

 #SchoolGrid #.k-grid td {
    white-space: nowrap;
    overflow: hidden;
}
 
#SchoolGrid .k-grid table {
    table-layout:fixed;
}
 
#SchoolGrid .k-grid tbody .k-button {
    min-width: 0px;
}*/
 
/* styles for select options - used in email filter */
#listViewSchool .k-state-selected
    {
        background: #888f8e; 
    }
    
#listViewSchool .emailSchool
    {
        
    }
    
#schoolSetup_ErrorSchoolContact {
    font-size: 0.9em;
    color: red;    
}

.schoolSetup-TextEditor {
    width: 800px;
    height: 400px;
}

select option: nth-child(2n)
{
    background-color: #888f8e;
}

select option: nth-child(2n-1)
{
    background-color: #888f8e;
}

.schoolFilter select 
{
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
/* end select option */

.k-upload-files li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font-size: 12px;
}

.k-upload-files li .k-button .k-icon
{
    display:none;
}

.k-upload-files li .k-upload-action
{
    /*display:none;*/
}

.k-upload-files li .k-upload-action
{
    /*text-replace: "X";
    visibility: visible;*/
}

#emailTop
{
    font-size: 14px;
}

.email-filter-container
{
    font-size: 14px;
}

#listViewSchool
{
	overflow: auto;
}

/*	Customer View Header + Logo
    ------------------------------------------------------- */

header
    {
        z-index: 99;
        position: absolute; /*fixed*/
        background-color: #fff;
        display:block;
        padding: 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) -1px 1px 9px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) -1px 1px 9px;
        -o-box-shadow: rgba(0, 0, 0, 0.5) -1px 1px 9px;
        box-shadow: rgba(0, 0, 0, 0.5) -1px 1px 9px;
        top:0;
        right:0;
        left:0;
}

header h1
    {
        margin: -5px 0 0 0;
        float: left;
        
    }

header h1 a
    {
        width: 174px;
        height: 77px;
        text-indent: -9999px;
        display: block;
        /*background: url(/content/images/awesomesauce-logo.png) no-repeat;*/
        /*background: url(/content/images/RenWebLogoHeader.png) no-repeat;*/
        background: url(/content/images/Catholic-Diocese-Dallas.png) no-repeat;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

header h1 a:hover
    {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
    }

/*header .image-container
{
     margin: 0 0 0 -10px;
}
header .image-container
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100px;
}

header .image-container .welcomeText
{
    position: absolute;
    top: 50%;
    vertical-align: middle;
}*/


/*	Global Rounded Buttons
    ------------------------------------------------------- */

.k-button
    {
        background-color: #888f8e; /*#D88E2F;*/
        color: #fff;
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
        cursor: pointer;
        border: none;
    }

.k-button:hover
    {
        background-color: #5a5959;
        color: #fff;
    }


/*	Login Button
    ------------------------------------------------------- */

.login-button
    {
        text-align: right;
        width: 910px
       
    }

.login-button ul
    {
        list-style-type: none;
        margin: 0;

    }

.login-button ul li
    {
        display: inline;
         
    }

.hellouser
{
    font-size: 13px;
    /*color:#999;*/
    padding-right: 15px;
}


/*	Customer View Global Nav + Kendo Overrides
    ------------------------------------------------------- */

.k-menu
    {
        background-color:transparent;
        border: none;
        float: left;
        margin: 13px 0 0 20px;
    }

.k-menu > .k-item, .k-widget.k-menu-horizontal > .k-item
    {
        border: none;
        font: 200 15px;
        /*color: #999;*/
        text-transform: uppercase;
        
    }

.k-menu .k-link
    {
        /*color: #999;*/
        background:transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

.k-menu .k-link:hover
    {
        /*color:#999;*/  /*#d88e2f;*/
    }



.k-menu .k-state-hover
    {
        background-color: transparent;
    }

.k-state-hover .k-link
{
    background:transparent;

}


.k-menu .k-item .k-item a.k-link
   {
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   }

.k-menu .k-item .k-item a.k-link:hover
    {
        background-color:#888f8e; /*#D88E2F;*/ /*rgba(216, 142, 47, 0.7); */
    }


.k-menu .k-popup
    {
        background-color: rgba(255, 255, 255, 0.8);
        text-transform: none;
        border:0;
        
    }

.k-menu .k-popup .k-item
   {
       font-size: 13px;
       font-weight: normal;
       text-transform: none;
       color: #2e2e2e;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
   }

.k-menu .k-popup .k-item .k-link:hover
   {
       /*color: #fff;*/
   }

.k-menu .k-popup .k-content
    {
        background-color: rgba(255, 255, 255, 0.8);
    }

.k-menu .k-popup .k-content img
    {
    width: 50%;
    }

.menu-content
{
    padding: 10px;
}

.editor-field
{
    padding-bottom: 10px;
}


/* Shopping Cart Menu
    ------------------------------------------------------- */

#cart-menu
    {
        float: right;
    }

 #cart-menu .k-i-close
    {
        float: right;
        cursor: pointer;
        opacity: .3;
    }

#cart-menu .k-i-close:hover
    {
        float: right;
        cursor: pointer;
        opacity: 1;
    }

#cart-menu .k-content
    {
        padding: 10px;
    }

#cart-menu .k-content li span:first-child
        {
            float: left;
        }

#cart-menu .k-content ul
        {
            list-style-type: none;
            padding: 0;
            border: none;
        }

#cart-menu .k-content ul li
    {
        display: block;
        clear: left;
    }

#cart-menu .k-content ul li:last-child
        {
            border-bottom: thin solid #999;
            padding-bottom: 25px;
        }

#cart-menu .cm-checkout
    {
        clear: both;
        padding-top: 12px;
    }

#cart-menu .cm-total
    {
        text-transform: uppercase;
    }

#cart-menu .cm-amount
    {
        padding-right: 10px;
        font-weight: bold;
    }

#cart-menu .cm-count:before
    {
        font-family: 'icomoon';
        content: "#";
        padding-right: 4px;
    }

#cart-menu .k-block,  #cart-menu .k-widget
    {
        background-color: transparent;
    }


/*	Global Search
    ------------------------------------------------------- */

.k-autocomplete
    {
        float: right;
        width: 250px;
        margin-top: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.k-autocomplete.k-state-hover
{
    border-color:#888f8e /*#D88E2F;*/
    background-color: #888f8e /*#D88E2F;*/
}

.k-list-container
    {
        background-color: rgba(255, 255, 255, 0.8);
    }

#main-search-list .k-item
    {
        margin: 5px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#main-search-list .k-state-hover
    {
        background-color:#888f8e; /*#D88E2F;*/ /*rgba(216, 142, 47, 0.7); */
        border: none;
        color: #f6f6f6;
        cursor: pointer;
    }

.album-wide img
    {
        height: 60px;
        width: 60px;
        float: left;
        margin-right: 5px;
    }

.album-wide div
    {
        display: block;
        min-height: 60px;
    }

.album-wide span
    {
        font-size: .8em;
        vertical-align: top;
        margin: 0;
        padding: 4px;
        display: block;
        line-height: 1em;
    }

.album-wide span:first-child
    {
        font-weight: bold;
    }


/*	Home Page Content
    ------------------------------------------------------- */


#promotion
{
    margin-bottom: 50px;
    height: 445px;
    width: 950px;
}


#body .k-listview
{
    border: none;
}

.featureartist-text
    {
        color: #000;
    }


/*	Footer
    ------------------------------------------------------- */

footer
    {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100px;
        width: 100%;
        border-top: 1px solid #c7c7c7;
    }


footer ul
    {
        list-style-type: none;
        margin: 0 auto;
        width: 216px;
        padding: 40px 0;
        
     
    }

footer ul li
    {
        display: inline;
        padding-right: 20px;
        float: left;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
    }
 

footer ul li:hover
    {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
    }

footer ul li img
    {
        width: 88px;
    }


/*	Albums
    ------------------------------------------------------- */

.album
    {
        float: left;
        padding:0px 48px 20px 0px;
        width: 150px;
        cursor: pointer;
        font-size:14px;
    }

.album:nth-child(5n+5)
    {
        padding-right: 0;
    }

.album:nth-child(5n+6)
    {
        clear: left;
    }

.album img
    {
        height: 150px;
        width: 150px;
        border: 1px solid #c7c7c7;
        padding: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.album img:hover
    {
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;    
    }

.album span
    {
        display: block;
    }

.album .title
    {
        font-weight: bold;
    }

.album .price
    {
        font-style: italic;
        color: #ababab;
    }


/*	Album Popup Window
    ------------------------------------------------------- */

.album-details .image-container
    {
        float: left;
        height: 100%;
        margin-right: 20px;
    }

.album-details img
    {
        height: 200px;
        width: 200px;
        border: 1px solid #c7c7c7;
        padding: 4px;
    }

.album-details .artist
    {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

.album-details .price
    {
        padding-left: 1em;
        font-size: 15px;
    }

.album-details .price-currency
    {
        font-size: .6em;
        padding-left: 4px;
    }

.album-details .k-numerictextbox
    {
        width: 80px;
        margin-left: 4px;
    }

.album-details .total
    {
        margin-top: 4px;
        padding-top: 4px;
        padding-left: 1em;
        border-top: 1px solid #999;
        overflow: hidden;
        margin-bottom: 20px;
        font-size: 20px;
    }

.k-numeric-wrap
    {
        border-color: none;
        background-color: #E9E9E9;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.k-numeric-wrap.k-state-hover
    {
        border-color: none;
        background-color: #888f8e /*#D88E2F;*/
    }

.album-details .k-button
    {
        font-size: 15px;
    }

.k-window .k-header, .k-window .k-header .k-state-hover:hover
    {
        background-color: transparent;
    
    }

.k-window .k-header .k-state-hover:hover
    {
        border: thin solid transparent;
    }

.k-window-title
{
    font-weight:700;
}


/*	Login Page
    ------------------------------------------------------- */

.login
    {
        margin: 0;
        font-size: 14px;
    }

.login ul
    {
        list-style-type: none;
        display: block;
        text-align: left;
        padding: 0;
        margin: 0;
    }

.login ul li
    {
        padding-bottom: 15px;
    }

.login-small
    {
        font: 11px;
        color: #888;
    }

.login-small a:link, .login-small a:visited
    {
       color:#888f8e; /*#D88E2F;*/
       -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

.login-small a:hover
    {
      color:#5a5959;
    }
.login-box input[type="text"], .login-box input[type="password"] {
    height: 44px;
    width: 280px;
    border: 2px solid #8b8989;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 48px;
}
.validation-box {
    position: relative;
}
.validation-box input[type="text"], .validation-box input[type="password"] {
    margin-top: 32px;
}
.validation-box .validation-summary-errors ul {
    list-style: none;
}
.login-box input[type="password"] {
    margin-left: 4px;
}
label[for="RememberMe"] {
    display: none;
}

.login-box img {
    margin-top: 48px;
}
.login-box input[type="submit"] {
    margin-top: 48px;
    height: 56px;
    width: 260px;
    border-radius: 4px;
    background-color: #3C72C3;
    color: white;
    border: none;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 24px;
}

.login-box a {
    color: #007C9F;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0.75px;
    line-height: 24px;
    margin-top: 32px;
    display: inline-block;
}

.login-box h2 {
    margin-bottom: 0;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 24px;
    color: #4A4A4A;
}


/*	Shopping Cart Review
    ------------------------------------------------------- */

.cart-search
{
    display: inline-block;
    float: right;
}

#cart-grid
{
        border-width: 0 0 1px 0;
        border-color: #999;
}

#cart-grid .k-grid-header-wrap, #cart-grid td
    {
        border: none;
    }

#cart-grid .k-grid-header
    {
        font-size: 1.1em;
        background-color: transparent;
        border: none;
    }

#cart-grid .k-header
    {
        background-color: transparent;
        border-width: 0 0 1px 0;
        border-color: #999;
    }

#cart-grid .k-numerictextbox
    {
        width: 80px;
    }

#cart-grid th:last-child, #cart-grid td:last-child
    {
        text-align: right;
    }

.grid-footer
{
    font-size: 1.1em;
    padding: 10px 10px 0px 10px;
    text-align: right;
}

.grid-footer .k-button
    {
        font-size: 15px;
    }


/* Contact page
    ------------------------------------------------------- */

.contact
    {
        float: left;
        margin: 0 100px 120px 0;
    }

.contact p
    {
        font-size: 13px;
    }

.contact .label
    {
        text-transform: uppercase;
        color: #999;
    }

.contact .k-button
    {
    margin-top: 30px;
    font-size: 15px;
    }

.contact span
    {
        display: block;
        clear: left;
    }

.contact span a:link, .contact span a:visited
    {
       color:#888f8e; /*#D88E2F;*/
       -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

.contact span a:hover
    {
      color:#5a5959;
    }

.demo-information
{
    color: #999;
    padding-bottom: 10px;
}


/* Override some general Kendo things */

.k-header,.k-grid-header,.k-toolbar,.k-dropdown-wrap,.k-picker-wrap,.k-grouping-header,.k-tooltip,.k-pager-wrap,.k-button,.k-draghandle,.k-tile,.k-textbox,.k-autocomplete,.k-state-hover,.k-state-selected,.k-state-focused,.k-state-highlight,.k-tabstrip-items .k-item
{
    background-image: none;       
}

.k-state-selected.k-state-focused,
.k-state-selected.k-state-highlight 
{
  background: #888f8e;
  border:none;
}

.k-state-selected.k-state-highlight
{
    /*background-color: #888f8e;*/ /*#D88E2F;*/
    background: #888f8e;
    border:none;
}



/*	List-View (Albums)
    ------------------------------------------------------- */

.k-pager-wrap
{
    margin: 20px 0;
    border: none;
    background-color: transparent;
    font-size: 12px;
    color:#999;
}

.k-pager-info 
    {
        float: right;
        padding: 0;
    }


/*	Sales Graphs
    ------------------------------------------------------- */

#date-range, #genre-chart-type
{
    background:none;
    margin: 0;
    padding: 0;
}

#date-range li, #genre-chart-type li
    {
        border: none;
        background-color: #b4b4b4;
        color: #fff;
        margin-right: 8px;
        padding: 3px 6px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
        cursor: pointer;
        border: none;
    }


 #date-range li:hover, #date-range li.k-state-selected, #genre-chart-type li:hover, #genre-chart-type li.k-state-selected
    {
        background-color: #888f8e; /*#D88E2F;*/
        color: #fff;
    }

#date-range
    {
        padding-bottom: 30px;
        font-size: 15px;
    }

#genre-chart-type
    {
        font-size: 11px;
    }

#revenue-chart
    {
        margin-bottom: 50px;
    }

#revenue-chart text[style], #genre-chart text[style]
    {
       font: 12px Open Sans, sans-serif !important;
    }

#revenue-chart g path:first-child
    {
        fill:#888f8e; /*#D88E2F;*/
        stroke:none;
    }


#revenue-chart g path:nth-child(2), #genre-chart g path:nth-child(2)
    {
        display: none;
    }

#revenue-chart g path[fill="none"]
    {
        fill: none;
    }

#revenue-chart g[clip-path] path
    {
        stroke:#ccc;
    }

.cake
{
    text-transform: uppercase;
    display: block;
    clear:right;
}


/* Genre Chart
    ------------------------------------------------------- */

.selector
{
    background: #EEE;
    border: solid #DADADA;
    border-width: 0 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.selector li
{
    list-style-type: none;
    display: inline-block;
    padding: 4px 10px;
    cursor: pointer;
    border-left: 1px solid #999;
}

    .selector li:last-child
    {
        border-right: 1px solid #999;
    }

#genre-chart
{
    clear: none;
    min-height: 400px;
    font-size: .6em;
    text-align: center;
    color: #a33636;
}

#genre-chart a:link, #genre-chart a:visited
    {
        color: #a33636;
    }


#genre-chart a:hover
        {
            color: #a86464;
        }

.k-dropdown-wrap, .k-textbox
{
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.k-dropdown-wrap.k-state-hover
    {
        background-color: #888f8e; /*#D88E2F;*/
    }

.k-textbox:hover
    {
        border-color: #888f8e; /*#D88E2F;*/
    }

#albumsGrid img
{
    height: 60px;
    width: 60px;
}

#albumArtUploadWindow
{
    display: none;
}


/* Checkout
    ------------------------------------------------------- */

.checkout-info > div
{
    float: left;
    margin-right: 50px;
}

.checkout-info > input
{
    display: block;
    clear: both;
}

.checkout-info .note
{
    width: 200px;
    display: block;
    font-size: .9em;
    font-style: italic;
    color: #999;
    margin-bottom: 4px;
    padding-left: 4px;
}

.checkout-info .k-tooltip-validation
{
    margin-left: -30px;
    background-color: rgba(255, 0, 0, .2);
    border: none;
}

.k-calendar td.k-state-selected a
{
    background-color: #888f8e; /*#D88E2F;*/
}

.k-calendar .past
{
    color: #eee;
}

.checkout-complete .k-button
{
    margin-top: 30px;
    font-size: 15px;
}

.demo-note
{
    display: block;
    font-size: .9em;
    font-style: italic;
    color: #999;
    margin-bottom: 4px;
    padding-left: 4px;
    text-indent: -18px;
    margin-left: 18px;
}

.demo-note:before
{
    content: "*";
    font-size: 2em;
    font-style: italic;
    color: #CE6A54;
}

.demo-note.demo-graph-note
{
    float: right;
    width: 300px;
}

.qr-code
{
    display: block;
    margin: 2em 0;
}

.get-mobile-panel p
{
    margin: 40px 0px;
    font-size: 1.1em;
}

.product-name
{
    color: #888f8e; /*#D88E2F;*/
}

#ios-screenshot
{
    float: right;
    -moz-transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    rotation: -10deg;
    z-index: 10;
}

#android-screenshot
{
    float: right;
    -moz-transform:rotate(10deg);
    -webkit-transform:rotate(10deg);
    -o-transform:rotate(10deg);
    -ms-transform:rotate(10deg);
    rotation: 10deg;
    z-index: 5;
}

#icenium-logo
{
    float: right;
    clear: both;
    margin-top: 20px;
    margin-right: 33px;
}

/* Jquery Validate Styles*/
.validation-summary-errors
{
    margin-top: 20px;
    color:Red;
}

.validation-summary-errors ul {
    list-style: bullet;
    padding:0;
    margin:0;
}

.validation-summary-errors ul li{
    padding-left: 1em; 
    text-indent: -.7em;
}

.validation-summary-errors ul li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
}

/*** Custom Dialog Window ***/
.czDLGIcon{
    padding-right:10px;
    width:32px;
    height:32px;
    padding-bottom:10px;
    background-repeat:no-repeat;
}
 
.czDLGText{
    padding-right:20px;
    font-weight:bold;
    padding-bottom:10px;
}
 
.czDLGBtn{
  margin-right:5px;
  border: 1px solid #666;
  background-color:#0d0d0d;
  color:#d59eff;
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  padding: 4px 10px;
  outline: 0;
  -webkit-appearance: none;
  cursor:pointer;
  float:right;
}
 
.czDLGBtn:hover {
  background-color:#1d1d1d;
}
 
.czWarning{
    background-image: url('/assets/icons/dlgIcons/warning.png');
}  
 
.czInformation{
    background-image: url('/assets/icons/dlgIcons/information.png');
}
 
.czConfirm{
    background-image: url('/assets/icons/dlgIcons/confirm.png');
}
 
.czError{
    background-image: url('/assets/icons/dlgIcons/error.png');
}
.czStop
{
    width:20px;
    height: 5px;
    background: url('/Content/themes/base/Default/sprite.png') -20px -20px;
    /*background-image: url('/assets/icons/dlgIcons/stop.png');*/
}
/*** End - Custom Dialog Window ***/

/* Login box */
.login-box {
    margin: auto;
    display: block;
    margin-top: 146px;
    font-family: Gotham;
    max-width: 472px;
    text-align: center;
    box-shadow: 0 2px 14px 0 rgba(158,169,179,0.5);
    height: 661px;
}