﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-link.sub-active {
  background-color: seagreen;
  color: #fff;
}

.user-nav {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
}

.user-nav .logo {
  margin: 0 10px;
  height: 25px;
}

.side-nav {
  padding: 0;
  box-shadow: 2px 2px 10px;
  -moz-box-shadow: 2px 2px 10px;
}

.side-nav .nav-link {
  border-top: 1px solid steelblue;
  border-radius: 0;
}

.user-content {
  box-shadow: 2px 2px 10px;
  -moz-box-shadow: 2px 2px 10px;
}

#main>div {
  min-height: 50vh;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* Dialog styles
-------------------------------------------------- */

div .modal-header, div .modal-header-no-close-btn{
  background-color: #bdd4e7;
  background-image: linear-gradient(315deg, #bdd4e7 0%, #8693ab 74%);
  text-align: left;
  color: black;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}

/* login
================================================== */

#notification{
  background-color: beige;
  border: 1px solid bisque;
  border-radius: 5px;
  position: absolute;
  display: none;
  padding: 5px;
  height: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 1px;
}

#login-section {
  background: url("/img/damavand.jpg") center top fixed no-repeat;
  width: 100%;
}

/* Blog
================================================== */

#blog {
  padding: 10px;
}

/*--------------------------------------------------------------
# Form page
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

th {
  color: #009879;
}

tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

tr:last-of-type {
  border-bottom: 2px solid #009879;
}

tr.active-row {
  font-weight: bold;
  color: #009879;
}

tr.read {
  background-color: lightsteelblue;
}

#paper-title {
  width: 95%;
  text-align: center;
}

#paper-title b {
  color: darkred;
}

/* Footer Credit
================================================== */

#footerCR {
  background: #00428a;
  padding: 10px 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footerCR .copyright {
  text-align: center;
}

#footerCR .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footerCR .credits a {
  color: #bfddfe;
}

#footerCR .credits a:hover {
  color: #f1f7ff;
}

/* Committee Team
================================================== */
.team-area img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.team-area {
  position: relative;
  transition: all 0.3s ease;
}

.socials {
  margin-top: -27px;
  position: relative;
  z-index: 2;
  border-radius: 25px;
  background: #ff9800;
  text-align: center;
  padding: 5px;
  margin-left: 25px;
  margin-right: 25px;
}

.socials a {
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  transition: all 0.7s ease;
}

.socials a:hover {
  background: #fff;
  color: #ff9800;
  transform: scale(1.1);
}

.team-area h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
  margin-bottom: 0;
}

.team-area h2 span {
  display: block;
  font-weight: 300;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .team-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    margin-bottom: 30px;
  }
}

.team-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.team-area img {
  max-width: 100%;
  height: 200px;
  width: auto;
}

.team-area h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
  margin-bottom: 0;
  flex-grow: 1;
}

.team-area h2 span {
  display: block;
  font-weight: 300;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
}

.socials {
  margin-top: -27px;
  position: relative;
  z-index: 2;
  border-radius: 25px;
  background: #ff9800;
  text-align: center;
  padding: 5px;
  margin-left: 25px;
  margin-right: 25px;
}

.socials a {
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  transition: all 0.7s ease;
}

.socials a:hover {
  background: #fff;
  color: #ff9800;
  transform: scale(1.1);
}

.committee-header {
  text-align: center;
  margin-bottom: 3rem;
}

.committee-header h1 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
/* breadcrumb
-------------------------------------------------- */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

.btn-breadcrumb .logo {
  height: 25px;
}

.profile-lg {
  width: 200px;
  height: 200px;
  border: 5px solid gray;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: white;
}

.profile-sm {
  width: 30px;
  height: 30px;
}

/* miscellaneous
-------------------------------------------------- */
.line-title {
  display: flex;
  flex-direction: row;
  color: goldenrod;
  font-size: 14pt;

}

.line-title:before,
.line-title:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #000;
  margin: 10px;
}

i {
  cursor: pointer;
}

.i-logo {
  font-size: 100pt;
}

.nav-tabs {
  margin-bottom: 1rem;
}

.highlight {
  background-color: yellowgreen;
}

.field-truncate {
  max-width: 150px;
  display: inline-block;
}

span.input-group-text {
  min-width: 32px;
}

.content-fa {
  direction: rtl;
}

.content-en {
  direction: ltr;
}

.content-multiline {
  white-space: pre-line;
}

.text-justify {
  text-align: justify;
}

.btn-upload {}

.file-validation {}

.content-num-fa {}

.Unread {}