/**
* SetuBridge Technolabs
* http://www.SetuBridge.com/
* @author SetuBridge
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
**/
#cancel-order-container{
    display: none;
}
.cancelorder-reason-selectbox,.cancelorder-commnetbox,.cancelorder-titile{
    margin-bottom: 15px;   
}
#cancel-order-container{
    display: none;
}
.notice{
    font-style: italic;
}
.disable-link{
    cursor:not-allowed;
    opacity: 0.6;
}
.icontool:after{
    content:"\f291";
    font-family:FontAwesome;
    font-weight: 900;

}
.disable-link:hover{
    text-decoration: none
}
.button3 {text-color: #f44336;}

.fasfa-info-circle:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;


}
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width:200px;
    background-color: #505653;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    margin-left: -110px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    white-space:initial;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 55%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #505653 transparent;
}