﻿body 
{
	/* background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/

	/*min-width:820px;
	max-width:1250px;
	min-height:1500px;*/

}
td .btn
{
    margin-bottom:2px;
}
    .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }


#content-wrapper {
   
    min-height: 500px;
}
.table-primary
{
    background:#fff;
}
.edit-profile
{
    font-size:16px;
}
.Pagination a
{
    background: #1d89cf;
    color:#fff;
    padding:5px 8px;
}
.Pagination span span
{
    background: #f19a1f;
    color:#fff;
    padding:5px 8px;
}

.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 5px;
    padding:3px 10px 2px 20px;
}
.main-box h2 {
    margin: 0 0 15px -20px;
    padding: 5px 0 5px 20px;
    border-left: 10px solid #c2c2c2;
}
.input-group .form-control {
    
    z-index: 0;
   
}
.ajax__calendar_container
{
    z-index: 10;
}



/*----------------------------------Custom Items----------------------------------------------*/

.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
   min-height: 225px;
}


.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
 
}




	.chkBox td
	{
		/*font-size:15px;
		color:#666;
		font-family:Vani;*/
		padding-left:25px;
		
	}

.radioButton input[type=radio]
{
    width: 17px;
    height: 17px;
    border-width: 1px;
}
.radioButton label
{
   margin:0 10px;
   font-size: 16px;
    font-weight: normal;
}

