﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 0px;
    font-weight: 300;
}
.grid {
     width: 100%; /*Prashant 99%*/
height:10%;
  /*font-family:Arial;*/
}

.grid-align {
    text-align: center;
}
   
.href-align {
    padding-top: 5px;
    font-weight: bold;
}
.wrap {
  white-space: normal !important;}
/*.ui-grid-header-cell {
    height: 30px !important;
}*/
.white { 
    color: black;
    background-color:#30ADE3 !important;  
}


/*//Overwriting thead nav css with source custom colors.*/

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
       
    background-color:#4371C6;
    color:white;
}
.Validationerror {
    color: red;
    
    font-family: Helvetica;
    font-size: 14px;
   white-space: pre;
}



/*Custom container*/
.container {
    margin-top:-0px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    width:99%;
    float: none;
    background-color: white;
    
 font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
 font-weight:bold;
    color:black;
}

/* Custom classes for Invoice detail popup*/
.container1 {
    margin-left: auto;
    margin-right: auto;
    height:100%;
    width:98%;
    float: none;
    /*border:ridge;
    border-color:aliceblue;*/
   font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
   font-weight:bold;
    color:black;
}
.subcontainer
{
    margin-left: auto;
    margin-right: auto;
    height:50%;
    width:97%;
    float: none;
  border:ridge;
  color: #4371C6;
font-family: "Segoe UI", Verdana, Helvetica, sans-serif;

    color:#4371C6;

}
.subsubcontainer
{
    margin-left: auto;
    margin-right: auto;
    height:50%;
    width:96%;
    float: none;
    /*border:ridge;*/
    background-color: aliceblue;
    font-family:Arial;
    color:#4371C6;

}
.form-controltextbox {
  width: 35%;
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
.form-controltypehead {
  width:100%;
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
textarea.form-controltextbox {
  height: 100%;
   width: 200%;
}
.bg-header {
  //color: darkblue;
  color: white;
  background-color: #428bca;
   font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
  font-weight:bold;
}
.bg-subheader {
color: darkblue;
background-color:lightblue;
text-align:center;
 font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
  font-weight:bold;
}
.label-primary1 {
color: black;
font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}
.label-columnheading {
color: #4371C6;
font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}
/******************************************************************/
.footer {

    margin-top: 30px;
    padding-top: 20px;

}

.form-controlinvoice {
  display: block;
  font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
  font-weight:bold;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
.searchAlign {

    margin-left: 50px;
    padding: 10px;
    margin-bottom:20px;
}

.searchButtonDiv {

    margin-right: 350px;
    margin-top: -20px;
    font-weight: 400;
    font-size: 20px;

}

.searchButton {
    
    font-size: 18px;
    float: right;
    margin-top: -20px;


}


.header {
     color: #003f59;
    font-weight: bold;
    font-size: 20px; /* Prashant 25px */

    

}
 .required:before {
    content: "*";
    padding-left:0%;
    color:red;
}
.uiview{
    
    border-style: solid;
    border-width: thin;
   border-color:#94c0d2; /* Prashant #003f59 */
    padding-left: 10px;
   
}

 .ui-grid-header-cell  {
           /*height:50% !important;*/
           width:10%!important;
            white-space: normal!important;
            -ms-text-overflow: clip;
            -o-text-overflow: clip;
            text-overflow: clip;
           word-wrap: normal!important;
            overflow: visible;
         background-color: #C1DBEC ;
         
        }
         
        }
  /*.ui-grid-header{
      background-color: #C1DBEC ;
  }
 .ui-grid-cell-contents
 {
      font-family: Arial;
       color:#15416b!important;
         
 }*/
 
 
.paginationStyle{
    font-weight:bold;
}
 

 /*.ngHeaderCell {
    background-color: [your background color] !important;
    bottom: 0;
    color: [your foreground color] !important;
    position: absolute;
    top: 0;
}*/

 /*.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;*/
}

.ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

/*.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}*/

/*VendorEvaluation Style*/

.inputStyle{
    width:175px;
}
.DivAlign{
    padding-bottom:10px;
}
.uiWrap{
     width: 98%;
        height: auto;
   border:1px solid gray;
    background-color:white;
    padding-top:10px;
    padding-left:5px;
    margin-bottom:10px;
}
.tableHead{

    
    background-color:#003f59;
    color:white;
     border:2px solid #003f59;

    
}
/*.table-bordered{
    border:2px solid #003f59;
}*/
.tableStyle{
     width: 99%;
        height: auto;
}

.buttonStyle{
    font-weight: bold; 
    width: 135px;
    margin-bottom:10px;
    background-color:#003f59;
    color:white;
    /*padding-bottom:10px;*/
}
.SavebuttonStyle{
    font-weight: bold; 
    width: 135px;
    margin-bottom:10px;
    background-color:#003f59;
     color:white;
    /*padding-bottom:10px;*/
}
.Validationerror {
    color: red;
    
    font-family: Helvetica;
    font-size: 14px;
   
}

.validate-label:after {
        content: "*";
        color: red;
 }

 .validate-label-before:before {
        content: "*";
        color: red;
 }
ng-cloak { display: none !important; }

.alert ul { margin: 10px 20px; }
.alert ul li { margin: 0; }

code {margin:10px 5px;}

 

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
       
    background-color:skyblue;
    color:white;
}
.nav>li>a{
color:#003f59!important;
font-weight:bold;
}


