Sindbad~EG File Manager

Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/public/css/
Upload File :
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/public/css/style_old.css

@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,700,600italic,700italic);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
}
.heading {
	background: #f5f5f5;
}
.logo {
	padding: 10px 0;
}
.header_nav {
	margin: 5px 0px;
	padding: 0px;
}
.header_btn {
	float: left !important;
	padding: 10px 15px;
	margin-left: 10px;
	background: #444;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}
.header_btn:hover {
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}
.logout {
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}
.logout:hover {
	background: #444444;
	color: #fff;
	text-decoration: none;
}
.title {
	padding: 3px 10px;
	color: #cc0000;
	text-align: left;
	background: #f5f5f5;
}
.title h4 {
	color: #cc0000;
}
.content {
	padding: 0px;
}
h1, h2, h3 {
	color: #cc0000;
}
h4, h5, h6 {
	color: #111;
}
a {
	color: #cc0000;
}
a:hover {
	color: #111;
}
.spacer {
	margin: 20px 0px;
	width: 100%;
	clear: both;
}
.icons {
	margin: 20px auto;
}
.help {
	width: 100%;
}
.help h4 {
	color: #cc0000;
}
.phone img, .email img {
	margin-right: 10px;
	padding-top: 5px;
}
.footer {
	background: #444444;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
}
.footer p {
	margin: 0px;
}
.footer a {
	color: #fff;
}

.info{background:#ffffcc; padding:10px; color:#c00; border:1px solid #ffcc01;}
.red {background:#cc0000; color:#fff; font-size:14px; text-align:center; margin:10px 0;}
.red:hover {background:#444; color:#fff; font-size:14px; text-align:center; margin:10px 0;}
.page-left{text-align:left;}
.page-right{text-align:right;}
/*Steps*/
.step{background:#444; color:#fff; font-size:16px; text-align:center; padding:10px 15px; display:inline-block; margin:10px 2px;}
.active{background:#c00;}
.completed{background:#43a047;}
input[type=text]{border:1px solid #ccc; width:100%; padding:5px;}
/* Menu*/
#toggle-menu {
  background: #444;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  font-weight: 400;
  cursor: pointer; font-size:14px;
}

.menu {
  background: #fff;
	padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: none;
  clear: both;
}

.menu li {
  flex: auto;
  text-align: center;
}

.menu a {
  background: #444;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
  text-decoration: none;
  line-height: 2.5;
  display:block;
  transition: all 0.2s ease-in-out; 
}

.menu a:hover {
  color: #fff;
  background: #cc0000;
}

@media screen and (min-width: 660px) {
  .menu {
		display: flex !important;
	}

	.menu li {
		flex: auto;
	}

	.menu a {
		font-size: 16px; 
	}

	#toggle-menu {
		display: none;
	}
}
/* Tables */
table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #ddd;
	padding: 5px;
}
table th, table td {
	padding: 10px;
	text-align: center;
}
table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	background: #444;
	color: #fff;
}
@media screen and (min-width: 1024px) {
.link{text-align:right;}
.menu a {margin-left:15px;}
.header_nav {
    margin: 30px 0px;
    padding: 0px;
}
}
@media screen and (max-width: 600px) {
table {
	border: 0;
}
table thead {
	display: none;
}
table tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
}
table td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
table td:last-child {
	border-bottom: 0;
}
table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.step{display:none;}
.footer{text-align:center;}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.header_btn {
	float: none !important;
	width: 93%;
	margin-bottom: 5px;
	text-align: center;
}
.header_nav {
	margin: 5px auto;
}
.link{text-align:center !important;}
.step{display:none;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.step{display:none;}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.logo img {
	display: block;
	margin: 0px auto;
}
.header_nav {
	margin: 10px auto;
	padding: 0px;
	text-align: center
}
.header_btn {
	float: none !important;
}
.step{display:none;}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{margin-bottom:10px;}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists