/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */
.playblue {
   /*color: #0bacd3;*/
   color: #0000ff;
}
.playgray {
   color: #DCDCDC;
}
.playred {
   color: #EE1111;
}
.playgreen{
	color: #51bf87;
	/* background:#FFFFFF; */
}
.playblack {
   color: #000000;
   /* background:#000000; */
}
.playgray02{
	color: #848484;
	/* background:#FFFFFF; */
}
.divspace{
margin-bottom: 10px;

}
.sinpadding [class*="col-"] {
    padding: 0;
}
.marginRow{
 margin-bottom:0px !important; 
 }
.arrowRight:before, .arrowRight:after {
 border-bottom: 25px solid transparent;
 border-top: 25px solid transparent;
 top:-1px;
 }
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.modal-dialog1 {
        position: absolute;
        top: 50px;
        right: 100px;
        bottom: 0;
        left: 0;
        z-index: 10040;
        overflow: auto;
        overflow-y: auto;
}
.modalredcolor {
   background-color: rgba(0, 0, 0, 0.3);
}

 .blink{
  /*font-size: 240px;*/
  color: rgb (0, 137, 226);
  
  animation: blink 3s infinite;
 }


 .half-rule { 
  height: 3px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
 }

 @keyframes blink{
  0%{opacity: 1;}
  75%{opacity: 1;}
  76%{ opacity: 0;}
  100%{opacity: 0;}
 }
 

tr.border_bottom th {
  border-bottom:1pt solid black;
}

hr.style1{
  border-top: 1px solid #8c8b8b;
}


hr.style2 {
  border-top: 3px double #8c8b8b;
}

hr.style3 {
  border-top: 1px dashed #8c8b8b;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}


hr.style6 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

hr.style7 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}


hr.style8 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.style8:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

hr.style9 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

hr.style10 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}


hr.style11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}






@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

