/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
    font-family: 'Roboto', sans-serif;
}

.cst-casrd-heading {
	color: #75798c;
    font-weight: 700;
}
.custom-padding-0 {
	padding: 0!important;
}
.btn.active span.nonCheckBoxAllow {
  display: none;
}

.btn.active span.checkBoxAllow {
  display: inline;
}

.btn span.nonCheckBoxAllow {
  display: inline;
}

.btn span.checkBoxAllow {
  display: none;
}
.inck-position {
	position: relative;
    top: -8px;
    left: -7px;
}
.inck-img {
	border-radius: 50%;
    height: 30px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
  line-height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #73778a;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #20a576;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-edit-link {
	text-decoration: underline!important;
    color:blue!important;
}
tbody td {
	font-size: 12px;
	color: #a0a2af;
	line-height: 30px;
}
thead th {
	color: #868a9a;
}
.cstm-border-radious-0 {
	border-radius:0!important;
}
.cstm-btn-border-5{
 border-radius: 5px!important;
}

.pagination {
  /*display: inline-block;*/
}

.pagination a {
  color: #1e9ff2;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #1e9ff2;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.cstm-pl-0 {
	padding-left: 0!important;
}

.indpage-cardBody-p {
  padding: 0.8rem!important;
}
.indpage-text {
    position: relative;
    top: 20px;
    left: 20px;
}

.aljobPage-flex {
  display: flex;
  justify-content: space-around;
}
.aljabPage-input {
    width: 100px;
    height: 38px;
}
.aljobPage-dropdown {
    width: 150px;
    height: 38px;
}
.aljobPage-heading {
    color: #9496a6;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 8px;
}
.btn-filter-cstm {
  background: #ce8015;
  color:#fff;
  width: 75px;
  height: 38px;
  border:transparent;
  border-radius: 5px;
}
/*.aljobPage-card-header-p {

}*/
.aljobPage-card-thead-p{
  padding: 0!important;
}
.aljobPage-card-footer {
      padding: 0.5rem!important;
}

.jobdetail-flex {
    display: flex;
    justify-content: space-between;
}
.job-product-title{
  color: #73778a;
}
.jobDetail-i {
  margin-right: 0.2rem!important;
  font-size: 1.2rem!important;
}
.cstm-link-size {
  font-size: 12px!important;
}
.cstm-dang-btn {
  border-color: #cd7f15!important;
  color: #cd7f15!important;
}
.cstm-dang-btn:hover{
  background-color: #cd7f15!important;
  color: #fff!important;
}



.dataTables_paginate paging_simple_numbers {
    text-align:center!important;
}
#example_paginate {
    text-align:center!important;
    margin-bottom:20px;
    margin-top:20px;
}
 #example_info {
    display:none!important;
 }
#example_paginate a .active {
    background:red!important;
    color:#fff;
    padding:7px 20px;
}
.current{
    background:#1e9ff2;
    color:#fff;
    padding:7px 15px!important;
    margin-left:5px!important;
    margin-right:5px!important;
}


#example_filter input {
    height: 36px!important;
    width: 238px !important;
    margin: 10px 14px !important;
    text-align:center !important;
}

div#example_filter {
    margin-left: 17px;
}
#example_length {
    padding: 10px 20px!important;
    float:right;
}
    #example_length select {
        padding: 5px 40px !important;
        margin: 0px 10px 0px 10px;
    }
/*#FileUpload1 {
   
}*/
.cstm-margin-input {
    margin: 20px !important;
   
}
.odd {
    background:transparent!important;
}

/*input[type="file"] {
   
}*/
.cstm-margin-input::-webkit-file-upload-button {
    visibility: hidden;
}
.cstm-margin-input::before {
    content: 'Select PDF';
    display: inline-block;
    background: #1560a0 !important;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 8px 24px;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 100 !important;
    color: #fff !important;
}


.cstm-margin-input:hover::before {
    border-color: black;
}

