﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    font-family: 'Montserrat', sans-serif;
    /*background: url("transparent.png") repeat;*/
    font-size: 0.8rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}
.background-transparency {
    background: url("transp.png") repeat;

}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
    padding: 4px;
    margin: 2px;
}

 input[type=submit] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*background-color: transparent;*/
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    input[type=submit] {
        color: #fff;
        background-color: #7386d5;
        border-color: #7386d5;
    }

        input[type=submit]:hover {
            color: #fff;
            background-color: #7386d5;
            border-color: #7386d5;
        }

    input[type=text] {
        width: 100%;
    }

a, a:hover, a:focus {
    color: #7386d5;
    text-decoration: none;
    transition: all 0.3s;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}





/* Table */
.table1 a:link {
    /*color: #666;*/
    font-weight: bold;
    text-decoration: none;
}

.table1 a:visited {
    /*color: #999999;*/
    font-weight: bold;
    text-decoration: none;
}

.table1 a:active,
.table1 a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.table1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 2px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    .table1 th {
        padding: 11px 15px 12px 15px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        /*background: #ededed;*/
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        .table1 th:first-child {
            text-align: left;
            padding-left: 2px;
        }

    .table1 tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .table1 tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .table1 tr {
        text-align: center;
        padding-left: 2px;
    }

    .table1 td:first-child {
        text-align: left;
        padding-left: 20px;
        border-left: 0;
    }

    .table1 td {
        padding: 3px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    .table1 tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    .table1 tr:last-child td {
        border-bottom: 0;
    }

        .table1 tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .table1 tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    .table1 tr td:hover {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

.form-group {
    margin-bottom: 1px;
}


h1, h2, h3 {
    /*border-bottom: 1px solid gray;*/
    font-weight: 600;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1{
    font-size:1.3rem;
}
h2 {
    font-size: 1.1rem;
}
h3 {
    font-size: 1rem;
}
h4,h5,h6 {
    font-size: 0.9rem;
}


.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.comboboxwidth {
    padding-top: 2px;
    width: 300px;
    height: 30px;
}

.ui-autocomplete-input {
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.loading {
    background: url("wait8.gif") no-repeat;
}

.uploading {
    background: url("uploading.gif") no-repeat;
}

.sidewords {
    color: #fbfbfb;
}

    .sidewords:hover {
        color: #317952;
    }

.mmm:hover {
    background-color: #ededed;
}


.selected-div {
    background-color: lightgray;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid lightgray;
}

.selected-div-active {
    background-color: #d1ffea;
}

.arrow-right-active {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d1ffea;
}

/*buttos green gray*/

.addbutton {
    background-image: url("Icons/Plomos/add.png");
    background-size: 30px;
    /*width: 160px;*/
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .addbutton:hover {
        background-image: url("Icons/Verdes/add.png");
        background-size: 30px;
        /*width: 160px;*/
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }

.cancelbutton {
    background-image: url("Icons/Plomos/cancel.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .cancelbutton:hover {
        background-image: url("Icons/Verdes/cancel.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }


.closebutton {
    background-image: url("Icons/Plomos/close.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .closebutton:hover {
        background-image: url("Icons/Verdes/close.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }

.deletebutton {
    background-image: url("Icons/Plomos/delete.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .deletebutton:hover {
        background-image: url("Icons/Verdes/delete.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }

.editbutton {
    background-image: url("Icons/Plomos/edit.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .editbutton:hover {
        background-image: url("Icons/Verdes/edit.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }

.insertbutton {
    background-image: url("Icons/Plomos/insert.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .insertbutton:hover {
        background-image: url("Icons/Verdes/insert.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }


.playbutton {
}

.searchbutton {
    background-image: url("Icons/Plomos/search.png");
    background-size: 30px;
    /*width: 120px;*/
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .searchbutton:hover {
        background-image: url("Icons/Verdes/search.png");
        background-size: 30px;
        /*width: 160px;*/
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }


.sortbutton {
}

.updatebutton {
    background-image: url("Icons/Plomos/update.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
}

    .updatebutton:hover {
        background-image: url("Icons/Verdes/update.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
    }

.assesmentbutton {
    background-image: url("Icons/Plomos/assesment.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
    padding-top: 5px;
    display: inline-block;
}

    .assesmentbutton:hover {
        background-image: url("Icons/Verdes/assesment.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
        padding-top: 5px;
        display: inline-block;
    }

.evaluatebutton {
    background-image: url("Icons/Plomos/evaluate.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
    padding-top: 5px;
    display: inline-block;
}

    .evaluatebutton:hover {
        background-image: url("Icons/Verdes/evaluate.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
        padding-top: 5px;
        display: inline-block;
    }

.printbutton {
    background-image: url("Icons/Plomos/print.png");
    background-size: 30px;
    padding-left: 31px;
    height: 30px;
    background-repeat: no-repeat;
    padding-top: 5px;
    display: inline-block;
}

    .printbutton:hover {
        background-image: url("Icons/Verdes/print.png");
        background-size: 30px;
        padding-left: 31px;
        height: 30px;
        background-repeat: no-repeat;
        padding-top: 5px;
        display: inline-block;
    }

.borderroundedwithshadow {
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    padding: 5px;
}

.borderroundedwithshadowlight {
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 2px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    padding: 5px;
    /*background-color: white;*/
}

.chatleft {
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 2px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    padding: 5px;
    background-color: azure;
    margin-left: 20px;
}

.chatright {
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 2px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    box-shadow: rgba(0,0,0,0.8) 0 0 2px;
    padding: 5px;
    background-color: beige;
    margin-right: 20px;
}

.ui-state-focus {
    color: black !important;
}

.blink {
    animation-duration: 0.5s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}


