Sindbad~EG File Manager

Current Path : /home/numerotech/admin.aios-scientificcommittee.org/AIOS_Admin_app/core/static/css/
Upload File :
Current File : //home/numerotech/admin.aios-scientificcommittee.org/AIOS_Admin_app/core/static/css/style.css

/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
/*Modify Chart Colors Hack*/
.chart, .easypiechart {
  filter: hue-rotate(0deg) saturate(100%); }

/*Theme Switcher*/
.theme-switcher {
  list-style: none;
  text-align: center;
  margin: 1rem auto 3rem auto;
  display: block;
  width: 280px;
  display: block; }
  .theme-switcher li {
    float: left;
    text-transform: uppercase;
    color: #ffffff; }
    .theme-switcher li span {
      margin-right: 10px; }
    .theme-switcher li a.theme-btn {
      color: #ffffff;
      background: none;
      display: inline-block !important;
      width: 10px;
      height: 30px;
      padding: 0;
      margin: 0 6px;
      text-indent: -499rem;
      border-radius: 499rem;
      opacity: .8; }
    .theme-switcher li a.theme-btn:hover {
      opacity: 1; }
    .theme-switcher li a.theme-btn-default {
      background: #495057 !important; }
    .theme-switcher li a.theme-btn-teal {
      background: #3dbb9c !important; }
    .theme-switcher li a.theme-btn-ruby {
      background: #f54b63 !important; }
    .theme-switcher li a.theme-btn-nightfall {
      background: #32343c !important; }
    .theme-switcher li a.theme-btn-organic {
      background: #918278 !important; }

@media (max-width: 768px) {
  .theme-switcher {
    display: none; } }
body {
  background-color: #ffffff;
  
  font-size: 1rem;
  color: #444444; }


.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;

}

h1, h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dfdfdf; }

h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*a, a:visited {
  color: #495057; }*/

a:hover, a:focus, a:active {
  color: #343a40;
  text-decoration: none; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #495057; }

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600; }

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

h5 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-weight: 600;
  text-transform: uppercase; }

h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase; }
hr{
  background-color:#e0e0e0;
}

p {
  color: #7c7c7c;
  font-size: 1rem; }

.text-white p {
  color: #ffffff; }

.card-inverse p {
  color: #ffffff;
  font-size: .9rem; }

.card h1 {
  color: #f8f9fa;
  border: none;
  margin: 0;
  padding-bottom: .5rem; }

.no-border {
  border: none; }

.no-padding {
  padding: 0; }

.clear {
  clear: both; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-muted {
  color: #a0a0a0 !important; }

code {
  background-color: #f7f7f7; }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 2rem auto; }

.circle {
  border-radius: 499rem; }

.jumbotron {
  padding: 2rem 2rem;
  background-color: #f7f7f7; }

/*.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle, .card-primary, .page-item.active .page-link, .list-group-item.active {
  background-color: #495057 !important;
  border-color: #495057 !important; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #343a40 !important;
  border-color: #343a40 !important; }

.btn-outline-primary {
  color: #495057 !important;
  border-color: #495057 !important; }

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-link, .page-link, .text-primary {
  color: #495057 !important; }*/

.btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
  color: #343a40 !important; }

.dropdown-item.active, .dropdown-item:active, .custom-control-input:checked ~ .custom-control-indicator, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator, .nav-pills .nav-item.show .nav-link, .badge-primary, .progress-bar, .bg-primary {
  background-color: #495057 !important;
  background-image: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #495057 !important;
  border-radius: 4px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #495057 !important;
  border-radius: 499px; }

.nav-pills .nav-link.active, .badge-primary[href]:focus, .badge-primary[href]:hover, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #343a40 !important; }

.form-control:focus {
  border-color: #495057 !important; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff !important;
  background-color: #495057;
  border-color: #495057; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #495057;
  border-color: #495057;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #495057;
  border-color: #495057;
  color: #ffffff; }

.btn-secondary, .btn-default {
  background-color: #ffffff;
  color: #444444;
  border-color: #dfdfdf; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #444444 !important;
  background-color: #f7f7f7 !important;
  border-color: #dfdfdf !important; }

.btn-margins button.btn {
  margin: 0 4px 6px 0 !important; }

.btn {
  /*border-radius: 499rem;*/
  /*text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .75rem;*/
  /*padding: .6rem 1.15rem;*/
  cursor: pointer; }

.btn:focus {
  outline: none;
  box-shadow: none; }

.btn-xs {
  font-size: .6rem;
  /*padding: .5rem 1rem;*/ }

.btn-sm {
  font-size: .75rem;
  /*padding: .25rem .5rem*/ }

.btn-md {
  font-size: .85rem;
/*  padding: .6rem 1.15rem;*/ }

.btn-lg {
  font-size: .8rem;
  /*padding: .9rem 1.5rem;*/ }

.btn-circle {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1rem;
  padding: 0;
  border-radius: 50%; }

.btn-subtle {
  border: none;
  background: #f7f7f7;
  color: #495057;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-subtle:hover, .btn-subtle:focus, .btn-subtle:active {
  color: #ffffff;
  background-color: #495057;
  outline: none; }

.btn-stripped {
  border: none;
  background: none !important;
  color: #444444 !important;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-stripped:hover, .btn-stripped:focus, .btn-stripped:active {
  color: #495057;
  background-color: none;
  outline: none; }

.dropdown a {
  color: #444444; }

.dropdown a:hover, .dropdown a:active, .dropdown a:focus {
  background-color: #495057;
  color: #ffffff; }

.dropdown-menu {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  width: 14rem;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); }

.dropdown-menu .divider {
  margin: .5rem 0; }

.dropdown-menu li a {
  padding: .35rem 1rem; }

.dropdown-menu li a {
  color: #444444;
  display: inline-block;
  width: 100%; }

.dropdown-menu li a:hover {
  background: #495057;
  color: #ffffff;
  text-decoration: none; }

.sidebar {
  position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  background: #495057; }
  .sidebar a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .2rem;
    padding: .75rem 1rem; }
  .sidebar em {
    font-size: 1rem; }
  .sidebar h1 {
    color: #ffffff;
    border: none;
    font-size: 0.9rem;
    padding: 0rem 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem; }
  .sidebar .site-title {
    margin-top: .5rem;
    margin-bottom: 1.75rem; }
    .sidebar .site-title a {
      font-size: .9rem;
      padding-left: 0;
      padding-right: 0;
      cursor: pointer; }
    .sidebar .site-title a:hover {
      background: none !important; }
  .sidebar .nav {
    margin-bottom: 40px; }
  .sidebar .nav-item {
    width: 100%; }
  .sidebar .nav-item + .nav-item {
    margin-left: 0; }
  .sidebar .nav-link {
    border-radius: 0; }
  .sidebar .logout-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 85%;
    text-align: center;
    border-radius: .3rem; }

.sidebar .nav ul.children {
  width: auto;
  padding: 0;
  margin: 0; }
  .sidebar .nav ul.children li a {
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
  .sidebar .nav ul.children li a:visited {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important; }
  .sidebar .nav ul.children li a:hover {
    background: #343a40 !important;
    color: #ffffff !important; }

#wrapper.toggled .sidebar-nav {
  display: none; }

#menu-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.sidebar a:focus, .sidebar a:hover, .sidebar a:active {
  background-color: #343a40 !important; }

@media screen and (max-width: 576px) {
  #wrapper .sidebar-nav {
    display: none; }

  #wrapper.toggled .sidebar-nav {
    display: block !important; }

  .sidebar {
    position: inherit;
    padding-bottom: 0px;
    margin-bottom: 1rem; }

  #menu-toggle {
    background-color: #343a40; } }
@media screen and (min-width: 576px) {
  #wrapper.toggled .sidebar-nav {
    display: block; }

  #menu-toggle {
    display: none; } }

    
.card {
  background-color: white;
  border: 1px solid #dfdfdf; }

/*.card.bg-primary, .card.bg-success, .card.bg-info, .card.bg-warning, .card.bg-danger {
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1rem; }

.card-title {
  padding-bottom: .25rem;
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -.75rem;
  padding-bottom: .5rem; }

.card-title-btn-container {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  list-style: none; }

.card-footer {
  background: #f7f7f7;
  border-top: 1px solid #dfdfdf;
  margin: -1rem !important;
  margin-top: 1rem !important; }

.card-header {
  padding: 0px 0px;
}

.bg-default .card-header {
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf; }

.card-header-tabs .nav-link:hover,
.card-header-pills .nav-link:hover {
  background-color: #ffffff;
  border-color: #dfdfdf; }

.card-header-tabs .nav-link:hover {
  border-bottom: 1px solid #ffffff; }

.card-header-tabs .active {
  background: #ffffff !important;
  border-color: #dfdfdf !important;
  border-bottom-color: #ffffff !important;
  color: #444444 !important; }
*/

.no-left-margin {
  margin-left: 0; }

.page-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0rem;
  margin-bottom: 1.0rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
  height: auto; }

  .page-header h1 {
    display: inline;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; 
    font-size: 25px;}

.profile-photo {
  border-radius: 499rem;
  float: left; }

.username {
  float: left;
  text-align: left;
  margin: 0 0 0 1rem; }
  .username h1, .username h2, .username h3, .username h4 {
    margin-bottom: 0;
    text-transform: none !important;
    letter-spacing: 0 !important; }

.user-dropdown .dropdown-toggle::after {
  margin-top: 1rem;
  margin-left: 1rem; }

.user-progress {
  margin-top: 1rem; }
  .user-progress .profile-photo {
    max-height: 75px;
    max-width: 75px !important; }

.progress-custom {
  margin-top: .25rem;
  background-color: #f7f7f7;
  padding: 0;
  height: 6px; }

.progress-label {
  text-align: center !important;
  color: #495057;
  font-size: .75rem;
  margin-top: -.25rem; }

.progress-bar {
  height: 6px; }

#calendar, .datepicker-inline {
  width: 100%;
  text-align: center; }

#calendar table {
  width: 100%; }

.datepicker-switch {
  font-size: 16px;
  height: 46px !important; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #dfdfdf; }

.datepicker table tr td {
  padding: 2px 2px !important;
  cursor: pointer;
  border-radius: .3rem; }

#calendar th {
  text-align: center !important;
  cursor: pointer;
  border-radius: .3rem; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #495057;
  text-shadow: none;
  border-color: #285e8e; }

.datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background-color: #f7f7f7; }

.panel-heading .glyphicon {
  margin-right: 10px; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #dfdfdf;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc( 100% - 65px );
  float: right;
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  padding: 10px 20px;
  position: relative;
  box-shadow: none; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 11px solid #dfdfdf;
  border-left: 0 solid #dfdfdf;
  border-bottom: 11px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-left: 0 solid #ffffff;
  border-bottom: 10px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #444444;
  width: 46px;
  height: 46px;
  line-height: 2.8rem;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  z-index: 100;
  border-radius: 499rem; }

.timeline-badge.primary {
  background-color: #495057 !important;
  color: #ffffff !important;
  border: none !important; }

.timeline-badge.success {
  background-color: #8ad919 !important; }

.timeline-badge.warning {
  background-color: #ffb53e !important; }

.timeline-badge.danger {
  background-color: #f9243f !important; }

.timeline-badge.info {
  background-color: #30a5ff !important; }

.article {
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1rem; }

.article:first-child {
  padding: 0 0 10px 0; }

.article:last-child {
  padding: 0 0 10px 0;
  border: none;
  margin-bottom: 0; }

.article h4 a {
  margin-bottom: 10px; }

.article .date {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  display: block; }

.article .date .text-muted {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1rem; }

.todo-list-item {
  list-style: none;
  padding: 0.5rem 1rem .15rem 1.25rem;
  border-radius: .3rem; }
  .todo-list-item .fa {
    margin: 0 .25rem 0 0;
    color: #444444; }
  .todo-list-item .fa:hover {
    color: #495057; }
  .todo-list-item input[type=checkbox] {
    margin: 0 0.5rem 0 0 !important;
    border: 1px solid #444444; }

.todo-list {
  padding: 0;
  margin: -15px;
  background: #ffffff;
  color: #444444; }

#btn-todo {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/*input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: #a0a0a0; }*/

.todo-list-item:hover, a.todo-list-item:focus {
  text-decoration: none; }

.todo-list-item .trash .fa:hover {
  color: #ef4040; }

.todo-list-footer {
  margin: -20px;
  margin-top: 2rem; }
  .todo-list-footer .btn {
    border-radius: .3rem; }

/*Font Awesome List*/
ul.font-awesome-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.font-awesome-list li {
    border: 1px solid #dfdfdf;
    float: left;
    width: 20%;
    height: auto;
    text-align: center; }
    ul.font-awesome-list li i {
      display: block;
      font-size: 32px;
      margin: 20px auto; }
    ul.font-awesome-list li span.icon-name, ul.font-awesome-list li .glyphicon-class {
      color: #495057;
      font-size: .8rem;
      white-space: nowrap;
      font-weight: bold; }
    ul.font-awesome-list li span.icon-value {
      display: block;
      color: #7c7c7c;
      font-size: .7rem;
      margin-bottom: 15px; }

@media screen and (max-width: 1180px) {
  ul.font-awesome-list li {
    width: 25%; } }
@media screen and (max-width: 1024px) {
  ul.font-awesome-list li {
    width: 33.3%; } }
@media screen and (max-width: 768px) {
  ul.font-awesome-list li {
    width: 50%; } }
/*Forms*/
.form-control {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  box-shadow: none; }

input.form-control {
  height: 37.98px; }
 #shypping_date {
  height: 20.98px;
  width: 40.78px; }


.bootstrap-table input.form-control {
  height: 34px; }

.input-group-btn .btn {
  height: 46px; }

.form-control:disabled, .form-control[readonly] {
  background-color: #f7f7f7;
  color: #7c7c7c; }

.form-control:focus {
  outline: 0;
  background-color: #ffffff;
  color: #444444; }

.help-block {
  font-size: .9rem;
  color: #7c7c7c; }

.custom-select, .custom-select.form-control {
  height: 26px;
  background-color: #ffffff;
  border-color: #dfdfdf;
  color: #444444; }

/*Tables*/
/*.dataTables_info, .dataTables_paginate {
  margin-top: 1rem !important; }
*/
.page-item.active .page-link {
  color: #ffffff !important; }

.page-item .page-link {
  outline: none !important;
  color: #444444 !important; }

.dataTables_wrapper {
  padding: 0; }

table, td, tr, th, thead {
  border-color: #dfdfdf !important; }

/*Login Page*/
.login-page {
  background: #f7f7f7; }
  .login-page .login-panel .btn {
    display: block;
    width: 100%; }

/*Error Page*/
.error-page {
  background: #f7f7f7; }
  .error-page h1 {
    font-size: 4rem; }

/*style for table font */
element.style {
}
/*.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
*/*, *::before, *::after {
  box-sizing: border-box;
}
user agent stylesheetdiv {
  display: block;
}
Inherited from 
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
element.style {
}
/*.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}*/
*, *::before, *::after {
  box-sizing: border-box;
}
user agent stylesheetdiv {
  display: block;
}
Inherited from 
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
body {


  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  position: relative;
  padding-bottom: 200px !important;
  height: auto !important;
  min-height: 10%;
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
}

/* new style added from url */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
element.style {
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.custom-select, .custom-select.form-control {
  height: 26px;
  background-color: #ffffff;
  border-color: #dfdfdf;
  color: #444444;
}
.custom-select, .custom-select.form-control {
  height: 26px;
  background-color: #ffffff;
  border-color: #dfdfdf;
  color: #444444;
}
.form-control {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  box-shadow: none;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}
/*.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' … 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control {
  display: block;
  width: 100%;
   padding: .100rem .40rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}*/
*, *::before, *::after {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
user agent stylesheetselect:not([size]):not([multiple]), select[size="0"], select[size="1"] {
  background-color: buttonface;
}
user agent stylesheetkeygen, select, select[size="0"], select[size="1"] {
  border-radius: 0px;
  border-color: rgb(169, 169, 169);
}
user agent stylesheetselect:not(:-internal-list-box) {
  overflow: visible;
}
user agent stylesheetselect {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
}
user agent stylesheetkeygen, select {
  border-radius: 5px;
}
user agent stylesheetinput, textarea, keygen, select, button {
  margin: 0em;
  font: normal normal normal 13.3333330154419px/normal Arial;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}
user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
  -webkit-writing-mode: horizontal-tb;
}
Inherited from 
user agent stylesheetlabel {
  cursor: default;
}
Inherited from 
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
th {
  text-align: inherit;
}
user agent stylesheetth {
  font-weight: bold;
}
Inherited from 
table {
  border-collapse: collapse;
}
user agent stylesheettable {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}
Inherited from 
body {
  
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  position: relative;
  padding-bottom: 200px !important;
  height: auto !important;
  min-height: 10%;
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
}
body {
  background-color: #ffffff;
  font-size: 1rem;
  color: #444444;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
#quotation_line
{
   text-align: center;
}
Inherited from 
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
Pseudo ::before element
*, *::before, *::after {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
Pseudo ::after element
*, *::before, *::after {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/* new bootstrap 3 pagination */
.pagination {
  display: block;
  /*display: inline-block;
  padding-left: 0;
  margin: 15px;
  border-radius: 4px;*/
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* show total page*/

label {
  display: inline-block;
  margin-bottom: 1rem;  
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 2px solid #343a40;
    font-size: 14px;
     text-align: left;

}

media (min-width: 768px)
.col-md-3 {
  -ms-flex: 0 0 10%;
  flex: 0 0 20%;
  max-width: 25%;
}

/*layout design*/
/*.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -16px;
  line-height: 3.0;
}*/
.card-header
{
  padding: 0.30rem 1.25rem;
}

.card-header select
{
  height: 1.75rem !important;
  font-size: 0.800rem;
}

.error
{
  color: red;
  font-size:11pt; 
}
#nav_request
{
  color:white;
}

/* column in date function for quotation add form*/
.line
   {
   color:#495057;
   }
   .col {
   border: 1px solid black;
   }
   .lines {
   border: 1px solid black;
   margin-left: 100px;
   }
   th,td
   {
   text-align: center;
   }
   #user-input
    {
  height: 28.00px;
  display: block;
  width: 70%;
}
.red
{
  color: red;
  font-size:11pt; 
}



@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;
  }
  
}
  
.

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