﻿@import url(https://fonts.googleapis.com/css?family=Muli);

/** {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/

.notify-toggle {  background: url(../images/bell-icon.png) no-repeat  center center;
    font-size: 30px;
    /*border: 1px solid black;*/
    border-radius: 30px;
    display: inline-block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background-color: #567b94;
    display: none;
    bottom: 8px;
    position: fixed;
    right: 17px;
    z-index: 99999999;
    background-size: 28px;
    border:2px solid #fff;

}

    .notify-toggle.active {
        background: url(../images/close-icon.png) no-repeat center center;
        top: 10px;
        top: 11px;
        background-color: #fff;
        background-size: 8px;
        border: 1px solid #567b94;
        height: 20px;
        width: 20px;
       
    }


.notify-ico {
    margin-left: 7px;
    margin-top: -4px;
}
/*.notify-toggle:hover{
  -ms-transform: rotate(360deg);  
    -webkit-transform: rotate(360deg);  
    transform: rotate(360deg);
}*/
.notify-sidebar {
    position: fixed;
    width: 350px;
    right: -500px;
    /*box-shadow:0px 0px 10px 3px black;*/
    background-color: #567b94;
    height: 100%;
    top: 0px;
    overflow: auto;
    padding-top: 52px;
    z-index:9999;
}

    .notify-sidebar h2 {
    color: #0f3d5d;
    text-align: center;
    font-family: 'Muli', sans-serif;
    position: fixed;
    width: 37%;
    border-bottom: 2px solid #fff;
    top: 0px;
    height: 47px;
    z-index: 999999;
    text-align: left;
    background: #eff1f6;
    padding: 12px 10px;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    }

    .notify-sidebar.active {
        right: 0px;
    }

.notify-notibox {
    color: #fff;
    font-family: 'Muli', sans-serif;
    width: calc(100% - 40px);
    padding: 5px 0px 15px 0px;
    margin: 0px 15px 10px 20px;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 11px;
}

.notify-cancel {
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
}

    .notify-cancel:hover {
        color: black;
        background-color: white;
    }

.notify-gone {
    display: none;
}

/*Case Notify Start*/
.notify-toggle-case {  background: url(../images/bell-icon.png) no-repeat  center center;
    font-size: 30px;
    /*border: 1px solid black;*/
    border-radius: 30px;
    display: inline-block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background-color: #567b94;
    display: none;    
    position: relative;    
    z-index: 9;
    background-size: 28px;
    border:2px solid #fff;

}

.notify-toggle-case.active {
    background: url(../images/close-icon.png) no-repeat center center;
    top: 10px;
    right: 11px;
    background-color: #fff;
    background-size: 8px;
    border: 1px solid #567b94;
    height: 20px;
    width: 20px;
       
}


.notify-ico-case {
    margin-left: 7px;
    margin-top: -4px;
}

.notify-sidebar-case {
    position: fixed;
    width: 350px;
    right: -500px;
    /*box-shadow:0px 0px 10px 3px black;*/
    background-color: #567b94;
    height: 100%;
    top: 0px;
    overflow: auto;
    padding-top: 52px;
    z-index:9999;
}

.notify-sidebar-case h2 {
color: #0f3d5d;
text-align: center;
font-family: 'Muli', sans-serif;
position: fixed;
width: 37%;
border-bottom: 2px solid #fff;
top: 0px;
height: 47px;
z-index: 999999;
text-align: left;
background: #eff1f6;
padding: 12px 10px;
text-transform: capitalize;
font-size: 19px;
font-weight: bold;
letter-spacing: 2px;
}

.notify-sidebar-case.active {
    right: 0px;
}

.notify-notibox-case {
    color: #fff;
    font-family: 'Muli', sans-serif;
    width: calc(100% - 40px);
    padding: 5px 0px 15px 0px;
    margin: 0px 15px 10px 20px;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 11px;
}

.notify-cancel-case {
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
}

.notify-cancel-case:hover {
    color: black;
    background-color: white;
}

.notify-gone-case {
    display: none;
}
/*Case Notify End*/

.notify-toggle-case.header-notification {
    background: url(../images/bell.svg) no-repeat center right;
    /* background: url(../images/Bell-8.png) no-repeat center center;*/
    background-size: 30px;
    border: 0px;
    margin: 4px 0px 0 6px;
}

.header-notification #spnCntCaseNotify {
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    right: -9px;
    top: 0px;
    background: #ff3300;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

.header-notification.notify-toggle-case.active {
    background: url(../images/close-icon.png) no-repeat center center;
    top: 10px;
    right: 11px;
    background-color: #fff;
    background-size: 8px;
    border: 1px solid #567b94;
    height: 20px;
    width: 20px;
    position: fixed;
    right: 7px;
    z-index: 99999;
    top: 10px;
}
    .header-notification.notify-toggle-case.active #spnCntCaseNotify{
        display:none;
    }

    .header-notification.notify-toggle-case.active + .login.col-md-4 {
        margin-right:48px;
    }