﻿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;*/

}
.modalBackground 
{
		background-color:Gray;filter:alpha(opacity=70);opacity:0.7; 
}
/*sliderTextBg*/

.body-bg-img
{
		background-image:url(../Imgs/blur.png);
        background-size: cover;
    height: 100%;
    position: relative;
}

.widget-profile.widget-profile-centered .widget-profile-avatar {
    margin-bottom:17px;

}

.deshboard-icon i{
    font-size: 5.7em; 
    color: #fff;
    margin-bottom:10px;
}

.dashboard-link a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.color-light {
    color:#fff;
}

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: 16px;
    padding: 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;
}

 .page-signup .form-group.w-icon select {
    font-size: 15px;
    padding-left: 56px;
}


.signup-header
{
        background: rgba(29,137,207,.8);
        display: block;
    overflow: hidden;
    padding: 20px 30px;
    text-align: center;
}
/*----------------------------------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;
 
}

.funny-boxes p {
    font-size: 14px;
    color: #636465;
    line-height: 24px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


	.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;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
    line-height: normal;
}