@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------------------------------*/
/* GENERAL CSS 
/*---------------------------------------------------------------------------------------------*/
html, body {
    height: 100%;
}
body {
	padding-top: 90px;
	padding-bottom: 40px;
}
html{
	background-image: url("../resources/imagesBootstrap/loginBack.jpeg");
	background-attachment: fixed;
	background-size: cover;   
}
body {
    min-height: 400px;
    background-color:#e8eef2;
	font-family: 'Montserrat', sans-serif;
}
 
body {
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  
} 
.panel {
    background-color: rgba(255, 255, 255, 0.9);
}
 /*GENERAL CLASSES*/

 .fa-1-5x{font-size: 21px;}

/* horizontal Offset left */
.hori-offset-left-10{
margin-left: 10em;
}
.hori-offset-left-9{
margin-left: 9em;
}
.hori-offset-left-8{
margin-left: 8em;
}
.hori-offset-left-7 {
margin-left: 7em;
}
.hori-offset-left-6{
margin-left: 6em;
}
.hori-offset-left-5{
margin-left: 5em;
}
.hori-offset-left-4{
margin-left: 4em;
}
.hori-offset-left-3{
margin-left: 3em;
}
.hori-offset-left-2{
margin-left: 2em;
}
.hori-offset-left-1{
margin-left: 1em;
}
/* horizontal Offset left */

/* horizontal Offset right */

.hori-offset-right-10{
margin-right: 10em;
}
.hori-offset-right-9{
margin-right: 9em;
}
.hori-offset-right-8{
margin-right: 8em;
}
.hori-offset-right-7{
margin-right: 7em;
}
.hori-offset-right-6{
margin-right: 6em;
}
.hori-offset-right-5{
margin-right: 5em;
}
.hori-offset-right-4{
margin-right: 4em;
}
.hori-offset-right-3{
margin-right: 3em;
}
.hori-offset-right-2{
margin-right: 2em;
}
.hori-offset-right-1{
margin-right: 1em;
}


/* FIN HORIZONTAL Offset*/
 
 
/* Vertical Offset Bottom */
.vert-offset-top-10{
margin-top: 10em;
}
.vert-offset-top-9{
margin-top: 9em;
}
.vert-offset-top-8{
margin-top: 8em;
}
.vert-offset-top-7 {
margin-top: 7em;
}
.vert-offset-top-6{
margin-top: 6em;
}
.vert-offset-top-5{
margin-top: 5em;
}
.vert-offset-top-4{
margin-top: 4em;
}
.vert-offset-top-3{
margin-top: 3em;
}
.vert-offset-top-2{
margin-top: 2em;
}
.vert-padding-offset-top-2 {
    padding-top: 2em;
}
.vert-offset-top-1{
margin-top: 1em;
}

/* Vertical Offset Bottom */

.vert-offset-bottom-10{
margin-bottom: 10em;
}
.vert-offset-bottom-9{
margin-bottom: 9em;
}
.vert-offset-bottom-8{
margin-bottom: 8em;
}
.vert-offset-bottom-7{
margin-bottom: 7em;
}
.vert-offset-bottom-6{
margin-bottom: 6em;
}
.vert-offset-bottom-5{
margin-bottom: 5em;
}
.vert-offset-bottom-4{
margin-bottom: 4em;
}
.vert-offset-bottom-3{
margin-bottom: 3em;
}
.vert-offset-bottom-2{
margin-bottom: 2em;
}
.vert-offset-bottom-1{
margin-bottom: 1em;
}
/* FIN Vertical Offset*/

/*FIN GENERAL CLASSES */

.container{
	margin-top: 52px;
}
hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #dddbda;
    clear: both;
    margin: 10px auto 14px;
    width: 92%;
}


 .page-icon {
	 border: 8px solid #fff;
    border-radius: 125px;
    height: 125px;
    margin-top: -60px;
    text-align: center;
    width: 125px;
    position:absolute;
    left:39%
}

.center{
	text-align:center;
}


