/*---------------- Global CSS Starts here*/
th {
    background-color: #eee;    
} 
a{cursor:pointer;}
.verticalPadding{
  padding:20px 0px 20px 0px;
}
.verticalPaddingSmall{
  padding:10px 0px 10px 0px;
  width: 99%;
}
.centerAlign{
  font-weight:bolder;
}
.custom-delete{
  color:red;
}
/* Header CSS Starts here ------------- */
.top-bar{height:35px;}
.headerBgColor{
background-color: #428bca;
background-image: none !important;
height:35px;
padding-left: 1%;
}
.appName {
    font-size: 20px;
    display: inline-block;
    color: #428bca;
    font-weight: bold;
    word-wrap:break-word;
    margin-right:10%;
}
.userLabel {
    font-size: 12px;
    color: #428bca; 
    word-wrap:break-word;
   
}
.block-grey-box{background: #E6E6E6;    
         padding: 0.5% 0%;
         min-height:525px;
    /*margin-top: 6%*/}
.sectionHeaderBorder {
    margin: 0.5%;
    border-radius: 5px;
    border: 1px solid grey;
    border-image: none;
    min-height: 83%;
    min-width: 99%;
    position: absolute;
}
div .sectionHeader {
    height: 20px;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(66, 138, 201, 1);
}
.sectionHeaderError {
    height: 20px;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: red;
}
.sectionHeaderLabel{
    color: white;
    font-weight: 600;
    font-size:  13px;
    margin-left: 1%;
    cursor: pointer;
}
.custvertical-space{padding:1.5% 0%}
.btn-file {
    position: relative;
    overflow: hidden;
}
.file-input-control {
    display: inline-block;
    min-height: 2.125rem;
    
    position: relative;
    vertical-align: middle;
   
    line-height: 1;
}
.file-input-control input[type=file] {
    position: absolute;
    opacity: 0;
    width: 0.0625rem;
    height: 0.0625rem;
  z-index: -99;
  cursor:pointer;
  top:0px;
}
.file-input-control>input{z-index: 0;}

  .input-file-wrapper{z-index: 1; cursor: default;}
  .file-input-control button{-webkit-appearance:none;background-color:#fff;border:none;    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 2; */
    margin: 0;height: 2.125rem;vertical-align: middle;
    display: inline-block; margin-right:-60px;margin-top:3px;}
.imageName[readonly]{background-color:white;}
  
/* Validation Css ----------*/
.validationMark{color:red;font-size:25px; position:relative; margin-left:5px}
div.leftshift > select.dropdown-toggle{margin-left:-45px;} 
.validationError{font-size:15px;font-weight:400; color:red;padding:2px 10px 10px 0px;}
.commentDropdownCls{font-size:15px;font-weight:400; color:red;padding:2px 10px 10px 0px;}

.form-horizontal input{font-weight:400;}

.deleteMsg{font-size:15px; color:red;margin-top:6px;}

/* Margin top text */
.marginTop{margin-top:20px;}

/* HR custom*/
.hr-black{border-top:1px solid black;}

.labelmargintop{
margin-top:5px;
}

.labelBlueColor{color:#428bca; padding-right: 1%; font-weight: bold; font-size: 15px;}

/*heading4*/
.heading4{font-weight :bold; font-size: 18px;}

/*dropdown width*/
.dropDownWidth{width:50px; margin-left:150px; }
/* Checkbox CSS */
input[type="checkbox"]{width:16px;height:16px;cursor:pointer;}

/*--------------- Global CSS Ends here */


/*--------------- Bootstrap Custom CSS Starts here */
/* Menu Custom */
.navbar-nav > li > a{color:#fff;padding-bottom: 3px;padding-top: 3px;margin-top: 4px;text-shadow: 0 1px 0 rgba(255, 255, 

255, .25);}
 .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-nav > li>a.active , .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus{color: #555;background-color: 

#e7e7e7;background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); 
     background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
     background-repeat: repeat-x; 
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);}

.headbar{background-image: url("../images/bgr_header.gif");
}


/* Button css */
.btn-primary{
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);}

/*------- Dropdown css  ----------- */
.dropdown-toggle.btn-default{background-color: white; border-color: none;}
  
