.techlabel {
    display: inline-block;
    position: relative;
    margin-top: -20px;
    float: left;
}

.techlabel img {
    width: 60px;
}

ul.attaches {
    list-style: none;
    display: block;
    margin: 0;
    padding: 10px 0;
}

ul.attaches li {
    float: left;
    width: 80px;
    overflow: hidden;
}

ul.attaches li a, ul.attaches li img {
    display: block;
    width: 100%;
    position: relative;
}

ul.attaches li a span {
    display: none;
    /*position: absolute;*/
    font-size: 1.2em;
    /*left:0;*/
    /*right:0;*/
    /*padding: 8px 0;*/
    /*top:0;*/
    /*bottom:0;*/
    /*vertical-align: middle;*/
    /*background: rgba(0,0,0,0.5);*/
    width: 100%;
    text-align: center;
    color: #555;
    font: IRANSans(Small);
}

ul.attaches li a:hover span, ul.attaches li a:hover span:hover {
    display: block;
}

.print {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.hereItems {
    list-style: none;
    display: block;
    padding: 2px 0;
}

ul.hereItems li {
    display: inline-block;
    float: right;
}

.img-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.counter {
    color: #3a3a3a;
}

.statusbox {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.07);;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #999999;
    font-size: 10px;
    padding: 10px 10px;
}

.statusbox h5 {
    font-size: 16px;
    color: #828282;
}

.statusbox a {
    display: inline-block;
    background: #2b7a0c;
    padding: 5px 8px;
    right: 5px;
    color: #fafafa;
    text-align: center;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-search {
    display: inline-block;
    background: #2b7a0c;
    padding: 5px 1px;
    right: 5px;
    color: #fafafa;
    text-align: center;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.itembox {
    background: #fff;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.07);;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #999999;
    margin-bottom: 15px;
    padding: 10px 0;
}
.itembox h1 {
    font-size: 18px;
    margin-top:8px;
}

.itembox img.itemimage {
    display: block;
    border-radius: 10px;
    background: #eeeeee;
    border: 1px solid #d7d7d7;
    height: 100px !important;
}

.itembox div.tools {
    font-size: 15px;
}

.itembox div.tools {
    margin-bottom: 5px;
    font-size: 15px;
}

.itembox div.tools span:not(.fa) {
    vertical-align: top;
    padding: 0 2px;
}

.itembox div.tools .label {
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    background: none !important;
    border: 1px solid #acacac;
}

.itembox div.tools .label span.tag-right {
    display: inline-block;
    text-align: center;
    padding: 3px 5px;
    background: #acacac;
    width: 25px;
}

.itembox div.tools .label span.tag-left {
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    text-align: center;
    color: #3c3c3c;
    padding: 3px 5px;;
    width: 100px;
}

.contentbox {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.07);;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #999999;
    padding: 10px 10px;
    line-height: 20px;
}

.contentbox h5 {
    font-size: 16px;
    color: #828282;
}

.square {
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 2px;
    display: inline-block;

}

.square img {
    width: 28px !important;
    height: 28px !important;
    padding: 1px;
    display: block;
}

.square.disabled img {
    filter: grayscale(100%);
    opacity: 0.2;
}

.gray-img {

    filter: grayscale(100%);
    opacity: 0.5;
}

.keyword {
    display: inline-block;
    background: #f9f9f9 !important;
    font-size: 10px !important;
    margin: 3px;
    padding: 1px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.square2 {
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 2px;
    float: left;
}

.square2 img {
    width: 48px;
    height: 48px;
    padding: 1px;
    display: block;
}

.square2.disabled img {
    filter: grayscale(100%);
    opacity: 0.1;
    border: 1px solid #e4e4e4;
}

.gray-gradient {

    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=1);

}

.print {
    display: inline-block;
    float: left;
    font-family: IRANSans, 'BYekan', 'helv', sans-serif;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 11px;
    height: 28px;
}

.print:after {
    content: '';
    clear: both;
}

.print i {
    width: 28px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #656565;
}

.print div:last-child {
    float: left;
}

.square3 {
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
    overflow: hidden;
}

.square3 img {
    width: 88px;
    height: 88px;
    padding: 1px;
    display: block;
}

.square3.disabled img {
    filter: grayscale(100%);
    opacity: 0.1;
    border: 1px solid #e4e4e4;
}

.square4 {
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
}

.square4 img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.square4.disabled img {
    filter: grayscale(100%);
    opacity: 0.1;
    border: 1px solid #e4e4e4;
}

.square-btn {
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin: 20px 2px 0;
}

.square-btn span {
    font-size: 40px;
    vertical-align: middle;
}

.square-btn.disabled {
    filter: grayscale(100%) !important;
    opacity: 0.3 !important;
    border: 1px solid #e4e4e4 !important;
}

.square-btn.disabled:hover {
}

.btn-profile-item {
    display: inline-block;
    padding: 3px 5px 5px 5px;
    font-size: 22px;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    background: #efefef;
}

.btn-profile-item:hover {
    background: #fbfbfb;
}

.btn-profile-item span {
    vertical-align: top;

}

.btn-profile-item-small {
    display: inline-block;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    background: #efefef;
    border: 1px solid #878787;
}

.btn-profile-item-small:hover {
    background: #fbfbfb;
}

.btn-profile-item-small span {
    position: absolute;
    vertical-align: top;
    left: 20%;
    top: 10%;

}

.submit-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}