/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Login
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
html, body
{
    height: 100%;
    min-height: 100%;
}

body
{
    background: url('../images/fabric_plaid.png');
}

label
{
    font-weight: 700;
}

#login-box
{
    margin-top: 25px;
}

.span-heading
{
    color: #0192DD;
    display: block;
    font-size: medium;
    font-weight: 700;
    margin-bottom: 20px;
}

.header
{
    background: rgba(255,255,255,0.7);
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.content
{
    margin-bottom: 100px;
}

.heading
{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
}

.heading h1
{
    color: #061FB8;
    margin: 0;
}


/* -----------------------------------------
   Login
----------------------------------------- */
.login-logo
{
    text-align: center;
}

.logged-in
{
    margin-top: 10px;
}

.logged-in p
{
    padding: 5px;
    margin: 0;
}




/* -----------------------------------------
   Sidebar Menu
----------------------------------------- */
.sidebar-menu
{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    border: 1px solid #e4e4e4;
}

.sidebar-menu p
{
    margin: 0 !important;
}

.sidebar-menu ul, .sidebar-menu ul ul, .sidebar-menu li, li.sidebar-button, .sidebar-dropdown li
{
    margin: 0 !important;
}

li.sidebar-button a{
    /* The section titles */
    background: #fff;
    background: rgba(255,255,255,0.6);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #f0f0f0;
    display: block;
    font-family: sans-serif;
    font-size: small;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

li.sidebar-button a:hover{
    /* Removing the inherited underline from the titles */
    text-decoration:none;
}

/* The hover effects */
li.sidebar-button a:hover
{ 
    background: rgba(255,255,255,0.8);
}

li.sidebar-button-no-slide a{
    /* The section titles */
    background: #fff;
    background: rgba(255,255,255,0.6);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #f0f0f0;
    display: block;
    font-family: sans-serif;
    font-size: small;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

li.sidebar-button-no-slide a:hover{
    /* Removing the inherited underline from the titles */
    text-decoration:none;
}

/* The hover effects */
li.sidebar-button-no-slide a:hover
{ 
    background: rgba(255,255,255,0.8);
}

.sidebar-dropdown{
    /* The expandable lists */
    display:none;
    width:100%;
}

.sidebar-dropdown li{
    /* Each element in the expandable list */
    border-bottom:1px solid #333;
    color:#CCCCCC;
}

.sidebar-dropdown li a
{
    background: #333;
    background: rgba(0,0,0,0.7);
    display: block;
    padding:10px 18px;
}


.sidebar-dropdown li a:hover
{
    background: #333;
    background: rgba(0,0,0,0.8);
}

/* -----------------------------------------
   Footer
----------------------------------------- */

.footer
{
    background: url('../images/black-Linen.png');
    color: #222222;
    box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 15px 0;
}

/* -----------------------------------------
   Icons
----------------------------------------- */

.buttons
{
    text-align: right;
}

td.action-td
{
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0 !important;
}

.new-button
{
    background: url('../images/icons/add.png') no-repeat;
    margin: 0;
    padding-left: 25px;
}

a.cash-buttonwhite, a.na-buttonwhite, a.done-buttonwhite
{
    background: #ffffff;
    display: block;
    width: 32px;
    height: 32px;
}

a.cash-buttonwhite
{
    background-image: url('../images/icons/Cash.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.na-buttonwhite
{
    background-image: url('../images/icons/na.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.done-buttonwhite
{
    background-image: url('../images/icons/Done.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.event-button, a.camera-button, a.livelocation-button, a.ticket-button, a.video-button, a.rotate-button, a.distance-button, a.survey-button, a.cash-button, a.returnstock-button, a.basket-button, a.list-button, a.visaorange-button, a.visagreen-button, a.visared-button, a.done-button, a.bluedoc-button, a.go-button, a.info-button, a.finished-button, a.checkin-button, a.arrived-button, a.feedbackdone-button, a.feedbacknotdone-button, a.sms-button, a.file-button, a.upload-button, a.alive-button, a.add-button, a.beer-button, a.head-group, a.home-button, a.mobile-button, a.view-button, a.users-button, a.capture-button, a.edit-button, a.delete-button, a.history-button, a.clone-button, a.email-button, a.sim-button, a.mrlink-button, a.regions-button, a.report-button, a.redflag-button, a.elements-button
{
    background: #e3e3e3;
    display: block;
    width: 32px;
    height: 32px;
}

a.event-button
{
    background-image: url('../images/icons/cal-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.camera-button
{
    background-image: url('../images/icons/camera.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.livelocation-button
{
    background-image: url('../images/icons/LiveLocation.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.ticket-button
{
    background-image: url('../images/icons/ticket.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.video-button
{
    background-image: url('../images/icons/YouTube.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.rotate-button
{
    background-image: url('../images/icons/rotate.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.distance-button
{
    background-image: url('../images/icons/distance.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.survey-button
{
    background-image: url('../images/icons/Survey16.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.cash-button
{
    background-image: url('../images/icons/cash.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.returnstock-button
{
    background-image: url('../images/icons/returnstock.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.basket-button
{
    background-image: url('../images/icons/basket.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.list-button
{
    background-image: url('../images/icons/elemets.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.visaorange-button
{
    background: #FF8000;
    background-image: url('../images/icons/Visa.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.visared-button
{
    background: #FF0000;
    background-image: url('../images/icons/Visa.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.visagreen-button
{
    background: #36D900;
    background-image: url('../images/icons/Visa.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.done-button
{
    background-image: url('../images/icons/Done.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.bluedoc-button
{
    background-image: url('../images/icons/bluedoc.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.go-button
{
    background-image: url('../images/icons/goicon.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.info-button
{
    background-image: url('../images/icons/info.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.finished-button
{
    background-image: url('../images/icons/finishedflag.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.checkin-button
{
    background-image: url('../images/icons/CheckIn.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.arrived-button
{
    background-image: url('../images/icons/arrived.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.feedbackdone-button
{
    background-image: url('../images/icons/FeedbackDone.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.feedbacknotdone-button
{
    background-image: url('../images/icons/FeedbackNotDone.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.sms-button
{
    background-image: url('../images/icons/sms.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.file-button
{
    background-image: url('../images/icons/BlankFile.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.upload-button
{
    background-image: url('../images/icons/FileUpload.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.alive-button
{
    background-image: url('../images/icons/heart.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.head-group
{
    background-image: url('../images/icons/HeadGroup.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.home-button
{
    background-image: url('../images/icons/Home2.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.mobile-button
{
    background-image: url('../images/icons/mobile.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.elements-button
{
    background-image: url('../images/icons/elemets.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.users-button
{
    background-image: url('../images/icons/users.png');
    background-repeat: no-repeat;
    background-position: center;
}


a.view-button
{
    background-image: url('../images/icons/Arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.mrlink-button
{
    background-image: url('../images/icons/mrlink.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.capture-button
{
    background-image: url('../images/icons/capture.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.redflag-button
{
    background-image: url('../images/icons/redflag.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.regions-button
{
    background-image: url('../images/icons/samap.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.edit-button
{
    background-image: url('../images/icons/page_white_edit.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.delete-button
{
    background-image: url('../images/icons/delete.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.history-button
{
    background-image: url('../images/icons/blog.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.clone-button
{
    background-image: url('../images/icons/Clone-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.sim-button
{
    background-image: url('../images/icons/sim.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.email-button
{
    background-image: url('../images/icons/email-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.report-button
{
    background-image: url('../images/icons/report.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.beer-button
{
    background-image: url('../images/icons/beer.png');
    background-repeat: no-repeat;
    background-position: center;
}
a.add-button
{
    background-image: url('../images/icons/plus.png');
    background-repeat: no-repeat;
    background-position: center;
}
/* Buttons outside of a table */

.settings-icon
{
    background-image: url('../images/icons/cog.png');
    background-repeat: no-repeat;
    padding: 0 0 5px 20px;
}

.logout-icon
{
    background-image: url('../images/icons/lock.png');
    background-repeat: no-repeat;
    padding: 0 0 5px 20px;
}
.search-icon
{
    background-image: url('../images/icons/search.png');
    background-repeat: no-repeat;
    padding: 0 0 5px 20px;
}

/* Sidebar Buttons */

.pages-icon
{
    background-image: url('../images/icons/page_2.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.feeds-icon
{
    background-image: url('../images/icons/feed_document.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.news-icon
{
    background-image: url('../images/icons/newspaper.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.money-icon
{
    background-image: url('../images/icons/money.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.staff-icon
{
    background-image: url('../images/icons/user_female.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.inventory-icon
{
    background-image: url('../images/icons/inventory.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.blog-icon
{
    background-image: url('../images/icons/blog.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.report-icon
{
    background-image: url('../images/icons/report.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.dashboard-icon
{
    background-image: url('../images/icons/dashboard.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.users-icon
{
    background-image: url('../images/icons/user_silhouette.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.calendar-icon
{
    background-image: url('../images/icons/calendar_1.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.lock-icon
{
    background-image: url('../images/icons/lock.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.cog-icon
{
    background-image: url('../images/icons/cog.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.sim-icon
{
    background-image: url('../images/icons/sim.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.zoner-icon
{
    background-image: url('../images/icons/zoner.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.email-icon
{
    background-image: url('../images/icons/email-icon.png') !important;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
