button::-moz-focus-inner {
    border: 0;
}

a:active,a:focus,button:active,button:focus  {
    outline: none !important;
}
body {
    background-color: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    color:white;
    min-height: 100vh;
    padding-bottom: 30px;
}

.background {
    background-size: cover;
}

.background-1 {
    background-image:url("../../img/home-bgr-1.jpg");
}
.background-2 {
    background-image:url("../../img/home-bgr-2.jpg");
}
.background-3 {
    background-image:url("../../img/home-bgr-3.jpg");
}
.background-4 {
    background-image:url("../../img/home-bgr-4.jpg");
}
.background-5 {
    background-image:url("../../img/home-bgr-5.jpg");
}
.background-6 {
    background-image:url("../../img/home-bgr-6.jpg");
}
.background-7 {
    background-image:url("../../img/home-bgr-7.jpg");
}

.btn-primary {
    background-color: #ff8a00;
    border: medium none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #a47323;
    border-color: #a47323;
}
.btn {
    border-radius: 2px;
    padding:16px;
    font-size: 20px;
    font-weight: 600;
    height: 65px;
    width: calc((100% - 40px) / 2);
    text-transform: uppercase;
}
.btn span {
    position:relative;
    top:-10px;
}
.btn i {
    margin-right: 5px;
}
.or.borderless {
    border:none;
    top:2px;
    margin-left:0;
    margin-right: 0;
    position:relative;
    padding:6px;
}

.no-margin {
    margin: 0;
}

.no-resize {
    resize: none;
}

input[type=file] {
    display: inline-block;
}

.form-left-border {
    border-left: 3px solid;
}

/* Elements styles */

.light-heading {
    font-weight: 100;
}

.top-line {
    border-width: 5px;
    margin: 0;
    width: 100%;
}

.relative-top {
    position: relative;
    top: 0;
}

.logo {
    margin-top: 65px;
    /*margin-bottom: 155px;*/
    margin-bottom: 7vh;
    display:inline-block;
}
h1 {
    font-weight: 300;
    font-size:48px;
}
.description {

}

.home-form {
    top: 20%;
    position: absolute;
}

.logo-underline {
    border-width: 2px;
    margin-bottom: 0;
    margin-left: 80px;
    margin-top: 2px;
}

.form {
    background-color: #ffffff;
    padding: 15px;
}

.form-inactive {
    background-color: #f0f0f0;
}



.alert {
    margin: 10px 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.channels-list {
    padding: 40px;
}
.channels-list .form-group {
    text-align: left;
    padding-left:40px;
    padding-right:40px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.option-details-container {
    border-left: 3px solid;
}

.form-cancel {
    margin-left: 10px;
}

/*region Chanels list*/
.channels-list h1 {
    text-align:center;
    margin-bottom: 50px;
}
#submit-list-of-channel {
    height:60px;
    width:130px;
    font-size: 15px;
}
#continue-button {
    font-size: 15px;
    height: 60px;
    width: 130px;
}
.channels-list-button {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e8e8e8;
}
/*endregion*/
/* Colors */

.background-clr-pink {
    background-color: #ff8a00;
}

.txt-clr-pink {
    color: #ff8a00;
}

.border-clr-pink {
    border-color: #ff8a00;
}

.background-clr-grey-1 {
    background-color: #c6c6c6;
}

.txt-clr-grey-1 {
    color: #c6c6c6;
}

.border-clr-grey-1 {
    border-color: #c6c6c6;
}

.background-clr-grey-2 {
    background-color: #666666;
}

.txt-clr-grey-2 {
    color: #666666;
}

.border-clr-grey-2 {
    border-color: #666666;
}



/* Parsley error notifications */

.parsley-errors-list > li {
    background-color: #f2dede;
    border: 1px solid #a94442;
    border-radius: 4px;
    color: #a94442;
    margin-top: 5px;
    padding: 5px;
}

.parsley-errors-list {
    list-style: none outside none;
}

#LoadingImage {
    left: 50%;
    position: absolute;
    top: 50%;
}

#LoadingImage > img {

    margin-right: 10px;
}

.form-group {
    margin: 0 auto;
    text-align: center;
}

.checkbox input {
    width: auto;
    height: auto;
}

figure {
    background: #ddd;
    height: 40px;
    width: 40px;
    display: -ms-flex;
    display: -webkit-flex;
    display: inline;
    margin-left: 20px;
}

#play {
    width: 29px;
    height: 28px;
    background: #a4aaab;
    border: none;
    margin: auto;
    cursor: pointer;
}

#play:focus {
    outline: 0;
    border: 1px solid hsl(210, 58%, 69%);
    box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);

}

#play::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
    border-style: solid;
    border-width: 7px 3px 7px 13px;
    border-color: transparent transparent transparent black;
}

.description{
    margin-top:7vh;
    text-align: center;
    font-size:16px;
}
i {
    width:35px;
    height:35px;
    background-size: contain;
    background-repeat:no-repeat;
    content:"";
    display:inline-block;
    position:relative;
}
i.user-icon {
    background-image: url("../../img/user-icon.png") ;
}
i.learn-more-icon {
    background-image: url("../../img/learn-more-icon.png") ;
}
.slack-button-container {
    margin-top:10px;
}
.inputs-container {
    margin-top:3vh;
}
input {
    background-color:white;
    border:none;
    height:60px;
    padding:15px;
    font-size: 16px;
    color: #303030;
    width:100%;
    margin-top:15px;
}
input:invalid {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.modal-content {
    width: 400px;
    height: auto;
    background-color: white;
    color:black;
    text-align: center;
    border-radius: 2px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);;
}

.inline-buttons-container {
    margin-top:25px;
}

.modal-body .return {
    margin-top:30px;
}
.modal-body .return:hover {
    color:white;
}

.modal-body {
    padding-top: 35px;
}

#success-modal {
    position: fixed;
    top: calc((100vh - 200px) / 2);
    left: calc((100vw - 400px) / 2);
    z-index: 1000000;
}

#empty-list-modal .modal-content {
    width: auto;
    height: auto;
    background-color: white;
}
#empty-list-modal .modal-body {
    padding: 15px
}

#home .title {
    margin-bottom: 32px;
}

#home h4 {
    margin-bottom: 30px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

label {
    font-size: 16px;
}

@media screen and (min-height: 769px) {
    .logo {
        margin-bottom: 15vh;
    }
}

@media screen and (max-width: 640px) {
    .btn {
        width:100%;
        display:block;
    }
    .or.borderless {
        display:block;
    }
    .home-form {
        top: 10px;
    }

    .logo {
        margin-top: 5px;
    }

    #home .title {
        text-align: center;
        margin: 0 auto;
    }

    #home p {
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    #home h1 {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    form label {
        display:block;
        margin-bottom: 10px;
    }
    .inputs {
        text-align: center;
    }

    form input {
        margin-left: 0;
    }

    #success-modal {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        left: calc((100vw - 280px) / 2);
    }

    .modal-content {
        width: 280px;
    }

    .modal-body {
        padding: 15px;
    }


}