﻿a:link
{
	color:#071156;
}

a:visited {
    color: #071156;
}

a:hover {
    color: lightblue;
    text-decoration: underline;
}

div {
    display: block;
}

h1 {
    color: #222;
    margin: 0;
    padding: 10px 0;
    padding-top: 20px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}


button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}


body {
    font-family: 'Segoe UI',Tahoma,Arial;
}

a {
    text-decoration: none;
}

/**************** TEXTBOX *********************/

.maintextboxes {
    margin-left: 5%;
    width: 86%;
    font-family: Tahoma;
    font-size: 10pt;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}

.listtextboxes{
    margin-left: 5%;
    width: 86%;
    font-family: Tahoma;
    font-size: 10pt;
}

.PanelTextBox{
    width: 85% !important;
    border: none !important;
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 0px !important;
    background: #fff !important;
}

.OnPremiseTextBox{
    padding: 10px 10px 10px 50px !important;
}


/**************** Content *********************/
.content {
    width:600px;
    min-height: 400px;
    padding: 30px 35px 30px 35px;
    margin: 0 auto;
    background-color: white;
}

.bluecontent{
    width:600px;
    min-height:400px;
    padding:15px;
    margin: 0 auto;
    /*color: #fff;*/
    background-color: white;
    border-radius: 6px;
    
}

.bluecontentSignup {
    width: 600px;
    min-height: 400px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 6px;
    color: white;
}

.turkoisecontent {
    width: 700px;
    min-height: 400px;
    padding: 15px;
    margin: 0 auto;
    /*color: #fff;*/
    background-color: white;
    border-radius: 6px;
}

.imageContent {
    position: relative;
}

.imgUpperRight {
    position: absolute;
    top: 0px;
    right: 0px;
}

.imgUpperLeft {
    position: absolute;
    top: 0px;
    left: 0px;
}

.applogo {
    float:right;
    /*margin-top:10px;*/
    margin-left:15px;
    margin-right:10px;
    /*background-color: #51a6dc;*/
    padding:5px;
    color:white;
}


div#container {
    width:100%;
    margin:0 auto;
    background-color:#51a6dc; 
    padding-top: 100px;
    padding-bottom: 100px;
}

div#containerregister {
    width:100%;
    margin:0 auto;
    background-color:#51a6dc; 
    padding-top: 50px;
    padding-bottom: 100px;
}

div#containerturkoise {
    width: 100%;
    margin: 0 auto;
    background-color: #0094a5;
    padding-top: 100px;
    padding-bottom: 100px;
}

div#containerregisterturkoise {
    width: 100%;
    margin: 0 auto;
    background-color: #0094a5;
    padding-top: 50px;
    padding-bottom: 100px;
}

div#header {
    /*padding-top: 100px;*/
    width: 100%;
    height: 125px;
    /*background-color: whitesmoke;*/
    margin: 0 auto;
    background-image: url('../../Images/new_keyforce_logo_500x125.png');
    background-size: 300px 75px;
    background-repeat:no-repeat;
    background-position:center;
    
}

div#headernordeca {
    /*padding-top: 100px;*/
    width: 100%;
    height: 175px;
    /*background-color: whitesmoke;*/
    margin: 0 auto;
    background-image: url('../../Images/nordeca_insight_616x173.png');
    background-size: 300px 75px;
    background-repeat: no-repeat;
    background-position: center;
}

.summary{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.summaryRegister{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    /*border: black;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-radius: 10px;*/
}

 .box3 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.box3 .box-top {
	margin-top: 10px;
}

.box3 .box-panel {
	margin-top: 5px;
}

.box3 .box-panel table td {
	padding: 2px;
    /*font-family: 'Droid Sans Mono', monospace;*/
    
}

.leftsidebar {
    width:auto;
    height:300px;
    background-color:#F79521;
    float:left;
    padding:15px;
    margin: 0 auto;
    margin-top:50px;
}

.rightsidebar {
    width:auto;
    height:300px;
    background-color:#F79521;
    float:right;
    padding:15px;
    margin: 0 auto;
    margin-top:50px;
}

div#box {
    margin-top: 10px;
}

div#box-position{
    margin-top: 10px;
    position:relative;
}

div#moreInfo{   
    position:absolute;
    margin-left: 20%;
    margin-top:-60px;
}

div#morePrices{   
    position:absolute;
    margin-left: 20%;
    margin-top: -40px;
}


div#box .box-top {
    color:#F79521;
}

div#box .box-top2 {
    color:#F79521;
}

div#box2 {
    margin-top: 10px;
}

div#box2 .box-top {
    color:#F79521;
}

div#box2 .box-top2 {
    color:#F79521;
}

#RegisterDetails{
    width: 600px;
    margin: auto;
}

#first {
    width: 300px;
    float: left;
    /*height: 300px;*/
    /*background-color: blue;*/
}
#second {
    width: 300px;
    float: left;
    /*height: 300px;*/
    /*background-color: green;*/
    /*color: white;*/
}
#clear {
    clear: both;
}

.fields {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

      .password-panel {
    text-align: left;
    position: relative;
}

.fieldsImg{
        position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}


/************************* ALIGN *************************/

.leftAlign {
    text-align: left;
}

.rightAlign{
    text-align: right;
}

.cbMargin{
    margin-left: 5%;
}

.cbMargin input {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 38px;
}

/************************* LOADING *************************/

/* Used for loading gif*/
.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.4);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.tdLoading {
    vertical-align: top;
    text-align: center;
    padding-top: 10%;
}

.loading {
    display: none;
    z-index: 999;
}

/************************* LABELS *************************/


label#lblAppName {
    font-weight:600;
    font-size:1.2em;
}

