﻿input[type=button] {
    -webkit-appearance: none;

}
.submenuText {
    display:none;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(/fonts/montserrat.woff) format('woff');
}

/* Specifies how error is displayed in input field */
.inputError {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    background-color: pink;
}

.nextBtn {
    width:115px;
    height: 30px;
    padding-top: 10px;
    background-color: #5FA8ED;
    border: 0px #1C77B4 solid;
    color: white;
    margin: 15px 15px 15px 0px;
    padding-top: 0px;
    cursor:pointer;
    
    /*font-weight:bold;*/
    font-size:larger;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9375em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    
    /*Rounded angles*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/border-radius.htc);
    font-size: 120% !important /*Non-IE6*/;
}
.nextBtn-promo {
    width:115px;
    height: 30px;
    padding-top: 10px;
    background-color: #1594D0;
    border: 0px #1C77B4 solid;
    color: white;
    margin: 15px 15px 15px 0px;
    padding-top: 0px;
    cursor:pointer;
    
    /*font-weight:bold;*/
    font-size:larger;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9375em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    
    /*Rounded angles*/
    border-radius: 5px;
    behavior: url(/css/border-radius.htc);
    font-size: 120% !important /*Non-IE6*/;
}
    .nextBtn-promo:hover {    
    background-color:#0c587c;
    outline:none;
}
.nextBtn:hover {
    background-image: -webkit-gradient( linear, left top, left bottom, 
        color-stop(0, #92C4F3), 
        color-stop(1, #64AAED) );
    background-image: -o-linear-gradient(bottom, #92C4F3 0%, #64AAED 100%);
    background-image: -moz-linear-gradient(bottom, #92C4F3 0%, #64AAED 100%);
    background-image: -webkit-linear-gradient(bottom, #92C4F3 0%, #64AAED 100%);
    background-image: -ms-linear-gradient(bottom, #92C4F3 0%, #64AAED 100%);
    background-image: linear-gradient(to bottom, #92C4F3 0%, #64AAED 100%);
}
.FreeTrialBtn {
    background-color:#1594d0;
    color: white;
    padding: 9px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    
}
.FreeTrialBtn-promo {
     background-color:#1594d0;
    color: white;
    padding: 9px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.FreeTrialBtn-promo:hover {
    background-color:#0c587c;
    outline:none;
   transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.FreeTrialBtn:hover {
     background-color:#0c587c;
    outline:none;
   transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
#trialFields {
    width: 88%;
    border: 2px #ccc solid;
    position: relative;
    top: -5px;
    clear: both;
    margin: 0 0 0 20px;
    border-collapse: collapse;
    empty-cells: show;
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
}

#trialFields tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    clear: both;
    width: 750px;
    margin: 0 0 0 20px;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    background-color: rgb(255,255,255);
    border: 0px #ccc solid;
}

#trialFields table {
    background-color: rgb(255,255,255);
    border: 2px #ccc solid;
    border-spacing: 2px;
}

#trialFields tr {
    background-color: rgb(255,255,255);
    border: 0px #ccc solid;
}

#trialFields td {
    border: 0px #ccc solid;
    height: 1.8em;
    margin: 0;
    text-align: left;
    line-height: 1em;
    font-size: 94.5% !important;

}

#trialFields tr:nth-child(odd) td {
    background-color: rgb(255,255,255);
}

/* #trialFields tr:nth-child(even) td {
    background-color: #fafafa;
} */

#trialFields .fieldLabel {
    width: 40%;
}

#trialFields .mandatoryLabel {
    font-weight: bold;
    padding-top:0.8em;
}

#trialFields .fieldValue {
    width: 100% !important;
}
#trialFields .fieldValueshort {
    width: 100% !important;
}

#trialFields .fieldValue input {
    Width: 100%;
    border: #c3c4c6 1px solid;
    height: 1.3rem;
}
#trialFields .fieldValueshort input {
    Width: 95%;
    border: #c3c4c6 1px solid;
    height: 1.3rem;
}

