﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.btnClearAdmin{
    background-color: grey;
    color: white;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    /*.body-content {
        padding-left: 40px;
        padding-right: 40px;
    }*/
}

.float-left{
    float:left;
}

.float-right{
    float: right;
}

/*Edit by sakim*/

.navbar {
    background-color:#052657;
    border-color: #052657;
}

.navbar-brand{
    margin-left:0px !important;
}

.navbar-nav a{
   color:white !important;
    border: 1px solid white;
    border-radius: 5px;
    width: 148px;
    height: 34px;
    padding: 5px 5px 5px 11px !important;
    transition: all 0.4s;
    text-align: center; 
}

.navbar-nav a:hover {
    color: white !important;
    background-color:#093edd !important;
   

}

.navbar-nav .active {
    color: white !important;
    background-color:#093edd !important;
   

}


.univ-title {
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #06213F;
    color: #052657;
    font-family: georgia;
    text-shadow: 1px 1px #c3c3e5;
}


.univ-motto {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: 16px;
    font-family: "lucida calligraphy",arial,'sans serif';
    font-weight: bold;
    color: darkgreen;
    text-shadow: 1px 1px #c3c3e5;
    -webkit-animation-delay: 1s;
    animation-delay: 0.5s;
}

.logout{

}

@media only screen and (max-width: 1199px) {
    .hta{
        width: 100% !important;
        padding:0;
    }
    .list-unstyled.address_bar {
    border-right:0px !important;
}
    .hta1{
        width: 100% !important;
        margin-top:5px !important;
        margin-left:0px !important;
        padding:0px
    }
}




@media only screen and (max-width: 768px) {
  .b_img {
    text-align:center;
    margin-top:5px;
  }

    .bloc {
        padding-left:0!important;
          padding-right:0!important;
    }

  .univ-title {
    margin-top:0px;
    
    }
   
      .hta{
        width: 100% !important;
    }

    .hta1{
        width: 100% !important;
        margin-top:5px !important;
        margin-left:0px !important;
    }
    .customApplyDiv {

    width: 100%;
    height: 12%;
    background-color: #031886;

color:

    white;
    text-align: left;
    padding: 2%;
    text-align: center;
    font-size: 18pt;
    margin-left: 0%;
    margin-bottom: 2%;
    border-radius: 5px !important;

}

}

.btn-danger {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border:1px solid white !important;
    border-radius: 5px;
    height:34px;
    background: transparent !important;
    text-decoration:none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 6px;
}


.logout{
     height:25px!important;
     margin-top: 0px !important;
}

 .btn-danger:hover {
  
    background: #093edd !important;
    border:1px solid white;
}

  .btn-danger:active {
  
    background: #093edd !important;
    border:1px solid white;
}



 .btn-success {
    color: black;
    background-color:#e8e8e8 !important;
    border-color: black !important;
    border-radius:5px !important;
}


 .btn-success:hover {
    color: white !important;
    background-color:#093edd  !important;
    border-color: black !important;
}

  .btn-success:active{
    color: white !important;
    background-color:   #093edd !important;
    border-color: black !important;
}


.panel-info > .panel-heading {
    color: #fdfdfd;
    background-color:#052657;
    border-color:#bce8f1;
}

.panel-info {
    border-color: #5c6264;
}

.btn-info {
   color:#fff;
    background-color:transparent;
    border-color:#fff;
    border-radius: 5px;
}

.btn-info:hover {
    color: #fff;
    background-color:#093edd;
    border-color:#093edd;
}



.list-unstyled.address_bar {
    border-right: 1px solid 
    #dfdfdf;
}

.hta{
    margin: 0px 0px 0px 0px ;
   
    padding: 0 0 5px 0 !important;
}

.hta1{
    padding: 0 0 5px 0 !important;
    margin: 0;
}





/*end*/