/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#000; background-color:#396a9c; border:4px solid #F0BF15; padding:12px;z-index:3200 !important;}
#simplemodal-container .simplemodal-data {padding:8px 8px 8px 0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
.loader-image-sku{        
    display:none;
    vertical-align: middle;
}
.loader-image-title{        
    display:none;
    vertical-align: middle;
}
.product-list-details-each{
    background-color: #ffffff;
    margin: 0 0 5px;
    padding: 5px 0 5px 6px;
    color:#000000;
    cursor: pointer;
}

ul.dropdown-menu li{
    padding: 0;
}

ul.dropdown-menu li.item-user a {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
    min-width: 295px;
}

.inline-chk{
    margin-right: 18px;
}

.inline-chk label{
    margin-right: 18px;  
    cursor: pointer;
}

.inline-chk input{
    vertical-align: text-bottom;
    margin-right: 5px;    
    cursor: pointer;
}

.cosyAlert-container{
    z-index: 999;
}

#notify_count {
    position: absolute;
    top: -5px;
    right: 7px;
    font-size: 10px;
    background-color: #fa3e3e !important;
    border-radius: 2px;
    color: #fff !important;
    padding: 1px 3px;
}

#notifications-container{
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: -10px;
}

.remove_notification {
    padding: 10px 0 !important;
}

.remove_notification h4{
    margin-right: 10px !important;
}

.fl-scrolls{
    bottom:30px;
    z-index:9999;
}

.fl-scrolls-hidden {
    bottom: 9999px;
}
.toast-buttons{
    margin-top: 10px;
}
.toast-btn {
    margin-right: 8px;
    padding: 2px 8px;
    font-size: 12px;
}