@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSans;
}


div.login-field {
    width: 360px;
    margin: auto;
    font-family: IRANSans;
}

div.msg {
    width: 360px;
    margin: auto;
    font-family: IRANSans;
    text-align: center;
}

.single-img {
    text-align: center;
    margin-top: 80px;
}

input {
    margin-top: 10px;
    height: 50px;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}


input.block {
    display: block;
    width: 100%;
}


select {
    margin-top: 10px;
    height: 50px;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="submit"] {
    background: #b21f24;
    color: #fff;
    transition-duration: 600ms;
}

input[type="submit"].done {
    background: #16852e;
}

a.button {
    padding: 0 20px;
    margin: 0 10px;
    background: #2f7cdc;
    color: #fff;
    font-family: IRANSans;
    border-radius: 5px;
}

div.header-msg {
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    width: 100%;
    background: #f5f5f5;
}

div.header-msg img {
    border-radius: 100%;
    margin: 0 10px;
}

div.tac {
    background: #fff6f6;
    margin: 80px auto;
    width: 60%;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ffd7d7;
}

div.table {
    width: 70%;
    max-width: 1400px;
    min-width: 1000px;
    margin: 40px auto;
}

ul.table {
    width: 100%;
    margin: 0;
    display: flex;
    padding: 0;
}

ul.table li {
    display: inline-block;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
}

ul.table li:nth-child(1) {
    width: 80px;
}

ul.table li:nth-child(2) {
    width: 80px;
}

ul.table li:nth-child(3), ul.titr li:nth-child(3) {
    width: 30%;
    text-align: right;
}

ul.table li:nth-child(4), ul.titr li:nth-child(4) {
    width: 70%;
    text-align: right;
}

ul.table li:nth-child(5) {
    width: 200px;
}

ul.titr li {
    background: #666;
    color: #fff;
    border-right: 1px solid #fff;
}

ul.done li {
    background: #e7ffe8;
}

ul.pend li {
    background: #fff0f0;
}

textarea {
    width: 100%;
    margin-top: 10px;
    height: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


a.note-create {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 20px;
    margin: 10px 10px;
    background: #2f7cdc;
    color: #fff;
    font-family: IRANSans;
    border-radius: 5px;
}

a.remove-icon i {
    color: #f00;
}


.success {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 50px;
    background: #dcffe2;
    font-family: tahoma;
}

.error {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 50px;
    background: #ffdcdc;
    font-family: tahoma;
}


.cat-list a {


}

a.note-box {

    display: block;
    text-align: right;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 100px;
}

a.note-box:hover {
    box-shadow: 2px 2px 4px 0px #ddd;
    text-decoration: none;
}

a.note-box span {
    display: block;

}

span.note-date {
    margin: 10px 0;
    color: #999;
    font-size: 12px;
}

.link-box {
    margin-top: 10px;
}

.cat-link a {

    padding: 10px;
    color: #b10000;
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #ccc;

}


.note-grean {
    background: #d3ffe5;
}

.note-red {
    background: #ffecec;
}

h2 {
    margin: 0;
    padding: 0;
}


.linked {
    display: block;
    height: 50px;
    line-height: 30px;
    background: #003a56;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
}


.rate{
display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #337ebe;
    float: right;
}