
/* وحدة تصميم وتطوير البرمجيات بجامعة بنى سويف */

body {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
/*    height: 100vh;*/
    margin: 0;
    color: #af864e;
    background-repeat: no-repeat;
    background-size:cover;
  	vertical-align: middle;
}

 a:active , a:hover{
/*background-color: #251900d1 !important;*/
color: white!important;
text-decoration: none;
}



/* start upper bar */
.upper-bar{
    background-color: #ffffff00;
    color: darkblue;
    padding: 10px;

}
/*.nav-link{ padding: 0 !important;}*/
.navbar-nav .nav-link {
    margin: 5px 5px 5px 30px;
    font-size: 20px;
    color: white !important;
}
.navbar {
    padding: 0 !important;
}
.navbar .active {
  background-color: #0a72a7;
}

.bg {
    background-color: #01477f!important;
}

.navleft {
    float: left;
    margin: 5px 0 5px 50px;
    font-size: 20px;
    background-color: red
}

.navleft .nav-link{
    color: white;
    font-weight: bold;
    
}



.btn-secondary {
    color: #005d92;
    background-color: #ffffff;
    border-color: transparent;
    margin-top: 20px;
    font-size: 20px;
}

.btn-secondary:focus {box-shadow: none;}
.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle ,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: white;
    background-color: #ffffff;
    border-color: transparent;
}
.show>.btn-secondary.dropdown-toggle:focus ,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* End upper bar */
/* Start Modal */
.modal-btn {
   background-color: #7c6228!important;  
   border-color: #251900;
   border-radius: 15px;
   color: white;
   line-height: 2;
    font-size: 18px;
   margin-top: 2.2rem;
   opacity: 1;
   transition: 0.3s;
   text-shadow: 1px 2px #080202;
}
.modal-btn:hover {
    opacity: 0.8;
}


.modal-title {
    font-weight: bold;
}

.modal-content {
    border-radius: 10px!important;
        position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#signInModal .modal-dialog .modal-content .modal-tab .nav {
    padding: 0 30px!important;
    padding-top: 20px!important;
}

#signInModal .modal-dialog .modal-content .modal-tab .nav .nav-item .nav-link {
    text-align: center;
    background: none!important;
    color: #e2e2e2;
    border-bottom: 2px solid #e2e2e2!important;
    font-weight: 400!important;
}
.modal#signInModal .modal-content .modal-tab .nav-item a {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color:white;
    color: #2c2c2c;
    padding: 1rem;
    font-weight: bold;
}

#signInModal .modal-dialog .modal-content .modal-tab .nav .nav-item .nav-link.active {
    border-color: #af864e!important;
    color: #af864e;
}

.modal#signInModal .modal-content .modal-tab .nav-item {
    width: 50%;
}

.modal#signInModal .modal-content .modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #342606;
    background-color: #feffbea6;
    background-clip: padding-box;
    border: 1px solid #af864e;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
}
.form-group .error-msg {
    display: none;
    font-size: 12px!important;
    padding: 5px!important;
    color: red!important;
    font-weight: 200!important;
    margin-bottom: 0!important;
}

.modal#signInModal .modal-content .modal-body .btn-submit {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
    cursor: pointer;
    padding: .5rem .75rem;
}

.btn-primary {
    color: #fff;
    background-color: #7c6228!important;
    border-color: #4e3d17!important;
    border-radius: 10px!important;
    color: white;
    line-height: 2;
    font-size: 18px;
}
/* End Modal */

/* end upper bar */

.title {
    text-align: justify;
}

.title h2 {
    color: #a98435;
    text-shadow: 2px 3px #2d230c;
    font-weight: bold;
    font-size: 39px;
}




/* start Content */

.topmenu {
    font-size: 25px;
}

.topmenu li {
    background-color: #5b471e59;
    /* border: 2px solid #ad8427; */
    margin: 3px;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}
.topmenu li a {
   color: #007bff;
    
}

.topmenu li:hover {background-color: #251900d1 !important; color: white!important;}


.Content {
    padding: 50px;
}

.Content img {
    border: 2px solid #DDD;
    width: 420px;
    height: 300px;
}

.Content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #113571;
}

.Content p {
    line-height: 1.5;
    font-size: 16px;
    width: 80%;
    margin: 0 auto 15px;
    color: #6a6a6a;
}
/*.card-body a:hover,
.form-group a:hover,
.dropdown a:hover{
    color: #113571;
}*/

/* end Content */


/* start footer */
.footer {
    padding: 10px 0;
    color: #fff;
    background-color: #403214;
    text-align: center !important;
   /* position: fixed;
    width: 100%;
    bottom: 0;*/
}

.footer p {
    margin-bottom: 0
}
/* end footer */


/*start form-report*/
.form-report {
    display: flex;
    justify-content: center;
    align-items: center
}
.myjumbotron {
    margin: 30px auto;
    padding: 0.5rem;
    background-color: #5b471e59;
    border-radius: 0.7rem;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 40%), 0px 4px 10px rgb(85 67 29);
   
}

.myjumbotron h1 {
    text-align: center;
    color: white;
}
.myjumbotron h2 {
    text-align: center;
    color: #596d7f
}

.myjumbotron label {
    text-align: right;
    color: #ad8427;
    margin-right: 4px;
    font-size: 20px;
}

.btnSave{
    float: left;
    padding: 2px 30px;
}

.myjumbotron ul li {
    margin-top: 15px;
    color: #596d7f;
    list-style :initial
}

/* end form-report */

/* start News Details */
.jumbotron-news {
    margin: 30px auto;
    padding: 2rem 5rem;
    background-color: transparent;
    border-radius: 0.3rem;
    width: 100%
}

.jumbotron-news h2  {
    text-align: right;
    color: #01477f;
    font-weight: bold
}

.jumbotron-news h6 {
    color: #8a8a8a;
    font-weight: bold
}

.jumbotron-news .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.jumbotron-news label {
    text-align: right;
    color: #596d7f;
    margin-right: 4px
}

.jumbotron-news ul li {
    margin-top: 15px;
    color: #596d7f;
    list-style :initial
}
.jumbotron-news p {
    color: #495057;
    margin-bottom: 1.5rem;
}
.jumbotron-news .btn-primary {
    margin: 1rem;
    padding: 10px
}
/* End News Details */


/*inline help tips*/

.help-tip{
    position: absolute;
    text-align: center;
    background-color: #004085;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    cursor: default;
    margin-right: 2px;
    z-index: 1000;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    
    display: none;
    background-color: #004085;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ 
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ 
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

/* Intro */

#Services {
	padding: 1px 0px;
/*    background: linear-gradient(rgba(61,109,147,0.9),rgba(0,0,0,0.6));*/
	/*background-image: url(../img/price-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
     , url("../img/Chemist.jpg") center fixed ;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;*/
}

#Services .service-item {
	text-align: center;
}
#Services .service-item a {
    text-transform: uppercase;
	text-decoration: none;
}
#Services .service-item .icon {
	width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    line-height: 104px;
    border: 7px solid;
    border-radius: 50%;
    background-color: #654f1f;
    margin-top: 10px;
}

#Services .service-item h4 {
	margin-bottom: 40px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
/*	letter-spacing: 1px;*/
    text-decoration: none;
}
#Services .serv{
 margin-bottom: 100px;   
}


#Services .service-item img {
	width:75px; 
    height:75px;
    margin-top: 33px
}

/*
.page-section {
    padding: 80px 0;
}
*/


@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}
