@charset "utf-8";

* {font-family: Tahoma; font-size: 11px;}
body { background-color: #eee;}
.spacer {height: 40px;}
.button {float: left; height: 20px; margin-right: 10px;}
.content {display: table-caption;}
.fieldname {padding-bottom:5px;width: 150px; /*float: left*/ display: inline-block; vertical-align: top;}
.fieldvalue {width: 300px; /*float: left*/ display: inline-block;}
.fielderror {margin-left: 3px; color: red; display: inline-block;}
.orgs {width: 600px;}
.orgrow {height: 20px; float: left; min-width: 600px; background: #F2F2F2; border: #DDD 1px solid;}
.fields {width: 800px;}
/*.fieldrow {margin-left: 30px; height: 20px; float: left; min-width: 500px; background: #F2F2F2; border: #DDD 1px solid;}*/
/*.profs {width: 600px;}*/
.profrow {margin-left: 30px; height: 20px; float: left; min-width: 700px; background: #F2F2F2; border: #DDD 1px solid;}
.proftitle {float: left; width: 300px}
h {font-size: 14px; font-weight: bold; color: #369}
h1 {font-size: 12px; font-weight: bold; color: #369}
h3 {font-size: 18px; font-weight: bold; color: #369}
.profhdr {font-size: 16px; font-weight: bold; color: #369; width: 100%}
ul.tabs li {margin: 10px 0px 10px 0px}
ul.tabs dl {padding: 5px; margin: 0px; overflow: hidden; color: #036; background-color: #FAFAFA; border-bottom-color: #AAA; border-bottom-style: solid; border-bottom-width: 1px;border-left-color: #AAA; border-left-style: solid; border-left-width: 1px; border-right-color: #AAA; border-right-style: solid; border-right-width: 1px; border-top-color: #AAA; border-top-style: solid; border-top-width: 1px; border-radius: 0px 5px 5px 5px;}
.hdr { display: inline-block; font-size: 1.2em;  background: #0065a2; border: #DDD 1px solid; color: #141D65; font-weight: bold; color: white; text-align: center; vertical-align: bottom; padding: 0px 20px 0px 20px ; border: transparent none 0; border-radius: 10px 10px 0px 0px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #0065a2; margin: 0px;}
.orgfield {padding: 2px 0px 2px 0px; float: left; clear: left; text-align: right; width: 30%; color: #074A8B; font-weight: bold; font-size: 1em; padding-right: 2px; padding-left: 2px}
.orgvalue {padding: 2px 0px 2px 0px; float: left; width: 65%; color: #036; font-weight: normal; font-size: 1em;}
.comments {padding: 2px 0px 2px 0px; float: left; width: 100%; color: #036; font-weight: normal;}
.tabs {list-style: none inside none;margin: 0px; padding-left: 0px;}
/*design 1*/
.profrow1, .profrow2, .profrow3 {height: 20px; float: left; min-width: 600px; background: #E0E0E0; padding-left: 5px}
.profrow2 {background: #141D65}
.profrow3 {background: #0F13B3}

/*design 2*/
tr {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
}
.spacer2 {height: 15px;}
/*ul, ul ul { list-style-type: none; background: url(vline.png) repeat-y; margin: 0; padding: 0; } 
ul ul { margin-left: 10px; } 
ul li { margin: 0; padding: 0 12px; line-height: 20px; background: url(node.png) no-repeat; color: #369; font-weight: bold; }
ul li:last-child { background: #fff url(lastnode.png) no-repeat; }*/

.tree {margin-left:30px;}

.view-table {margin-left: 5px;}
.view-td {/*height: 20px;*/ background: #F2F2F2; border: #DDD 1px solid; padding-left: 5px; padding-right: 10px; /*max-width: 400px;*/min-width: 70px ; padding-top: 5px; padding-bottom: 5px;}

.search-table {border: 1px solid lightgray;  background-color: #FAFAFA; border-radius: 5px 5px 5px 5px; border-collapse: collapse;min-width: 800px;width:100%}
.desc-div {border: 1px solid lightgray;padding: 8px; text-align: left; background-color: #FAFAFA; border-radius: 5px 5px 5px 5px;}
.desc-p {white-space: pre-wrap;text-align: justify;}
.search input[type="submit"] {width: 100%; height: 25px; background-color: #0065A2; color: white; border: none; cursor: pointer; font-weight: bold; border-radius: 5px 5px 5px 5px;}
.search-button {width: 100%; min-height: 25px; background-color: #0065A2; color: white; border: none; cursor: pointer; font-weight: bold; transition: .2s ease-out;}
.search-button:focus {
    background-color: #FFAD33;
}
.search-combo {width: 100%; height: 25px; background-color: #0065A2; color: white; border: none; font-weight: bold; transition: .2s ease-out;}
/*.search-combo:focus {
    background-color: #FFAD33;
}*/
.search input[type="text"] {width: 100%; height: 18px;}
.search td {padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; text-align: center;}
.list th {background-color: #E0E0E0; color: #074A8B; cursor: context-menu; position:relative;}
.list table, .list th, .list td {border: 1px solid lightgray;}
.list table {border-collapse: collapse;  background-color: #FAFAFA; border-radius: 5px 5px 5px 5px;}
.list th, .list td {height: 25px; padding-left: 10px; padding-right: 10px;}
.prof-td {cursor: pointer; text-indent: 3em;}
.prof-td:hover {background-color: lightgray;}
.field-td {min-width: 450px}
.spec-td {cursor: pointer; text-indent: 6em;}
.spec-td:hover {background-color: lightgray;}
.subspec-td {cursor: pointer; text-indent: 9em;}
.subspec-td:hover {background-color: lightgray;}
.addspec-td {cursor: pointer; text-indent: 9em;}
.addspec-td:hover {background-color: lightgray;}
.addspech-td {text-indent: 6em;}
.check, .check1, .check2, .check3 {min-width: 65px; text-align: center;}
.highlight {background-color: #FFAD33;}
.nrTable {display: inline-block;}
.nButton {display: inline-block;}
.train-note-div{display: none; padding: 8px; border: 1px solid lightgray; background-color: #ffe7b8; border-radius: 5px 5px 5px 5px;}
.search-label {text-align: right;}




/*---------------Help tip-----------------------*/
.help-tip{
    position: absolute;
    top: 6px;
    right: 9px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 11px;
    line-height: 12px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #ffe7b8;
    padding: 10px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: black;
    font-size: 11px;
	font-weight: normal;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
/*--------------------------------------*/