.btn:hover, .btn:focus {
    color: white;
    text-decoration: none;
}

.deleteButton {
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
    background-color: #428bca;
    border-color: #285e8e;
    width: 110px;
    height: 30px;
    Padding:5px;
}
.submitButton {
    border-radius: 7px;
    font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size:large;
    background-color: #428bca;
    border-color: #285e8e;
    width: 130px;
    height: 30px;
    align-content:center;
    vertical-align:middle;
}
.block-ui-message {
  display: block;
  text-align: center;
 
   background-color: #cce6ff !important;/*Prashant aliceblue*/
  color:white!important;
  padding: 30px;
  border-radius: 4px;
 /*// border:outset*/
  font-size: 20px;
  font-weight: bold;
  margin-right: 100px;
  /* needed for IE */
  background-image: url("../Images/loading1.gif");
 height:160px!important;
  width:160px!important;
 filter: alpha(opacity=100);
  border: 1px solid #ccc; /*Prashant*/
}

ng-cloak { display: none ; }
.alert ul { margin: 10px 20px; }
.alert ul li { margin: 0; }

code {margin:10px 5px;}


.ui-grid-sort-priority-number{
    font-size:0;
}


.breadcrumb > .active {
    color: green;
}

.breadcrumb {
   margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    list-style: none;
    background-color:  #C1DBEC!important;
    border-radius: 20px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: black;
    content: ">>\00a0";
}

/*http://www.bootply.com/128062*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    color:darkblue;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.input-group-addon,
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color:#C1DBEC!important;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #E06B6B;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #C1DBEC;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #C1DBEC 0%, #C1DBEC 60%)!important;
}  

  .ui-grid-icon-plus-squared:before {
    content: '\c35b';
}


.ui-grid-sort-priority-number{
    font-size:0;
}
/*.ui-grid-icon-angle-down:before {
    content: '\c35f';
}*/
.full-height {
  height: 100%;
}

#changes-height {
  height: 200px;
  background-color: skyblue;
}
.datepopup.ng-invalid {
    border: 1px solid red;
  }



.ui-grid-icon-minus-squared:before {
    content: '\c358';
}

a[ng-click]{
    cursor: pointer!important;
}
.panel-default > .panel-heading {
    color: white;
    background-color: #003f59 !important; /*Prashant #7ea700*/
}

