html, body, #panel{
    height: 100% !important;
}

::-webkit-input-placeholder{
  color: #e9dbdb !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e9dbdb !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e9dbdb !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e9dbdb !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e9dbdb !important;
}

#page-panel-content{
   padding-top: 20px;
}

.half{
    width: 45%;
    float: left;
    margin: auto 2px;
}

.parameters{
   padding-left: 0;
   padding-right: 2px;
}

.parameters button {
   width: 120px;
}

.parameter-selection{
   cursor: pointer;
   text-decoration: none;
   padding: 5px;
}

.separate{
   clear: both;
}

.text-left{
    text-align: left;
}

.half-left, .float-left{
   float: left;
}

.half-right, .float-right{
   float: right;
}

.float-inherit{
    float: inherit;
}

.thirds{
    width: 33.33%;
    float: left;
    margin-top: 2px;
}

.full-width{
    width: 100%;
}

.partial-width{
    width: 90%;
}

.one-third{
    width: 33.33%;
    float: left;
    margin-top: 2px;
}

.two-third{
    width: 66.67%;
    float: left;
    margin-top: 2px;
}

.one-quarter{
    width: 25%;
    float: left;
    margin-top: 2px;
}

.three-quarter{
    width: 75%;
    float: left;
    margin-top: 2px;
}

.one-fifth{
    width: 20%;
    float: left;
    margin-top: 2px;
}

.two-fifth{
    width: 40%;
    float: left;
    margin-top: 2px;
}

.marginLR5{
    margin-left: 5px;
    margin-right: 5px;
}

.marginLR10{
    margin-left: 10px;
    margin-right: 10px;
}

.paddingLR5{
    padding-left: 5px;
    padding-right: 5px;
}

.paddingLR10{
    padding-left: 10px;
    padding-right: 10px;
}

table, th, td {
    /*border: 1px solid #eae1e1;*/
    border-collapse: collapse;
}

th, td {
    padding: 15px;
    text-align: left;
}

table#t01 {
    width: 100%;    
    background-color: #f1f1c1;
}

.spanel-success{
    border-color: #f7edf8;
}

.spanel-success>.panel-heading {
    color: #830B91;
    background-color: #f7edf8;
    border-color: #EFD5F2;
}

#cable-selection-btn{
   background-color: purple;
   display: none;
}

#cable-selection-btn:hover{
   color: #fff;
}

#select-your-size{
   display: none;
   background-color: #DF4A1D ;
   border: #DF4A1D ;
}

#pageDimmer{
    display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
}

#right-menu{
    height: 40px;
}

.fancy-result-display{
    min-width: 260px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    box-shadow: 12px 30px 35px -2px rgba(0,0,0,0.1);
}

.weight500{
    font-weight: 500;
}

.mobile-only{
    display: none;
}

.clear-both{
    clear: both;
}
 
.sq-panel {
    cursor: pointer;
    margin: 0px 5px;
    min-height: 100px;
    height: 139px;
    padding: 30px;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 200px;
    min-width: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(60,66,87, .12), 0 3px 6px 0 rgba(0,0,0, .12);
}
 
.sq-panel-heading{
     font-size: 30px;
     font-weight: 300;
}

.sq-dropdown-btn{
    width: 100%;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0px;
    height: 50px;
    color: #333;
}

.sq-dropdown-btn:hover{
    color: #333;
}

.dialogueClose{
    right: 20px;
    top: 30px;
    position: absolute;
    background-color: #fff;
}

.field-error{
    background-color: #fbbfb4;
}

.navShadow {
    border-bottom: solid 1px #ece3e3;
    box-shadow: none;
}

.profile-image{
    height: 50px;
}

.navbar-default .navbar-nav>li>a {
    padding: 15px;
   font-size: 20px;
    font-weight: 400;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#header-content ul li{
   margin-left: 10px;
   margin-right: 10px;
   color: #333;
   font-weight: 400;
   text-align: right;
}

#header-content ul li a{
    font-size: 18px;
    font-weight: 500;
}

.navbar-toggler:active, .navbar-toggler:focus{
   border: none !important;
   outline: none;
}

#employee-section-ul .dropdown-menu{
    margin-left: -80px;
    font-weight: 100;
}
 
#employee-section-ul a{
    font-weight: 100;
}

