@font-face{
  src: url('fonts/FRSCRIPT.ttf');
  font-family: 'French Script MT';
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.info-pop-over i{
  font-size: 15px !important;
}

h3, h1, a{
  font-weight: 400 !important;
}

.label {
  font-weight: 500 !important;
}

a.a-title-logo:hover{
  text-decoration: none;
  cursor: pointer;
}

.title-logo{
  font-family: 'Raleway', sans-serif; 
  font-size: 17px; 
  margin-bottom: 0;
}

.veen-title-logo{
  font-family: French Script MT !important; 
  font-size: 60px;
}

.register_wrapper{
  margin-top: 20px;
}

.register_section{
  padding-top: 0px;
}

h2.auth-title{
  margin-bottom: 15px;
}

.message_wrapper{
  right: 0;
  margin: 5% auto 0;
  max-width: 550px;
  position: relative;
}

#message{
  border-radius: 3px;
  margin-bottom: 20px;
}

.action-Uform{
  display: inline-grid;
}

.login_wrapper form{
  margin-top: 0px;
}

.panel-body .contact-title{
  padding-bottom: 10px !important;
}

.panel-body .contact-lable{
  padding-bottom: 10px !important;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.form-horizontal .control-label-cus{
  padding-top: 0px;
}

.table>tfoot>tr>th {
    border-top-width: 2px;
}

.table-custom>tbody>tr>th {
  font-weight: 500;
}

table.jambo_table tbody tr.disabled-row{
  cursor: not-allowed;
  background: #F1F1F1cc;
  color: #73879ccc;
}

.icheckbox_flat-green.disabled {
    cursor: not-allowed;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled]{
  opacity: 0.8 !important;
}

a.btn.disabled{
  cursor: not-allowed !important;
}

.btn-success-disabled{
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  cursor: not-allowed;
  pointer-events: none;
}

.borderless tr, .borderless td, .borderless th {
    border: none !important;
}

.terminate{
  color: #ff3b30;
  border-color: #ccc;
}

a.terminate:hover, a.terminate:active {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

button.btn-success-disabled{
  color: #fff;
  background: #5cb85c;
}

button.btn-success-disabled:hover{
  color: #fff;
}

.alert-info-custom {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-success-custom {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-warning-custom {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger-custom {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.action-form{
  margin-bottom: 5px !important;
}

.action-button{
  margin-bottom: 0px !important;
}

.title-form{
  display: inline;
}

.btn-grp-cus{
  margin-bottom: 5px !important;
}

.btn-grp-cus .btn-last{
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.btn-frm-cus{
  margin-left: -1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; 
}

.list-label{
  margin-right: 10px;
}

.cus-input-group{
  padding-left: 0px;
  padding-right: 0px;
}

.input-group-left{
  border-right: 0px;
}

.tile-stats .top-title-h3{
  font-size: 20px;
  margin-bottom: 10px;
}

.tile-stats .icon i{
  font-size: 50px;
}

/*input type checkbox with type flat*/
div.icheck-group{
  padding-top: 8px;
}

div.icheck-flat .icheckbox_flat-green{
  margin-bottom: 5px;
}


.a-pop-over{
	cursor: pointer;
}

.location-checkbox{
	width: 50%;
	margin: 0 auto;
}

.login-panel-header{
	padding-bottom: 5px;
}

.info-title{
	margin-bottom: 15px !important;
}

/*Start: For Organization Details Page */
.icheck-label{
  font-weight: 400 !important;
  padding-left: 5px;
}

.show-div{
  display: block;
}

.hide-div{
  display: none;  
}
/*End: For Organization Details Page */

/* For Location and Subscription tables in company profile page for no data */
.table-no-data{
	margin-bottom: 0px !important;
}

td.details-control {
    background: url('/images/datatables/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/images/datatables/details_close.png') no-repeat center center;
}

/*for datatables*/
#custom-table{
	display: none;
}

.panel-menu{
	cursor: pointer;
}

.datatables-plugins-buttons{
	margin-top: 0px;
	margin-bottom: 0px;
}

#customTableButtons .dt-buttons{
	margin-top: 5px !important;
}


/* For jquery sortabel start */
body.dragging, body.dragging{
	cursor: move !important;
}

.dragged{
	position: absolute;
  	top: 0;
  	opacity: .8;
  	z-index: 2000;
}


.sorted_table thead tr{
  cursor: default;
}

.default-state {
    cursor: move;
}

.dragged-state{
    cursor: move; 
}

 /** Define arrowhead **/
.arrowhead tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none; 
}
  
.arrowhead tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; 
}

/* For jquery sortabel end */

/*start show mandate */
.multiple-mandate{
  padding-bottom: 20px !important;
}
/*end show mandate */


/*start for revoke mandate modal*/
@media (min-width:961px)  {

  .cancel-modal .modal-dialog{
    max-width: 620px;
  }

  .cancel-modal p{
    letter-spacing: 1px;
  }

}

.cancel-modal p{
    font-size: 13px;
  }
/*end for revoke mandate modal*/

/* start for location group select table */

#location-group label{
  padding-top: 0px !important;  
}

/* end for location group select table */


/*start for location group section when a subscription has already been made */
.selected-subscription{
  color: #999;
}

.location-group-disabled{
  color: #999;
}


.location-group-disabled{
  resize: none;
}
/*end for location group section when a subscription has already been made */

/* start for mollie button insided modal */
.mollie-button{
  border:0; 
  cursor: pointer;
}
/* end for mollie button insided modal */

/* start payment details page */
.cancel-payment-button{
  margin-top: 5px;
  margin-bottom: 5px;
}

.details-label{
  padding-top: 0px !important;
}

.payment-history-ul{
  padding-left: 18px !important;
}

.payment-history-li{
  padding-bottom: 5px !important;
}
/* end payment details page */


.form-group .x_content{
  margin-top: 0px;
  padding-right: 0px;
}

.form-group .x_content button{
  margin-right: 0px;
}

.form-group .x_content ul{
  margin-top: 7px;
}

.popover-content{
  text-align: justify;
}

#editHoldDescription{
  display: none;
}

#cancel-edit-description-1{
  display: none;
}
