.notification-container{
    font-size: 12px;
}

.section-header{
    background-color: rgb(220,220,220);
    color: rgb(120,120,120);
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    border-top: solid 1px #bbbbbb;
}

.notification-container span{
    margin-left: 15px;
}


.section-item{
    border-top: solid 1px #bbbbbb;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 1.2em;
}

.section-item-leftpart{
    float:left;
}

.section-item-rightpart{
    float: right;
    height: 30px;
}


.section-item-rightpart a{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;

}

.notification-setting-value{
    width: 70px;
    margin-right: 10px;
    text-align: right;
}

.notification-container{
}

.ui-dialog-title{
  
}

.notification-setting-status-true {
    background-image: url('/static/images/checkmark.png');
    background-repeat: no-repeat;
    background-position: right;
}

.ok_buttons{
    margin: auto auto;
    text-align: center;
}

.section-item:hover{
    cursor:pointer;
}

.modifications,
.status,
.delivery,
.shipments,
.dialy_sales,
.desktopnotification,
.neworders{
    width: 310px;
}


#notificationList{
    position: fixed;
    top: 40px;
    width: 450px;
    left: 100%;
    margin-left: -460px;
    display: block;
	text-align: left;
	font-size:initial;
	color:initial;
    Radius: 4px;
    z-index: 1;
}


#notificationList .notification-box{
    background-color: #f7f7f7;
    border: 1px solid #999898;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    border-radius: 4px;
}

#notificationList .notification-box .list{
	overflow-x: hidden;
    background-color: #efeff4;
    overflow-y: auto;
    margin-bottom: 10px;
}

#notificationList .notification-box .list::-webkit-scrollbar {
    width: 8px;
}
#notificationList .notification-box .list::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
#notificationList .notification-box .list::-webkit-scrollbar-thumb {
    background-color: #ccc;

}
#notificationList .notification-box .list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

#notificationList .notification-box .notificiation_icon{
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

#notificationList .notification-box .notificiation_icon img{
    width: 32px;
    border-radius: 4px;
    height: 32px;
	margin-top:initial;
}

#notificationList .notification-box .notificiation_text{
    width: 340px;
    float: left;
    margin-left: 20px;
    margin-top: -4px;
    font-weight: 500;
    font-size: 0.9em;
	white-space: initial;
}

#notificationList .notification-box .icon_setting{
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
}

#notificationList .notification-box .icon_close{
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
    margin-top: 6px;
    margin-right: 8px;
}

#notificationList .notification-box .icon_setreadstatus{
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
    margin-top: 6px;
    margin-right: 12px;
}

#notificationList .notification-box .header{
    height: 40px;
}

#notificationList .notification-box .title{
    float: left;
    margin-left: 42px;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 130px;
}

#notificationListItemContainer{
        
}

#notificationList .notification-box .notificationitem{
    margin-left: 10px;
    margin-right: 10px;
    min-height:83px;
    margin-top: 8px;
    border-bottom: solid 1px #dddddd;
}

#notificationList .notification-box .readStatus_true{
    box-shadow: 0 0px 7px rgba(1, 185, 209, 1);
    background-color: white;
    border-radius: 3px;
    opacity :1;
	position:relative;
}

#notificationList .notification-box .readStatus_true .setread{
	position: absolute;
    top: 60px;
    left: 24px;
    width: 16px;
    height: 16px;
    background: #1ebdc5;
    border-radius: 100px;
    cursor: pointer;
}
#notificationList .notification-box .readStatus_false{
    opacity :0.6;
}


#notificationList .notification-box .nextRead_true{
    border-bottom: solid 0px #dddddd;
}
#notificationList .notification-box .icon_unread
{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 12px;
}
#notificationList .notification-box .icon_unread.off{
    opacity: 0.43;
}

#notificationList .notification-box .notificationitem:hover,
#notificationList .notification-box .icon_setting:hover,
#notificationList .notification-box .icon_close:hover,
#notificationList .notification-box .icon_unread:hover,
#notificationList .notification-box .icon_setreadstatus:hover{
    cursor:pointer;
}

#notificationList .notification-box .notificationitemdate{
	    /* margin-left: 67px; */
    font-size: 0.75em;
    color: grey;
    padding-bottom: 18px;
    line-height: 1px;
    width: 150px;
    text-align: right;
    width: 100%;
	  width: 97%;

}

#notificationList .notification-box .textbold_false{
    opacity :0.7;
    margin-top: -9px;
}

#notificationList .notification-box .textbold_true{
    opacity :1;
    margin-top: -6px;
}