.panel-defaultphases > .panel-heading {
    color: white;
    background-color: #3cbcf0 !important;
}

/* Prashant*/
.nav.nav-pills {
    background-color: #DDEEF5;   
}


.nav-pills > li > a {
    border-style: solid;
    border-width: thin;
    border-color: #94c0d2;
    padding-left: 10px;
    border-radius: 0px;
   
}

.nav-pills > li + li {
    margin-left: 0px;
}

.dropdown-menu {
    background-color: #DDEEF5;  
}


* {margin: 0;}
html, body {
    height: 100%;
}
.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}

.no-rows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  

}

.no-rows .msg {
  opacity: 1;
  position: relative;
  top: 60px;
 /* left: 10%; */
  width: 99%;
  height: 12%;
  /*line-height: 200%;*/
  /*background-color: white;*/
  background-color: ghostwhite;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  /*font-size: 14px;*/
  display: table;
  
}

.no-rows .msg span {
  display: table-cell;
  vertical-align: middle;
  color:red;
   font-size: 12px;
   font-weight:bold;
}

.workqueue_spacer {
    height:30px;
    position:relative;
}

.panel-body {
    padding: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #a94442;
    border-style: solid;
    border-width: thin;
    border-color: #a94442;
    padding-left: 10px;
    border-radius: 1px;
    background-color: lightblue;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: skyblue;
    border-color: #4371C6;
    border: 1px solid #8a6d3b;
    border-style:solid;
    border-bottom-color: transparent;
    
}

//*/To enable the tooltip  on disabled buttons*/
/*[disabled] {
  pointer-events: none;
}*/
.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
  margin: 50px; /* make some space so the tooltip is visible */
}

.tooltip-wrapper.btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
.homepgAccordian .panel-default > .panel-heading {
    color: white;
    background-color: #7ea700 !important; 
}

/*.ui-grid, .ui-grid-viewport {
  height: auto !important;
}*/

.gridColumn-alignLeft {
    text-align: left;
}
.gridColumn-alignRight {
    text-align: right;
}
.gridColumn-alignCenter {
    text-align: center;
}

/*.button.close {
 color: white;
 font-weight:bold;
 font-size:large;
 align-items:flex-end
}*/

 .my-datepicker .form-control {
    /*height: 10px;
    padding: 11px;*/
    width:100px;
}

.my-datepicker .btn {
    padding: 1px 2px;
}

.workqueue_bigspacer {
    height:50px;
    position:relative;
}
.newInvoiceButton {
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
    background-color: #428bca;
    border-color: #285e8e;
    width: 200px;
    height: 30px;
    padding:5px; 
    margin:auto;
    
}
.btn.disabled, .btn[disabled]{
    background-color: lightgray;
}

.close{
    color:white;
    font-weight:bold;
}

.dateFieldSize {
    width:150px;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
  /*  line-height: 15px;*/
}

.progress {
    display: inline-block;
    width: 200px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

/*for Grid word wrapping
.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}*/

.popover{
    color: black;
    background-color: lightyellow;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
   /* width:200px;
    height:auto;
    max-width: none;
    word-wrap: normal;*/
}

.popover-content{
    width:200px;
    height:auto;
    max-width: none;
    word-wrap: normal;
}

.required-field-border{
    border-color:orange;
}
@media print {
         /* body * {
            visibility: hidden;
          }*/
        
  .grid{
              width:auto;
          }
         
 #print-content * {
            visibility: visible!important;
            overflow: visible!important;
          }
         
 #mainPage * {
            display: none;
          }
         
 .modal {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            padding: 0;
            min-height: 550px;
            visibility: visible;
            /**Remove scrollbar for printing.**/
            overflow: visible !important;
          }
         
 .modal-dialog {
            visibility: visible !important;
            /**Remove scrollbar for printing.**/
            overflow: visible !important;
          }
    
.panel-default .panel-collapse.collapse{
   display: block;
   height: auto !important;
 }

}

