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

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

.parameters button {
   width: 120px;
}

.parameter-selection{
   cursor: pointer;
}

.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;
}

.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;
}

.marginLR20{
    margin-left: 20px;
    margin-right: 20px;
}

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

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

.padding-0{
    padding: 0px;
}

.padding-lr-0{
    padding-left: 0px;
    padding-right: 0px;
}

.padding-tb-0{
    padding-top: 0px;
    padding-bottom: 0px;
}

.margin-0{
    margin: 0px;
}

.margin-lr-0{
    margin-left: 0px;
    margin-right: 0px;
}

.margin-tb-0{
    margin-top: 0px;
    margin-bottom: 0px;
}


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;
}

#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;
}
 
 .headerMenu {
    display: block;
 }
 
.sq-panel {
    cursor: pointer;
    margin: 0px 5px;
    min-height: 100px;
    height: 139px;
    padding: 30px;
    float: left;
    /*margin: 5px;*/
    background-color: #fff;
    box-sizing: border-box;
    min-height: 200px;
    min-width: 300px;
    width: 300px;
    /*height: 200px;*/
    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;
}

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


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

.modal-content .modal-header button.close span{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 7px;
    font-size: 40px;
}

.cursor-pointer{
    cursor: pointer;
}

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

@media (max-width: 992px){ 
    .custom-modal-dialog {
        width: auto;
        margin: 30px auto;
    }
}

@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 ;
    }
    
    #sidemenu-toggle {
        top: 15px;
    }
    
    .mobile-only{
        display: block;
    }
}

@media screen and (max-width: 598px){
     .sm-screens-and-up{
          display: none;
     }
}

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