MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/mns/css/style.css
/*
Author - Imenso Software
font-family: 'Raleway', sans-serif;
theme-color : #BECE51;
*/

/*========================================Typography===========================================*/
body {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
p {
	margin: 0 0 20px;
	font-weight: 500;
}





/*=======================================Bootstrap Overrides====================================*/
.navbar-default {
	border-radius: 0;
	border:none;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	
}
.navbar-brand {
	padding: 10px 8px 8px;
	width: 70px;
	margin-left: -8px !important;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-weight: 600;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #bdd755;
	background: transparent;
	font-weight: bold;
}
.navbar-nav .active {
    color: #bdd755 !important;;
    font-weight: bold !important;
}
.theme-text {
    color: #bdd755 !important;;    
}
.bold {
    font-weight: bold !important;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #000;
    z-index: 9;
    padding: 15px 0;
    border-bottom-width: 2px;
}

.dropdown-menu li:hover {
	background: transparent;
}
.dropdown-menu > li > a {
	color: #000;
	padding: 5px 20px;
	font-size: 13px;
}
.dropdown-menu a:hover {
	background: transparent !important;
	text-decoration: underline;
}
.caret {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #FFF;
	border:1px solid #000;
	border-top: none;
	border-bottom: none;
	margin-bottom: -1px;
	z-index: 99;
}
.form-control {
	border-radius: 0;
	border: 1px solid #CCC;
	box-shadow: none;
	height: 40px;
}
.form-control:focus {
	box-shadow: none;
	border-color:#000;
}
hr {
	border-color: #000;
}
.ms-link {
	color: #000;
	font-weight: 500;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 12px;
}
.ms-link:hover {
	text-decoration: none;
	color: #000;
}
.modal-content {
	border-radius: 0;
}
.modal-dialog {
	width: 450px;
}
.media {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.media:last-child {
	border-bottom: none;
}
.media-object {
	border-radius: 100%;
	background-color: #EFF5F5;
	padding: 3px;
}
.modal-dialog {
	width: 700px;
}
.modal-title {
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-body {
	padding: 30px 50px;
}
.modal-open {
    margin-right: 17px;
    overflow: hidden;
}
.modal {
	background: #FFF;
}
.modal-content {
	box-shadow: none;
    border:1px solid #000;
}
.modal-footer {
    padding: 19px 50px 20px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.modal-backdrop {
    background:#EFF5F5;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
.popover {
    border:1px solid #000;
    border-radius: 0;
    padding: 10px;

}
.popover.top > .arrow {
    border-top-color: #000;
}
.ms-row-edit {
    display: inline-block;
    height: 20px;
    left: -6px;
    opacity: 0;
    position: absolute;
    width: 23px;
    z-index: 999;
}
.table-hover > tbody > tr:hover > td > a > .ms-row-edit {
    opacity: 1;
}
/*===========================General======================================*/
.mt5 {
	margin-top: 50px;
}
.mt4 {
	margin-top: 40px;
}
.mt3 {
	margin-top: 30px;
}
.mt2 {
	margin-top: 20px;
}
.mt1 {
	margin-top: 10px;
}
.burger {
	padding: 100px 0;
}
.burger-sm {
	padding: 25px 0 50px;
}
.gutter {
	padding: 0 100px;
}
.btn-alpha {
	display: inline-block;
	padding: 13px 24px;
	min-width: 140px;
	background-color: #bdd755;
	text-align: center;
	border: none;
	color: #000;
	font-weight: bold;
	cursor: pointer; 
}
.btn-sml {
    padding: 10px 12px !important;
    min-width: 100px !important;
    font-size: 12px !important;
}
.btn-alpha:hover, .btn-alpha:focus {
	color: #000;
	text-decoration: none;
}
.btn-beta {
	display: inline-block;
	padding: 13px 24px;
	min-width: 140px;
	background-color: #EEE;
	text-align: center;
	border: none;
	color: #000;
	font-weight: bold;
	cursor: pointer; 
}
.btn-beta:hover, .btn-beta:focus {
	color: #000;
	text-decoration: none;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox, .radio {
  padding-left: 0;
  margin-bottom: 20px;
}
.radio label, .checkbox label {
	font-weight: 600;
}
.checkbox .ms,
.radio .ms {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    float: left;
    margin-right: .5em;
    padding-left: 0;
    color: #000;
    margin-top: -1px;
    
}
.radio .ms {
    border-radius: 50%;
}

.checkbox .ms .ms-icon,
.radio .ms .ms-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .ms .ms-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .ms > .ms-icon,
.radio label input[type="radio"] + .ms > .ms-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .ms > .ms-icon,
.radio label input[type="radio"]:checked + .ms > .ms-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .ms,
.radio label input[type="radio"]:disabled + .ms {
    opacity: .5;
}
.ms-segment {
	min-height: 600px;
}
.sml-text {
	font-size: 0.9em;
}
.no-record {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.link {
    font-weight: 600;
}
.link:hover {
    text-decoration: none;
}
.table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.nav-tabs > li > a {
    border-bottom: 1px solid #000;
    border-radius: 0;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    padding: 15px 20px;
    margin-right: -1px;
    border-left: 1px solid #000;
    min-width: 100px;
    text-align: center;
}
.nav-tabs > li > a:hover {
    background: transparent;
    border-color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #000;
    color: #FFF;
    border-color: #000;
}
.nav-tabs {
    border-bottom: none;
}
.form-group {
    margin-bottom: 25px;
}
/*===========================Login======================================*/
.login h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ms-radio-group {
	margin-top: 10px;
}
.ms-radio-item {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ms-radio-item label {
	padding: 30px;
	border: 2px solid #000;	
	
}
.number-text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.big-text {
	font-size: 1.5em;
}
.ms-radio-group input {
	display: block;
	margin: 0;
	padding: 0 0 0.15em;
	width: 100%;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	background-color: transparent;
	color: #fffed8;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 0;
}
.ms-radio-group input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	color: #000;
}
.ms-radio-group input[type="radio"]:checked + label {
	color: #FFF;
	background-color: #000;	
	
}

.cozy-form fieldset {
	margin-bottom: 20px;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    margin: 2em 0;
    text-align: center;
    font-weight: 500;
}
.dropzone .dz-preview {
    display: inline-block;
    margin: 16px;
    min-height: 100px;
    position: relative;
    vertical-align: top;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee, #ddd) repeat scroll 0 0;
 
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white none repeat scroll 0 0;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear 0s;
}
.dropzone .dz-preview .dz-remove {
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    left: 0;
    line-height: 150%;
    max-width: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 2em 1em;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 20;
}
.dropzone .dz-preview .dz-details .dz-size {
    font-size: 16px;
    margin-bottom: 1em;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(200, 200, 200, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    padding: 0 0.4em;
}
.dropzone .dz-preview:hover .dz-image img {
    filter: blur(8px);
    transform: scale(1.05, 1.05);
}
.dropzone .dz-preview .dz-image {
    display: block;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running passing-through;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running slide-in;
    opacity: 1;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    display: block;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 500;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    height: 54px;
    width: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear 0s;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in 0s;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: 6s ease 0s normal none infinite running pulse;
}
.dropzone .dz-preview .dz-progress {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 8px;
    height: 16px;
    left: 50%;
    margin-left: -40px;
    margin-top: -8px;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 1000;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #666, #444) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 300ms ease-in-out 0s;
    width: 0;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 0;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000, #000) repeat scroll 0 0;
    border-radius: 8px;
    color: white;
    display: none;
    font-size: 13px;
    left: -10px;
    opacity: 0;
    padding: 0.5em 1.2em;
    pointer-events: none;
    position: absolute;
    top: 130px;
    transition: opacity 0.3s ease 0s;
    width: 140px;
    z-index: 1000;
}
.dropzone .dz-preview .dz-error-message::after {
    border-bottom: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 64px;
    position: absolute;
    top: -6px;
    width: 0;
}
.dz-message i {
  color: #000;
}
.ms-table .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}
.ms-table td, .ms-table th {
	padding: 8px !important;
    font-size: 12px;
    vertical-align: middle !important;
    min-width: 120px;
}
.ms-table-2 .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.ms-table-2 td, .ms-table-2 th {
    padding: 15px !important;
    vertical-align: middle !important;
    min-width: 120px;
}
.ms-table td:first-child, .ms-table th:first-child {
    min-width: 50px;
    padding-left: 15px !important;
}
.checkbox-btn {
    border: 1px solid #000;
    display: inline-block;
    padding: 10px;
}
.table > thead > tr > th {
	border-top: 2px solid #DDD !important;
}
.table {
    margin-bottom: 0;
}
.search-icon {
	background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
#searchNow .modal-dialog {
	width: 90%;
}
#searchNow .modal-content {
	border: none;
}
#searchNow .modal-body {
	min-height: 450px;
}
.ms-search {
	border: none;
	font-size: 100px;
	font-weight: bold;
	height: 200px;
}
.search-cta {
	position: absolute;
	right: 100px;
	bottom: 0;
}
.ms-table a {
    color: #000;
}
.ms-table a:hover {
    color: #000;
    text-decoration: none;
}
.inpt-search {
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    padding-right: 50px;
    background-position: 96% 56%;
}
.inpt-date {
    background-image: url('../images/calendar.svg');
    background-repeat: no-repeat;
    padding-right: 50px;
    background-position: 96% 50%;
    background-size: 20px auto;
}
.drop-search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    padding: 23px;
    position: absolute;
    width: 92.5%;
    z-index: 99;
    border-top: 0;
    border-bottom-width: 2px;
}
.count-circle {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
    display: inline-block;
}
.pr {
    position: relative;
}
.vertical-table {
    max-height: 500px;
    position: relative;
}
.table-fixed td, .table-fixed th {
    border-top: none !important;
    border-right: 1px solid #DDD;
    min-width: 230px;
    font-size: 12px !important;
}
.table-fixed td:first-child {
    font-weight: 600;
}
.vertical-table tfoot {
    border-top: 1px solid #DDD;
    position: fixed;
}
.vertical-table thead {
    border-top: 1px solid #DDD;
    position: fixed;
}
#rollbackOk .modal-dialog {
   top: 400px;
}
.vtable-container {
    max-height: 500px;
    overflow-y:auto;
    border: 1px solid #DDD;
    position: relative;
}
.table-fixed {
    border: 1px solid #DDD;
}
.table-fixed thead {
  width: 100%;
}
.table-fixed tfoot {
  width: 100%;
  border-top: 1px solid #DDD;
}
.table-fixed tbody {
  height: 400px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tfoot, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th, .table-fixed tfoot > tr> td {
  float: left;
}
.opac0 {
    opacity: 0;
}