.dropdown {
    Width: 100%;
    border: #c3c4c6 1px solid;
    height: 1.5rem;
}
.disclaimer {margin-left:0px; border:none; width:420px !important; margin-top:1em;}

/* License Page*/

#signatureFormTable {
    width: 99%;
    border: 0px #ccc solid;
    position: relative;
    top: -5px;
    clear: both;
    margin: 0 0 0 20px;
    border-collapse: collapse;
    empty-cells: show;
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
}

#signatureFormTable table {
    background-color: white;
    border: 2px #ccc solid;
    border-spacing: 2px;
}

#signatureFormTable tr {
 display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    clear: both;
    width: 750px;
    margin: 0 0 0 20px;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    background-color: white;
    border: 0px #ccc solid;
}

#signatureFormTable td {
    background-color: white;
    border: 0px #ccc solid;
    height: 2.5em;
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: left;
    line-height: 1.8em;    
}

#signatureFormTable td.head {
   color:rgb(77,77,77); 
   font-weight:bold; 
   font-size:150% !important /*Non-IE6*/; 
   font-size:130% /*IE6*/; 
}

#licenseFields {
    width: 60%;
    border: 0px #ccc solid;
    position: relative;
    top: -5px;
    clear: both;
    margin: 0 0 0 20px;
    border-collapse: collapse;
    empty-cells: show;
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
}

#licenseFields tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    clear: both;
    width: 750px;
    margin: 0 0 0 20px;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    background-color: white;
    border: 0px #ccc solid;
}

#licenseFields table {
    background-color: white;
    border: 2px #ccc solid;
    border-spacing: 2px;
}

#licenseFields tr {
    background-color: white;
    border: 0px #ccc solid;
}

#licenseFields td {
    background-color: white;
    border: 0px #ccc solid;
    height: 2.5em;
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: left;
    line-height: 1.8em;    
}

#licenseFields .fieldLabel {
    width: 30%;
}

#licenseFields .mandatoryLabel {
    font-weight: bold;
}

#licenseFields .fieldValue {
    padding-right: 15px;
    width: 40%;
}

#licenseFields .fieldValue input {
    Width: 99%;
    border: #c3c4c6 1px solid;
    height: 1.3rem;
}

/**/

/* Application Wizard */
#appWizard {
    width:900px;    
    margin:auto;
    margin-top:25px;
    margin-right: 60px;
}
.sampleapps {width:650px !important; margin-left:20px !important;}

#wizardHeader, #wizardHeader p, #wizardHeader h3 {
       margin-left: 0px;
}

.panelItem {
    width:100%; 
    position:relative;
    min-height:50px;
    overflow:auto;
    margin-bottom: 15px;
    border:1px solid #999;

    overflow-y:hidden;
    overflow-x:hidden;
}   

.wizardCheckbox {
    background-color: white;
    margin-right:10px;
}

.panelHead {
    width:100%; 
    min-height:50px;
    clear:both;
    background-color:#E5E5E5;
    position:relative;
}

.panelHead:hover {
    color:#666;
}

.panelHead h2 {
    padding:14px 10px 15px 15px; 
    font-size:18px;
    line-height:20px;

    font-size:13px;
    margin:0px;
}
.panelContent { 
    padding:0 15px 0 15px;
    margin-top:-999px;
    /*display:none;*/
}
.panelContent p {
    padding:4px 0 6px 0;
}
.panelContent p:first-child  {
    padding-top:10px;
}
.panelContent p:last-child {
    padding-bottom:15px;    
}
.iconOpen {
    width:30px;
    height:30px;
    position:absolute;
    background-image:url(/img/panel_right_arrow.png);
    right:15px;
    cursor:pointer;
}

.iconClose {
    width:29px;
    height:29px;
    position:absolute;
    background-image:url(/img/panel_down_arrow.png);
    right:15px;
    cursor:pointer;
}
.panelContent img {
    /*float:right;*/
}
.header-active {
    background-color: #c8deec;
}
/**/
