/*
Theme Name: Sustainable CUNY Shared Solar Gateway
Theme URI:
Author: PMP Technology (Philip Parzygnat)
Author URI: http://pmptechnology.com
Description: Custom Theme Built for Sustainable CUNY
License: GNU General Public License version 3
Text Domain: sustainable-cuny
*/

/* BEGIN: Top Level Styles (All Media Types) */

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    position: relative;
    /* need for affix menu */
}

p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.065em;
    color: #666;
}

ul {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.175em;
    color: #666;
}

a {
    color: #1886af;
}

article strong {
    color: #000;
    opacity: .85;
}

article a {
    color: orange;
    font-weight: 600;
}

article a:hover {
    color: darkorange;
    border-bottom: 2px dotted darkorange;
    text-decoration: none;
}

h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

article h1 {
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -.022em !important;
    font-size: 2.05em;
}

article h1:before {
    content: " ";
    display: inline-block;
    background: orange;
    width: 22px;
    height: 22px;
    border-radius: 25px;
    position: absolute;
    left: -18px;
    margin-top: 8px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 15px;
}

/* END: Top Level Styles */

/* BEGIN: Button Styles (All Media Types) */

.btn {
    text-transform: uppercase;
    border-radius: 0px;
    padding: 11px 26px 10px 26px;
}

.btn-primary {
    background: orange;
    border: 1px solid darkorange;
}

.btn-primary:active:focus {
    background: brown !important;
    border: 1px solid darkorange;
}

.btn-primary:hover {
    background: darkorange;
    border: 1px solid orange;
}

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

.btn-light:hover {
    border: 1px solid #666;
}

.btn-light:active:focus {
    background: #999 !important;
}

/* END: Button Styles */

/* BEGIN: Header Styles */

div.header-menu-logo {
    padding-top: 18px;
    padding-bottom: 7px;
    z-index: 0;
    margin-left: -30px;
}

h1.logo-header {
    font-family: 'Montserrat', sans-serif; !important;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 27px;
    z-index: 1;
    margin-top: -10px;
    padding-left: none;
    line-height: 1.1em;
}

h1.logo-header a {
    color: #000;
    text-decoration: none;
}

h1.logo-header a:hover {
    color: #000;
    text-decoration: none;
}

h1.logo-header a:visited {
    color: #000;
    text-decoration: none;
}

h1.logo-header:before {
    content: "•";
    font-size: 100px;
    position: relative;
    left: 118px;
    top: 18px;
    color: orange;
    z-index: -1;
    width: 0px !important;
    overflow: visible;
}

h1.logo-header-mobile {
    font-family: 'Montserrat', sans-serif; !important;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    z-index: 1;
    margin-top: -10px;
    padding-left: none;
    line-height: 1.1em;
}

h1.logo-header-mobile a {
    color: #000;
    text-decoration: none;
}

h1.logo-header-mobile a:hover {
    color: #000;
    text-decoration: none;
}

h1.logo-header-mobile a:visited {
    color: #000;
    text-decoration: none;
}

h1.logo-header-mobile:before {
    content: "•";
    font-size: 45px;
    position: relative;
    left: 49px;
    top: 7px;
    color: orange;
    z-index: -1;
    width: 0px !important;
    overflow: visible;
}

/* END: Header Styles */

/* BEGIN: Logo Link Styles */


