﻿.fltLeft {
    float: left;
    margin-top: 25px;
}

.fltRight {
    float: right;
    margin-top: 25px;
}

.clrFlt {
    clear: both;
}

.flt_Left {
    float: left;
}

.flt_Right {
    float: right;
}

#leftSide {
    padding: 20px;
    background: url(../images/header-Bg.png) repeat;
    color: white;
    border-radius: 8px;
    border: 2px solid white;
}

#rightSide {
    width: 20px;
}

#toolTipBox {
    position: absolute;
    display: none;
}

.toolTipPart {
    height: auto;
    width: auto;
    position: relative;
}

.arrow {
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid green;
}

.ar-bl {
    right: -9px;
    top: 61px;
    border-left-color: white;
}

.ar-gr {
    right: -8px;
    top: 61px;
    border-left-color: #505761;
}

#regContent {
    width: 960px;
    margin: 0 auto;
}

#header-logo-image {
    margin-top: 15px;
}

.regHeader {
    background: url(../images/header-Bg.png) repeat-x;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
}

.partition {
    width: 49.8%;
    padding: 0px;
}

    .partition table {
        border-radius: 4px;
        padding: 0 4px 4px 4px;
        letter-spacing: 1px;
        font-family: Trebuchet MS,Helvetica,Georgia,Times New Roman;
        color: black;
        font-size: 12px;
        font-weight: bold;
    }

.tableSets {
    width: 100%;
    margin: 0 auto;
}

.fontSets {
    color: #696666;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
}

.headingSets {
    color: #000;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
}

input[type="text"] {
    border-radius: 2px;
    border: 1px solid #979797;
    outline: none;
}

textarea {
    border-radius: 2px;
    border: 1px solid #979797;
    outline: none;
}

input[type="checkbox"] {
    letter-spacing: 1px;
    font-family: Trebuchet MS,Helvetica,Georgia,Times New Roman;
}

.txtSets {
    width: 96%;
    padding-left: 4px;
}
/*width:219px;*/

.txtSets_Name {
    width: 77%;
    padding-left: 4px;
}
/*width: 241px;*/

.txtSetsCombo {
    width: 98%;
    padding-left: 4px;
    border-radius: 2px;
    border: 1px solid #979797;
    outline: none;
}
/*width:219px;*/

.txtSetsCombo_country {
    width: 79%;
    padding-left: 4px;
    border-radius: 2px;
    border: 1px solid #979797;
    outline: none;
}

.userRqrmntTbl {
    background: #ECEBEB;
}

.borderlesstopTbl {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.borderlessbottomTbl {
    -ms-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -ms-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#personalInfo {
    background: #ECEBEB;
}

.lblHead {
    font-size: 15px;
    font-weight: bold;
}

#submit {
    width: 100px;
    height: 30px;
    font-weight: bold;
    border: none;
    background: url(../images/header-Bg.png) repeat-x;
    color: white;
    text-shadow: 0 1px rgba(172, 170, 170, 0.1);
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-left: 2px solid #5C5959;
    border-right: 2px solid #5C5959;
    border-top: 2px solid #5C5959;
    border-bottom: 2px solid #5C5959;
    box-shadow: 1px 1px 2px #ccc;
    cursor: pointer;
}

#submit:active {
        border: 2px solid #ccc;
        border-bottom-width: 1px;
        box-shadow: none;
    }

#showNotes {
    border: 1px solid transparent;
    background: #ECEBEB;
}

    #showNotes.highlight {
        border: 1px solid red;
        background: #FFF25C;
    }

.contact {
    padding: 5px;
}


#tip_baloon {
    display: none;
    background: transparent url(../images/black_arrow.png);
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #eee;
    position: absolute;
}

    #tip_baloon.show {
        display: block;
    }

body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #5d5d5d;
    padding-bottom: 10px;
}

textarea {
    resize: none;
}

.linkHighlight {
    color: #0184C4;
    text-decoration: underline;
    cursor: pointer;
}

label.lblTabs {
    /*background-color: #ffffff;			
			display: inline-block;			
			outline: 0;
			padding: 6px 16px;
			vertical-align: middle;
			overflow: hidden;
			text-decoration: none!important;
			text-align: center;
			white-space: nowrap;
			border: 1px solid #cccccc;*/
    cursor: pointer;
}

label.Tabs-active {
    color: #000;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

.tdCenterAlign {
    text-align: center;
}

/*.timesApp_NonAcad {
			visibility: hidden;
		}*/

#tr_gams td, #tr_cplex td, #tr_conopt td {
    background-color: #d8d8d8; /*#fdf3f3*/
}

#tr_gurobi td, #tr_xpress td, #tr_minos td {
    background-color: #ecebeb; /*#fdfceb*/
}

/*#tr_conopt td {
    background-color: #d8d8d8;
}

#tr_minos td {
    background-color: #d8d8d8;
}
*/

.tdfirstColPad {
    padding-left: 25px;
}

#iWant {
    color: #0049ed;
}

.chk_radio_lblpostion {
    top: -3px;
    position: relative;
}

.activation-key {
    margin-top: 10px;
    display: none;
}

.activationkey-textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    font-size: 16px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.1;
}


/*WaitingBar*/
.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 20% auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        -ms-opacity: 0.9;
        opacity: 0.9;
    }
/*WaitingBar*/


.announcement {
    padding: 0px 15px 0px;
    border: 1px solid #e1e1e1;
    background-color: #ffd45cde;
    border-radius: 4px;
    color: black;
    font-family: arial;
    font-size: 14px;
}

.asterisk {
    color: black;
    margin-left: 2px;
    font-weight: bold;
}

    .asterisk.red {
        color: red;
    }


.input-error {
    border: 1px solid red !important;
    box-shadow: 0px 0px 5px #e3714d;
    -webkit-box-shadow: 0px 0px 5px #e3714d;
    -moz-box-shadow: 0px 0px 5px #e3714d;
    border-color: #e3714d;
}

/* Trigger link styling (optional) */
a.lightbox-trigger {
    color: #007acc;
    text-decoration: none;
    cursor: pointer;
}

    a.lightbox-trigger:hover {
        text-decoration: underline;
    }

/* only this one display rule: hidden by default */
#lightboxOverlay {
    display: none;
    position: fixed;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

    /* when we add .show it becomes flex */
    #lightboxOverlay.show {
        display: flex;
        opacity: 1;
    }


/* The enlarged image */
#lightboxImage {
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
}

/* Close “×” */
#lightboxClose {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

/* Compact numeric input in the GAMS Link column */
.gams-cores-input {
    width: 1.5rem;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
}
