
/* dashbboard */
.dashbboard {}
.dashbboard p {font-weight:400;}
.dashbboard a {display:block; padding-top:20px; padding-bottom:20px; color:#000 !important; text-decoration:none;}
.dashbboard a:hover {background:#f1f1f1 !important;}

#dashnotice {font-size:12px !important; }
#dashnotice a {display:inline; padding-top:0px; padding-bottom:0px; color:#000 !important; text-decoration:underline; }
#dashnotice a:hover {background: none;}

a.backlink {color:#C70D4D !important;font-weight:500;}
a.backlink:hover {text-decoration:underline;background-color:transparent !important;}

/* heading-wrap */
#heading-wrap {padding-top:25px; padding-bottom:25px; background-color:#F1F1F1; border-top:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8;}


/* accordion */
.panel {margin-bottom:10px !important;}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

a.accordion-toggle {display:block; text-decoration:none;}


.small { font-size:small;}


.sky-form .col2 {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cleared {padding:0 !important ; }
a.cleared:hover {background-color:none !important;}
a.cleared {color:#0000b3 !important}
a.cleared {font-weight:bold !important; padding:10px;}
a.cleared {display:inline;}


@media (min-width: 767px) {

.dashbboard, .padding-vertical {padding-top:40px; padding-bottom:80px;}
.dashbboard p {font-size:22px}

.text-right {text-align:right !important;}

}


@media (max-width: 767px) {

.dashbboard {padding-top:10px; padding-bottom:30px;}
.dashbboard p {font-size:16px}

#heading-wrap { margin-bottom:50px;}

.mobile-no {display:none;}

}


#success { 
    color: green;
    font-size: large;
    text-align: center;
    padding : 10px;
    
}

#error { 
    color: red;
    font-size: large;
    text-align: center;
    padding : 10px;
    /*padding-left : 550px;*/
}


table.print_invoice tbody tr td {
   padding: 4px;         
}


.ui-dialog-titlebar-close {
  visibility: hidden;
}
.ui-dialog {
  background: #F1F1F1;
  color: #000000;
  font-weight: bold;
  border: 1px solid #000000;
  padding-left:20px;
  padding-right:20px;
} 
.ui-dialog .ui-dialog-buttonpane button {
  background: #337ab7;
  border-color: #2e6da4;
  color : #ffffff;
  font-weight: normal;
}
.ui-dialog-buttonset  {

  text-align: center;
}

.ui-dialog-buttonset  button{

 margin-left:20px;
 margin-bottom:20px;

}



/* custom css for jquery autocomplte */

.ui-menu .ui-menu-item {
  background-color:#fff;

}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background-color:#428bca;
  color:#ffffff;
}

.ui-autocomplete {
  border: 1px solid #ddd;
}

input:not(.status-warning, .text-primary) {
  color: #09F !important;
}


table.invoice tbody tr td a {
   padding: 8px 4px 8px 4px;         
  text-decoration: underline;     
}

table.invoice tbody td a.sort-by { 
  padding-right: 18px;
  position: absolute;
}

table.invoice tbody tr td a.sort-by:before,
table.invoice tbody tr td.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}
table.invoice tbody tr td a.sort-by:before {
  border-bottom-color: #666;
  margin-top: -9px;
}
table.invoice tbody tr td a.sort-by:after {
  border-top-color: #666;
  margin-top: 1px;
}



/* custom css for jquery autocomplte */

.ui-menu .ui-menu-item {
    background-color:#fff;
}



.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color:#428bca;
    color:#ffffff;
}

.ui-autocomplete {
    border: 1px solid #ddd;
}

select {
  color: #09F !important;
}

table.invoice  {
  font-size:12px;
}

table.invoice tbody tr td  {
  width: 120px; 
}

.btn-space {
    margin-right: 15px;
}



.cls-inactive {color: #bf1018 !important;  }

.tr-inactive {
  background-color: #dca59c !important
}


.btn-space {
    margin-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 10px !important;
}

/* reports */

.container-reports {
  max-width: 1370px !important;
}