.cstm-margin-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file] {
    color: transparent!important;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    margin:5px !important;
}
.btn:focus {
   
    box-shadow: none!important;
}
*:focus {
    outline: none !important;
}
.cstm-circle {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    height: 47px;
    width: 50px;
}
.cstm-circle h5{
    color:#fff;
}
p.text-totals {
    top: 15px !important;
    font-size: 32px !important;
    color: white !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    position: absolute !important;
    right: 0px !important;
    text-align: center !important;
    display: block !important;
}
.cstm-blue-btns {
    background-color: #1560a0 !important;
    border: white;
    padding: 10px 20px;
    color:#fff;
}
    .cstm-blue-btns:hover{
        color:#fff;
    }
    /*.vertical-compact-menu .main-menu .navigation > li.active > a {
    border-right: 4px solid #1560a0!important;
}*/
    .vertical-compact-menu .main-menu .navigation > li > a:active {
        font-weight: 400;
        background: 0 0;
        border-right: 4px solid #1560a0 !important;
        margin: 0;
        border-radius: 0;
        padding-left: .8rem;
    }

.has-icon-left .form-control {
    /*padding-right: 1rem;*/
    padding-left: calc(1.25em + 1.5rem + 2px)!important;
}
/*.vertical-compact-menu .main-menu .navigation > li > a:active {
    width: auto!important;
    padding: 1.4rem .8rem;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    transition: all .2s ease;
    font-size: 1rem;
}*/

.card.oranges {
    background-color: #fd9f28!important;
    /* width: 100%; */
    background-size: cover!important;
}
.card-body.inner-contents h3.text-white {
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-bottom: 3px !important;
    display: block !important;
}
.cstm-newcltrue {
    color: #28d094 !important;
    font-size: 20px !important;
}

.cstm-newclfalse {
    color: red !important;
    font-size: 20px !important;
}
.cstm-chkBox{
    box-sizing: border-box !important;
    height: 20px !important;
    display: inline-block !important;
    width: 8% !important;
    position: relative !important;
    top: 5px !important;
    left: 10px !important;
}

.vertical-compact-menu .main-menu .navigation > li.active > a {
    font-weight: 400 !important;
    background: 0 0 !important;
    border-right: 4px solid #ce8015 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding-left: .8rem !important;
}

/*.active, .nav-item {
    border-right: 4px solid #ce8015 !important;
}*/

.imgrev {
    border: 2px solid #15609f;
    padding: 5px;
    border-radius: 15px;
    background-size: cover;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

#example_filter input {
    height: 36px !important;
    width: 238px !important;
    margin: 10px 14px !important;
    text-align: left !important;
}

.cstm-txtLeft {
    text-align: left !important;
}

.pagination a:hover {
    background-color: #1e9ff2;
    color: white;
}

.valign-middle.multilefileselect input#FileUpload1.parsley-error {
    background: transparent !important;
    color: transparent !important;
    border: transparent !important;
    padding-left: 0px !important;
}

.wrap.attach_file_custom li.parsley-required {
    margin-left: 35px;
}


@media (min-width: 360px) and (max-width: 530px) {
    #example_length {
        float: left;
    }

    .buttons-csv, .buttons-excel {
        float: left;
    }

    table {
        width: 100% !important;
    }

    .btn-info {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 360px) and (max-width: 670px) {
    #example_length {
        float: left;
    }

    .buttons-csv, .buttons-excel {
        float: left;
    }

    table {
        width: 100% !important;
    }

    .btn-info {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 672px) and (max-width: 990px) {
    div.dataTables_wrapper div.dataTables_paginate{
    text-align: center !important;
}
}


.pgncont {
    display: flex;
    margin-left: 25%;
}

.pgnRec {
    display: inline-flex!important;
    margin-top: 15px!important;
}

    .pgnRec input {
        width: 25%;
    }

    .pgnRec button {
        width: 75px;
        height: 40px;
    }
button.btn.btn-primary1 {
    color: white !important;
    background-color: #1e9ff2 !important;
}
.pgncont ul li.active a {
    color: white !important;
    background-color: #1e9ff2 !important;
}

.buttons-csv, .buttons-excel {
    height: 39px;
    width: 100px;
    background-color: 1560a0;
    color: white;
    float: right;
    background-color: #15609e;
    border-radius: 5px;
    margin: 5px 10px;
}
div.dt-buttons {
    margin-bottom: 0px !important;
}