a#lblMoreInfo {
    /*padding:50px;*/
    text-decoration:underline;
    color:white;
    margin-left:15px;
}

a#lblMoreInfo:hover {
    opacity: 0.6;  
    cursor: pointer;
}

a#lblCheck{
    text-decoration:underline;
    color:white;
    /*margin-left: 10px;*/
    vertical-align: central;
}
a#lblCheck:hover {
    opacity: 0.6;  
    cursor: pointer;
}

a#lblCheckNordeca {
    text-decoration: underline;
    color: white;
    vertical-align: central;
}

    a#lblCheckNordeca:hover {
        opacity: 0.6;
        cursor: pointer;
    }

a#lblData {
    text-decoration: underline;
    color: white;
    vertical-align: central;
}

    a#lblData:hover {
        opacity: 0.6;
        cursor: pointer;
    }

.marginleft10 label{
    margin-left: 10px;
}

a#lblPrices {
    text-decoration: underline;
    color: white;
    margin-left: 15px;
    vertical-align: central;
    font-size: 10pt;
}
a#lblPrices:hover {
    opacity: 0.6;  
    cursor: pointer;
}


a#lblLink{
    text-decoration: underline;
    color: rgb(0, 155, 255);
}

a#lblLink:hover {
    opacity: 0.6;  
    cursor: pointer;
}
/************************* CHECKBOX *************************/

div#checkbox{
    padding:15px;
    padding-left:1px;
}

/************************* BUTTONS *************************/
.button {
    background-color: lightsteelblue;
    border: none;
    font-size: 12px;
    padding: 10px;
    margin-top: 15px;
    width: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 0px;
    cursor: pointer;
    margin-bottom: 15px;
}

    .button:hover {
        opacity: 0.6;
    }

.bigbutton {
    background-color: #F1F1F1;
    border: #ACACAC;
    font-size: 12px;
    padding:10px;
    margin-top:15px;
    width: 125px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 0px;   
}


.bigbutton:enabled:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    
.bigbutton:enabled:hover {
    opacity: 0.6;  
    cursor: pointer;
}

.mostLikelyButton {
    background-color: #27ae60;
    color: #fff;
    border: none;
    font-size: 12px;
    padding:10px;
    margin-top:15px;
    width: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 0px;
    cursor: pointer;
}

.mostLikelyButton:disabled {
    cursor: default;
    background-color: #97dda4;
}

.mostLikelyButton:enabled:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    
.mostLikelyButton:enabled:hover {
    opacity: 0.6;  
}

.width85{
    width: 85px;
}

.marginbottom15{
    margin-bottom: 15px;
}

.btnApprove {
    /*width: 85px;*/
    color: #fff;
    background-color: #27ae60;
    text-shadow: -1px 1px #417cb8;
    border: none;
    font-size: 1.5em;
    padding: 10px;
    margin: 15px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: inset 0 -2px #219d55;
}

.btnApprove:disabled {
    /*border: 1px solid #79c47e;*/
    background-color: #97dda4;
    color: #dcf5e1;
    box-shadow: none;
}

.btnApprove:enabled{
    cursor: pointer;
    background-color: #27ae60;
}

.btnApprove:enabled:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    
.btnApprove:enabled:hover {
    background-color:#2ecc71;    
}

.btnApproveSmall {
    /*width: 85px;*/
    color: #fff;
    background-color: #27ae60;
    text-shadow: -1px 1px #417cb8;
    border: none;
    font-size: 1em;
    padding: 10px;
    margin: 15px;
    cursor: pointer;
    box-shadow: inset 0 -2px #219d55;
}

    .btnApproveSmall:disabled {
        /*border: 1px solid #79c47e;*/
        background-color: #97dda4;
        color: #dcf5e1;
        box-shadow: none;
    }

    .btnApproveSmall:enabled {
        cursor: pointer;
        background-color: #27ae60;
    }

        .btnApproveSmall:enabled:active {
            top: 1px;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .btnApproveSmall:enabled:hover {
            background-color: #2ecc71;
        }

.btnApproveGrey {
    /*width: 85px;*/
    background-color: #E6E6E6;
    border: none;
    font-size: 1.5em;
    padding: 10px;
    margin: 15px;
    border-radius: 2px;
    cursor: pointer;
}

    .btnApproveGrey:enabled:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btnApproveGrey:enabled:hover {
        opacity: 0.6;
    }

.btnApproveLarge {
    width: 125px;
    color: #fff;
    background-color: #27ae60;
    text-shadow: -1px 1px #417cb8;
    border: none;
    font-size: 1.5em;
    padding: 10px;
    margin: 15px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: inset 0 -2px #219d55;
}

    .btnApproveLarge:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btnApproveLarge:hover {
        background-color: #2ecc71;
    }

.btnLogout {
    background-color: #D8D8D8;
    border: #ACACAC;
    font-family: Tahoma;
    font-size: 12px;
    height: 25px;
    width: 75px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 10px;
}

    .btnLogout:hover {
        opacity: 0.6;
    }

.imgButton {
    opacity: 1;
    cursor: pointer;
}

    .imgButton:disabled {
        cursor: default;
    }

    .imgButton:enabled:hover {
        opacity: 0.6;
    }

    .buttonHeightWidth {
        height: 45px;
        /*width: 75px;*/
    }

tbody > tr > td.Center {
    text-align: center !important;
}

tbody > tr > th.Center {
    text-align: center !important;
}

  .hiddencol
  {
    display: none !important;
  }



.paddingTop20{
    padding-top: 20px;
}

.Region {
    width: 40%;
    font-size: 10pt;
}

.chkChoice input {
    margin-left: -20px;
}

.chkChoice label {
    margin-left: 4px;
}