.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before{
	 left: 89%;

}

.notify-row2 {
    float: left;
    margin-top: 6px;
    margin-left: 25px;
}
.notify-row2 .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}
.alert-danger a{

    color: #32323A;

}
.headerNotifi {
	 display: block;
    overflow: hidden;
    padding: 8px;
    letter-spacing: .5px;
	background: #FAFAFA;
    margin-left: -10px;
    margin-right: -10px;

}

.notibox {
    float: right;
	margin-right: 10px;
}
.notibox a{
   color: #a3a3ab;
}

.panelScroll{
    position: relative;
    overflow: hidden;
    width: auto;
    height: 250px;	
}

.panelScroll>ul>li{
padding-right: 0px;

}

.panelScroll>ul{
padding-left: 0px;

}

.panelScroll>ul>li.alert .alert-danger{
margin-bottom: 3px;

}

.popover-footer{
        padding: 5px 4px;

        text-align: right;
}

#readAll{
	    font-size: 18px;
}

 #deleteAll{
	    font-size: 18px;

}
.notibox a .popover a{
       color: #FFF;
}

@media screen and (max-device-width : 480px) {


.top-nav li.dropdown .dropdown-menu {
    float: none;
    right: -170px;
    left: auto;
}

.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before {
    left: 32%;
}

}
.loading-notification{
    background:url(../images/loading.gif)!important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 20px;
}

#Modal_customer_notification label{
	margin-left:10px;
}

#Modal_customer_notification .checkbox label{
	padding-left: 0px;
}

.modal-body .control-group .has-switch{
	margin-left:10px;
}

 .modal-body .control-group .has-switch  span.switch-left {
    color: #171616;
    background: #eeeeee;
}

.notify-row{
	width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
}

@media (max-width: 479px) {
.notify-row{
	width: 800px;
	margin-left: 10px;
    margin-right: auto;
	text-align: initial;
    float: none;
}	
}
.mod-languages ul li {
    display: inline;
    padding-right: 2px !important;
}

.panel-border{
	    border: 1px solid transparent !important;
	    border-color: #ddd !important;
}

.limit-height-transactions{
	max-height: 350px;
    overflow-y: auto;
}
#modal_upload_warning .modal-dialog{
	width: 27%;
    left: auto;
    right: auto;
    overflow: hidden;
    top: 15%;	
	border: 1px solid rgba(0,0,0,.2);
	overflow: hidden;
	}
	
.close-custom {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
	padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.dblock{
	 display: block !important;
}	

.width-custom-modal-90{
	width:90%;
}