html {
    height: 100%;
}


body {
    height: 100%;
    font-family: 'Roboto'
}

.d-none {
    display: none;
}

.display-inline {
    display: inline !important;
}

.display-table {
    display: table !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.float-left {
    float: left;
}

.float-right{
    float: right;
}

.width-100 {
    width: 100%;
}

.width-60 {
    width: 60%;
}

.width-40 {
    width: 40%;
}

.width-01 {
    width: 1%;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12em {
    font-size: 1.2em;
}

.letter-spacing-1 {
    letter-spacing: -1px;
}

.display-block {
    display: block;
}

.white-space-normal {
    white-space: normal;
}

.margin-right-5em {
    margin-right: 5em;
}

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

.padding-top-20 {
    padding-top: 20px;
}

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

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

.padding-0 {
    padding: 0;
}

.h-100 {
    height: 100%;
}

.clear-both {
    clear: both;
}

.text-align-center {
    text-align: center;
}

.font-weight-bold {
    font-weight: bold;
}

.yellowgreen {
    color: yellowgreen;
}

.padding-top-5 {
    padding-top: 5px;
}

.border-solid-1 {
    border: 1px solid #ddd;
}

.product-action-box .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    outline: none;
}

.product-btn-container a {
    margin-bottom: 1em;
}

.product-btn-container a:last-child {
    margin-bottom: 0;
}

.panel-product {
    border: 1px solid #eee;
    box-shadow: none;
    height: 100%;
    overflow-y: auto;
}

#product-listing .product{
    height: 280px;
    margin-bottom: 10px;
}

.tab-content .tab-pane {
    padding-top: 2em;
}

/* Available in bootstrap 4 */
.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.btn-social-icon{
    background-color: #bbb;
    position:relative;
    padding-left:44px;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height:34px;
    width:34px;
    padding:0;
    border-radius: 4px;
    outline: none;
    border: none;
}

.btn-social-icon :first-child{
    position:absolute;
    left:0;top:0;
    bottom:0;
    width:32px;
    line-height:34px;
    font-size:1.6em;
    text-align:center;
    border-right:1px solid rgba(0,0,0,0.2)
}

.btn-social-icon:hover, .btn-social-icon:active, .btn-social-icon:link, .btn-social-icon:visited {
    background-color: #aaa;
    color: #fff;
}

.social-share {
    text-align: center; color: #fff;
}

.btn-social-icon :first-child{
    border:none;
    text-align:center;
    width:100% !important
}

.slider img:hover {
    cursor: pointer;
}

.main-image .thumbnail {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.custom-tabs .nav-tabs > li {
    margin-right: 10px !important;
    border-top: 5px solid #eee;
}

.custom-tabs .tab-pane {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-top: none;
}

.nav-tabs>li>a:hover {
    background-color: #f8f8f8;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.custom-tabs .nav > li> a {
    padding: 15px 20px !important;
}

.nav-tabs>li.active {
    border-top: 5px solid #ea1b66 !important;
}

.nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
}

#footer {
    position: relative;
    margin-top: -60px;
    height: 60px;
    background-color: #fff;
    clear: both;
    text-align: center;
    border-top: 1px solid #ddd;
}

#product-search-form .form-control {
    border: 1px solid #e4e4e4;
}

#product-section img {
    max-width: 200px;
    max-height: 200px;
}

#product-section .select-all-container .select-all-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#product-section .select-all-container .select-all-label > span {
    margin-left: 5px;
}

#product-search-form .input-group {
    width: 45%;
    margin: 0 auto;
    font-size: 1.2em;
}

/* Styles for extra-small screens (width < 768px) */
@media (max-width: 767px) {
    #product-search-form .input-group {
        width: 100%;
    }
}

.thead-inverse th {
    color: #fff;
    background-color: #37474F;
}

.table td , .table td, .table th, td {
    vertical-align: middle !important;
}

@media (min-width: 768px) {
    header .navbar-right {
        margin-left: 10px;
    }
}

.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

#header-navbar-collapse {
    /*overflow-y: visible;*/
}

.page-header {
    padding: 15px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #ccc;
    background-color: #4d4d4f;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-heading {
    font-weight: bold;
    font-size: 1.2em;
    background-color: #37474F !important;
    color: #fff;
}

.page-header:first-child {
    margin: 10px 0 20px;
}

#product-category-list {
    border-bottom: 1px solid #e0e0e0;
}

#product-category-list, #product-category-list li {
    list-style-type: none;
}

.start-teaching-tab, .my-library-tab {
    float: right;
    padding: 16px 14px 16px 14px;
    margin-right: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    background-color: #ffd700;
    color: #7f6b00;
    font-weight: bold;
}

.start-teaching-tab span, .my-library-tab span {
    color: #7f6b00;
    vertical-align: middle;
}

.start-teaching-row {
    margin-bottom: 20px;
}

#content-wrapper {
    min-height: 100%;
    padding-bottom: 100px;
}

.content-title {
    color: rgba(0,0,0,0.54);
    padding-bottom: 15px;
}

