﻿.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #f8f8f8;
    box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset, 0 0 8px rgba(150, 150, 150, 0.6);
    outline: 1px solid #f8f8f8;
}

body {
    background-color: #dddddd;

}


a {
    color: #999999;
    text-decoration: none;
}

    a:hover {
        color: #ff6600;
        text-decoration: none;
    }

   

#navbarMain {
    background-color: #333333;
    padding: 0;
}

    #navbarMain .nav-item {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 3px solid #333333;
    }

    #navbarMain li.active {
        border-bottom: 3px solid #ff6600 !important;
    }


#navbarMain .nav-item:hover {
    border-bottom: 3px solid #ff6600 !important;
}

    #navbarMain .nav-item a {
        color: #dddddd !important;
    }

    #navbarMain .nav-item a:hover {
        color: #ff6600 !important;
        text-decoration: none;
    }

    #navbarMain .navbar-toggler-icon {
        padding: 0px !important;
        color: #dddddd
    }

    #navbarMain .dropdown-menu {
        background-color: #333333;
    }

#navbarMain .dropdown-item {
    color: #dddddd;
}

    #navbarMain .dropdown-item:hover {
        color: #333333;
        height:30px;
    }


#navbarSecondary { 
    height:40px;
    padding-top:10px;
}
#navbarSecondary .nav-item:hover {
    border-bottom: 1px solid #ff6600 !important;
}

#navbarSecondary li a:hover {
    color: #ff6600 !important;
}

    #navbarSecondary li a {
        color: #333333;
        text-decoration: none;
    }

#navbarSecondary li.active a {
    color: #ff6600 !important;
    text-decoration: none;
}

    .mainContent {
        margin: 0 auto;
        padding: 0;
        margin-bottom: 140px;
    }


.footer {
    background-color: #333333;
    color: #999999;
}

    .footer a {
        color: #dddddd;
    }

        .footer a:hover {
            color: #ff6600;
            text-decoration: none;
        }

    .footer .text-social {
        color: #666666;
    }

        .footer .text-social:hover {
            color: #ff6600;
        }




.pageBackground {
    background-color: white;
    min-height: 600px;
    max-width:850px;
    box-shadow: 6px 0px 5px -5px #ccc, -6px 0px 5px -5px #ccc;
    margin-top:25px;
}


.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #333333;
    border-color: #333333;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #333333;
        border-color: #333333;
    }

.btn-primary:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

 .btn-secondary:hover {
        background-color: #ff6600;
        border-color: #ff6600;
  }


.badge-primary {
    background-color: #ff6600
}


#navbarMgmt a {
    color: #333333 !important;
    text-decoration: none;
}

    #navbarMgmt a:hover {
        color: #ff6600 !important;
        text-decoration: none;
    }

#navbarMgmt li.active a {
    color: #ff6600 !important;
    text-decoration: none;
}


.spinner-border {
    color: #ff6600;
}


.breadcrumb-item.active {
     color: #ff6600;
     cursor: default
}


.page-link {
    color: #333333;
}

.page-item.active .page-link {
    z-index: 1;
    color: #f8f9fa;
    background-color: #333333;
    border-color: #333333;
}

.page-link:focus, .page-link:hover {
    color: #dddddd;
    text-decoration: none;
    background-color: #ff6600;
    border-color: #ff6600;
}

.nav-tabs a {
    font-size: 75%;
    padding-top: 3px;
    padding-bottom: 5px;
    cursor:pointer;
}

    .nav-tabs a.nav-item.nav-link {
        color: #333333;
        background: #dddddd;
        border: solid 1px rgba(0, 0, 0, 0.125);
        margin-right: 5px;
    }

        .nav-tabs a.nav-item.nav-link.active,
        .nav-tabs a.nav-item.nav-link:focus {
            color: #dddddd;
            background: #333333;
            border-top: 3px solid #ff6600;
        }

 .nav-tabs a.nav-item.nav-link:hover {
       background: #ff6600;
       color: #fff;
      transition: background 0.20s linear;
 }

.tab-content {
    padding: 2%;
    background-color: #fff;
    border-left: solid 1px rgba(0, 0, 0, 0.125);
    border-right: solid 1px rgba(0, 0, 0, 0.125);
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
}


.modal-header {
    border-top: 2px solid #ff6600;
    background-color: #444444;
    color: #dddddd;
}

    .modal-header .close {
        color: #dddddd;
    }

.comments-inner-container {
    border-left: solid 3px #ff6600 !important;
}

.cmpt-folder-list-card-item {
    width: 200px;
    height: 360px;
}

@media screen and (max-width: 770px) {
    
}

@media screen and (min-width: 771px) {
   
}