#notificationList .notification-box .readstatus_date_false{
    opacity :0.7;
    padding-bottom: 18px;
}

#notificationList .notification-box .readstatus_image_false{
    opacity :0.5;
    margin-top: 11px;
}

#notificationList .notification-box .readstatus_image_true{
    margin-top: 14px;
    opacity :1;
}

#notificationList .notification-box #timeSelector{
    /* padding-right: 20px; */
    float: right;
    margin-right: 10px;
    /* width: 83px; */
    text-align: right;
    height: 25px;
	margin-top: 2px;
}


.notification_tips{
    display: block;
}

.notification_total0{
    display: none;
}

.bottomborder{
    margin-bottom: 5px;
}

#notificationList .notification-box .commentNotification{
	width: 67%;
	background-color: white;
	text-align: center;
	/* margin: auto auto; */
	padding: 10px;
	margin-left: 66px;
	font-size: 0.9em;
	border-radius: 4px;
	color: black;
	margin-bottom: 14px;
	/* box-shadow: 2px 2px 1em 5px black; */
	box-shadow: 0 1px 2px rgba(0,0,0,.23);
	margin-top: -8px;
}

#notificationList .notification-box .mention_pic{
	width: 28px;
	border: 1px solid white;
	border-radius: 3px;
	position: relative;
	vertical-align: middle;
}

#notificationList .notification-box .image_review{
	border-radius: 5px;
	cursor:pointer;
	border: 2px solid white;
	box-shadow: 0px 0px 10px 1px rgb(41, 41, 41);
	background-image: url('/static/images/imgloading.gif');
    background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
}

.blank_notification{
    margin-left: 10px;
  margin-right: 10px;
  min-height: 63px;
  margin-top: 8px;
  line-height: 50px;
  text-align: center;
  border-bottom: solid 1px #dddddd;
  color: grey;
  font-weight: 600;
}

.search{
	padding: 6px;
	background: #ececec;
}

.search .notify_search{
	width: 95%;
	border: solid 0px;
	margin: auto auto;
	display: block;
	height: 25px;
	padding: 2px 10px;
	box-shadow: initial;
}

#timeSelector{
	margin-right: 10px;
}

.notification-setting-status-1 {
    background-image: url(/static/images/checkmark.png);
    background-repeat: no-repeat;
    background-position: right;
}

.config_services{
    display: inline-block;
    /* padding: 4px; */
    font-size: 0.9em;
    font-weight: 400;
    background: white;
    border: 1px solid black;
    margin-left: 10px;
    padding-left: 4px;
    padding-right: 4px;
    max-height: 20px;
    line-height: 20px;
}



.notification_wrong_container{
	padding: 15px;
}

.wrongservices_left{
	width: 100%;
}

.wrongservices_right .list,
.wrongservices_left .list{
	height: 500px;
	background: white;
	border: 1px solid #c4c4c4;
}

.notification_item_container{
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
	cursor:pointer;
    padding-bottom: 0px;
    padding-top: 5px;
}

.notification_item_container:hover{
	background: grey;
	color:white;
	 
}

.notification_wrong_container .list{
	overflow-y: auto;
}

.service_item_1 .select_status{
	background-image: url(/static/images/checkmark.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 26px;
	height: 24px;
	float: right;
}

.titlebar span:nth-child(1){
	float:left;
	padding-bottom: 3px;
	margin-top: -3px;
	margin-left: 10px;
}
.titlebar span:nth-child(2){
	float:right;
	padding-bottom: 3px;
	margin-top: -3px;
	margin-right: 18px;
}

.name .carrier{
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}

.name .servicename{
	position: relative;
	top: -5px;
	margin-left: 8px;
}

.carrier_0{
	background-image: url(/static/images/carrier_0.png);
}
.carrier_1{
	background-image: url(/static/images/carrier_1.png);
}
.carrier_2{
	background-image: url(/static/images/carrier_2.png);
}
.carrier_3{
	background-image: url(/static/images/carrier_3.png);
}
.carrier_4{
	background-image: url(/static/images/carrier_4.png);
}

.notification_wrong_container .ok_buttons{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.name .auto{
	float: right;
	margin-right: 15px;
	font-size: 0.9em;
	color: grey;
}

.notification_item_container:hover .auto{
	color:white;
}

.servicedefault,
.servicedefault:hover{
	border: 1px solid grey;
	color: #5C5555;
	background: linear-gradient(to bottom,#fff 0,#f0f0f0 100%);
	float: right;
	width: 80px;
}
.auto .servicedone{
	margin-left: 80px;
}

.servicedone{
-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
