/* @import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700'); */

/*@font-face {*/
/*    font-family: Montserrat;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url('gfonts/Montserrat-Regular.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: Montserrat;*/
/*    font-style: bold;*/
/*    font-weight: 700;*/
/*    src: url('gfonts/Montserrat-Bold.ttf');*/
/*}*/


html, body {
    background-color: #fff;
    color: #636b6f;
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

body#app {
    /*background: url(http://taskmanager.juancadima.com/img/bodybg-min.png);*/
}

.navbar-default {
    background-color: #fff;
}

nav#myNavbar a {
    color: #000;
}

nav#myNavbar a:hover {
    color: #7a00c7;
}

ul.dropdown-menu > li a:hover {
    color: #fff !important;
}

ul.dropdown-menu {
    background: #fff;
}

.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #7a00c7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.panel-default>.panel-heading {
    color: #fff;
    border-color: #d3e0e9;
    background: #3c4056;
    background: -moz-linear-gradient(top,rgba(60,64,86,1) 0,rgba(46,50,68,1) 41%,rgba(46,50,68,1) 100%);
    background: -webkit-linear-gradient(top,rgba(60,64,86,1) 0,rgba(46,50,68,1) 41%,rgba(46,50,68,1) 100%);
    background: linear-gradient(to bottom,rgba(60,64,86,1) 0,rgba(46,50,68,1) 41%,rgba(46,50,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4056', endColorstr='#2e3244', GradientType=0 );
}

.panel-default {
    background: #f1e8c9;
    background: -moz-linear-gradient(top,rgba(241,232,201,1) 0,rgba(225,219,196,1) 41%,rgba(191,186,167,1) 100%);
    background: -webkit-linear-gradient(top,rgba(241,232,201,1) 0,rgba(225,219,196,1) 41%,rgba(191,186,167,1) 100%);
    background: linear-gradient(to bottom,rgba(241,232,201,1) 0,rgba(225,219,196,1) 41%,rgba(191,186,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e8c9', endColorstr='#bfbaa7', GradientType=0 );
}

.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.label {
    font-size: 100%;
}

.title {
    font-size: 24px;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {
    margin-bottom: 30px;
}

.navbar{
    min-height: 120px;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.label-jc {
    background: #E75F2D;
}

.label-jc a { color: #fff ; }

/* Hide Insert Picture in summer note */
.note-btn-group.btn-group.note-insert button:nth-child(2) {
    display: none !important;
}

ul#images_col img {
    max-height: 100px;
}

.footer-bottom {
    background: #7a00c7;
    color:#00c714 ;
    padding: 20px 15px;
    margin-top: 20px;
    font-weight: 900;
}

.footer-bottom a {
    color: #00c714;
}

ul#images_col {
    list-style-type: none;
    padding-left: 0;
}

ul.fileslist li {
    padding-bottom: 10px;
}

.new_project {
    padding-bottom: 25px;
}

.btn-primary { background-color: #2e3244; }

.pagination>.active>span  { background-color: #2e3244; }

.panel-jc>.panel-heading {
    color: #fff;
    background-color: #2f3345;
    border-color: #2f3345;
}

.panel-body {
    border: 1px solid #303446;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 0.9;
}

.modal-header {
    background: #2f3345;
    color: #fff;
}

ul#images_col li {
    padding-bottom: 10px;
}

th{
    font-weight: normal;
}

.description img{
    max-width: 100%;
}

/*  =================== MEDIA QUERIES ================== */


@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
} 