/*
# mod_sp_quickcontact - Ajax based quick contact Module by JoomShaper.com
# -----------------------------------------------------------------------	
# Author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved.
# License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
*/

textarea#message{width:150px;height:80px}
p.sp_qc_loading {
	background: url(../images/ajax-loader.gif) no-repeat 0 50%;
	padding: 0;
	width: 16px;
	height: 16px;
	float: left;
	display: inline-block;
	margin: 5px 10px 0 0;
}
p.sp_qc_warn{color:red}
p.sp_qc_success {color:green; font-weight: bold}
.sp_qc_error{border:1px solid #e20000}
.sp_qc_error:focus{border:1px solid red}
.sp_qc_clr{clear:both;margin-bottom:10px}



/*  application css*/
.redtext {
    font-size:  11px;
    color:  #FF0000;
    font-family:  Arial, Helvetica, sans-serif;
    text-decoration:  none;
}
/* Big box with list of options */
                #ajax_listOfOptions{
                position:absolute;  /* Never change this one */
                width:175px;    /* Width of box */
                height:250px;   /* Height of box */
                overflow:auto;  /* Scrolling features */
                border:1px solid #43418C;   /* Dark green border */
                background-color:#FFFFFF;   /* White background color */
                text-align:left;
                font-size:0.9em;
                z-index:100;
                }
                #ajax_listOfOptions div{    /* General rule for both .optionDiv and .optionDivSelected */
                margin:1px;     
                padding:1px;
                cursor:pointer;
                font-size: 12px; 
                color: #333333; 
                font-family: Arial, Helvetica, sans-serif; 
                text-decoration: none;
                font-weight:bold;
                }
                #ajax_listOfOptions .optionDiv{ /* Div for each item in list */
                }
                #ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
                background-color:#43418C;
                color:#FFF;
                }
                #ajax_listOfOptions_iframe{
                background-color:#F00;
                position:absolute;
                z-index:-3;
                }


    

   /* LATEST ANNOUNCEMENTS CSS*/  

 /*.news-panel{
    list-style: none;
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    min-height: 289px;
    max-height: 289px;
    }*/
    
/*    .play-pause {
    float: right;
    font-size: 12px;
    margin-top: 0;
}

.news-item .arw {
    display: none;
}

.news-panel li a {
    color: #0746c5;
    transition-duration: .2s;
    display: block;
}

.mesg-btn, .mesg-btn2 {
    border: 1px solid #03356E;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    transition-duration: .3s;
    text-align: center;
}
.text-center a {
    color: #0746c5;
   }

.news-item .fa-file-pdf-o {
    color: #C00;
}*/

.emblem {
    height: auto;
}

 @-webkit-keyframes zoom {
         from {
         -webkit-transform: scale(1, 1);
         }
         to {
         -webkit-transform: scale(1.5, 1.5);
         }
         }
         @keyframes zoom {
         from {
         transform: scale(1, 1);
         }
         to {
         transform: scale(1.5, 1.5);
         }
         }
         
         .carousel-inner .item > img {
         -webkit-animation: zoom 20s;
         animation: zoom 20s;
         }          

          @media print
          {
              .non-print { display: none; }
              .print { display: block; }
          }


/*LICENSE FORM CSS */
/* Hide all steps by default: */
.tab {
  display: none;
}
.msg {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #3c763d;
    background: #dff0d8;
    border: 1px solid #3c763d;
    width: 50%;
    text-align: center;
    }

    