/* Bootstrap override - Start */
 /*  Keep responsive but limit max to 970px */
/*.container {
		max-width: 970px; 
  }
*/

.ep-spell-structure-reset .badge {
    color: black !important;
    background-color: lightgray;
}

/* BOOTSTRAP DEFAULT SUBMENU START*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* BOOTSTRAP DEFAULT SUBMENU END*/

/* Global Classes */
/* SPACERS By Top Margins */
.ep-spacer-vertical-xs {
    margin-top: 5px;
}
.ep-spacer-vertical-sm {
    margin-top: 10px;
}
.ep-spacer-vertical-md {
    margin-top: 20px;
}
.ep-spacer-vertical-lg {
	margin-top: 50px;
}

.ep-checkbox label, .ep-radio label {
    margin-left: 8px;
}

/* Folder Panel - Categories Above Products*/
.ep-catalogue-folder {
    text-align: center;
}
.ep-catalogue-folder-item {
}
.ep-catalogue-folder-item-alt {
}
.ep-catalogue-notes {
}

.ep-product-title-buttons {
    text-align: right;
}

/* My Account Page */
#ep-myaccount {
}
    #ep-myaccount .ep-field-row {
        padding: 5px 0;
    }
    #ep-myaccount .ep-field-container {
    }

/* Checkout Page */
#ep-checkout {
}
    #ep-checkout .ep-checkout-size {
        font-size: 0.85em;
		/*width: 100%;*/
    }
    #ep-checkout .ep-thumbnail-img {
        width: 120px;
    }

/* CART User Control */
#ep-cart {
}
    #ep-cart .ep-cart-repeater {
	    font-size: 0.75em;
	    padding: 0px;   /* overrides bootstrap default of 15px */
    }

    #ep-cart .ep-cart-title {
    }

/* ePower Classes to change Bootstrap Setting */
/* bootstrap input-group settings */
.ep-addon-standard{
	min-width:150px;
	text-align:left;
}

.ep-addon-wide{
	min-width:200px;
	text-align:left;
}

.ep-addon-form-control {
    height: 100%;
}
.divBottomButton {
	text-align: center;
}
/* Bootstrap overwrite - End */


/* GENERAL */
.ep-danger {
	color: red;
    font-family: 'Courier New';
}
.ep-danger-message {
	color: red;
    font-family: 'Courier New';
	font-size: 1.2em;
}

.ep-danger-symbol {
	color: red;
    font-family: 'Courier New';
	font-size: 1.4em;
}

/* Control Error Class */
.ep-control-error {
	border: 1px solid red;
}

/* NEW GENERAL - Block Fields*/
.ep-spacer-left {
    margin-left: 10px;
}

/* KEYWORD Replacement classes */
/* {CatalogueVertical} and  {CatalogueHorizontal} replacements */
.ep-catalogue-menu {
  width: 100%; 		/* By default extend to full width */
}

/* Products */
#divImageContainer {
	min-height: 120px;
	
}

.ep-product-image
{
	display: block;
	margin: 0 0 0 auto;            
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}


/* Product - Blocks */

.ep-upload-buttons {
	margin-right: 5px;
}

/*Override Telerik classes*/
div.RadComboBox_Default table .rcbInputCell,  
div.RadComboBox_Default table .rcbArrowCell   
{   
	height: 18px;    
	line-height: 17px;  
	padding: 0;  
}   

div.RadComboBox_Default table .rcbInputCell input  
{  
	height: 18px;  
	line-height: 17px;  
	font:14px arial,verdana,sans-serif;  
	padding: 0;  
}  

.rcbInput  
{  
	height: 18px !important;  
}


/* Overwrite bootstrap */
.radio input[type=radio], 
.checkbox input[type=checkbox] {
	margin-left: 0px;
}
/* Image Select - Image Dropdown */
.sh-img-dropdown-container img  {
	width:300px;
}

/* All Pages */
#ep-page {
	text-align: left;
    width: 100%;
}

/* Order Detail and Job Detail Base */
        .ep-order-nav .navbar .nav,
        .ep-order-nav .navbar .nav > li {
          float:none;
          display:inline-block;
          *display:inline; /* ie7 fix */
          *zoom:1; /* hasLayout ie7 trigger */
          vertical-align: top;
        }

        .ep-order-nav .navbar-inner {
          text-align:center;
        }
		
		
/* PLUGINS */
/* ZOOM AND PAN */
.smooth_zoom_preloader {
	margin: 0 auto 20px auto;
	background-color: transparent;
	background-image: url(/Store/Site/Layout/Product/PopUps/zoom_assets/preloader.gif);
	
}	
.smooth_zoom_icons {
	background-image: url(/Store/Site/Layout/Product/PopUps/zoom_assets/icons.png);
}
/* Modal used with Crop */		
/* content div had to be removed */		
.ep-crop-modal-header {
	background-color: white;
}
.ep-crop-modal-footer {
	background-color: white;
}
.ep-crop-modal-body {
	background-color: white;
}

.ep-culture-buttons li a {
	padding: 1px 1px;
}

.ep-flag-dropdown {
    
}
.ep-flag-dropdown button { 
    background-color: transparent;
	border-width: 1px;
    border-radius: 4px;
	padding: 1px 6px;
}

.ep-flag-dropdown .ep-flag-ul {
    min-width: 0;  /* overriding dropdown-menu settings*/
	font-size: 10px;
	background-color:rgba(255, 255, 255, 0.5)
}

.ep-flag-dropdown .dropdown-menu>li>a {
    padding: 1px 10px;
}

.ep-flag-menu-dropdown .ep-flag-ul {
    min-width: 0;  /* overriding dropdown-menu settings*/
	font-size: 10px;
	/*background-color:rgba(255, 255, 255, 0.5)*/
}

