﻿/*#divForm {
    float: left;
    width: 79%;
}

#divDecision {
    float: right;
    width: 20%;
    background-color: #D3D3D3;
    padding: 5px;
}*/

#divFaculty {
    background-color: rgb(95%,95%,95%);
}

.horizontal {
    position: relative;
    float: left;
}

.links > a {
    width: 200px;
    display: inline-block;
}

.links1 > a {
    width: 250px;
    display: inline-block;
}

.links2 > a {
    width: 350px;
    display: inline-block;
}

.links3 > a {
    width: 500px;
    display: inline-block;
    font-size: x-small;
}

.textcenter {
    text-align: center;
}

.nofull {
    width: fit-content;
}

.ast-grid {
    border: solid 1px #ccc;
}

    .ast-grid tr {
        border: solid 1px #ccc;
    }

    .ast-grid td {
        border: solid 1px #ccc;
    }

    .ast-grid th {
        border: solid 1px #ccc;
    }

.ast-list {
    padding: 5px 5px 5px 5px;
    float: left;
    /*	border: 1px solid red; */
}

    .ast-list ul {
        float: left;
        padding: 0 0 0 0;
        list-style-type: none;
    }

    .ast-list li {
        padding: 0 0 0 0;
    }

.tdtitle {
    color: black;
    /*	text-decoration: underline;*/
    font-weight: bold;
}

h1, h2 {
    text-transform: uppercase;
}



a.ok {
    color: crimson !important;
}

.holder {
}




.iModel .col-9,
.iModel .col-3 {
    padding: 5px;
    /*border: solid 1px crimson;*/
}

.iModel dt,
.iModel dd {
    padding: 2px 0
}

.iModel input[type=text],
.iModel input[type=email],
.iModel textarea {
    width: 500px
}

.iModel input[type=number],
.iModel input[type=date],
.iModel input[type=datetime-local] {
    width: 180px;
}


/*copied from bootstrap 3.4.0 code*/
legend {
    /*    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
*/ border-bottom: 1px solid #e5e5e5;
}

/*copied from bootstrap 3.4.0 code*/
/*.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }*/



body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

div {
    /*border: red solid 1px;*/
}

/*
dl.row > dt,
dl.row > dd {
    height: 24px;
    margin: 0;
}
*/

.isaac-dll {
    /*background-color: lightgoldenrodyellow !important;*/
}