.p_bott {
    margin-bottom: 0 !important;
}
.panel-body {
	padding-top:50px;
	
}

.row-table {
    display: table;
    height: 100%;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}
.row-table > [class*="col-"] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}
.panel-dark {
    border: none;
}
.panel-dark > .panel-heading {
    background-color: #007aa5;
    color: #fff;
}

.page-wrapper {
    height: 100%;
    padding: 0px 0;
}

.panel-body h2 {
	margin-bottom: 18px;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{
	font-size: 12px;
    font-weight: bold;
}
.form-control.input-lg {
    font-size: 12px;
    font-weight: bold;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 21px;
}

#clickhere {
    color: green;
    padding: 0;
}
.language{
	 margin-top: -38px;
	 margin-bottom: 18px;
}
#recaptcha_area {
    margin: 0 auto;
}

SUCCESS
.bs-callout-success {
    border-left: 5px solid #5cb85c; 
    background-color: #e0f1e0;
    background-image: linear-gradient(to bottom, #e0f1e0 0px, #bde5bd 100%);
}
.bs-callout-success > i{
    background-color: #5cb85c;
    color: #fff;
    padding: 5px;
    margin-right:5px;
}
.bs-callout-success  > a{
    color: #5cb85c;
}
DANGER
.bs-callout-danger {
    border-left:5px solid #fe0066;
    background-color: #ffebea;
}
.bs-callout-danger > i{
	border-radius: 0.25em;
    background-color: #fe0066;
    color: #fff;
    padding: 5px;
    margin-right:5px;
}
.bs-callout-danger  > a{
    color: #fe0066;
}


/*UNIVERSITY GUIDE*/

/* .page-header h2 {
    font-size: 2.5em;
    text-align: center;
}
.page-header {
    border-bottom: 0 solid #eee;
    padding-bottom: 0;
} */
.panel-default > .panel-heading {
    display: none;
}

.uny-guide {
    left:43%
}

.university-guide .panel.panel-default {
    margin: auto;
    width: 50%;
}
.university-guide .page-header{
	background-color: rgba(255, 255, 255, 0.9);
	text-align:center;
	width:50%;
	margin:auto;
	border-radius: 4px;
}
.university-guide h2 {
    padding-top: 11px;
}
/*FIN UNIVERSITY GUIDE*/

/*RESPONSIVE*/
 @media (max-width: 360px) {
	.page-icon {
    left:27%
	}
	.uny-guide {
    left:34%
	}
 .btn-group.vert-offset-bottom-2 label {
    font-size: 90%;
} 

} 


@media (min-width: 768px) {
	.g-recaptcha{
	margin-left:8%
	}
	.container {
    margin-top: 52px;
}
}
@media (min-width: 992px) {
	.g-recaptcha{
	margin-left:6%
	}	

}
@media (min-width: 1200px) {
	.g-recaptcha{
	margin-left:15%
	}	

}


until 800px and smaller
@media screen and (max-width: 800px) {
	
	#right-side-header{
		display:none!important;
	}
	
	.navbar-brand {
		padding-left: 5px;
		width: 70px;
		background-color: #007aa5;
	}
	
	.col-sm-offset-3 {
    margin-left: 8.33333%;
}
	.col-sm-6 {
    width: 83.3333%;
}
	.container {
    margin-top: -20px;
}
.panel {
    margin-bottom: 0px;
}
}
@media (max-width: 768px) {
	.g-recaptcha{
	margin-left:2%
	}
	.container {
    margin-top: 52px;
	}
	
}
} */

/*ACADEMIC REQUEST*/

a .box .main-box  {
	background: none repeat scroll 0 0 padding-box #007aa5;
	color:#fff;
}
/* .academic-request .panel {
	background-color:#007aa5;
} */
.academic-request a .main-box:hover {
	background-color:#fff;
	color:#007aa5;
}


.headline {
    display: block;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
    width: 148px;
    
}

.main-box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 2px 0 #cccccc;
    margin-bottom: 16px;
    Color:#007aa5;
    padding:15px;
}

/*FIN ACADEMIC REQUEST*/