a.logo-link-1 {
    color: orange !important;
    margin-left: 36px;
    letter-spacing: -.035em !important;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.logo-link-2 {
    color: orange !important;
    margin-left: 0px;
    letter-spacing: -.035em !important;
    font-size: 24px;
    border-bottom: 4px solid #d6e3e1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

span.logo-link-divider {
    color: orange !important;
    opacity: .35;
}


a.logo-link-top-mobile {
    color: black !important;
    margin-left: -8px;
    letter-spacing: -.035em !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.logo-link-1-mobile {
    color: orange !important;
    margin-left: 10px;
    letter-spacing: -.075em !important;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.logo-link-2-mobile {
    color: orange !important;
    margin-left: 0px;
    letter-spacing: -.075em !important;
    font-size: 10px;
    border-bottom: 1.5px solid #d6e3e1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

span.logo-link-divider-mobile {
    font-size: 10px;
    color: orange !important;
    opacity: .35;
}

/* END: Logo Link Styles */

/* BEGIN: Navbar Styles */

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin-top: 0px;
    border-top: none !important;
}

.dropdown-item {
    color: #000;
    opacity: .65;
}

.dropdown-item:hover {
    opacity: 1;
}

.active {
    border-bottom: 3px solid orange;
    margin-bottom: -3px !important;
}

.affix.navbar .active {
    border-bottom: 3px solid orangered;
}


/* Change Background Color */

.navbar-ss {
    background-color: #d6e3e1 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* Change Brand and Text Color */

.navbar-ss .navbar-brand,
.navbar-ss .navbar-text {
    color: white;
    opacity: 0;
    text-transform: uppercase;
}


/* Change Link Color */

.navbar-ss .navbar-nav .nav-link {
    color: black;
    opacity: .70;
}


/* Change Active or Hovered Links Color */

.navbar-ss .nav-item.active .nav-link,
.navbar-ss .nav-item:hover .nav-link {
    color: #000;
    opacity: 1;
}



.navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


/* Fixed to Top Styles */

.affix.navbar {
    background-color: orange !important;
}

.affix.navbar .navbar-brand {
    opacity: .9;
}

/* END: Navbar Styles */


/* BEGIN: Card Styles */

div.album {
    padding: 18px 0px 0px !important;
}

.iconic .mb-3 {
    padding: 5px 18px 0px;
}

p.card-text {
    padding-right: none;
    padding-left: none;
}

.card-img-top {
    border-radius: 0px;
}

.card {
    border: none;
    background: transparent;
}

.card h3 {
    text-align: center;
}

.card p {
    text-align: center;
    font-size: 14px;
    opacity: .75;
    padding-bottom: 12px;
}

.card ul {
    text-align: left;
    margin-top: -10px;
    font-size: 16px;
    color: #666;
    padding-bottom: -12px;
}

.card li {
    padding-bottom: 5px;
    margin-left: -25px !important;
}

/* END: Card Styles */

/* BEGIN: Container Styles */

.container-fluid-green {
    background: #e9f0f2;
    padding: 15px 0px;
}

.container-fluid-white {
    background: #fff;
    padding: 15px 0px;
}

.container-fluid-margins {
    margin-top: 35px;
    margin-bottom: 35px;
}

.flush-top {
    margin-top: 0px !important;
}

.flush-bottom {
    margin-bottom: 0px !important;
}

.container-fluid-footer {
    background: #2b2e2e;
    padding: 33px 15px;
    margin-top: 30px;
    background: linear-gradient(#2b2e2e, #222);
    border-top: 1px solid black;
}

/* END: Container Styles */


/* BEGIN: People Table Styles */

.people-list h2 {
    color: #000;
    opacity: 1 !important;
    font-weight: 600!important;
    margin-top: 40px;
}

.people-list h2 {
    margin-top: 0px;
    padding-top: 6px;
    opacity: .45 !important;
    margin-bottom: 0px;
}

.people-item {
    border-bottom: 1px dotted #dadada;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.people-item .btn-sm {
    margin-bottom: -2px !important;
}

.people-item p {
    margin-bottom: 5px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people-list .btn-sm {
    padding: 3px 8px 2px !important;
    font-size: 13px;
    margin-right: 2px;
    margin-bottom: 8px;
    opacity: .55;
}

.people-list .btn-disabled {
    opacity: 1 !important;
}

.people-list h1 {
    color: white;
    font-size: 12px;
    background: #007299;
    padding: 3px 12px 2px;
    letter-spacing: .14em;
    font-weight: 400;
    margin-top: 6px;
}

/* END: People Table Styles */

/* BEGIN: Properties Table Styles */

.properties-list h2 {
    color: #000;
    opacity: 1 !important;
    font-weight: 600!important;
    margin-top: 40px;
}

.properties-list h2 {
    margin-top: 0px;
    padding-top: 6px;
    opacity: .45 !important;
    margin-bottom: 0px;
}

.properties-item {
    border-bottom: 1px dotted #dadada;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.properties-item .btn-sm {
    margin-bottom: -2px !important;
}

.properties-item h2, .properties-item p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.properties-item p {
    margin-bottom: 5px !important;
}

.properties-list .btn-sm {
    padding: 3px 8px 2px !important;
    font-size: 13px;
    margin-right: 2px;
    margin-bottom: 8px;
    opacity: .55;
}

.properties-list .btn-disabled {
    opacity: 1 !important;
}

.properties-list h1 {
    color: white;
    font-size: 12px;
    background: #007299;
    padding: 3px 12px 2px;
    letter-spacing: .14em;
    font-weight: 400;
    margin-top: 6px;
}

/* END: Properties Table Styles */

/* BEGIN: Footer Styles */

.container-fluid-footer p {
    color: white !important;
    opacity: .45;
    font-weight: 400 !important;
    display: inline-block !important;
}

.container-fluid-footer a {
    color: white !important;
}

.container-fluid-footer a:hover {
    color: white !important;
    opacity: 1;
}


.icon-location {
    color: #ac1014;
    font-size: 3.65em;
    text-shadow: 2px 2px #1d1d1d;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    position: relative;
    top: -5px;
}

.icon-email {
    color: #008a6c;
    font-size: 2.95em;
    text-shadow: 0px 2px #1d1d1d;
    float: left;
    margin-left: 5.5px;
    margin-right: 5.5px;
    margin-bottom: 20px;
    position: relative;
    top: -5px;
}

.icon-social {
    color: orange;
    font-size: 2.95em;
    text-shadow: 2px 2px #1d1d1d;
    opacity: .75;
    float: left;
    margin-left: 5.5px;
    margin-right: 5.5px;
}

/* END: Footer Styles */


/* BEGIN: Carousel Styles */

/* All Media */
.carousel-inner h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}


/* Type Styles */
.carousel-inner h2 {
    text-align: center;
    font-size: 24px;
}

div.yellow-box {
    padding-top: 6px;
    padding-bottom: 20px;
    background: #fcffb7;
    min-height: 230px !important;
}

div.slider-classroom {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* This keeps our containing divs absolutely positioned at the top */
div.slider-top {
    position: absolute;
    top: 0px;
}

.first-slide h1 {
    color: #fff !important;
    opacity: .35;
}

/* Change this value to make the height bigger at smaller sizes */
.img-responsive.img-blank {
    height: 570px !important;

}

/* Change Clive's position */
div.img-clive {
    position: absolute;
    bottom: -90px;
}


/* MEDIA QUERIES FOR CUSTOM LAYOUT RULES */

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {

    div.img-clive {
        /* Change Clive's position */
        position: absolute;
        bottom: -90px;
        border: 2px solid orange;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

    div.yellow-box {
        padding-top: 6px;
        padding-bottom: 20px;
        background: #fcffb7;
        min-height: 270px !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

    div.yellow-box {
        min-height: 0px !important;
    }



    .first-slide h1 {
        color: #fff !important;
        opacity: .35;
        padding-top: 10px;
        margin-left: 30px;
    }

    .img-responsive.img-blank {
        height: 420px !important;
        /* Change this value to make the height bigger at smaller sizes */
        border: 2px solid blue !important;
        /* 2 SEE */
        overflow: visible !important;
    }

    div.img-clive {
        /* Change Clive's position */
        max-width: 540px;
        padding-left: 18px !important;
        padding-right: 32px;
        margin-left: 8px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {

    .img-responsive.img-blank {
        height: 400px !important;
        /* Change this value to make the height bigger at smaller sizes */
        border: 2px solid green !important;
        /* 2 SEE */
    }

    div.img-clive {
        /* Change Clive's position */
        max-width: 590px;
        padding-left: 70px;
        padding-right: 32px;
        margin-left: -4px;
        position: absolute;
        top: -10px;
        left: 10px;
        border: 1px solid red;
        /* 2 SEE */
    }

    div.img-group {
        /* Change group image position */
        position: absolute;
        bottom: -10px;
        padding-left: 20px !important;
        padding-right: 0px !important;
    }
}
/* END: Carousel Styles */

element.style {
    display: inline-block;
}

#st-2 .st-btn:hover {
    background-color: red !important;
    opacity: 1 !important;
}

#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

/* BEGIN: Home Page Styles */

.home h3.title.text-uppercase {
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 17px;
    letter-spacing: 2px;
    font-size: 36px!important
}

.home h3.title.text-uppercase a {
    color: #007aa7;
    opacity: .9
}

#landing-banner {
    min-height: 450px;
    background: url(/assets/images/landing/mainnyc.png);
    background-size: cover;
}

#landing-banner .overlay h1 {
    color: #ffffff;
    text-align: center;
    font-size: 2.53rem;
    line-height: 2.75rem;
}

#landing-banner .overlay .cta {
    padding-top: 45px;
    text-align: center;
}

#landing-participate .icon {
    text-align: center;
}

#landing-participate .text-muted {
    color: #999999;
}

/* END: Home Page Styles */

/* BEGIN: Property Card Styles */

.property-card-container img {
    border: 10px solid white;
    position: relative;
    top: 3px;
}

.property-card-container h4 {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: orange;
}

.property-card-container h4 a {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: #666;
    font-size: 12px!important;
    display: block;
    padding-bottom: 14px;
}

.property-card-container a {
    color: #666;
    opacity: .65
}

.property-card-container a:hover {
    opacity: 1;
}

.property-card-container p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    line-height: .95em;
    margin-bottom: 18px;
}

.property-card-container hr {
    opacity: .45
}

.role-card img {
    border: 10px solid white;
    position: relative;
    top: 3px;
}

.role-card h4 {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: orange;
}

.role-card h4 a {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: #666;
    font-size: 12px!important;
    padding-bottom: 14px;
}

.role-card a {
    color: #666;
    opacity: .65
}

.role-card a:hover {
    opacity: 1;
}

.role-card p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    line-height: .95em;
    margin-bottom: 18px;
}

.role-card hr {
    opacity: .45
}


/* Card View Styles */

.property-card-container {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    border-top: 4px solid #d6e3e1;
}

.property-card-container-add {
    /* STYLE FOR JUST THE ADD PROPERTY BOX */
    opacity: .95;
    background: url(/assets/images/people/detail/new-prop-back-off.jpg) no-repeat;
    background-size: cover;
}

.property-card-container-add:hover {
    background: url(/assets/images/people/detail/new-prop-back.jpg) no-repeat;
    background-size: cover;
}

.property-card-container-add {
    /* Add shadows to create the "card" effect */
    background: url(/assets/images/people/detail/new-prop-back-off.jpg) no-repeat;
    background-size: cover;
    -moz-box-shadow: inset 0 0 15px #d3d3d3;
    -webkit-box-shadow: inset 0 0 15px #d3d3d3;
    box-shadow: inset 0 0 15px #d3d3d3;
}


/* On mouse-over, add a deeper shadow */

.property-card-container:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


/* Add some padding inside the card container */

.property-card-details {
    padding: 2px 16px;
}

.role-card-container {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}


/* On mouse-over, add a deeper shadow */

.role-card-container:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


/* Add some padding inside the card container */

.role-card-details {
    padding: 2px 16px;
}
/* END: Property Card Styles */

h3.personal-header {
    color: #000;
    border-bottom: 4px solid #d6e3e1;
    padding: 30px 0 10px;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

h3.personal-header-2 {
    color: #000;
    padding: 36px 0 10px 15px;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}

span.the-profile-cats {
    font-size: 14px;
    opacity: .65;
    display: inline-block;
    width: 110px;
}

a.add-prop-link {
    height: 350px;
    color: #a5a5a5 !important;
}

a.add-prop-link:hover {
    text-decoration: none;
    color: #b1cad2 !important;
}

/* BEGIN: Front Page Slider */

button.btn.btn-info {
    border: none;
    border-radius: 0px;
    font-size: 104%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.btn-info:hover {}



.carousel-caption {
    position: absolute!important;
    left: 2%!important;
    right: 2%!important;
    text-align: left!important;
    padding-left: 0px;
    line-height: 1.15em!important;
    font-weight: 400!important;
    color: #fff;
}

.carousel-caption h1 {
    line-height: 1.15em!important;
    font-weight: 400!important;
}

span.text:after {
    font-family: 'Material Icons'!important;
    font-size: 160%;
    content: "\E878"!important;
    -webkit-font-feature-settings: 'liga'!important;
    color: #d72e54 !important;
    opacity: 1 !important;
}

span.text:after {
    font-family: 'Material Icons'!important;
    font-size: 160%;
    content: "\E878"!important;
    -webkit-font-feature-settings: 'liga'!important;
    color: #d72e54 !important;
    opacity: 1 !important;
}

span.text a {
    color: #d72e54 !important;
    opacity: 0 !important;
}

span.text a:hover {
    color: #d72e54 !important;
    opacity: 1 !important;
}


.glyphicon-chevron-right:before {
    font-family: 'Material Icons'!important;
    font-size: 160%;
    content: "\E315"!important;
    -webkit-font-feature-settings: 'liga'!important;
}

.glyphicon-chevron-left:before {
    font-family: 'Material Icons'!important;
    font-size: 160%;
    content: "\E314"!important;
    -webkit-font-feature-settings: 'liga'!important;
}

.carousel-control.right {
    right: auto!important;
    left: 90%!important;
}

.carousel-control.left {
    left: auto!important;
    right: 91.5%!important;
}

.carousel-indicators {
    position: absolute;
    bottom: -6px;
}

.carousel-indicators li {
    width: 50px!important;
    border-radius: 0px!important;
    height: 4px!important;
    border: none!important;
    background: #fff!important;
    opacity: .35;
    margin-left: 5px!important;
}

.carousel-indicators .active {
    width: 50px!important;
    border-radius: 0px!important;
    height: 4px!important;
    border: none!important;
    background: #fff!important;
    opacity: 1;
    position: relative!important;
    top: -1px!important;
}

/* END: Front Page Slider */



/* BEGIN: General Buttons */
.standard-btn,
.gameplay-popup form input[type="submit"] {
    font-family: "Gotham SSm A", "Gotham SSm B";
    display: inline-block;
    padding: 11px 22px 11px;
    margin: 10px 0 0 0;
    background-color: #5fb9d9;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    border-radius: 0px !important;
}

.standard-btn:hover {
    color: #fff;
    background-color: #238aaf;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    border-radius: 0px !important;
}

.standard-btn2,
.gameplay-popup form input[type="submit"] {
    font-family: "Gotham SSm A", "Gotham SSm B";
    display: inline-block;
    padding: 11px 22px 11px;
    margin: 10px 0 0 0;
    background: orange !important;
    background-color: orange !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    border-radius: 0px !important;
    border: 1px solid #8d5b00;
}

.standard-btn2:hover {
    background: #d78b00 !important;
    background-color: #d78b00 !important;
    color: #fff;
}

button.btn.btn-info {
    border: none;
    border-radius: 0px;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 8px 10px 6px 10px;
}

button.btn.btn-info:hover {}

h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
}

/* END: General Buttons */



/*MEDIA QUERIES*/

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

element.style {
    display: inline-block;
}






/* BEGIN: Form Styles */

h3.form-head {
    border-bottom: 2px solid orange;
    padding-bottom: 6px;
    padding-top: 0px;
    margin-bottom: 15px;
    margin-top: -15px;
}

.form-group label {
    font-weight: 400;
    color: #666;
    font-size: 12px !important;
    opacity: .95;
    text-transform: uppercase;
    padding-top: 7px;
}

.form-group input {
    font-weight: 500;
    color: black!important;
}

.form-group .form-control {
    font-weight: 500;
}

.bootstrap-filestyle label.btn.btn-default {
    margin-top: -10px;
    background: #acbfc2;
    color: white;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
}

.bootstrap-filestyle label.btn.btn-default:hover {
    background: #5bc0de;
}

.btn .btn-default {}

.bootstrap-filestyle.input-group {
    max-width: 600px;
}

.bootstrap-filestyle input.form-control {
    font-weight: 500;
    opacity: 1 !important;
    color: #000 !important;
    margin-top: -10px;
    background: white;
    border: none !important;
    box-shadow: none !important;
}

.bootstrap-filestyle .form-group input {
    font-weight: 500;
    color: black!important;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da;
}

 .was-validated .form-check-input:invalid~.invalid-feedback {
    display: inline-flex;
 }

/* END: Form Styles */



/* BEGIN: Admin Slider */


/* The switch - the box around the slider */

.material-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.material-switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 10px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -5px;
    background-color: #eee;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #9a9a9a;
}

input:checked+.slider {
    background-color: orange;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
}


/* Rounded sliders */

.slider {
    border-radius: 34px;
}

.slider:before {
    border-radius: 50%;
}


form.material-switch {
    margin-right: 30px;
}

.table-managed {}

/* END: Admin Slider */



/* BEGIN: Table Contents Fix */

.cell-trunc-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

.cell-trunc-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.cell-trunc-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}


/* END: Table Contents Fix */