.ep-flag-menu-dropdown .dropdown-menu>li>a {
    padding: 1px 19px;
}

/*Override JqueryUpload classes*/
.ajax-file-upload-statusbar {
	width: 100% !important;
}

/* EXTRAS UPLOAD */
.extraUpload .ajax-file-upload-container {
	margin: 0 10px 0 0px;
}
.extraUpload .ajax-file-upload-statusbar {
	border: 1px solid #0ba1b5;
	border-radius: 2px;
	padding: 2px;
}

/*
.extraUpload .ajax-file-upload-progress {
	width: 30% !important;
}
*/

.extraUpload .ajax-file-upload-filename {
	display: inline;
}


.extraUpload .ajax-file-upload-bar {
	height: 8px !important;
	border-radius: 3px;
}

.extraUpload .ajax-file-upload-red {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.extraUpload .ajax-file-upload-filename {
	font-size: 12px;
}

.ep-extras-tabs {
	
}
.ep-extras-tabcontents {
	min-height: 200px;
}

.ep-extras-tabpane {
	background-color: white;	
	padding: 10px;
}

/* Loyalty Program */
.loyalty-chart {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
}
.loyalty-chart canvas {
    position: absolute;
    top: 0;
    left: 0;          
}
.percent {
    display: inline-block;
    line-height: 80px;
    font-weight: bold;
    z-index: 2;
}        
        
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.loyalty-chart-title {
    margin-left: 10px;
    display: inline-block;
    /*background-color: #a57225;
        color: #FFF;   
    */
    border-radius: 5px;
    
    margin-top: 20px;     
    margin-bottom: 2px;              
    vertical-align: top;  
    height: 20px          
}
    .loyalty-chart-title span {
        color: #a57225;                
    }
.ep-loyalty-program {
    padding: 0 0px;
    width: 230px;
    height: 80px;
    border-radius: 5px;
}
.ep-loyalty-program-bronze {            
    background: rgb(246,230,180); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
}
.ep-loyalty-program-silver {
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.ep-loyalty-program-gold {
    background: rgb(255,214,94); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}
/*.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}*/

/*.txt-color-orangeDark {
    color: orangered;
}*/

.ep-estimate-thumbnail{
	width: 100px;
}

.ep-div-size {
	margin-top: 12px;
}
/*
.ep-master-body .ep-estimate-manual-size {
	width: 100px;	
}
*/

/* PRINT / EMAIL in Order Panel */
.ep-op-div-printemail {
    padding: 5px;    
}

    .ep-op-div-printemail span {
        font-size: 1.2em;
    }
    .ep-op-div-printemail input {
        width: 15px;
        height: 15px;
    }
    .ep-op-div-printemail .row {
        margin: 0;
    }

.ep-op-div-doctype-label {
    
}

.ep-op-div-doctype-print {
}

.ep-op-div-doctype-email {
}    

/* USED FOR BLOCKS - Table Required Fields*/
.ep-blocks-border-error {
    border-color: red;
}

body {
    /*margin-top: 70px !important;*/
}

.ep-wsmain-menu {
    /*position: fixed;
    height: 70px;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5000;
}

/* MENU NAVIGATION */
.ep-wsmain-menu .wsmainwp {
    max-width: 1400px;
}

.ep-wsmain-menu .wsmenu {
    width: 100%;    
}

/*.box {
    text-align: left;
    font-weight: bold;
    font-size: 15pt;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
}

    .box label {
        display: inline-block;
        border: 1px solid rgba(0,0,0,0.2);
        cursor: pointer;
        width: 35px;
        height: 35px;
        margin: 0 3px;
    }*/


.FK_special_treemenu .deeper.parent {
    width: 100%;
}


/* OCC RELATED */
.ep-occ-dropdown-period {
    background-color: darkgray;
    color: white;
}

.ep-occ-filter-button {
    background-color: darkgray;
    color: white;
}
/**********************************/
/*      KIT 					  */
/**********************************/
/* KIT - Checkout */
/* KIT - Checkout */
tr.ep-row-kit td {
    background-color: #B0B0B0;
    color: black;
    /*border-bottom: 10px solid white;*/
}


#ep-checkout tr.ep-row-kit-sub {
    background-color: #fff;
    border-left: 20px solid #B0B0B0;
}


    tr.ep-row-kit-sub td {
        background-color: #E0E0E0;
        font-size: 0.9em;
    }

        tr.ep-row-kit-sub td table {
            margin-bottom: 0 !important;
        }

            tr.ep-row-kit-sub td table td {
                background-color: white;
            }

tr.ep-row-kit-after td {
    background-color: #C0C0C0;
    color: black;
}

tr.ep-row-kit-sub-last td {
    border-bottom: 10px solid #B0B0B0;
}


.ep-badge-not-designed-active {
    background-color: red;
    color: white;
}

.ep-badge-not-designed {
    background-color: darkgray;
    color: white;
}

.ep-row-hide {
    display: none;
}

.ep-row-kit-after {
}

.thead-dark {
    background-color: #404040;
    color: white;
}

ul.ep-kit-ul {
    list-style-type: circle;   
}

li.ep-kit-li {    
    margin-left: -10px;
}

.ep-occ-buttons {
    background-color: #404040;
    padding: 10px;
}


.pending {
    background-color: #ff9494;
}
.passed {
    background-color: #df7474;
}

.ep-product-blockfields span {
    height: inherit !important;
}

.fieldContainer table.ep-block-field.radio {
    height: auto !important;
}

.ep-cart-table {
    max-height: 800px !important;
    overflow: auto;
    font-size: 0.9em;
}

