/*!
 * Dorsa Message Box -non-Responsive Style
 * Design & Developed by Saeed Salehi
 * @saeedsalehi1 - 1saeedsalehi@gmail.com
 */

 
 .col-md-1, .col-xs-3, .col-sm-3, .col-xs-9, .col-sm-9, .col-md-11 {
  position: relative;
  min-height: 1px;

}
          .col-xs-3, .col-xs-9 {
  float: left;
}
 .col-xs-9 {
  width: 75%;
}
 .col-xs-3 {
  width: 25%;
}
 @media (min-width: 768px) {
            .col-sm-3, .col-sm-9 {
    float: left;
  }
   .col-sm-9 {
    width: 75%;
  }
   .col-sm-3 {
    width: 25%;
  }
 }
@media (min-width: 992px) {
            .col-md-1, .col-md-11 {
    float: right;
  }
   .col-md-11 {
    width: 91.66666667%;
  }
   .col-md-1 {
    width: 8.33333333%;
  }
 }
@media (min-width: 1200px) {
 }
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
 @media screen and (max-width: 767px) {
 }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
 .form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
 ,
 ,
 ,
  {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
  {
  color: #333;
  text-decoration: none;
}
.btn:active,
  {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
 .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
 .btn-default:active,
 ,
  {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
 ,
  {
  background-image: none;
}
 .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
 
 @-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
 @media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
 }
@media (min-width: 992px) {
 }
 @media all and (transform-3d), (-webkit-transform-3d) {
 }
 @media screen and (min-width: 768px) {
 }
 .modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
 .modal-footer:after {
  clear: both;
}
 @-ms-viewport {
  width: device-width;
}
 
@media (min-width: 768px) {
 }

 .col-md-1, .col-xs-3, .col-sm-3, .col-xs-9, .col-sm-9, .col-md-11 {
  position: relative;
  min-height: 1px;

}
          .col-xs-3, .col-xs-9 {
  float: right;
}
 .col-xs-9 {
  width: 75%;
}
 .col-xs-3 {
  width: 25%;
}
 @media (min-width: 768px) {
            .col-sm-3, .col-sm-9 {
    float: right;
  }
   .col-sm-9 {
    width: 75%;
  }
   .col-sm-3 {
    width: 25%;
  }
 }
@media (min-width: 992px) {
            .col-md-1, .col-md-11 {
    float: right;
  }
   .col-md-11 {
    width: 91.66666667%;
  }
   .col-md-1 {
    width: 8.33333333%;
  }
 }
@media (min-width: 1200px) {
 }
caption {
  text-align: right;
}
th {
  text-align: right;
}
 .close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal table{
border : #fff;
direction: rtl;

}
.modal table tbody,.modal table tbody tr td{
border-color : #fff;
border-size:0;
}
.modal {
    font-family: tahoma;
    font-size: 13px;
}
.modal .modal-title{
text-align: right;}

.msgtext {
  border: 1px solid #ccc;
  height: 22px;
  padding-left: 3px;
  text-align: left;
}

/* .msgbutton
{
color: #000;
  cursor: pointer;
  width: 100px;
  background-color: #53ACCF;
  border: none;
  height: 23px;
  border-radius: 5px;

} */
.msglabel
{


}

