@charset "utf-8";
/*
*   About : tinyNotic 1.1.0 -  theme styles
*   Theme name : Flat
*   Created and published by : Mr.sinoser [mohammad ebrahimi aval]
*   publisher site :http://sinoser.ir
*   publisher blog :http://sinoser.ir/blog
*/
/************************commonStyles************************/
div[class ^= tinyNotice_status_]{
    position: fixed;
    z-index: 900000000;
    top: 12px;
    right: 0px;
    padding: 15px;
    direction: rtl;
    max-width: 400px;
    min-width: 100px;
    font-size: 18px;
    font-family: tahoma;
    display: none;
    overflow: hidden;
}
div[class ^= tinyNotice_status_] > span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 19px;
    font-size: 13px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    display: none;
    box-sizing: border-box;
}
div[class ^= tinyNotice_status_]:hover > span{
    display: block;
    cursor: pointer;
}
div[class ^= tinyNotice_status_] > p{
    font-size: 0.8em;
    margin: 0px;
    margin-top: 5px;
    padding: 5px;
    padding-left:0px;
}
.tinyNotice_confirmBtn > button{
    box-sizing:border-box;
    height:28px;
    line-height:26px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding:0 15px;
    float: left;
    color:#fff;
    cursor: pointer;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size:14px;
    font-family:tahoma;
    border:2px solid transparent;
    outline: none;
}
button.tinyNotice_confirmBtn_ok{
    background-color:#198fff;
    -webkit-box-shadow : 0 3px #063a93;
    box-shadow : 0 3px #063a93;
}
button.tinyNotice_confirmBtn_cancel{
    background-color:#df5157;
    -webkit-box-shadow : 0 3px #992025;
    box-shadow : 0 3px #992025;
    
}
button.tinyNotice_confirmBtn_ok:hover{
    background-color:#0071D7;
    -webkit-box-shadow : 0 3px #042966;
    box-shadow : 0 3px #042966;		
}
button.tinyNotice_confirmBtn_cancel:hover{
    background-color:#c02930;
    -webkit-box-shadow : 0 3px #6e0c10;
    box-shadow : 0 3px #6e0c10;		
}


/*****************noteStatusStyle****************/
.tinyNotice_status_note{
    background-color: #888888;
    border-right: 8px solid #5c5c5c;
    color: #fff;
}
.tinyNotice_status_note > span{background-color: #747474;}

.tinyNotice_status_note > span:hover{background-color: #363636;}

.tinyNotice_status_note > strong{color: #363636;}

.tinyNotice_status_note > p{border-right: 2px solid #747474;}




/*****************successStatusStyle****************/
.tinyNotice_status_success{
    background-color: #2ecc71;
    border-right: 8px solid #209853;
    color: #fff;
}
.tinyNotice_status_success > span{background-color: #2bbd69;}

.tinyNotice_status_success > span:hover{background-color: #15723d;}

.tinyNotice_status_success > strong{color: #15723d;}

.tinyNotice_status_success > p{border-right: 2px solid #2bbd69;}




/*****************warningStatusStyle****************/
.tinyNotice_status_warning{
    background-color: #dc9a1d;
    border-right: 8px solid #a47213;
    color: #fff;
}
.tinyNotice_status_warning > span{background-color: #cc8f1b;}

.tinyNotice_status_warning > span:hover{background-color: #7c560b;}

.tinyNotice_status_warning > strong{color: #7c560b;}

.tinyNotice_status_warning > p{border-right: 2px solid #cc8f1b;}




/*****************erorrStatusStyle****************/
.tinyNotice_status_error{
    background-color: #cc2e35;
    border-right: 8px solid #982025;
    color: #fff;
}
.tinyNotice_status_error > span{background-color: #bd2b31;}

.tinyNotice_status_error > span:hover{background-color: #721518;}

.tinyNotice_status_error > strong{color: #721518;}

.tinyNotice_status_error > p{border-right: 2px solid #bd2b31;}




/*****************infoStatusStyle****************/
.tinyNotice_status_info{
    background-color: #2ec8cc;
    border-right: 8px solid #209598;
    color: #fff;
}
.tinyNotice_status_info > span{background-color: #2bb9bd;}

.tinyNotice_status_info > span:hover{background-color: #156280;}

.tinyNotice_status_info > strong{color: #156280;}

.tinyNotice_status_info > p{border-right: 2px solid #2bb9bd;}