﻿
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


@font-face {
   font-family: 'BYekan';
   src: url('/DesktopModules/PopUp/css/fonts/BYekan.eot');
   src: url('/DesktopModules/PopUp/css/fonts/BYekan.eot?#iefix') format('embedded-opentype'),
        url('/DesktopModules/PopUp/css/fonts/BYekan.woff') format('woff'),
        url('/DesktopModules/PopUp/css/fonts/BYekan.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;

}

.ui-widget-overlay {
   background: #777777;
   opacity: 0.6;
   -moz-opacity: 0.60;
   opacity:0.60;
   filter: alpha(opacity=60) !important;
   height: 100%;
   left: 0;
   /*position: absolute;*/
   /*top:10px;*/
   top: 0;
   width: 100%;
   /*jQuery1257312441701:35;*/
}
.ui-front {
   z-index: 100;
}
.ui-widget-content {
   background: url("/DesktopModules/PopUp/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% 0 #eeeeee;
   color: #333;
   font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size: 11px;
   text-align: right;
   padding: 10px;
}
.ui-widget {
   font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
   font-size: 1.1em;
}

.ui-dialog {
   overflow: visible !important;
   background-color:rgba(255,255,255,.7);
   /*background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.4), rgba(255,255,255,.7));*/
   border: none;
}
.ui-dialog > div{
   background-color:#fff !important;
}

.ui-resizable {
   position: relative;
}

.ui-helper-clearfix:after {
 content: "";
 display: table;
 clear: both;
}


.ui-dialog .ui-dialog-titlebar {
   padding: 15px 1em;
   position: relative;
   border:none;
}
.ui-dialog .ui-dialog-titlebar span{
   color: #5b5b5b;
   font:bold 15px iranYekan,regular,sans-serif;
}

.ui-dialog .ui-dialog-title {
   float: right;
   margin: 0.1em 0;
   overflow: hidden;
   text-align: center;
   text-overflow: ellipsis;
   white-space: nowrap;
   font-size: 13px;
   font-family : 'BYekan', tahoma;
   color: white;
   z-index: 10000 !important\9 !important;
   width: 100%;
   }
.ui-button {
   cursor: pointer;
   display: block;
   line-height: normal;
   margin-right: 0.1em;
   overflow: visible;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: middle;
   margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
   background: url("/DesktopModules/PopUp/css/images/popup-close.png") no-repeat ;
   border: none;
   cursor: pointer;
   height: 27px;
   right: -25px;
   outline: none;
   position: absolute;
   top: -15px;
   width: 27px;
   z-index:200;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick{
   background:none !important;
}


#dp-posttracking-modal ul {
   padding: 5px 20px;
   margin: 0;
}

#dp-posttracking-modal ul li{
   background-color:#e1e1e1;
   margin-bottom:6px;
   padding:5px 10px;

}
#dp-posttracking-modal ul li:last-child{
   margin-bottom:0;
}
#dp-posttracking-modal .dp-posttracking-item{
   float:right;
   width:30%;
   font:12px iranYekan,regular,sans-serif;
   color:#5b5b5b;
}

#dp-posttracking-modal .dp-posttracking-item [class*="uk-icon-"]{
   color:#034ea2;
   font-size:25px;
   line-height:30px;
   padding-left:10px;
   vertical-align:middle;
}
.dp-spanValue {
   font:12px/22px iranYekan,regular,sans-serif;
   display: inline-block;
   width: 70%;
   text-align: left;
   margin: 0 !important;
   color: #5b5b5b !important;
}
.dp-num{
   font-family:rezvan,regular,sans-serif;
}


.msg-error {
   color: red;
}



/********** new styles **********/
.trackpost {
   color: #fff;
   text-align: center;
   font-family: iranyekan, yekan, byekan;
   padding-bottom: 10px;
   background: #034EA2;
}

.trackpost-title {
   text-align: center;
   color: #034ea2;
   font-family: inherit;
   padding: 5px;
   background: #ffc600;
}

.trackpost-wrapper {
   display: inline-block;
   text-align: start;
   padding: 0 10px;
   margin: 0 auto 10px;
   box-sizing: border-box;
}

.trackpost label[for=txtBarcode] {
   display: block;
   margin-bottom: 5px;
}

.trackpost label[for=lblRandomNumber] {
   display: block;
   margin: 5px 0;
}

.trackpost-capcha {
   float: left;
   border: 2px solid #ffc600;
   background: #ffc600;
   vertical-align: top;
   margin-right: auto;
}

[dir=ltr] .trackpost-capcha {
   float: right;
}

.trackpost-capcha-reload {
   display: inline-block;
   color: #034ea2;
   font-size: 20px;
   padding: 5px;
   vertical-align: middle;
}

.trackpost-capcha img {
   width: 80px;
   height: 36px;
}

.trackpost #txtBarcode ,
.trackpost #txtRandomNumber {
   display: block;
   width: 100%;
   height: 38px;
   min-width: 230px;
   max-width: 100%;
   color: #034ea2;
   font-size: 14px;
   padding: 5px;
   border: 0;
   border-radius: 0;
   box-sizing: border-box;
   transition: .3s;
}

.trackpost #txtBarcode:focus ,
.trackpost #txtRandomNumber:focus {
   box-shadow: inset 0 0 0 2px #ffc600;
   outline: 0;
}

.trackpost-send-wrapper {
   padding-top: 10px;
}

.trackpost #btnSendInfo {
   display: inline-block;
   width: 100px;
   height: 40px;
   color: #034ea2;
   font-size: 16px;
   font-family: iranyekan, yekan, byekan;
   padding: 0;
   margin: 0;
   border: 0;
   background: #ffc600;
   transition: .3s;
   cursor: pointer;
   outline: 0;
}

.trackpost #btnSendInfo:hover {
   background: #fff;
   box-shadow: inset 0 0 0 2px #ffc600;
}

.trackpost #msgError {
   color: #ffc600;
   padding-top: 10px;
   text-align: center;
}

[id$=_lblModalResultNote] {
   display: block;
   text-align: center;
   font-family: iranyekan, byekan, yekan;
}

[id$=_lblModalResultNote] a {
   color: #034ea2
}