/* Table css */
.table {border: 1px solid #aaaaaa;}
.table>thead>tr>td {border: 1px solid #aaaaaa;}
.table th {
  background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  color: #333333;
    font-size: 12px;
    line-height: normal;
  font-weight:normal;
  text-align: center;
  font-weight:bold;
}
.table>thead>tr>th{padding-bottom:5px; padding-top:5px;}
.table>tbody{background-color:#fff;}
.table>tbody>tr>td{font-size:12px; text-align:center;}
/* Table css ends here */ 

/* Modal Css */ 

/* .modal-dialog {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%) !important;
    } */

.modal-backdrop {
  text-align: center;
  padding: 0!important;
}

.modal-backdrop:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} 
  
.modal-backdrop {
      /*text-align: justify;*/
}
.modal-content{font-size:14px;}

/* Form Css */
.control-label {text-align:left!important;}

.modal-footer{padding:15px 15px 0px 15px; margin-top:20px;}
/* Bootstrap Modal Custom CSS Ends here*/
.col-xs-2{
    width: 13.666666666666664%;  
}

.col-xs-1{
  width: 8.89%;
}

label{
font-weight :normal;
}
labelformat{
font-weight :normal;
color:white;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0px;
}


.spacer{
  width : 20px;
  float:left;
}

.sectionBorder{
border: 1px solid #999999;
padding: 5px;
}

.sectionHeight{
height :50px;

}
 down vote
  

select {
    width:100px; 
    overflow:hidden; 
    white-space:pre; 
    text-overflow:ellipsis;
    -webkit-appearance: none;

}
.ui-dialog
{
background: url("../images/wavegrid.png");
/*top:100px !important ;
position: fixed !important ;

*/}

.ui-dialog .ui-dialog-content {
overflow: hidden !important;
}
.landing-grad {
  background: -webkit-linear-gradient(#EFFBFB, #A9D0F5);  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EFFBFB, #A9D0F5);  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EFFBFB, #A9D0F5);  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#EFFBFB, #A9D0F5);  /* Standard syntax */
}
.btn-grad {
  background: -webkit-linear-gradient(#EFFBFB, #A9D0F5);  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EFFBFB, #A9D0F5);  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EFFBFB, #A9D0F5);  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#2E64FE, #0040FF);  /* Standard syntax */
} 

.col-med-4{
    width: 27%;  
    float: left;
    position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-med-3{
   width: 20%;  
    float: left;
    position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

select{
width: 175px;
}

.row-search-height
{
  height:30px;
}

.row-home-row-height {
  height:190px;
}

.row-home-data-height {
  height:545px;
}

.dropdown-menu{
font-size: 13px;
}


.btn-sm ,.btn-xs{
  line-height: 1;

}


.btn-lg{
font-size: 15px;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom:2px;
}

.form-control {
 height: auto;
 line-height:20px;
}

.wrapText{
    width:700px;
    max-width: 700px;
    word-wrap: break-word;
   /* word-break: break-all;*/
   
}
.navbar-inverse .navbar-nav > li > a {
  /*color: #999999;*/
  color: #ffffff;
}



.navbar-inverse .navbar-nav > .dropdown > a .caret{

  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #d9d9d9;
  background-color: #699ECD;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #699ECD;
}

.jstree-implemented li[type="implemented"] > a { color:green; }

.jstree-willBeImplemented li[type="willBeImplemented"] > a { color:red; }

.jstree-suggestion li[type="suggestion"] > a { color:blue; }


div.filter-header { 
}

div.filter-header>span {
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  display: block;
  color: #1F497D;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}

.jstree_wrapping a {
    white-space: nowrap;
    max-width: 22em;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.task-input-field-width{
  width:280px;
}
.task-col-4-width{
  width:320px;
}
.task-col-5-width{
  width:514px;
}


/*a {
  color: #428bca;
}

*/
text_wrapping{
  clear:both;
    white-space: nowrap; 
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
#equipmentSearchPager input[type="text"]{
  line-height: 3px; 
  text-align:center;
}
#hazmatSearchPager input[type="text"]{
  line-height: 3px; 
  text-align:center;
}
#taskSearchPager  input[type="text"]{
  line-height: 3px; 
  text-align:center;
}
.divrow{
  height :15px;
}
.header
{
   height: 40px;
    border-bottom: 1px solid #EEE;
    height: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.delete-disable {
     opacity: 0.4;
     filter: alpha(opacity=40); 
 }

#nameId:hover {
  background-color: transparent;
  color: #ffffff;
}
 

.ui-jqgrid .ui-jqgrid-sortable {
 cursor: default;
 }
 
 
 
.multiselect-container {
                position: absolute;
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow-x:auto;
                max-height: 300px
}

.container-scroll {
  margin: 0 auto;
    width:100%;
}
.divrow30{
  height :36px;
}
.dropDownMouseOver{
  padding-top:2px;
  padding-bottom:2px;
}

.divrow20{
  height :20px;
}
.auto-height
{
  height:auto;
}
.frozen-div
{
overflow-y:hidden !important;
}
.redBackground{
    background-color: red !important;
}
.yellowBackground{
    background-color: #FFFF00 !important;
}
.orangeBackground{
    background-color: #FFA500 !important;
}
/* .ui-dialog-titlebar-close{
  visibility:hidden;
} */
.input-group-addon{
  /* border: none;
   background-color : transparent;*/
}
.hrForSimulation{
  border-top : 1px solid #eee;
  margin-top : 0px;
  margin-bottom : 0px;
}
.activityStyle{
  width: 98%;
  margin-left: 1%;"
}
.invTableColumnDisplay
{
  border-radius: 5px; 
  border: 1px solid grey;
   border-image: none;
   width: 100%; 
   display: block;
   -ms-overflow-y: scroll; 
  max-height: 250px;
    margin-left:3px;
}
.unloadManifest
{
  float: left; 
  width: 70%; 
  float: left; 
  font-weight: bold; 
  cursor: pointer; 
  color: rgba(66, 138, 201, 1)
}
.unloadManifestRD
{
  margin: 1%;float:left; border: 1px solid rgb(170, 189, 170); border-image: none; overflow: x; max-width: 97%
}
.labelMsg
{
  width: 96%; padding-top: 5px; padding-bottom: 5px; margin-bottom: 1px; margin-left: 2%;
}
.h4Style
{
  margin-top:2px;margin-bottom:2px;text-align:center;font-weight:bold;color:rgba(66,138,201,1);
}
.ui-jqgrid .ui-jqgrid-bdiv
{
  overflow-x:hidden ;
}
.fixedVal {
       /*position: absolute;*/
       left: 6%;
        font-size : 11px;
       /*background-color: white;*/
}
@media (max-width: 800px) {
    body{padding-top:12%;}
    div.leftshift > select.dropdown-toggle {margin-left: 0px;}
  }
 @media (min-width: 1024px) and (max-width:1280px) {
    body{padding-top:8%;}
     div.leftshit > select.dropdown-toggle{margin-left:-40px;}
  }
  /*button custom*/
  
  .button{
     padding: 5px 32px;
  }
/* Process Interface CSS*/
.msgBox{padding:8px;border:1px solid #333;}
.marginRight{
  margin-right:-12px;
}
/*configure Workflow */
.saveOrder{
   margin-left: -4px;
}
.link{
    margin-right: 10px;
}
.diLink{
   top: -33px;
   
    right: -210px;
}
.btn-img-flowout{ height:20%;width: 20% }

.dropDownWidthselectTag{
  width:74%;
}
.ScrollStyle{
  /* max-height: 350px;
  width: 48.5%;
  overflow-x: hidden;
  overflow-y: auto; */
  line-height: 33px;
}
.right-align{text-align: right;padding-right: 30px;}
.pad-left{padding-left: 40px;}
.center-align{text-align: center;}
/*create Button*/
.marginRightCreateButton{
  margin-right:7px;
}

.marginLeftCreate{
  margin-left:42px;
}
.button-fixwidth{width:126px;}
.button-fixwidth-lg{width:146px;}
.timeCtrl{padding:12px;padding-top: 15px}
.ScrollStyle span{text-align: center;
    /* width: 80%; */
   /* border: solid grey 1px;
    background-color: #999;
    padding: 12px;*/
  color:white;
  margin-left: 7px;}

.ScrollStyle p{text-align: center;
    /* width: 80%; */
    border: solid grey 1px;
    background-color: #b3b3b3;
    /* padding: 12px; */
  }
.followUplbl{font-size: 16pt; text-align:center; margin-top: -14px;}
.pad-top{padding-top: 4px;}
.padBottom{padding-bottom: 7px;}
.followUplbl label{
  /*margin-left: 40px;*/
    /* padding: 3px;
    
    padding-bottom: 10px; */
   /* padding-left: 15px;
    padding-right: 15px;*/
}
.leftAlignText{
  text-align:left!important;
}

.clear{
  margin-right: 22px;
}
.clearWorkflow{
  margin-left: -83px;
}
.disabled-link {
  pointer-events: none;
}
.left-padding{padding: 15px;padding-bottom:4px;}
.applShift{padding-left:15px;}

table.no-border, table.no-border> tbody, table.no-border> tbody>tr td ,table.no-border>thead, table.no-border>thead th, table.no-border>thead tr{background-color: transparent; border: none; }
table.no-border>thead:first-child>tr td {background-color: transparent !important; border: none !important; text-align: center;}
table.no-border>thead:first-child>tr td:nth-child(2){min-width: 200px;}

.pink-background p{background-color: pink!important;}
.reason-pad-top{padding-top: 35px;}
.img-height-width{height: 290px; width: 600px}
.followup-img-padding{padding-top: 6px;}
.sortIcon{margin-top: 4px;}
.timeofcontrol{
  font-size: 9px;
    margin-left: 12px;
  height:82px;
  width: 18%;
}
.flowoutcontrol{font-size: 9px;
    margin-left: 3px;
  width:28%}
.controlImgs{height: 12px;width: 12px;}
.left-padding>div.col-sm-6{margin-top: -15px;}
.start-nextprocess{padding: 7px 0px 18px 0px;}
tr.processPadding:not(:first-child) {
   padding-top: 0px;
   padding-bottom: 0px;
}
 tr.processPadding:first-child { 
    padding-bottom: 0px;
}
.center-align p{font-weight: bold;}
.boldTemp{font-weight: 800;}
.cusmtpad-timer{padding-top:8px;}
.cusmtpad-timerbtm{padding-bottom: 7px;}

.reportverpadding{padding: 10px 0px 0px 0px;}
.reasonverpadding{  padding: 0px 0px 4px 0px !important;}
.reportbtn{ margin: 10px;}

.loginHeading{padding-top: 35px;}

.loginContent{padding-left: 370px;}

.loginButton{padding-top: 25px;}
.loginPageBorder{border: groove grey 2px; margin-top: -90px;}
.loginNavHeader{ margin-top: 15px;}
.linkButton{margin-right: 12px;}
.small-heading a{font-size:15px;}
.padRt  span{
    padding-right: 11px;
}
.padRight span{padding-right: 12px;}
.stdClass span{padding-right:10px;}
table.headBg tr{background-color: rgba(66, 138, 201, 1);}
table.headBg tr td{font-size:14px;text-align:left;padding: 0px; line-height: 33px;}
table.headColor  tr td{text-align:center;font-size:14px!important;padding: 0px; line-height: 33px;}
.timerWidth{width:17%;}
.padtopMsg{padding-top:1%}
.padBtmBlock{ padding-bottom:10px; }
.padBtm{padding-bottom:0px;}
table.headColor>tr>td{padding-bottom:0px;padding-top:0px;}

.inner_table{    
  display: block;
    overflow: auto;
  width:100%;
  height:310px;
 }  
.headColor>tbody>tr.firstRowpadding0>td{padding-top:8px!important;}
.hasBorder{border:1px solid;}

.unLockButton{
  text-align:center;
  padding-top:20px;
}
.marginRightCreate{margin-right:15px;}
.width{
  width:10%;
}
.paginationAlign .react-bs-table-pagination .col-md-6:nth-child(1){
width: 50%;
float: right;
}
.paginationAlign .react-bs-table-pagination .col-md-6:nth-child(2){
  width:100%;
}
.start{
width: 15%;
}
.end{
width: 15%;
}

.start input[type="text"] {
    background-color: white;
}
.end input[type="text"] {
    background-color: white;
}
.no-pad{padding:0;}
.width-fifty{width:50%}
.centerAligned{margin-left:27%;}
.paddingpercent{padding-top: 1%;}
.selectOptionLargeHeight .selectpicker{padding-top:20px;padding-bottom:20px;font-size:30px;width:94%}
.goBtnLargeHeight a.btn-primary{padding-bottom: 17px;padding-top: 17px;}
.homePageVerticalPadding{padding:25px 0px 25px 0px;}
div#paginationNum ul.pagination li a{padding:21px 35px 21px 35px; }
.refreshButton{color: #fff;
 background-color: #337ab7;
 border-color: #2e6da4;
 border: 2px solid;
  font-size: 12px;
  position: absolute;
  padding:18px;
  margin-top:-65px;
  margin-left:8px
}
div#paginationNum table>tbody>tr>td{font-size:15px;padding:3px 8px 3px 8px;}
.spinner {
  margin-left: 50%;
  margin-top:20%;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid rgba(66, 138, 201, 1);
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
#paginationNum  div.react-bs-table-container{padding-bottom: 3%;}
.validationMarkreport{color:red;font-size:25px; position:absolute; margin-left:5px; top: -5px;}
.optionalMark{color:rgba(66, 138, 201, 1);font-size:25px; position:absolute; margin-left:5px; top: -5px;}
.optionalMarkLabel{color:rgba(66, 138, 201, 1);font-size:12px; position:absolute; margin-left:15px; margin-top: 5px;}
.customMargintop{margin-top:-18px;}

.test {
  position:absolute;
  right:32px;
}
.fixTtableheight{
  height:480px;
}
.modalAligntop .modal-dialog{position:absolute;left:28%;}
.pisdropdown .dropDownWidthselectTag{width:77%;}
.pisdropdown .validationMark{padding-left:16px;}
.loginContent label{font-size:25px;}
.loginContent .form-control{ padding: 5%;}
.loginButton button{ padding: 5%;}
.dropdown-menu>li>a, .dropdown a{font-size:15px;}
.selectcustdrodown{padding: 14px 0px 14px 15px;width: 8%;}
.timeAlert{
    font-weight: bold;
    color: red!important;
    background-color: yellow!important;
}
.sessionTime{
    color: #428bca;
    padding-left: 1%;
    font-size: 20px;
    background-color: yellowgreen;
}

.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vertical-offset-100 {
    padding-top: 100px;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}
.panel {
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0.75);
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 0.5px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.pageContainer {
  padding-top:5.5%;
  background-image: url("../images/wavegrid.png");
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}
.pageContainerSjmExclusion {
  padding-top:5.5%;
  background-image: url("../images/wavegrid.png");
  position: absolute;
  min-height: 150%;
  min-width: 150%;
}
.copyrightIcon {color:#428bca; padding-right: 2px; font-size: 13px;}

.loginPanel {
  background-color: lightgray;
}

.userDtls {
  color: white;
  font-size: 15px;
  margin-right: 7%;
  text-align: right;
}
.verDtls {
  color: white;
  font-size: 11px;
  margin-right: 5px;
  top:20px;
  right:0px;
  position: absolute;
  text-align: right;
}
.subDropDown {
  font-size: 12px;
  color: white;
  background-color: rgba(66, 138, 201, 1);
}
.dropdown-background{
  background-color: rgba(66, 138, 201, 1);
}
.browseFileBox {
  padding: 0px; 
  width: 400px; 
  margin-left: 5%; 
}
.av-block-ui-container{
 min-height: 625px!important;
}
.av-block-ui > .av-block-ui-container > .av-block-ui-message-container {
  top: 40%;
}
.av-block-ui > .av-block-ui-container > .av-block-ui-message-container > .av-block-ui-message > .av-loading-indicator > .av-loading-bullet{
  color: rgba(66, 138, 201, 1);
  font-size: 4em;
}
.errorBox{
  padding: 0px;margin-bottom: 0px;padding-left: 1%;margin-left: 0.5%;margin-right: 0.5%;
}
.excelExport{
  content: url("../images/excel-export.png");
  cursor: pointer;
  position: absolute;
  display: inline;
  width: 24px;
}
/* .react-confirm-alert {
  font-family: Arial, Helvetica, sans-serif;
  width: 500px!important;
  padding: 10px!important;
  text-align: left;
  background-image: url("../images/wavegrid.png")!important;
  border-radius: 10px;
  border: 1px solid rgba(66, 138, 201, 1); 
  box-shadow: 0px 20px 75px rgba(66, 138, 201, 1)!important;
  color: rgba(66, 138, 201, 1)!important;
} */
.react-confirm-alert-button-group > button {
  background-color: rgba(66, 138, 201, 1)!important;
}
.icon-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 0.5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
  border-radius: 15px;
  cursor: pointer;
  color: white;
  background: #428bca;
}
.react-selectize.root-node{
  width: 99%!important;
}
.react-selectize.dropdown-menu.default .simple-group-title {
  background-color: white;
  padding: 8px 8px;
  font-weight: bold
}
.red-highlighted-row {
  background-color: red!important;
}