@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
    background-color: #fbfafc !important;
    background-repeat: no-repeat; 
    background-attachment: fixed;    
    background-position: bottom;
    background-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

.top-bar {
    background-color: #0c053b;
    
}

.site-nav > li > a{
    background-color: #0c053b;
}

.site-nav .flyout:hover > a, .site-nav .flyout-alt:hover > a, .site-nav a:hover {
    background-color: #625b8f !important;
}

.flyout-content.ds-nav.stacked li a{
    background-color: #1f1945;
}

.flyout-content.ds-nav.stacked li a:hover{
    background-color: #e0e0e0;
}

[ps-action-bar] .action-bar {
    display: flex;
    margin: 0px 0px -39px 0px;
    align-items: center;
    padding: 10px 5px 5px 15px;
    border-bottom: 1px solid #ccc;
    font-size:15px !important;
    background-color:#fdfdfd;
    height:54px;
}

.title-bar .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important ;
    color: #1b0642;
}

[grid-view] th, [grid-view] .tr .th {
    background-color: black !important;
    background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb);
    background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#f0f0f0), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb);
    background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb);
    background-image: linear-gradient(to bottom, #f4f4f4, #f4f4f4);
    color: #5c5c5c;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-transform: capitalize;
    font-size: 13px;
    font-weight:600;
}
[grid-view] td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all;
    font-size: 13px;
    color: #757474;
    vertical-align:middle;
    border-color:#f4f4f4;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
}

[grid-view] tr.r:hover td {
    background-color: #f0f0f0;
}

.form-control {
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-left: solid 1px #a1a1a1;
    border-right: solid 1px #a1a1a1;
    border-radius: 3px !important;
    
}

.form-group {
    margin-bottom: 3px;
    margin-top: 5px;
}

.form-control:focus {
    border-bottom: solid 1px #737373 !important;
}

.form-group-sm .form-control {
    font-size:13px !important;
    height: 30px;
}



.input-group-addon:first-child {
    border: none;
    border-bottom: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-left: solid 1px #a1a1a1;
    border-right: solid 1px #a1a1a1;
    border-radius: 0px;
    background-color: transparent;
    color: #ebebeb;
    text-decoration:italic;
    font-weight: 600;
}

.input-group-addon:last-child {
    border: none;
    border-bottom: solid 1px #a1a1a1;
    border-top: solid 1px #a1a1a1;
    border-left: solid 1px #a1a1a1;
    border-right: solid 1px #a1a1a1;
    border-radius: 0px;
    background-color: transparent;
    color: #ebebeb;
    text-decoration:italic;
    font-weight: 600;
}

.data-filter div[dropdown] button{
    font-size: 13px;
    height: 30px;
}

.form-group-sm .form-control:focus, div[dropdown] button:focus, div[dropdown] .btn .list-view-add .btn-default .btn-sm:focus {
    border-color: #737373;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px !important;
}

.form-group-sm .form-control, div[dropdown] button, div[dropdown] .btn .list-view-add .btn-default .btn-sm {
    border: none;
    border-bottom: solid 1px #c2c2c2;
    border-top: solid 1px #c2c2c2;
    border-left: solid 1px #c2c2c2;
    border-right: solid 1px #c2c2c2;
    font-size: 13px;
    background-color: #ffffff !important;
    height: 35px;
    
}


div[dropdown] .btn-dropdown-field .caret {
    margin-top: 6px;
}

div[dropdown] .btn-dropdown-field .dropdown-text {
    display: inline-block;
    text-align: left;
    font-size: 13px !important;
}

.dropdown-menu {
    font-size: 13px;
}

div[list-view] .list-view-item-container {
    opacity: 1;
    /* padding: 10px 20px; */
}

.control-label {
    color:#1b0642;
    font-weight: normal;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 13px !important;
    height: 30px !important;
}

.form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
}


.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    min-height: 100px;
}


.section-header {
    border-top: 1px solid #ececeb;
    border-bottom: 1px solid #ececeb;
    border-left: 0px;
    border-right: 0px;
    background: #fdfdfd;
    padding: 8px 20px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    line-height: 18px;
    margin: 20px -15px 12px -15px;
}

.form-group-sm .btn {
    height: 35px !important;
    margin-right: -6px !important;
    margin-top: 0px !important;
    margin-bottom: 0px;
    font-size: 12px;
    border-radius: 3px !important;
}


.btn {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    border-radius: 3px !important;
}


.btn.btn-xs.btn-default.pull-right {
    height: 23px !important;
    margin-right: -3px !important;
    margin-bottom: 0px;
    font-size: 12px;
    border-radius: 3px !important;
}

.list-view-item {
    padding: 3px 3px 2px 3px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 0px;
    background: #fafafa;
    border-radius: 3px;
    /* pointer-events: auto; */
    height: auto;
}

.list-view-item-container > .column-field {
    margin-top: -5px;
}

/* Modal Content */
.overlay { 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  overflow: auto;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  min-width: 20%;
  max-width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 99999;
  border-radius: 6px;
}

.popup-lg {
  max-width: 90%;
}

.popup .header-red {
    min-height: 25px;
    padding: 10px 20px !important;
    color: white !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #3363b0;
    border-bottom: 2px solid #b1b1b3;
}

.popup .header-green {
    background-color: #b71c1c;
    min-height: 30px;
    padding: 10px 20px !important;
    color: white !important;
}

.popup .content {
    padding: 20px;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  filter: none;
  text-shadow: none;
}
.popup .close:hover {
  color: white;
  opacity: 0.8;
  filter: none;
  text-shadow: none;
}

/*============================*/

.popup_time {
  margin: 55px auto;
  padding: 0px;
  background: #fff;
  min-width: 20%;
  max-width: 20%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 99999;
  border-radius: 6px;
}

.popup_time-lg {
  max-width: 40%;
}

.popup_time .header-red {
    min-height: 20px;
    max-height: 50px;
    padding: 2px 20px !important;
    color: white !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #3363b0;
    border-bottom: 2px solid #b1b1b3;
    font-size:10px !important;
}

.popup_time .header-green {
    background-color: #b71c1c;
    min-height: 30px;
    padding: 10px 20px !important;
    color: white !important;
}

.popup_time .content {
    padding: 8px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup_time .close {
  position: absolute;
  top: 7px;
  right: 20px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  filter: none;
  text-shadow: none;
}
.popup_time .close:hover {
  color: white;
  opacity: 0.8;
  filter: none;
  text-shadow: none;
}
/*============================*/

.panel1 {
    background-color:#fdfdfd;
    margin-left: 0px;
    margin-top: 15px;
    padding:10px; 
    border-radius: 4px;
    box-shadow: 1px 1px 10px 3px #e8e8e8;
}

.panel1_new {
    background-color:#ffffff;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    padding:0px; 
    border-radius: 1px;
    box-shadow: 1px 1px 4px 1px #f0f0f0;
}

#content > div > .stretch {
    top: 45px !important;
}

.btn-timeEmpty {
    color: #ffffff;
    background-color: #a7bed4;
    height:32px;
    border-radius:10px !important;
    vertical-align:middle !important; 
    padding-top:5px;
}

.btn-timeFull{
    color: #ffffff;
    background-color: #de6a59;
    height:32px;
    border-radius:10px !important;
    vertical-align:middle !important; 
    padding-top:5px;
}

.column-field > .column-field-row > .column-field-cell > .column-field-inner {
    padding: 7px 7px 7px 7px;
}

.btn-info {
    color: #fff;
    background-color: #4d8bff;
    border-color: #4d8bff;
}

.btn-primary {
    color: #fff;
    background-color: #0c053b;
    border-color: #0c053b;
}

.filter-td {
    padding: 5px 10px 0px 10px;
    background-color: #ffffff;
    font-size:12px !important;
    border-top-width:1px;
}

.filter-manage {
    width: 0px;
    padding: 5px 5px 5px 15px !important;
    border-right:none;
    /* border-right: 1px solid #ececeb; */
    /* background: rgba(255, 255, 255, .3); */
}

.btn-group>.btn:first-child {
    margin-left: 0;
    margin-right: 0;
    height: 32px;
    background-color: #ffffff !important;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    padding-right: 10px;
    border-radius: 0;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
    background-color: #ffffff;
    margin-left: 0px;
    height: 31px;
    
}

table {
    width: 100% !important;
}


.filter-reset {
    color: #333;
    border-radius: 0px 3px 3px 0px !important;
    border: 1px solid #bbb !important;
    padding: 2px 3px 2px 3px !important;
    /* margin-top: 4px !important; */
    margin-top: 3px !important;
    height: 25px !important;
    padding-left: 3px !important;
    padding-top: 1px !important;
    font-size: smaller !important;
    background-color: #ffffff;
    margin-left: 0px !important;
}


[grid-view] td.aggregate.lv-0  {
    background: #fff;
    border: 1px solid #f3f3f3;
}

.submenu_dashboard_active {
    background-color: #0c053b91;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
}

.submenu_dashboard_notactive {
    background-color: #fff;
    min-width: 120px;
    padding: 10px;
    color: #0c053b;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    border: 1px solid #0c053b91;
}