@import 'dashboard.css';
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Ubuntu|Poiret+One|Quattrocento+Sans);

/* text styling general */

.text-stylish {
    font-family: 'Raleway', sans-serif;
    color: #9e9393;
}

.text-dark {
    font-family: 'Raleway', sans-serif;
    color: #282747;
}


.text-aqua {
    color: #0faaa8;
    font-family: 'Raleway', sans-serif;
}

.text-sm {
    font-size: 0.95em;
}

.page-title {
    font-size: 30px;
}

@media (min-width: 768px) {
    .page-title {
        font-size: 36px;
    }
}

/* background and shapes */

.bg-grey {
    background-color: #efefef;
}

.bg-light {
    background-color: #FAFAFA;
}

.bg-dark {
    background-color: #282747;
}

hr.light-line {
    border-top: 1px solid aliceblue;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    hr.light-line {
        margin-bottom: 20px;
    }
}

/* padding and margins */

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.yes-pad {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-right {
    padding-right: 15px;
}

.pad-left {
    padding-left: 15px;
}

.margin-top {
    margin-top: 10px;
}

/*** header ***/
.custom-header {
    margin-bottom: 0;
    padding-top: 10px;
    border: none;
    z-index: 999;
}

.custom-header nav ul li a {
    color: #fff !important;
    font-size: 15px;
}

.custom-header  .navbar-brand {
    color: #fff;
    font-size: 28px;
    letter-spacing: 3px;
}

h1.project-title{
    font-family: "Lato","Helvetica Neue", Arial;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 45px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

/*** #footer ***/

#footer {
    background-color: #2F3B49;
    color: #fff;
    padding: 50px 0 30px 0;
}

#footer .menu h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    margin-bottom: 20px;
}

#footer ul {
    padding-left: 0;
}

#footer ul li {
    list-style: none;
    margin-bottom: 9px;
}

#footer a {
    color: #f8f8f8;
    text-decoration: none;
}

#footer a:hover {
    color: #6caae4;
}

#footer .credits {
    color: #a1aab6;
    padding-top: 20px;
    text-align: center;
}

#footer .newsletter {
    padding-top: 15px;
    color: #999;
}

#footer .newsletter form input[type="text"] {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

#footer .newsletter form {
    position: relative;
}

#footer .newsletter form input[type="submit"] {
    background: #84b0e2 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    position: absolute;
    right: 5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
    top: 5px;
    transition: all 0.2s linear 0s;
}

/*** reset password ****/

.input-field {
    background-color: transparent;
    color: #fff !important;
    border: none;
    margin-left: 15px;
    width: 90%;
}


.auth-form {
    margin: 5% auto;
    width: 40%;
    background-color: #2F3B49;
    color: #fff;
    padding: 25px;
}

.form-title {
    font-weight: bold;
    font-size: 15px;
}

.form-info {
    margin-top: 30px;
    font-size: 13px;
}

.auth-form .btn {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.auth-form a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
}

.input-row {
    border-bottom: 1px solid #fff;
    padding:0 8px 8px 8px;
    margin-top: 30px;
}

.input-row.input-checkbox {
    border-bottom: none;
    font-size: 13px;
}

.input-row.first {
    margin-top: 50px;
}

/****/

/********smart table styling*************/


.st-sort-ascent:before{
    content: '\25B2';
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}

.st-sort-descent:before{
    content: '\25BC';
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}

.select-page {
    width: 50px;
    text-align: center;
}
.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

/*****/


/*** login form ***/
.custom-column {
    max-width: 450px;
}

@media only screen and (max-width: 700px) {
    .custom-column {
        max-width: 340px;
        margin-top: 3.5em !important;
    }

    .custom-column form .segment > .icon{
        font-size: 6em;
    }

    .custom-column form h2 {
        margin: 5px !important;
        font-size: 1.5em !important;
    }

    .custom-column .link.list{
        margin-top: 0;
    }

    .custom-column .ui.message{
        font-size: 0.85em;
    }
}

@media only screen and (max-width: 340px) {
    .custom-column {
        max-width: 320px;

    }
}

.ui.menu .item::before {
    content: none !important;
}
/******/

.notVisible {
  display: none !important;
}
.visibleWindow {
  display: block !important;
}

/* default type of question */
.centeredBlock {
  text-align: center;
  display: block;
}
.defaultAnswerHolder {
  border: 1px #dddddd solid;
  width: 200px;
  padding: 20px 10px;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 15px;
}
.correctAnswerHolder {
  border: 1px #dddddd solid;
  width: 200px;
  padding: 20px 10px;
  border-radius: 3px;
  background-color: #16ab39;
  font-size: 15px;
}
.correctAnswerHolder .icon {
  color: #ffffff;
}
.centeredBlock.default .icon {
  color: #4b8ccc;
}
.centeredBlock .ellipsis {
  margin-right: -8px;
}
.defaultAnswer {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #4b8ccc;
}
.correctAnswer {
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.checked-answer {
  background-color: #00b5ad!important;
}


#homeLogo {
    cursor: pointer;
}

/* #domain_test {
    width: 271px;
} */

#domain_test .ui.dropdown {
    width: 225px;
}

trix-toolbar button.link{
    display: none;
}

trix-editor {
  background-color: #ffffff !important;
}

.ql-snow .ql-tooltip[data-mode="formula"]::before {
    content: 'Adauga formula' !important;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: 'Salveaza' !important;
}


.field.error .ql-container{
    background: #fff6f6;
    color: #9f3a38;
    border: 1px solid red;
}
