	body{
		color: black;
		/* background: #63738a; */
		background: #E9EAEE;
		font-family: 'Roboto', sans-serif;
	}
	.top_login {
		
        background: url(./images/aegean_logo.png)  no-repeat;
		background-size: 100%;
		background-position: 50%;
		margin: auto auto;
		width: 15%;
		height: 20em;
	}

	.top 		{
		width: 50%;
		height: 9em;
		background:  url(./images/aegean_logo.png) center no-repeat;
		background-size: 350px;
		margin: auto auto;
		padding: 0 auto;
        }
	.title{
		width: 100%;
		color: blue black;
		font-size: 18px;
		text-align: center;
		margin: 0 auto;
		font-family: 'Roboto', sans-serif;
	}
    .form-control{
		height: 30px;
		box-shadow: none;
		/*color: #969fa4; */
		color: black;
	}
	.form-control:focus{
		border-color: #5cb85c;
	}
    .form-control, .btn{        
        border-radius: 3px;
    }
	.signup-form{
		width: 50%;
		margin: 0 auto;
		padding: 0 0 100px 0;
	}
	.signup-form h2{
		/*color: #636363;*/
		color: black;
        margin: 0 0 15px;
		position: relative;
		text-align: center;
		font-size=: 14;
    }
	.signup-form h2:before, .signup-form h2:after{
		content: "";
		height: 2px;
		width: 30%;
		/*background: #d4d4d4;*/
		position: absolute;
		top: 50%;
		z-index: 2;
	}	
	.signup-form h2:before{
		left: 0;
	}
	.signup-form h2:after{
		right: 0;
	}
    .signup-form .hint-text{
		color: #999;
		margin-bottom: 30px;
		text-align: center;
	}
    .signup-form .form1{
		color: #404040;
		/*color: black; */
		/*border-radius: 3px;*/
    	/*margin-bottom: 15px;*/
        background: #f2f3f7;
		
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 5px 30px;
    }
	.signup-form .tmos-form{
		color: #404040;
		/*color: black; */
		/*border-radius: 3px;*/
    	/*margin-bottom: 15px;*/
        background: #f2f3f7;
		
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 5px 30px;
    }
	
	.form2 {
		position: relative;
	}
	.signup-form .form-group{
		margin-bottom: 20px;
	}
	.signup-form .row{
		margin-bottom: 10px;
	}
	.signup-form input[type="checkbox"]{
		margin-top: 3px;
	}
	.signup-form .btn{        
        font-size: 16px;
        font-weight: bold;		
		min-width: 140px;
        outline: none !important;
    }
	.signup-form .btn-sm{        
        font-size: 12px;
        font-weight: normal;		
		min-width: 100px;
        outline: none !important;
    }
	.signup-form .row div:first-child{
		padding-right: 10px;
	}
	.signup-form .row div:last-child{
		padding-left: 10px;
	}
    .signup-form a{
		color: navy;
		text-decoration: underline;
	}
    .signup-form a:hover{
		text-decoration: none;
	}
	.signup-form form a{
		/* color: #5cb85c; */
		color: #00000;
		font-weight: bold;
		text-decoration: none;
	}	
	.signup-form form a:hover{
		text-decoration: underline;
	}
	
	.col-xs-4-1{
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
	.btn-space{
		margin-right: 20px;
	}

	span.dropt{
		background: #ffeedd;
	}
	span.dropt:hover{
		text-decoration: none; 
		background: #ffffff; 
		z-index: 6;
	}
	/*span.dropt span{
		position: absolute; 
		left: -9999px;
		margin: 20px 0 0 0px;
		padding: 3px 3px 3px 3px;
		border-style:solid; 
		border-color:black; 
		border-width:1px; 
		z-index: 6;
	}*/
	
	span.dropt span{
		position: absolute; 
		left: -9999px;
		margin: 4px 0 0 0px;
		/*padding: 3px 3px 3px 3px;*/
		border-style:solid;
		border-color:black;
		border-width:1px;
	}
	span.dropt:hover span{
		left: 2%; 
		margin: 20px 0 0 20px;
		background: #ffffff;
		z-index:6;
	}
	.reveal-if-active {
		opacity: 0;
	 max-height: 0;
	 overflow: hidden;
	}
	input[type="radio"]:checked ~ .reveal-if-active,
	input[type="checkbox"]:checked ~ .reveal-if-active {
		opacity: 1;
		max-height: 100px; /* little bit of a magic number :( */
		overflow: visible;
	}
	
	.modal-confirm {		
		color: #636363;
		width: 400px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
        text-align: center;
		font-size: 14px;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -10px;
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -2px;
	}
	.modal-confirm .modal-body {
		color: #999;
	}
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;		
		border-radius: 5px;
		font-size: 13px;
		padding: 10px 15px 25px;
	}
	.modal-confirm .modal-footer a {
		color: #999;
	}		
	.modal-confirm .icon-box {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border-radius: 50%;
		z-index: 9;
		text-align: center;
		border: 3px solid #f15e5e;
	}
	.modal-confirm .icon-box i {
		color: #f15e5e;
		font-size: 46px;
		display: inline-block;
		margin-top: 13px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #60c7c1;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		min-width: 120px;
        border: none;
		min-height: 40px;
		border-radius: 3px;
		margin: 0 5px;
		outline: none !important;
    }
	.modal-confirm .btn-info {
        background: #c1c1c1;
    }
    .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
        background: #a8a8a8;
    }
    .modal-confirm .btn-danger {
        background: #f15e5e;
    }
    .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
        background: #ee3535;
    }
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
	
	.info {
		
		padding: 10px;
		margin-top: 20px;
		margin: 0 auto;
		text-align: center;
		font-weight: normal;
		
	}
	
	.info-red {
		
		padding: 10px;
		margin-top: 20px;
		margin: 0 auto;
		text-align: center;
		font-weight: normal;
		
		color: red;
	}
	
	.alert {
		
		background: #ffdccc;
		padding: 10px;
		margin-top: 20px;
		margin: 0 auto;
		text-align: center;
	}
	.alert {
        background: #fff6bf url(./images/exclamation.png) center no-repeat;
        background-position: 15px 50%;
        background-size: 20px;
        #text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        
        margin:0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
		
        }

	.info {
        background: #F8FAFC url(./images/information.png) center no-repeat;
        background-position: 15px 50%;
        background-size: 20px;
        text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #B5D4FE;
        border-bottom: 2px solid #B5D4FE;
				
        margin:0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
	
	.info-red {
        background: #F8FAFC url(./images/information.png) center no-repeat;
        background-position: 15px 50%;
        background-size: 20px;
        text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #B5D4FE;
        border-bottom: 2px solid #B5D4FE;
				
        margin:0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}

.info2	{
				font-size:11px;
				color:green;
				}      

.error {
        background: #FFBFBF url(./images/error.png) center no-repeat;
        background-position: 15px 50%;
        text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #FF2424;
        border-bottom: 2px solid #FF2424;
        width:70%;
        margin:0 auto;
		
        }
	
	.signup-form h4{
		font-weight:bold;
		text-align: center;
		color: navy;
	}
	
	.explain {
		font-size: 11px;
		color: green;
	}
	
	table.table tr th, table.table tr td {
        border-color: #e9e9e9;
    }
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
		margin: 0 auto;
		
		padding: 10px;
	}
    .table-wrapper {
        background: #fff;
        padding: 20px;
        margin: 0 auto;
		width: 80%;
		
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }