/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/

h1, h2, h3, h4, h5, h6,
p, span, div {
    font-family: 'Montserrat', sans-serif;
}
div .bootbox-body{
    overflow-x: auto;
}

.label-award{
    padding:5px 10px;
    color:white;
    font-weight: bold;
}

.portlet > .portlet-title > .tools {
    padding: 8px 0;
}

.portlet > .portlet-title > .tools .fa {
    font-size: 18px;
    line-height: 18px;
    color: #eee;
}

.modal-body.myform .form-body {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrap_select_role{
    height: 200px;
    overflow-x:hidden;
    overflow-y:scroll;
    border:1px solid #ccc;
    border-radius:4px;
    padding:1em 2em;
    font-size: 14px;
}

.wrap_select_role table{
    width:100%;
}

@media (min-height: 500px) {
    .modal-body.myform .form-body {
        max-height: 450px;
    }
}

@media (min-height: 800px) {
    .modal-body.myform .form-body {
        max-height: 600px;
    }
}

.modal-body.myform .form-body textarea {
    resize: vertical;
}

.page-loading, .page-spinner-bar {
    z-index: 99999;
}

.page-sidebar .menu-toggler {
    display: block;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-logo h3 {
    font-weight: 600;
}

.no-padding {
    padding-right: 0;
    padding-left: 0
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.email-setting-section{
  margin: 40px;
  border: 1px solid #869ab3;
}

input[type=number]{
  border-radius: 4px !important;
}

.notification ul.nav-tabs{
  padding-top: 10px;
  margin-top: 10px;
}

.notification ul.nav-tabs li{
  padding-right: 0;
}

.notification ul.nav-tabs li:nth-of-type(2){
  padding-left: 0;
}

.portlet > .portlet-title.text-center > .caption {
    float:none;
}

.has-error .help-block.full-width{
    width: 250px;
}

.input-icon.right-select > i {
    right: 25px;
    float: right;
}

.input-icon.right-select > .form-control{
    padding-left: 10px;
}

.input-icon.right-dt > i {
    right: 45px;
    float: right;
}

/* Modal custom style */
form .text-left .control-label,
form.text-left .control-label{
    text-align: left;
}

.no-border{
    border:none !important;
}

.modal{
    display: flex !important;
    height: 100%;
}

.modal .modal-dialog{
    margin: auto;
    overflow-x: auto;
}

.modal-header{
    padding: 0 30px;
    margin-top: 27px;
}

.modal .modal-header h3{
    font-weight: bold;
}

button.close{
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

button.close:hover{
    opacity: 1;
}

.modal-form-confirm .modal-dialog{
    width:490px;
}

.modal-form-confirm .modal-dialog .modal-content, .modal-form-alert .modal-dialog .modal-content{
    padding: 15px;
}

.modal-form-confirm .modal-dialog .modal-content .modal-header{
    padding: 0 10px;
    margin-top: 0px;
}

.modal-form-confirm .modal-dialog .modal-content .modal-body {
    padding: 10px;
}

.modal-form-alert .modal-dialog{
    width:300px;
}

.modal-form-bottom{
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.table thead tr.heading th{
    text-align: center;
}

.btn-datepicker {
    padding: 6px 11px;
}

.btn.btn-datepicker {
    line-height: 0.99;
}

.btn.btn-joborder-search {
    padding: 7px 10px;
    line-height: 1.5;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;
}

fieldset.scheduler-border {
    border: 1px solid #e5e5e5 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.padding-low{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.margin-10 {
    margin: 10px;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.btn-grey-light {
    padding: 0px !important;
    font-size: 24px !important;
    color: #D5D5D6;
    text-decoration: none;
    display: inline;
}

.btn-grey-light:hover,
.btn-grey-light:focus {
    color: #000000;
    text-decoration: none;
}

.no-padding{
    padding: 0px !important;
}

ul.dropdown-menu{
   font-family: 'Montserrat', sans-serif;
}

ul.dropdown-menu .btn-default{
   border-color:transparent;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
tr.shown.loading td.details-control {
    background: url('../img/ajax-loader-inside-table.gif') no-repeat center center;
}
td.row-child-header {
    background: #eee;
    text-align: center;
}

accordion .tools button {
    width: 60px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 65px;
    text-align: center;
    padding-top: 20px;
}
.dragover {
    border: 5px dashed blue;
}

/*.form-body {
    overflow: visible !important;
}*/


/* ============= FSE STYLES START ============= */

html {
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
  p, label {
    font-weight: 400;
  }

  h1, h2, h3, h4, h5, h6 {
    /*font-weight: 500;*/
  }


body.modal-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.position-holder {
  position: relative;
}

.form-panel {
  margin: 10px 0;
}

.form-panel .panel-header {
  padding: 10px;
  background: #EEE;
  border: 1px solid #ccc;
  /*border-bottom: none;*/
  border-bottom: 1px solid #ccc;
  min-height: 36px;
}

.panel-header h3 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0;
}

.panel-header .tools {
  margin-top: -6px;
}

.form-panel .panel-body {
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

.table-container #datatable_wrapper > .row:first-child .pull-left, .table-container .dataTables_wrapper > .row:first-child .pull-left {
  background: none !important;
  padding: 0 !important;
}

.form-panel .control-label {
  color: #000000 !important;
}

.table-container th {
  font-size: 11px !important;
  letter-spacing: 0.02em;
}

.form-group .position-holder .fa-check {
  color: green;
  right: 10px;
  position: absolute;
  bottom: 6px;
}

.form-group.date-group .position-holder .fa-check {
  right: 40px;
}

.form-group.has-error .input-icon.right-select .fa-warning {
    right: 25px;
    top: -2px;
}

.form-group.has-success .input-icon.right-select .fa-check {
    right: 25px;
    position: absolute;
    top: 10px;
    color: #45B6AF;
}

.form-panel.modal-body {
  padding: 15px 30px;
  margin: 0;
}

.modal-body.job-history-inquiry {
    padding-top: 5px;
}

.form-panel .portlet-title {
  height: 36px !important;
  padding-top: 10px;
  min-height: 0 !important;
}

.form-panel .portlet-title h3 {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}

.form-panel .portlet-title .tools {
  margin-top: -15px;
}

.form-panel .form-group {
  min-height: 52px;
}

.dataTables_wrapper .table-scrollable {
    overflow: visible;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.dropdown-menu.arrow:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu.arrow:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.input-group-btn .btn {
    line-height: 0.45;
}

.input-group.bootstrap-touchspin .input-group-btn .btn {
    line-height: 1.45;
}

.input-group.bootstrap-touchspin .form-control {
    height: 31px;
}

.input-group.bootstrap-touchspin input[type=number].form-control {
    border-radius: 0px !important;
}

.status-box {
  width: 30px;
  height: 30px;
  margin: -4px;
}

.mini-status-box {
    width: 20px;
    height: 20px;
    margin: -4px;
}

.status-box.ignored {
    background-image:
            repeating-linear-gradient(
                    45deg,
                    grey 3px,
                    grey 3px,
                    white 4px,
                    white 7px /* determines size */
            );
}

.status-box.unknown {
    background: grey;
}

.mini-status-box.completed, .status-box.completed {
  background: green !important;
}

.mini-status-box.due, .status-box.due {
  background: red;
}

.mini-status-box.start, .status-box.start {
  background: yellow;
}

.status-box.green {
    background: green;
}

.status-box.blue-black {
    background: blue;
}

.status-box.blue-sea {
    background: deepskyblue;
}

.status-legend {
  width: auto;
  padding: 20px;
  margin: 10px 0;
}

.status-legend p {
  display: inline-block;
  margin-right: 40px;
}

.status-legend.dashboard p {
    display: flex;
    margin-bottom: 0px;
}

.status-legend.dashboard {
    margin-top: -15px;
}

p .status-box {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
}

p .status-box {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.table-dashboard-buttons .col-md-6 .form-group label.control-label {
    margin-top: 8px;
}

.input-xsmall.dashboard {
    height: 31px;
}

.no-pad-left-little-pad-right {
    padding-left: 0px;
    padding-right: 3px;

}

.no-pad-right-little-pad-left {
    padding-right: 0px;
    padding-left: 3px;
}

.ui-select-bootstrap .ui-select-choices-row.active > a span.font-blue {
    color: #fff !important;
}

.ui-select-bootstrap .ui-select-choices-row.active > a:hover span.font-blue {
    color: #3598dc !important;
}

.ui-select-placeholder, .ui-select-match {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.ui-select-multiple .ui-select-match-close {
    margin-top: 0px !important;
    margin-left: 10px !important;
}

.ui-select-multiple .close {
    width: 11px;
    height: 14px;
    background-image: url(../../../global/img/portlet-remove-icon.png) !important;
}

.ui-select-multiple .ui-select-match {
    padding-right: 5px;
}

p.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-footer-inner {
    width: 100%;
    margin-left: 20px;
}

.footer-she {
    text-align: center;
}

.footer-she a {
    color: #444444;
}

.job-order-tag:hover {
    background-color: #d0d0d0;
}

.little-space-left {
    padding: 0px 0px 0px 15px;
}

.little-space-right {
    padding: 0px 15px 0px 0px;
}

.little-space-left-right {
    padding: 0px 15px 0px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 16px;
}

.dropdown-menu .dropdown-menu-list.app-settings {
    height: 300px;
    min-width: 400px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    min-width: 350px;
    max-width: 550px;
    width: 550px;
}

.theme-panel .theme-colors > li.theme-color {
    padding: 5px 10px;
}

.dropdown-notification .theme-color-name a {
    color: black;
}

.dropdown-notification .theme-color-name a:hover {
    text-decoration: none;
}

.dropdown-menu .external i[class^="icon-"] {
    font-size: 16px;
}

.margin-right-5 {
    margin-right: 5px;
}

.well.biz-well-box{
    margin: 1.5em 0;
    padding: 2em;
    background-color: #ffffff;
    border: 2px solid #214a7b;
    text-align: center;
    cursor: pointer;
}

.well.biz-well-box:hover {
    background-color: #f0faff;
}

.btn-radio-input {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
.btn-radio-input:hover {
    background-color: #f0faff;
}
.btn-radio-input.active {
    background-color: #374d94 !important;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #374d94 !important;
}

/* ============= STATE TRANSITIONS ==============*/
[ui-view].ng-enter, [ui-view].ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

[ui-view].ng-enter {
    opacity: 0;
    -webkit-transform:scale3d(0.5, 0.5, 0.5);
    -moz-transform:scale3d(0.5, 0.5, 0.5);
    transform:scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active {
    opacity: 1;
    -webkit-transform:scale3d(1, 1, 1);
    -moz-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
}

[ui-view].ng-leave {
    opacity: 1;
    /*padding-left: 0px;*/
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}

[ui-view].ng-leave-active {
    opacity: 0;
    /*padding-left: 100px;*/
    -webkit-transform:translate3d(100px, 0, 0);
    -moz-transform:translate3d(100px, 0, 0);
    transform:translate3d(100px, 0, 0);
}

/* ============= FSE STYLES ENDS ==============*/

/* ============= E-WALLET STYLES STARTS ==============*/

.ew-form-sub-header {
    margin: 1.5em 0 .5em 0;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

.bordered {
    border-radius: 6px;
}

.whitesmoke-bg {
    background: whitesmoke;
    padding: 3em 5em;
    margin-bottom: 2em;
}

.fa.bootbox-loading-icon {
    margin-right: 15px;
    font-size: 18px;
}

/* ============= E-WALLET STYLES ENDS ==============*/

