.add-color{
	color: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}


.loading_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-attachment: fixed;
    background-color: #000000;
    opacity: .3;
    filter: alpha(opacity=30);
   -moz-opacity: .3;
  }

  .loading_overlay-2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    background-attachment: fixed;
    background-color: whitesmoke;
    /* opacity: .9;
   -moz-opacity: .9; */
  }
  
  iframe { 
    background-color: #000000;
    width: 100%; 
    height: 500px;
 } 

 video {  
    background-color: #000000;
    width: 100%; 
    height: 400px;
 } 
    