/* Import Font Awesome CSS */
@import url("font-awesome.css");
   
   /* Calculator Style */    
    
    
	
	
	p.cbunicccurrency {
        padding: 0 5px;
    }

    .cbuniccfa{
    width: 50px;
    margin-bottom: 20px; 
    }
    .cbuniccfc{
      width: 120px;
      margin-bottom: 20px;
    }
    .cbunicctc{
        width: 120px;
        margin-bottom: 20px;
    }
    .cbunicccurrencyform{
        border: 1px solid #ccc; 
        /*padding: 20px;*/ 
          padding: 20px 5px 20px 10px; 
    }
    
    .cbunicccurrencyform label {
        display: inline-block;
        text-align: left;
        /*margin-right: 0.5em;*/
        width: 4em;
    }

    .cbunicccurrencyform .cbuniccformbtn {
        /*margin-left: 4.5em;*/
    }

    .cbunicccurrencyresult {
        border: 1px solid #eee;
        margin: 10px 0;
        padding: 20px;
    }

    .cbunicccurrencyresult{
        font-size: 14px;
    }
    
    .cbunicccurrencyresultempty{
            border: none; padding: 0;
        }

    .cbunicccurresult{
        display: inline-block;
        vertical-align: top;
    }

    .cbunicccurequal{

        font-weight: bold;font-size: 18px;
        display: inline-block;
    }
    .cbunicccuramount {
	/*background: url(../images/spinner.gif) no-repeat center;*/
	background-position: 20px 20px;
        font-size: 18px;
        font-weight: bold;
	
    }

    .ajax-loading {
        background: url(../images/spinner.gif) no-repeat center;
        padding: 0;
        height: 16px;
        width:  16px;
        vertical-align:top;
    }
    
    .cbunicccurcurrencyerror {color:#C60905;}

    @media only screen and (max-width : 480px) {
        .cbunicccurrencyform .cbuniccformbtn {
            margin-left: 0;
        }
    }

 div.cbunicccurrencyresult{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    border-radius        : 4px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    /*white-space: nowrap;*/
    position: relative;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
    }
    
    input.cbuniccfa{
       width:183px;
       height:25px;
	   margin-top:8px;
	   border-radius:5px;
    }
    /*input.cbuniccfa:focus{
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
      -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
      -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
      box-shadow        : 0 0 5px rgba(0,0,0,.3);
      border: 1px solid #5897fb;
      
    }*/
    
    a.cbuniccformbtnttf, a.cbuniccformbtnftt{
        display:block;
        height:30px;
        width:50px;
        
		color:#333333;
    }
	

	

	
/*  a.cbuniccformtt:focus{outline:none;} */
    a.cbuniccformbtnftt{
	float:left;}
    /* a.cbuniccformbtnftt:hover{background: url(../images/arrow-down-hvr.png) no-repeat center;float:left;} */
    a.cbuniccformbtnttf{
	
	float:right;}
 /*    a.cbuniccformbtnttf:hover{
	background: url(../images/arrow-up-hvr.png) no-repeat center;float:right;} */
    