﻿/*Version: 2022.04.22.1342*/
body {
    background:#ececec;
}

/****************************this is for Reports Profitabilities pages***********************************************************/
.chckBoxList {
    height: 205px;
    overflow-y: auto;
    display:none; 
}

.borderNone{
    border:none;
}

#tblSites, #tblDispatches, #tblJobTypes, #tblAccount, #tblServicer, #tblStatus, #tblCustomer, #tblChain, 
#tblCostTypes, #tblJobs, #tblAgreement, #tblAgreementType, #tblTransactions, #tblDates, #tblJobsBilled, 
#tblServType, #tblInvoiceType, #tblBatch, #tblMsg1, #tblMsg2, #tblEmailTypes, #tblReprint, #tblForms, #tblPriority,
#tblSvcType, #tblNoAssigCust, #tblSiteType, #tblBranch, #tblReferal, #tblPrintingOptions, #tblSignatures {
    display:none;
    width:100%;
}
        
#Jobs, #JobTypes, #Account, #Servicers,
 #StatusCodes, #Customers, #Chains,
 #CostTypes, #Sites, #Dispatches {
    display:none;
}

#btnSites, #btnDispatches, #btnJobTypes, #btnAccount, #btnServicers, #btnStatus,  #btnCustomers, #btnChains, 
#btnCostTypes, #btnJobs, #btnAgreement, #btnAgreementType, #btnTransactions, #btnDates, #btnJobBilled, 
#btnServType, #btnInvoiceType, #btnBatch, #btnMsg1, #btnMsg2, #btnEmailTypes, #btnReprint, #btnForms, #btnPriority,
#btnSvcType, #btnNoAssigCust, #btnSiteType, #btnBranch, #btnReferal, #btnPrintingOptions, #btnSignatures{
    background-color:transparent;
    border:none;
    cursor:pointer;
}

.navbar-inverse {
    border-bottom:thick solid #337ab7;
}

.footer-inverse {
    background-color: #222;
    border-color: #080808;
    color:#9d9d9d;
}
        
.marginTopBot {
    margin-top:72px !important;
    margin-bottom:15px;
}

/**************************************************************************************************************************/

/***********************This is related with the dashbord page AS_DB_MNGR***********************************************/

body {
            background:#ececec;
        }

        .marginTop{
            margin-top:15px;
        }

        .paddingNone {
            padding:0;
        }

        .mRefresh {
	        position: absolute !important;
            font-weight: bold !important;
            margin-top: 1rem !important;
            margin-left: 11rem !important;
            padding: .1rem !important;
            width: 85px !important;
            height: 31px !important;
            background-color: rgba(255,255,255,1) !important;
            box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px !important;
            font-size: 1.1rem !important;
            z-index: 99999 !important;
            cursor: pointer !important;
            border-radius: 2px !important;
            border-style: none !important;
        }

        .mRefresh:hover {
	            background-color:rgb(235,235,235) !important;
	            transition:.2s !important;
	            font-size:1.1rem !important;
	            padding:.1rem  !important;
	            margin-top:1rem !important;
	            margin-left: 11rem !important;
	            cursor:pointer !important;
	            text-decoration:none !important;
            }

        .paddingLRNone {
            padding-left:0;
            padding-right:0;
        }

        .bg-inverse {
            background:#222;
            border-color: #101010;
            border: 1px solid transparent;
        }

        .panel-inverse {
            background:#222;
            color:#9d9d9d;
        }

        #navSide {
            height:100%;
            color:#9d9d9d;
        }

        .col-md-p5 {
            width:3.333333%;
        }

        .col-md-11p5 {
            width:96.666667%;
        }

        .paddingLRZero {
            padding-left:0;
            padding-right:0;
        }

        .paddingLFive {
            padding-left:18px;
        }

        .hide {
            display:none;
        }

        .show {
            display:block;
        }

        .list-group-item {
            background-color:transparent !important;

        }

        .glyphWhite {
            color:white;
        }

        .transparentBG {
            background:transparent !important;
        }

        .navContain {
            position:absolute;
            width:230px;
            height:100%;
        }

        .mainContain {
            position:absolute;
            width:calc(100% - 230px);
            left:230px;
        }

        .height100 {
            height:100%;
        }

        .navToggleBut {
            margin-bottom: 45px;
            padding-right: 15px;
        }

        .panel-title {
            font-size:15px;
        }

        .buttonTogThin {
            padding-left: 45px;
        }

        .marginBottom {
            margin-bottom:50px;
        }

        .marginB15 {
            margin-bottom:-15px;
        }

        #imgUser {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .img-pad {
            padding:0 1px;
        }

        .panel-hover:hover, .panel-hover:focus, .panel-hover:active {
            background: black;
            color:white;
        }

        .activePanel {
            background: black;
            color:white;
        }


        hr {
            border-color:#9d9d9d;
        }

        .noUnderline {
            text-decoration:none !important;
        }

        .sub-list-group {
            position:absolute;
            left:50px;
            background:#000;
            margin-top:-39px;
            border-top:none;
            border-top-right-radius:3px;
            border-bottom-right-radius:6px;
            z-index:99;
        }

        .list-group-item > a {
            color:white;
        }

        .sub-list-group > ul {
            -webkit-margin-after:0;
        }

        .panel-title > button > a > .glyphicon {
            right:3px;
        }

