﻿.maxWidth {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 35px;
}

.btnUser {
    margin-bottom: 5%;
}

.ACstyle{
	width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.clear {
    float: right;
}

.logo {
    float: left;
}

body {
    background-color: #f8f9fc;
}

input{
    max-width: 100%;
}

.buttonsTop {
    float: right;
    margin-left: 5px;
}


.btn-danger {
    border-radius: 0.9em;
}

.btn-info {
    border-radius: 0.9em;
}

.e-button.btn-primary {
    color: #fff;
    background-color: #4582ec;
    border-color: #4582ec;
    border-radius: 0.9em;
}

.blueHeader {
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    margin-right: 0;
    margin-left: 0;
    background-color: #337ab7
}

.e-button.btn-danger {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
    border-radius: 0.9em;
}

.e-button.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 0.9em;
}

.card {
    background-color: white;
    
    transition: 0.3s;
    border-radius: 10px;
    max-width: 100%;
    padding: 2%
}

.headers {
    -webkit-font-smoothing: antialiased;
    font-family: 'Syncopate', Helvetica, Arial;
    text-transform: uppercase;
    margin: 0;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    font-size: 1.8em;
    line-height: 2em;
    overflow: hidden;
}

.noti_Container {
    position: relative;
}

.noti_bubble {
    position: absolute;
    top: 3px;
    right: 45px;
    padding: 0.5px 8px 0.4px 8px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 1em;
    border-radius: 50px;
    box-shadow: 1px 1px 1px gray;
    border: none;
}

#newStud {
    position: fixed;
    right: 7%;
    background-color: white;
    box-shadow: 0 4px 3px 4px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 10%;
    max-width: 15%;
    /* padding: 1.5%;*/
    width: 15%;
    z-index: 5;
    margin-top: 0.6%
}

    #newStud.show {
        -webkit-animation: in 400ms ease both;
        animation: in 400ms ease both;
    }

    #newStud.hide {
        -webkit-animation: out 700ms ease both;
        animation: out 700ms ease both;
    }

#userBtn:hover {
    cursor: pointer;
}

.user {
    position: relative
}

.upper {
    height: 75px;
    background-color: #74a9d8;
    border-radius: 29px 29px 0px 0px;
    max-width: 100%;
}

.profile img {
    height: 80px;
    width: 80px;
    margin-top: 2px
}

.profile {
    position: absolute;
    top: -50px;
    left: 36%;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%
}


.notificationsCard {
    border: 1px solid black;
    border-radius: 5px;
    width: 320px;
    height: 103px;
    background: #f2f2f2;
    box-shadow: 0 4px 3px 0.5px rgba(0,0,0,0.4);
    margin-bottom: 3%;
    padding-top: 2%;
}

.shadow {
    box-shadow: 0 .95rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

#notificationR {
    position: fixed;
    right: 14%;
    background-color: white;
    box-shadow: 0 4px 3px 4px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 3%;
    padding: 1%;
    overflow-y: scroll;
    z-index: 5;
}

    #notificationR.show {
        -webkit-animation: in 400ms ease both;
        animation: in 400ms ease both;
    }

    #notificationR.hide {
        -webkit-animation: out 700ms ease both;
        animation: out 700ms ease both;
    }

#notification:hover {
    cursor: pointer;
}

#bubble:hover {
    cursor: pointer;
}

.Menu-Style .e-menu, .e-menu.e-horizontal .e-list > ul {
    background: #DCDCDC;
    position: absolute;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .Menu-Style .e-menu.e-horizontal .e-list > a {
        color: black;
        font-size: large;
    }

#UserLos {
    position: relative;
    pointer-events: none;
    padding-left: 57%;
    border: none;
}

#UserName {
    position: relative;
    float: right;
    pointer-events: none;
    padding-left: 3%;
    scroll-padding-right: 25px;
    border: none;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.rounded-corners {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.e-grid .e-headercell {
    background-color: #5D7B9D;
    color: white;
}

.th {
    text-align: center;
}

td {
    cursor: pointer;
}



.hover_row {
    background-color: #A1DCF2;
}

.header {
    border-bottom: 1px dotted #ddd;
    position: sticky;
}


.form-control {
    max-width: 100%;
}

.txtDescription, textarea {
    max-width: 100%
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 10px;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}





@-webkit-keyframes in {
    0% {
        -webkit-transform: scale(0) rotate(0);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes in {
    0% {
        transform: scale(0) rotate(0);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes out {
    0% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
        visibility: visible;
    }

    100% {
        -webkit-transform: scale(0) rotate(0);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes out {
    0% {
        transform: scale(1) rotate(0);
        opacity: 1;
        visibility: visible;
    }

    100% {
        transform: scale(0) rotate(0);
        opacity: 0;
        visibility: hidden;
    }
}
