Sindbad~EG File Manager

Current Path : /home/numerotech/imagepoll.numerotech.com/common_imagepoll_v1/core/static/css/
Upload File :
Current File : //home/numerotech/imagepoll.numerotech.com/common_imagepoll_v1/core/static/css/apots_style.css

@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600&display=swap');
*{margin: 0; padding: 0; border:0;}
body{background: #E9F2FF; font-family: 'Be Vietnam Pro', sans-serif; font-size: 16px; color: #000; /*line-height: 100%;*/overflow-x: hidden;}
h2 {font-family: BeVietnamPro-SemiBold;font-size: 24px;color: #ffff;letter-spacing: 0;}
h4{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}
h5{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}
label{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}

nav{
	font-size: 14.7px;

}
.modal-lg, .modal-xl {
		max-width: 960px;
}
.subheader{
		background-color: #75bcdd ;
		padding:5px;
}
#header_image {
	max-width: 54%;
	height: auto;
	margin-left: 10px;
	max-height: 100px;
}

.header {background: #fff;}
.header .name {background:#044361 url(/static/images/apots_divider.svg) top left no-repeat; padding: 30px; color: #fff; height: 100px;}
.white {background: #fff;}
.breadcrumb { background: #2f6f8e;}
.breadcrumb .tablist ul {
	margin-bottom: 0px !important;
}
.breadcrumb .steps ul {
		display: table;
		display: -webkit-table;
		list-style: none;
		padding-left: 0; margin: 0 auto;
}
.breadcrumb .steps li,
.breadcrumb .steps li.current {
	outline: none;
	-o-outline: none;
		-ms-outline: none;
		-moz-outline: none;
		-webkit-outline: none;
	color:#E93D3A;
}
.breadcrumb .steps li {
		display: inline-block;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #fff;
		margin-right: 30px;
		position: relative;
		outline: none;
	color:#00166B
}
.breadcrumb .steps li::before {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	left: 100%;
}
.breadcrumb .steps li.last::before {
	content: none;
}

.breadcrumb .steps li .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		color: #00166B;
		font-size: 18px;
		font-weight: 600;
}
.breadcrumb .steps li.current,
.breadcrumb .steps li.current:active,
.breadcrumb .steps li.done::before,
.breadcrumb .steps li.done .title,
.breadcrumb .steps li.done:active  {
		background: #fff; color:#E93D3A !important;
}
.breadcrumb .steps li .current-info {
	display: none;
}

.btn-primary {background: #044361 ;
border-radius: 25px;
font-family: BeVietnamPro-SemiBold;
color: #ffff;
letter-spacing: 0;
text-align: center; border:0;}
.btn-primary:hover {background: #2f6f8e;}
.btn-success:hover {background: rgb(1, 110, 1);}
.btn-danger:hover {color:black;}
.btn-secondary:hover {background: #41413f;}
.btn-secondary {background: #7E7E7E;
border-radius: 25px;
font-family: BeVietnamPro-SemiBold;
color: #FFFFFF;
letter-spacing: 0;
text-align: center; border:0;}


/***  added from old style****/
input[type=text] {background: #FFFFFF;
border: 1px solid #9B9B9B;
border-radius: 6px;}
input[type=text]:focus {
	border: 1px solid #555; box-shadow:0 !important;
}
.error
{
	color: rgb(204, 17, 17);
}

.namebut{
				height: auto;
	border-style:groove; 
	border-color: #ced4da;     
		background-color: #1b0788;
}


.breadcrumb_bo {
		background-color: #2f6f8e !important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: -2.25rem 1rem;
		margin-bottom: 1rem;
		list-style: none;
		background-color: #e9ecef;
		border-radius: 0.25rem;
}


.file-field input[type="file"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	left: 0;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;

}
/* .member{
	border: 1px solid black;
	background: #fffffe;
	height: auto;
	padding: 20px;
} */

.iframe-custom-responsive
{
		height:calc(100vw*0.80);width:100%;
}
.list-group-item {
	user-select: none;
}

.list-group input[type="checkbox"] {
	display: none;
}

.list-group input[type="checkbox"] + .list-group-item {
	cursor: pointer;
}

.list-group input[type="checkbox"] + .list-group-item:before {
	content: "\2713";
	color: transparent;
	font-weight: bold;
	margin-right: 1em;
}

.list-group input[type="checkbox"]:checked + .list-group-item {
	background-color: #0275D8;
	color: #FFF;
}

.list-group input[type="checkbox"]:checked + .list-group-item:before {
	color: inherit;
}

.list-group input[type="radio"] {
	display: none;
}

.list-group input[type="radio"] + .list-group-item {
	cursor: pointer;
}

.list-group input[type="radio"] + .list-group-item:before {
	content: "\2022";
	color: transparent;
	font-weight: bold;
	margin-right: 1em;
}

.list-group input[type="radio"]:checked + .list-group-item {
	background-color: #0275D8;
	color: #FFF;
}

.list-group input[type="radio"]:checked + .list-group-item:before {
	color: inherit;
}

@media only screen and (max-width: 768px) {

		.iframe-custom-responsive
		{
				height:calc(100vw*1.50);width:100%;
		}
		.breadcrumb .steps li {
		
			width: 28px;
			height: 28px;
		}

}

.card-header {
		padding: 0.75rem 1.25rem;
		margin-bottom: 0;
		background-color: rgba(0,0,0,.03);
		border-bottom: 1px solidrgba(0,0,0,.125);
		line-height: 18pt !important;
}

.btn-danger{
		background-color:#E93D3A !important;
		color: white;
		border-radius: 25px;
		font-family: BeVietnamPro-SemiBold;
		letter-spacing: 0;
		text-align: center;
		border: 0;
}

.preview_btn{
		background-color:#021a6b !important;
		color: white;
		border-radius: 25px;
		font-family: BeVietnamPro-SemiBold;
		letter-spacing: 0;
		text-align: center;
		border: 0;
}

.user_attach_card{
		background-color:#515667 !important;
		width: 100%; 
}

.btn{
	font-weight: bold;
	border-radius: 25px;
	font-family: BeVietnamPro-SemiBold;
	letter-spacing: 0;
	text-align: center;
	border: 0;
}
.wrapper{
width:200px;
padding:20px;
height: 150px;
}


/**  mobile responsive  start**/

 @media screen and (max-width: 600px) {

	.mobile-responsive table {
		border: 0;
		border-collapse: collapse;
	}

 .mobile-responsive table thead {
		display:none;
	}
	.mobile-responsive table th {
		display:none;
	}
	
 .mobile-responsive table tr {
		margin-bottom: 20px;
		display: block;
		border-bottom: 2px thin #faf5f5;
		box-shadow: 2px 2px 1px #dadada;
		border-collapse: collapse;

	}



 .mobile-responsive table td {
		display: block;
		text-align: right;
		font-size: 15px;
		border-collapse: collapse;
		padding: 25px;
	}

 .mobile-responsive table td:last-child {
		border-bottom: 0;
	}

 .mobile-responsive table td::before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		
	}

	/* .mobile-responsive tbody{
		line-height:0!important;
	} */
	.sidebar {
		width: 100%;
		height: auto;
		position: relative;
	}
	.sidebar a {float: left;}
	div.content {margin-left: 0;}
	.sidebar a {
		text-align: center;
		float: none;
	}
	
}


/*****  mobile responsive end ****/

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