.myform-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ff0000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.myform-control:focus {
  border-color: #ff0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/************************************************************************************************************************/

/*********************************Para lo del Calendar (datepicker.js)*****************************************************
    /* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/**********************************************************Pagination**************************************************************/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1e90ff;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #1e90ff;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #1e90ff;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/*************************************** Reports *************************************************************/
@media (min-width: 1200px) {
  .container-reports {
    overflow-x:auto;
  }
}

.horizontal-scroll{
    overflow-x:auto;
}

.report-title{
    margin:auto;
    font-weight: normal;
}

.float-right{
    float:right;
}

.filters .form-control{
    padding:6px 6px !important;
}


/*************************************** Reports gridview headers align **************************************/
.alignCenter{
    text-align:center !important;
}

/*************************************** Reports gridview Footer style **************************************/
.footerJC{    
    border-top: 1px solid black !important;    
}

/********************************** Panels in Reports (Juan 04/06/2018) *********************************************/
/*.fontPanelHeaderJC {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    font-family: Rockwell, serif;
}

.fontPanelBodyJC {
    font-size: 18px;
    line-height: 1;
    min-height: 16px;
    text-transform: uppercase;
    font-family: Impact, sans-serif;
}*/

.fontPanelHeaderJC {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.panelJC {
    border: none !important;    
}

.panelJC > .panel-heading {
    color: black !important;
    background-color: white !important; 
    border-color: white !important; 
}

.panelJC > .panel-body {
    padding:10px !important;
}

.panelJC > .panel-footer {
    background-color: white !important; 
    border-top: none !important;
}

.panelJC a:hover, a:focus {
    color: black; 
    text-decoration: none;
}
.panelJC a:active, a:hover {
    outline: 0;
}
.panelJC a {
    color: black; 
    text-decoration: none;
    background-color: transparent;
    cursor:pointer;
}

.panelJC .table > tbody > tr > td {    
     border-top: none !important; 
}

#GridView1 {
    display: table !important;
}

.panelJCReportTitle {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    font-size: 16px;
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/******************************* this is forl the cell on top of gridview headers (Juan 04/06/2018) ****************************/

.rptCells {
    border-left: 1px solid black;
}

.rptCells1 {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
}

/******************************** textAreas in the reports filters ***************************************************/

.reziseTextareas {
    resize:vertical !important;
}

/******************************* Validation Text in Reports ************************************************************/
.lblValidation {
    font-size: 14px;
    font-weight: bold;
}

/******************************* Signature page **********************************************************************/
.marginTop15 {
    margin-top:60px;
}

@media (min-width: 992px) {
  .modal-lg-sign {
    width: 1200px;
  }
}

.align-right{
    text-align:right !important;
}

.canvas-signature {
    width: 100% !important;
    height: 258px !important;
}

.checkbox-header {
  vertical-align: middle;
  float: right;
}
.rptlabel {
  display: block;
  overflow: hidden;
  width: 120px;
}