.cursor-pointer{
   cursor: pointer;
}

.section-text{
   color: #000000;
   font-size: 18px;
}

.section-sub-heading{
   font-size: 28px;
   font-weight: 100;
   color: #444;
}

.section-heading{
   font-size: 30px;
   font-weight: 100;
   color: #444;
}

.section-sub-heading{
   font-size: 24px;
   font-weight: 100;
   color: #444;
}

.contain-content {
    overflow: hidden;
}

.body-title{
   font-size: 18px;
   font-weight: 600;
   border-bottom: solid 1px #333;
}
    
.page-view-text{
  font-size: 16px;
  font-weight: 500;
  margin: 10px auto;
}

.level-1, .level-2, .level-3, .level-4, .level-5{
   display: none;
}

.spinner-border{
    font-size: 10px;
    position: absolute;
    top: 9px;
    color: #fff;
}

.user-header-identity{
   background-color: #3888f4;
   color: #fff !important;
   text-align: center;
}

.sq-panel {
    cursor: pointer;
    margin: 0px 5px;
    min-height: 100px;
    height: 139px;
    padding: 30px;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 200px;
    min-width: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgb(60 66 87 / 12%), 0 3px 6px 0 rgb(0 0 0 / 12%);
}

.panel-card-outline{
   border-radius: 5px;
    -webkit-box-shadow: 1px 4px 8px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow:  1px 4px 8px 4px rgb(0 0 0 / 15%);
    box-shadow: 1px 4px 8px 4px rgb(0 0 0 / 15%);
}

.form_date i, .month_form_date i {
    padding: 8px;
    background-color: #3888F4;
    color: #fff;
    line-height: 1.05;
}

.error-flag{
   background-color: #eca3a3 !important;
}

.row{
   width: 100%
}

.tableCol-Hidden{
     display: none !important;
}

.b-rad-0{
  border-radius: 0;
}

.my-table .my-table-tr i.fa-sort-down, .my-table .my-table-tr i.fa-sort-up{
    position: absolute;
    /*top: 1em;*/
    color: #3888f4;
    margin-left: 5px;
}


.large-screen-only, .xlarge-screen-only{
    display: inline-block;
}

.small-screen-only{
    display: none;
}

.sm-screen-and-up{
	display: inline-block;
}

.md-screen-and-up{
	display: inline-block;
}

.sm-screen-and-down, .md-screen-and-down{

    display: none;
}
   
.input-title{
    font-size: 18px;
    margin-top:12px;
    font-weight: 400;
}

.modal-footer-btn-left{
    position: absolute;
    left: 0;
    margin-left: 15px;
}

#critical-message, #warning-message{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}

#critical-message{
  background-color: #c54747;
  color: #fff;
}

#warning-message{
  background-color: #f3a920;
  color: #333;
}

.no-display{
  display: none !important;
}

.rc-light-purple{
   color: #cbcbdd;
}

@media (max-width: 1200px){ 
   .xlarge-screen-only{
        display: none;
    }
}

@media (min-width: 993px){ 
    .custom-modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

@media (max-width: 992px){ 
    .custom-modal-dialog {
        width: auto;
        margin: 30px auto;
    }
   
   .md-screen-and-up{
		display: none;
	}
	
   .md-screen-and-down{
      display: inline-block;
   }
   
	.full-width-for-small-screens{
		width: 100% !important;
	}
}

@media (max-width: 925px){
    .fancy-result-display .cable-result{
        text-align: left;
    }
}

@media (max-width: 767px){
    .navbar-header {
        height: 60px;
    }
    
    .navbar{
        min-height: 40px;
        /*height: 60px;*/
    }
    
    .navbar-toggle {
        margin-top: 5px;
    }
    
    #headerContainer>img{
        height: 50px ;
        width: 70px ;
    }
    
    .mobile-only{
        display: block;
    }
        
    #employee-section-ul .dropdown-menu{
        margin-left: 0px;
    }
    
    .large-screen-only{
        display: none;
    }
    
    .small-screen-only{
        display: inline-block;
    }
}

@media screen and (max-width: 622px){	  
	.sm-screen-and-up{
		 display: none;
	}
   
   .sm-screen-and-down{
		 display: table-cell;
	}
}

@media (max-width: 460px){
    #max-run:before {
        content: ' ';
        display: block;
    }
}