.product-title {
    color: black;
    padding-bottom: 15px;
}

/* .modal-content {
    border: none;
}

.modal-header h4 {
    color: #101010;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 15px 30px 15px 30px;
}

.modal-footer {
    background-color: #f1f1f1;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
} */

.dropdown-menu {
    border: 1px solid #f4f4f4;
}

.option-vertical, .option-vertical:hover {
    border: none;
    padding: 4px;
    margin: 0;
}


footer ul, li {
    padding: 0;
    margin: 0;
}

footer .container {
    background-color: #fff;
}

footer .notices {
    color: #515151;
}

footer .notices, .left-nav  {
    line-height: 58px;
}

footer .left-nav li {
    display: inline;
}

footer .left-nav li i {
    vertical-align: middle;
    color: #236B8E;
}

@media (min-width: 768px) {
    footer .notices {
        float: right;
    }

    footer .left-nav {
        float: left;
    }
}

@media (max-width: 768px) {
    footer .notices {
        margin: 0 auto;
    }

    footer .left-nav {

        margin: 0 auto;

    }
}

.panel-product .product-header-buttons {
    float:right;
}
.panel-product .select-product-checkbox {
    display: inline-block;
    margin: 10px;
}
.panel-product .edit-dropdown {
    display: none;
}
.panel-product .product-buttons-container{
   display:flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 15px;
}

.panel-product .product-buttons-container .product-search-buttons{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


.product-tile-button {
    border-radius: 50%;
    vertical-align: middle;
    border: none;
    color: #000;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 2px #888888;
}

.product-tile-button > i {
    color: #fff;
    font-size: 18px;
    
}
.product-tile-button.disabled,
.product-tile-button.disabled:focus {
    background-color: hsl(0, 0%, 60%); 
    border-color: hsl(0, 0%, 60%);
    pointer-events: none;
}

.product-tile-button.free-product-button {
    border-radius: 10px;
}
.product-tile-button.free-product-button .product-icon-img {
    width: auto;
}

.btn-preview {
    background-color: hsl(87, 44%, 68%); 
}
.btn-preview:focus, .btn-preview:hover  {
    background-color: hsl(87, 44%, 30%); 
}
.btn-library {
    background-color:hsl(47, 92%, 61%);
}
.btn-library:focus, .btn-library:hover {
    background-color:hsl(47, 86%, 30%);
}
.btn-view {
    background-color: hsl(25, 56%, 50%);
}
.btn-view:focus, .btn-view:hover {
    background-color: hsl(25, 56%, 30%);
}
.btn-assign {
    background-color: hsl(103, 31%, 43%);
}
.btn-assign:focus, .btn-assign:hover {
    background-color: hsl(103, 31%, 30%);
}
.btn-detail {
    background-color: #fff;
    border-color: #000;
    color: #000;
    box-shadow: 0 2px 2px #888888;
    height: fit-content;
    margin: 5px;

}
.btn-detail:hover, .btn-detail:active{
    background-color: hsl(25, 56%, 50%) !important;
}
.btn-detail:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
/* .btn-detail:active:focus {
    background-color: hsl(25, 60%, 37%) !important;
} */



/* .edit-dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
} */

.panel-product:hover .edit-dropdown {
    display: inline-block;
}

.edit-dropdown .dropdown-toggle {
    border: none;
    padding: 4px;
    margin: 0;
}

.edit-dropdown .glyphicon {
    vertical-align: middle;
}

#product-listing .product-list-layout {
    width: 100%;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

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

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

.ee-small-btn {
    padding: 5px 10px;
}

#product-search-form .input-group {
    border: 0;
}

.ee-small-btn {
    padding: 5px 10px;
}

@media (max-width: 768px) {
    #product-search-form .input-group {
        border: 0;
    }
    .panel-product .product-buttons-container{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        margin-top: 5px;
     }
}

.breadcrumb-container .breadcrumb {
    margin-bottom: 0;
}

.branding-image {
    margin: 0 auto;
    max-height: 100px;
    padding-bottom: 20px;
    width: auto;
    display: block;
    text-align: center;
}

.product-icon-img {
    width: 40px;
    height: 40px;
}

#product-detail-page .product-icon-img {
    width: 30px;
    height: 30px;
    margin-right: 2px;

}

.disabled .product-icon-img {
    opacity: 0.3;
}

.register-img {
    margin: 0 auto;
    max-height: 100px;
    padding-bottom: 20px;
    width: auto;
    display: block;
    text-align: center;
}

.register-header {
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    color: #555;
}

.register-panel {
    background-color: #F4F4F4;
    box-shadow: 0 2px 4px rgba(50,50,93,.2);
}

.register-text {
    text-align: center;
}

.middle-center {
    vertical-align: middle;
    text-align: center;
}

.cart-img {
    width: 100px;
}

.my-profile-thumbnail {
    display: inline;
}

.product-category-list-top-border {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    padding: 20px;
}

.login-header {
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    color: #555;
}

.login-panel {
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px rgba(50,50,93,.2);
}

.enter-credentials {
    text-align: center;
    padding-bottom: 5px;
}
