/* noinspection CssUnknownTarget */
@import url('https://fonts.googleapis.com/css?family=Monserrat');

body {
    font-family: 'Noto Sans', sans-serif;
}

.topbar a{
    color: #053F5E;
    text-decoration:  none;
}

.topbar ul a{
   background: none;
}

#sidebar {
    width: 0;
    height: 100vh;
    background: white;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: scroll;
}

#sidebar .content{
    background: #053F5E;
    border-radius: 20px 0 0 20px;
    height: 100vh;
    overflow-y: scroll;
}

#main-content{
    margin-left: 0 !important;
}

#main-content.active{
    margin-left: 250px !important;
}

#sidebar.active{
    width: 250px !important;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #053F5E;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
}

#sidebar ul li a:hover {
    color: #053F5E;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active {
    border-left: 5px solid white;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #053F5E;
}

/***************************************************-*/
/** Common styles not attaches to specific component */

.color-main{
    color: #053F5E;
}

.color-gray {
    color: #7F8C8D;
}

.color-green {
    color: #27AE60;
}

.color-red {
    color: #E74C3C;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}


/*****************************************************/
/** Bootstrap buttons */

.btn-default.btn-material-red /*.btn-default.btn-material:active:focus,*/
    /*.btn-default.btn-material:active,*/
    /*.btn-default.btn-material:focus,*/ {
    background: transparent !important;
    border: none;
    color: #C0392B;
    text-transform: uppercase;
    padding: 8px 4px;
}

.btn-default.btn-material-red:hover {
    color: #E74C3C;
}

.login .btn-primary{
    background-color: #053F5E;
    width: 100%;
    padding: 10px;
}

.btn-primary{
    background-color: #053F5E;
}

/*****************************************************/
/** Color picker fix */

.colorpicker {
    z-index: 2;
}


/*****************************************************/
/** Question card */

.question-card {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.question-card .title {
    color: #34495E;
    font-size: 1em;
    font-weight: bold;
}

.question-card .card-heading {
    padding: 8px 16px 0;
}

.question-card .card-body {
    padding: 8px 16px;
}

.question-card .card-footer {
    border-top: 1px solid #bdc3c7;
    font-size: 0.9em;
    padding: 16px 16px 6px;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}


/*****************************************************/
/** Phone layout preview */

.phone-layout-preview {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin: auto;
    max-width: 320px;
    height: 200px;
    width: 100%;
}

.phone-layout-preview .app_bar {
    background: #000000;
    height: 48px;
    padding: 14px 16px;
    width: 100%;
}

.phone-layout-preview .app_bar > .title {
    color: #FFFFFF;
}

.phone-layout-preview .fab {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #000000;
    border-radius: 50%;
    bottom: 16px;
    color: #FFFFFF;
    height: 40px;
    padding-top: 10px;
    position: absolute;
    right: 28px;
    text-align: center;
    width: 40px;
}


/*****************************************************/
/** Count parties card */

.party-card {
    background: #F5F5F5;
    padding: 16px;
    margin-top: 16px;
}

.party-card .party-card-title {
    color: #1A1D38;
    font-size: 1.1em;
}

.party-card .party-card-footer {
    border-top: 1px solid #EEEEEE;
    margin-top: 8px;
}


/*******************************************************/
/* Devbridge auto complete                             */

.autocomplete-suggestions {
    background: #f6f6f6;
    padding: 4px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 8px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #323232;
    color: #FFFFFF;
}


/*
Progress bar
*/

.bar-container {
    background-color: rgb(215, 215, 215) !important;
    width: 100%;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.skill {
    color: white;
    padding: 1%;
    text-align: right;
    font-size: 20px;
    border-radius: 15px;
}