/*Input Your Custom CSS Here*/
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-heading {
    padding: 25px 15px;
}
.panel-login>.panel-heading hr{
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #012f5c;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.sign-form{
    margin-top: -120px;
    margin-bottom: 150px;
}
.body-form{
    padding: 15px 50px;
}
.panel-login{
    box-shadow: 13px 13px 3px 0px rgba(0,0,0,0.2);
}
.all-table{
    margin-top: 40px;
}
.pt-100{
    padding-top: 100px;
}

/* Table css Start */
a.del
{
    background:#d9534f;
    border-radius: 2px; 
    width: 35px;
    height:28px; 
    padding-left:12px;
    line-height:10px;
}

a.edit
{
    padding-left:10px;
    background:#337ab7;
    color:#fff;
    border-radius:2px;
    border:none;
}

tr.row-name
{
    font-size: 18px;
    color:#0a325a;
}

tr.row-content
{
    color:#6c7173;
}

table
{
    border-bottom: 8px solid #0a325a;
}

td.check
{
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd)
{
    background:#F0F2F2 !important; 
}

a.btn-danger:hover
{
    background: #de6c69;
}

a.btn-danger
{
    background:#d9534f;  
}

a.btn-top
{
    background:#0a325a;
    color:#fff;
    border:1px solid #0a325a; 
    padding: 7px 10px; 
    border-radius:4px; 
}

a.btn-top:hover
{
    text-decoration: none;
    box-shadow:3px 3px 5px #222; 
    transition:box-shadow 0.5s; 
}
.all-table{
    margin-top: 40px;
    direction: rtl;
}
td,th{
    text-align: right;
    direction: rtl;

}
.pt-100{
    padding-top: 100px;
}
.fl-r{
    float: right!important;
}
.export-btn{
    margin-bottom: 20px;
    margin-top: 60px;
}
.table>tbody>tr>td,
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    line-height: 2.428571;
}
/* Table css End */


.main-raised {
    margin: -60px 30px 0;
    border-radius: 6px;
    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);
}

.main {
    background: #FFF;
    position: relative;
    z-index: 3;
    margin-bottom: 5%;
}

.profile-page .profile {
    text-align: center;
}

.profile-page .profile img {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.rounded-circle {
    border-radius: 50%!important;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
    color: #3C4858;
    font-weight: 700;
    font-family: "Roboto Slab","Times New Roman",serif;
}

.profile-page .description {
    margin: 1.071rem auto 0;
    max-width: 600px;
    color: #999;
    font-weight: 300;
}

p {
    font-size: 14px;
    margin: 0 0 10px;
}

.profile-page .profile-tabs {
    margin-top: 4.284rem;
}

.nav-pills, .nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav .nav-item {
    position: relative;
    margin: 0 2px;
}

.nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 4px;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #9c27b0;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    color: #555;
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 15px;
    text-align: center;
}

.nav-pills .nav-item .nav-link:not(.active):hover {
    background-color: rgba(200,200,200,.2);
}


.nav-pills .nav-item i {
    display: block;
    font-size: 30px;
    padding: 15px 0;
}

.tab-space {
    padding: 20px 0 50px;
}

.profile-page .gallery {
    margin-top: 3.213rem;
    padding-bottom: 50px;
}

.profile-page .gallery img {
    width: 100%;
    margin-bottom: 2.142rem;
}

.profile-page .profile .name{
    margin-top: -80px;
}

img.rounded {
    border-radius: 6px!important;
}

.tab-content>.active {
    display: block;
}

.profile-img{
	float: none;
    text-align: center;
    top: -120px;
    display: initial;
}
.profile-img img{
	width: 200px;
	background: #fff;
}
.profile-page .description {
    margin: 1.071rem auto 0;
    max-width: 600px;
    color: #999;
    font-weight: 300;
}
.prof-height{
	height: 300px;
}
.name h3 ,.name h6{
	text-align: center;
}
.profile-content{
    padding: 3%;
}


.search-forum form{
    border-radius: inherit;
}


@media only screen and (max-width: 767px) and (min-width: 0px) {


    .mobile_logo{
        height: 30px;
    }
    .search-bar-icon {
      top: -35px
    }
    .meanmenu-reveal{
        padding-top: 9px;
    }

    .site-search{
        margin-top: 5px;

    }
    .site-search i{
        font-size: 22px;
    }
}



.search-forum{
    border-radius:5px ;
}

.search-forum form{
    border-radius: inherit;
    padding: 0px;
    border-top: unset;
    background-color:#012f5c ;
}
.search-forum input[type="text"]{

    border-radius: inherit;

    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.search-forum input[type="submit"]{

    border-radius: inherit;

    border-bottom-left-radius: unset;
    border-top-left-radius: unset;

    background-color:#012f5c ;


}
table{
    direction: ltr;
}

table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.429;
}
.price{
    text-align: center;
}
.span3{
    margin-top: 10px;
}

.box_data{
    background-color: #012f5c;
}
input {

    border-color:  #012f5c;
    border-radius: 10px;
}
.quote-form-field input[type="text"]:hover,  .quote-form-field input[type="email"]:hover,  .quote-form-field textarea:hover ,
.quote-form-field input[type="text"]:focus,  .quote-form-field input[type="email"]:focus,  .quote-form-field textarea:focus{
    border-color: #fdd415;

}

.prof-height1{
    height: 150px;
}
._committee{
    border: 2px dashed #555454;
    margin-bottom: 15px;
    padding: 5px;
}
.committee_details:hover a{
    color: #fdd415;
    transition: all 0.4s ease 0s;
}




.modal-header,
.modal-body {
    padding: 3rem; }

.modal-body {
    padding-top: 2rem; }

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 2.5rem; }

.modal-title {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center; }

.close {
    position: absolute;
    right: 16px;
    top: 16px; }


.modal-body ul
{
    list-style: decimal;
}
.modal-body ul>li
{
    color: #333;
    font-size: 16px;
    padding-bottom: 3%;
}
.task-modal .modal-header
{
    border-bottom: 1px solid;
    padding: 0;
    margin: 6% 6% 0% 6%;
}
.task-modal .modal-header .modal-title
{
    padding-bottom: 10px;
}