﻿.link {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
.link:focus,
.link:hover {
  color: #23527c;
  text-decoration: underline;
}
.width100 {
  width: 100%;
}
/*#region Login*/
/*
 * Specific styles of signin component
 */
body,
html {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 500 !important;
    color: #727272;
    /*background: #f1f1f1;*/
    height: 100%;
    transition: all .3s;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.card-container.card {
  max-width: 500px;
  padding: 40px 40px;
}
.form-signin .btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
/*
 * Card component
 */
.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.btn.btn-signin {
  cursor: pointer;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
/*endregion*/
/*#region Soumissions*/
#list-client {
  padding: 0;
  list-style: none;
  max-height: 600px;
  display: block;
  overflow-y: auto;
  overflow-x:hidden;
}
#list-client > li > span {
  display: block;
  width: 100%;
  cursor: pointer;
}
#list-client > li > span:hover {
  background-color: #fafafa;
}
#list-client > li > ul {
  list-style: none;
  padding-left: 20px;
}
#list-client > li > ul > li {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
#list-client > li > ul > li:focus,
#list-client > li > ul > li:hover {
  color: #23527c;
  text-decoration: underline;
}
.loading {
  display: none;
  height: 600px;
}
.loading > img {
  position: absolute;
  top: 316px;
  left: 50%;
}
#refresh-list {
  width: 100%;
}
fieldset.fieldset {
  border: 1px solid #ccc;
  padding: 0.35em 0.625em 0.75em;
  margin: 10px 2px 0 2px;
}
legend.border {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .btn-nolabel-md {
    margin-top: 25px;
  }
}
textarea {
  resize: vertical;
}
#order-status .alert,
#order-status button {
  margin-bottom: 5px;
  width: 100%;
}
.body-content {
  margin-bottom: 100px;
}
.drawings {
  list-style: none;
  padding-left: 0;
}
.drawings > li {
  margin-bottom: 2px;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  background: lightgray;
}
#drawing-details {
  min-height: 300px;
}
#search-result {
  display: none;
  max-height: 800px;
  overflow-y: auto;
}
#search-result > ul {
  padding: 0;
  list-style: none;
}
#search-result > ul > li {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
#search-result > ul > li:focus,
#search-result > ul > li:hover {
  color: #23527c;
  text-decoration: underline;
}
/*#endregion*/
.input-validation-error {
  border: 1px solid #a94442;
}
.input-validation-error:focus {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #a94442 !important;
}
.navbar-nav li a:hover{
    cursor: pointer !important;
}
.navbar {
    background: #061c33 !important;
}
.nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 700 !important;
}
.mt-10{
    margin-top: 120px !important;
}

.btn-light:hover {
    background-color: #E5E4E2;
}

.btn-light {
    font-weight: 600;
}
/*dx HTML editor email page */

.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.dx-htmleditor-content table {
    width: 50%;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}
.badge {
    font-size: 1em;
    margin-bottom: 3px;
}

.titleText {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.DivWithScroll {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.align-right {
    text-align: right;
}
.error-border {
    border: 1px solid #a94442 !important;
}

.dx-row-lines:hover{
    cursor: pointer!important;
}

.success {
    color: #2ab71b;
}

.error {
    color: #f00;
}
.warning {
    color: #F7B217;
}

.bg-warning {
    background-color:rgba(255, 193, 7, 0.4) !important;
}

.bg-success {
    background-color:rgb(25, 135, 84, 0.4) !important;
}

.toolbar-label {
    color: white;
}

#ToolBar {
    top: 80px;
}

.sub-toolbar .dx-toolbar {
    background-color: #4C4C4C;
}

@media (min-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px !important;
    }
}