403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/adeetieadmin/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/adeetieadmin/assets/css/zed-admin.css
/******************* GLOBALS BEGIN *******************/
body{
	font-size: 14px;
}
a:hover, a:focus{
	text-decoration: none !important;
}
.form-control{
	box-shadow: none !important;
	height: 42px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 0;
}
textarea.form-control{
	resize: vertical;
	line-height: 26px;
	min-height: 120px;
}
.form-control-static{
	line-height: 42px;
	padding: 0;
	text-align: center;
	display: block;
}
.form-group .form-control-static{
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: left;
	padding-left: 12px;
	background-color: #f7f8f9;
}
.form-control:focus{
	border-color: #404590;
}
.btn{
	padding-top: 0;
	padding-bottom: 0;
	line-height: 42px;
	padding-left: 24px;
	padding-right: 24px;
	border: 0;
}
.btn[disabled]{
	pointer-events: none !important;
	opacity: 0.5 !important;
}
.btn-default{
	background-color: #e7e8e9;
}
.btn-default:hover,
.btn-default:focus{
	background-color: #c7c8c9;
}
.pr0{
	padding-right: 0 !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.table-fixed{
	table-layout: fixed;
}
b.text-danger{
	color: #FF5B6F;
}
/******************* GLOBALS END *******************/
/******************* LEFT BEGIN *******************/
.zed-left{
	position: fixed;
	width: 240px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #242629;
	box-shadow: -4px 0 12px rgba(0,0,0,0.3);
	z-index: 4;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
}
.zed-left ul {
	margin: 0;
}
.zed-left-scroll{
	overflow-y: auto;
	max-height: calc(100vh - 82px);
	max-height: -webkit-calc(100vh - 82px);
	max-height: -moz-calc(100vh - 82px);
}
.zed-left ul > li {
	padding: 0;
}
.zed-left ul > li > a {
	display: block;
	color: rgba(255,255,255,0.7);
	text-align: left;
	padding: 14px 0;
	text-decoration: none !important;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	padding-left: 20px;
}
.zed-left ul > li > a:hover,
.zed-left ul > li.active > a {
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;
}
.zed-left ul > li > a:active{
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
}
.zed-left ul > li.zedl-first > a {
	padding: 0;
	padding-left: 20px;
	background-color: #fff;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 82px;
}
.zed-left ul > li.zedl-first > a > i{
	margin: 0;
}
.zed-left ul > li > a > i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.zed-left ul > li > a > span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.zed-logo{
	height: 82px;
}
.zed-logo > img{
	max-height: 42px;
	display: inline-block;
}
/******************* LEFT END *******************/
/******************* CONTENT BOX BEGIN *******************/
.zed-content{
	overflow-y: auto;
	position: fixed;
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	height: calc(100% - 82px);
	height: -webkit-calc(100% - 82px);
	height: -moz-calc(100% - 82px);
	background-color: #f7f8f9;
	top: 82px;
	left: 240px;
	padding: 24px;
	z-index: 2;
}
/******************* CONTENT BOX END *******************/
/******************* TOP BOX BEGIN *******************/
.zed-top{
	position: fixed;
	border-bottom: 1px #dee1e4 solid;
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	top: 0;
	left: 240px;
	padding: 0 24px;
	line-height: 82px;
	background-color: #ffffff;
	z-index: 3;
}
.zed-breadcrumb .breadcrumb{
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.zed-top .dropdown > a{
	line-height: 82px;
	display: inline-block;
	padding: 0 24px;
}
.zed-top .dropdown > ul.dropdown-menu{
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-top: -10px;
	min-width: 140px;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
}
.zed-top .dropdown.open > ul.dropdown-menu{
	visibility: visible;
	opacity: 1;
	margin-top: 6px;
}
.zed-top .dropdown.open > ul.dropdown-menu > li > a {
	padding: 10px 20px;
}
/******************* TOP BOX END *******************/
/******************* HOME/DASHBOARD BEGIN *******************/
.zedd-heading{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.zedd-chart{
	background-color: #ffffff;
	border: 1px #f1f2f3 solid;
	box-shadow: 0 2px 5px rgba(0,0,0,0.07);
	padding: 20px;
	margin-bottom: 24px;
}
.zedd-welcome{
	text-align: center;
	padding: 2em 0;
}
.zedd-welcome h1{
	position: relative;
	display: inline-block;
}
.zedd-brick{
	background-color: #ffffff;
	display: block;
	border: 1px #f1f2f3 solid;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.07);*/
	padding: 20px;
	text-align: center;
	margin-bottom: 24px;
	overflow: hidden;
}
.zedd-brick.zedd-brick-table{
	padding: 0;
}
.zedd-brick.zedd-brick-table table{
	/*border: 0;*/
}
.zedd-brick.zedd-brick-table table tr td{
	padding: 10px;
	vertical-align: middle;
}
.zedd-brick.zedd-brick-table table tr td:last-child{
	width: 240px;
}
.zedd-brick.zedd-brick-table table tr td:last-child .btn-xs{
	height: 32px;
	line-height: 32px;
}
.zed-assessment-detail-table tr td{
	vertical-align: top;
}
.zed-assessment-detail-table tr td .btn-xs{
	height: 32px;
	line-height: 32px;
}
.zedd-brick.zedd-brick-table table thead tr th{
	border-bottom-width: 3px;
	padding: 10px;
}
.zedd-brick.text-left{
	text-align: left;
}
.zedd-brick-label{
	font-size: 14px;
	margin-bottom: 14px;
	position: relative;
	display: inline-block;
}
.zedd-brick-label:before{
	content: "";
	position: absolute;
	height: 2px;
	background-color: #404590;
	width: 30px;
	bottom: -10px;
	left: 0;
}
.text-huge{
	font-size: 32px;
	font-weight: bold;
}
/******************* HOME/DASHBOARD END *******************/
/******************* ERROR PAGES BEGIN *******************/
.zed-page-404{
	text-align: center;
}
.zed-page-404 h1{
	font-size: 24px;
	padding: 4em;
	font-weight: 100;
	margin: 0;
}
/******************* ERROR PAGES END *******************/
/******************* DATA TABLES BEGIN *******************/
.zed-data-table tr td,
.zed-data-table tr th{
	position: relative;
	vertical-align: middle !important;
	padding: 8px 12px !important;
}
.zed-data-table tr td{
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zed-data-table tr td .btn{
	line-height: 32px;
}
.zed-data-table tr th{
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold !important;
	background-color: #e7e8e9;
}
.zed-data-table tr td:not(.zed-table-settings-td){
	white-space: nowrap;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	min-height: 0;
}
.zed-data-table tr td a{
	text-decoration: none !important;
}
.zed-table-settings{
	text-align: right;
}
.zed-table-settings ul{
	margin: 0;
}
.zed-table-settings a{
	font-size: 13px;
}
.zed-page-table{
	margin-top: 10px;
}
.zed-page-table table {
	background: #fff;
	border: 1px #dee1e4 solid;
}
.zed-data-table-filter label {
	font-size: 0;
	display: block;
}
.zed-data-table-filter label input{
	font-size: 14px;
	display: block;
	width: 100% !important;
	line-height: 42px !important;
	height: 42px !important;
	padding: 0 14px;
	background-image: url(../img/icons/search.svg) !important;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 12px 11px;
	padding-left: 42px;
	box-shadow: none;
	margin-bottom: 6px;
}
.zed-data-table-pagination .pagination{
	margin: 0;
}
.zed-checkbox-list li{
	padding: 12px 0;
}
.zed-checkbox-list li .zed-checkbox{
	display: block;
}
.zed-evidence-checkbox-list li input ~ textarea{
	display: none;
	margin-top: 8px;
	height: 100px;
}
.zed-evidence-checkbox-list li input:checked ~ textarea{
	display: block;
}
.zed-checkbox-list li + li {
	border-top: 1px #dee1e4 solid;
}
.zed-checkbox{
	position: relative;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
}
.zed-checkbox > input{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.zed-checkbox > input + span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px #dee1e4 solid;
	border-radius: 4px;
	transition: 0.24s;
	-webkit-transition: 0.24s;
	-moz-transition: 0.24s;
	background: url(../img/icons/check-small.png) #ffffff no-repeat center center;
}
.zed-checkbox > input:focus + span{
	border-color: #a7a8a9;
}
.zed-checkbox > input:checked + span{
	background-color: #404590;
	border-color: #404590;
}
.zed-checkbox > input + span + b{
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.zed-checkboxes-list > li > label{
	padding: 8px 0;
}
.zed-questions-list > li{
	border: 0;
	background-color: #f7f8f9;
}
.zed-questions-list > li + li {
	margin-top: 10px;
}
.zed-switch {
    position: relative;
    cursor: pointer;
    margin: 6px 0;
    display: inline-block;
}
.zed-switch > input ~ span {
    display: inline-block;
    width: 56px;
    height: 32px;
    background: #e7e8e9;
    border: 1px #d7d8d9 solid;
    position: relative;
    vertical-align: middle;
    border-radius: 40px;
    /*overflow: hidden;*/
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;}
.zed-switch > input ~ span ~ b {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.zed-switch > input ~ span ~ b:before{
	content: "Inactive";
	opacity: 0.5;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
}
.zed-switch > input:focus ~ span{
	background-color: #d7d8d9;
}
.zed-switch > input:checked ~ span ~ b:before{
	content: "Active";
	opacity: 1;
}
.zed-switch > input{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.zed-switch > input ~ span:before {
    width: 20px;
    border-radius: 40px;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    height: 20px;
    background: #c7c8c9;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
}
.zed-switch > input:checked ~ span:before{
    left: 24px;
    width: 36px;
    height: 36px;
    top: -4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.zed-switch > input:checked + span {
    background: #404590;
}
/******************* DATA TABLES END *******************/
/******************* MC TABS BEGIN *******************/
.zed-tabs + .zed-tabs{
	margin-top: 30px;
}
.zed-tabs .nav.nav-tabs > li > a{
	color: #919191;
	background: transparent !important;
	border: 0 !important;
	box-shadow: inset 0 0 transparent;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	padding-top: 0;
}
.zed-tabs .nav.nav-tabs > li > a:hover {
	background: #f1f2f3;
	box-shadow: inset 0 -1px #404590;
}
.zed-tabs .nav.nav-tabs > li.active > a {
	background: #fff;
	color: #404590;
	box-shadow: inset 0 -3px #404590;
}
.zed-tabs .tab-content > .tab-pane {
	padding: 15px;
	border: 1px #dee1e4 solid;
	border-top: 0;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}
.zed-tabs .tab-content .tab-pane{
	padding: 30px;
}
.form-group > label{
	font-size: 13px;
}
/******************* MC TABS END *******************/
/******************* QUESTION CHOICE TABLE BEGIN *******************/
.zed-question-choice-table thead tr th:nth-child(1){
	width: 60px;
	text-align: center;
}
.zed-question-choice-table thead tr th:last-child{
	width: 300px;
}
/******************* QUESTION CHOICE TABLE END *******************/
/******************* MOBILE FIXES BEGIN *******************/
@media only screen and (max-width: 480px){
	.zed-left{
		width: 42px;
	}
	.zed-left ul > li > a{
		height: 42px;
		line-height: 42px !important;
		padding: 0;
	}
	.zed-left ul > li > a > span{
		display: none;
	}
	.zed-left ul > li > a > i {
		font-size: 16px;
		line-height: 42px !important;
		margin: 0;
	}
	.zed-left ul > li.zedl-first > a > i{
		line-height: 42px !important;
	}
	.zed-content{
		position: fixed;
		width: calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
		width: -moz-calc(100% - 42px);
		height: calc(100% - 42px);
		height: -webkit-calc(100% - 42px);
		height: -moz-calc(100% - 42px);
		top: 42px;
		left: 42px;
		padding: 24px 12px;
		z-index: 2;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.zed-top{
		width: calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
		width: -moz-calc(100% - 42px);
		left: 42px;
		padding: 0 12px;
		line-height: 42px;
	}
}
/******************* MOBILE FIXES END *******************/
/******************* TINY PLUGINS BEGIN *******************/
.rtd-asky{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
}
.rtd-asky-question{
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}
.rtd-asky-btns > a + a {
	margin-left: 20px;
}
/******************* TINY PLUGINS END *******************/
/*********************** Google Search results Preview  **********************************/
.google-search-preview {
    border: 1px #c7c7c7 solid;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    font-family: "arial", sans-serif !important;
    margin-bottom: 15px;
}
.google-search-preview .gsearch-content {
    max-width: 510px;
}
.text-muted {
    color: #8e8e8e;
}
.preview-title {
    font-size: 18px;
    color:#006621;
}
.preview-title a {
    color:#006621;
    text-decoration: none;
    white-space: nowrap;
    max-width: 507px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview-url {
    font-size: 14px;
    color: #006621;
}
.preview-content {
    line-height: 1.4;
    font-size: 13px;
    color: #545454;
    max-height: 38px;
    overflow: hidden;
    position: relative;
}
/***************** end of google search results preview   *******************/
/***************** Image in grid page css   *******************/
img.zed-img {
    max-height: 50px;
   max-width: 100%;
   border: 1px #d7d7d7 solid;
   border-radius: 3px;
   background-color: #ffffff ;
}
/***************** Image in grid page css   *******************/
/* Limit the background image by adding overflow: hidden */
#image-cropper {
  overflow: hidden;
}

.cropit-image-input{
	margin-bottom: 10px;
}
.cropit-preview:empty:before{
	content: "Drag and Drop image";
	background-color: #f7f8f9;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 200px;
	width: 100%;
	height: 100%;
}

.cropit-image-zoom-input {
    width: 130px;
    margin: 0 20px;
}

.cropit-image-zoom-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #dee1e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.cropit-image-zoom-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #dee1e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none
}

.cropit-image-zoom-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: #70C1E3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.cropit-image-zoom-input::-webkit-slider-thumb:hover
.cropit-image-zoom-input::-webkit-slider-thumb:active {
    background: #bbb
}

.cropit-image-zoom-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: #70C1E3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.cropit-image-zoom-input::-moz-range-thumb:hover,
.cropit-image-zoom-input::-moz-range-thumb:active {
    background: #bbb
}
.cropit-image-zoom-input{
	margin: 20px 0;
}

/*.has-error > span.select2-container{border:1px solid #a94442;}*/
.has-error >span.select2-container--default .select2-selection--multiple
{
	border-color:#a94442;
}
.has-error>.trumbowyg-box
{
	border-color:#a94442;
}
.trumbowyg-button-pane
{
	background: none;
}

Youez - 2016 - github.com/yon3zu
LinuXploit