﻿

#pagewrapper {
    margin-top: 2em;
}

.form-control {
    border-radius: 0;
    border-color: #929292;
}

.tempo-form {
    background-color: #D7D7D7;
    padding-top: 1em;
}

.tempo-text p {
    font-size: 0.825em;
}

.panel {
    border-radius: 0;
}

.panel-heading {
    border-color: #929292;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.list-panel-heading {
    background-color: #3FA5C3 !important;
    color : white !important;
}

.panel-default {
    border-color: #929292;
}

label {
    font-size: 0.9em;
    font-weight: 700;
}

th {
    background-color: #E5E5E5;
}

.table-detail {
    word-wrap: break-word;
    -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, .25);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, .25);
}

.required {
    color: #ff0000;
    font-weight: 900;
    font-size: 1.20em;
}

#described {
    -moz-transition: all 0.3s ease-out; /* FF4+ */
    -o-transition: all 0.3s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out; /* IE10 */
    transition: all 0.3s ease-out;
}

.form-group {
    -moz-transition: all 0.3s ease-out; /* FF4+ */
    -o-transition: all 0.3s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out; /* IE10 */
    transition: all 0.3s ease-out;
}

.form-text {
    font-size: 0.8em;
    font-style: italic;
    color: #E95022;
}

.navbar-default {
    border-color: #D1D1D1;
}

.nav > li > a {
    border-right: 1px solid #D1D1D1;
    font-weight: 700;
    color: #8D8D8D;
}

.nav > li:first-child > a {
    border-left: 1px solid #D1D1D1;
}

.nav > li:hover {
    background-color: #D1D1D1;
    -moz-transition: all 0.3s ease-out; /* FF4+ */
    -o-transition: all 0.3s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out; /* IE10 */
    transition: all 0.3s ease-out;
}

.navbar-brand {
    padding: 0;
}

.search-input {
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

.search-btn {
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
    line-height: 1.5;
    margin-top: 1px;
}

    .search-btn:hover {
        background-color: #94AFB0;
        border-color: #C0E0E1;
    }

.search-input:focus {
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}


/*COMMENT*/

/*font Awesome http://fontawesome.io*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/*Comment List styles*/
.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border: none;
    /*Panel-heading border radius*/
    border-top-right-radius: 0px;
    top: 1px;
}

    .comment-list .panel .panel-heading.right {
        border-right-width: 0px;
        /*Panel-heading border radius*/
        border-top-left-radius: 0px;
        right: 16px;
    }

    .comment-list .panel .panel-heading .panel-body {
        padding-top: 6px;
    }

.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}

.comment-list .comment-post {
    margin-top: 6px;
}

#editor {
    overflow: scroll;
    max-height: 300px;
}

.panel-detail-heading {
    background-color: #3FA5C3 !important;
    font-weight: 700;
    color: white !important;
}

hr {
    border-top: 2px solid #B2B2B2;
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.panel-add {
    border: none;
}

.panel-add-heading {
    font-weight: 700;
    background-color: #E8E8E8 !important;
}

.capatcha {
    margin: 0 auto;
    display: table;
    margin-bottom: 0.5em;
}

.btn {
    border-radius: 0;
}

.clickable-row:hover {
    background-color: #38bbed;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out; /* FF4+ */
    -o-transition: all 0.3s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out; /* IE10 */
    transition: all 0.3s ease-out;
}

/* UPLOAD BUTTON CSS*/

.btn-file {
    position: relative;
    overflow: hidden;
    margin-top: 1px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
        border-left: none;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
/*END UPLOAD BUTTON CSS*/

.input-validation-error {
    border-color: red !important;
}

#recaptcha-error {
    color: red;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 1em;
}

.preloading {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}


.degree-list {
    margin: 0;
    padding: 0;
}

    .degree-list li {
        padding: 0;
    }

        .degree-list li a {
            color: white;
            text-decoration: none;
            padding: 0.2em 0.5em;
        }

        .degree-list li.selected a {
            background-color: #de9c34;
        }

        .degree-list li a:hover {
            background-color: #de9c34;
        }

.alert-header {
    background-color: #e43131;
    color: white;
}

.comment-bottom {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:9999;
    text-align:center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #c8c8c8;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}