.modal-footer {
  
    background-color: #DBDBDB !important;
}
.modal-content {
 
    background-color: #F6F6F6 !important;
}
input[type="text"] {
    font-family: "Gotham Narrow A","Gotham Narrow B";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #737373;
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    height: 40px;
    text-indent: 17px;
    margin-bottom: 51px;
    padding: 0px;
    border-radius: 5px;
   
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
select {
    width: 220px;
    background-color: #FFF;
    border: 1px solid #CCC;
font-size: 18px;
line-height: 20px;
color: #555;
vertical-align: middle;
border-radius: 4px;
font-family: "Gotham Narrow A","Gotham Narrow B";
font-weight: 400;
font-size: 18px;
line-height: 45px;
color: #5A5A5A;
background-color: #FFF;
border: 0px none;
height: 42px;
text-indent: 17px;
cursor: pointer;
padding: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
border-radius: 5px;
transition: all 240ms ease-out 0s;
}

body {
     height:100%;
     margin:0;
     padding:0;
}
 .margin{
border-right: 1px solid rgb(0,0,0);
}
.headertext{
padding-top:20px;
padding-left:5px;

}
.header {width:100%;
height:100px;
background-color:#DBDBDB;
}
 .main {width:100%;
 height:300px;
 }
 .sidebar1 {width:30%;
 height:100%;float:left;
  margin-left:20px;
 }
 .sidebar2 {width:30%;
 height:100%;
 margin-left:300px;
 }
 .sidebar3 {width:30%;
 height:100%;
 float:right;
  margin-left:20px;
  margin-top: -525px;
 }
 .footer {width:100%;
 height:100px;
 background-color:#DBDBDB;
 }
 .button {
     font-family: "Gotham Narrow A","Gotham Narrow B";
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    background-color: #00AFE8;
    padding: 15px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 10px 10px;
	width:300px;
	margin-top:20px;
	float:right;
	margin-right:20px;
	cursor: pointer;
}
.modal-lg {
    
    width:140% !important;
margin-left:-20% !important;
height:150% !important;
margin-top:25% !important;
}
.fade {
background:#FFFF00 !important;
}