﻿


input[type="submit"] {
    position: relative;
    background: #434343;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    font-weight: 200;
    font-size: 1em;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    width: 205px;
    /*margin: 2px;*/
}

.selectedImageTemplate {
    /*border: 1px solid #00539c;*/
    /*border-radius: 2px;*/
    height: 46px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.selectedImageTemplate img {
    float: right;
    height: 100%;
    max-width: 66px;
}

.noSelectedImageTemplate span {
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #00539c;
}

.noSelectedImageTemplate div.iconContainer {
    /*background-color: #00539c;*/
    width: 65px;
    float: right;
    height: 100%;
    padding-left: 10px;
}

.selectedImageTemplate div.textContainer {
    padding-right: 8px;
    word-wrap: break-word;
    overflow: hidden;
    vertical-align: middle;
    max-height: 100%;
    position: absolute;
    left: 0;
    width: calc(100% - 74px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select#language, select#role {
    color: #000 !important;
}

.header-base select {
    border: none !important;
    box-shadow: unset !important;
    padding: 0 !important;
    font-weight: 800;
    font-size: 30px;
}

#newEvent select,
#newEvent a.btn-primary {
    display: inline-block;
}


#event input[type="text"],
#products input[type="text"],
#employees input[type="text"],
#caption input[type="text"],
#adduserToPresentationName input[type="text"] {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #000000;
}

/*Image Select2.png for colorpicker*/
#settingsFrame #rgb {
    position: relative;
    border: 0px;
    padding: 0px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url('../media/images/colorpicker/select.png') repeat scroll center transparent;
}

#menu input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #cb3d35;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    font-weight: 200;
    font-size: 1em;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    width: calc(100% - 10px);
    margin: 5px;
}

#addUserToEventConfirmation,
#addUserToPresentationConfirmation {
    position: absolute;
    width: 220px;
    margin-left: 470px;
}

#addUserToEventWidget input[type="text"] {
    position: absolute;
    background: #434343;
    padding: 7px 7px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    width: 220px;
    margin-left: 10px;
}

#adduserToPresentationName {
    position: absolute;
    background: #434343;
    padding: 7px 7px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    width: 220px;
    margin-left: 10px;
}

#feedbackItemAddForm input[type="text"] {
    position: relative;
    background: #434343;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    width: 220px;
    margin: 0;
}

input.settings-frame-button {
    position: relative;
    background: #434343;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    margin: 0;
}

.duplicate-presentation-button settings-frame-button {
    /*.save-presentation-button {*/
    width: 240px;
    height: 34px;
    background: #50aa38 !important;
    border: none;
    border-radius: 2px;
    margin-right: 4px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

#showPresentationSettingsTemplate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

/*active class is applied when button is actually not clickable*/
#showPresentationSettingsTemplate button.btn.save-presentation-button {
    background: #337BB7;
    color: #ffffff;
    margin-bottom: 10px;
}

#showPresentationSettingsTemplate button.btn.save-presentation-button.active {
    background: #cccccc;
}

#showPresentationSettingsTemplate button.btn.cancel-presentation-button {
    background: #FF663A;
    color: #ffffff;
}

#showPresentationSettingsTemplate button.btn.cancel-presentation-button.active {
    background: #cccccc;
}

#showPresentationSaveCancelTemplate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px;
}

/*active class is applied when button is actually not clickable*/
#showPresentationSaveCancelTemplate button.btn.save-presentation-button {
    color: #ffffff;
    margin-bottom: 10px;
}

#showPresentationSaveCancelTemplate button.btn.save-presentation-button.disabled {
    background: #cccccc;
    cursor: default;
}

#showPresentationSaveCancelTemplate button.btn.cancel-presentation-button {
    color: #ffffff;
}

#showPresentationSaveCancelTemplate button.btn.cancel-presentation-button.disabled {
    background: #cccccc;
    cursor: default;
}

#settingsFrame button i,
#optionsFrame button i {
    margin-right: 8px;
    padding-top: 1px;
    vertical-align: baseline;
}

#settingsFrame .slide-editing button i {
    margin-right: 0px;
    padding-top: 0px;
}

#settingsFrame .duplicate-delete {
    margin-top: 20px;
}

#settingsFrame .duplicate-delete button:first-of-type {
    margin-bottom: 10px;
}

#addEmployee {
    position: relative;
    background: #50aa38;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    width: 240px;
    margin-top: 2px;
}

#fileFormSubmitButton {
    position: relative;
    background: #50aa38;
    padding: 10px 10px;
    color: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 34px;
}

button.delete-employee {
    background: #cb3d35;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 34px;
    margin: 0;
}

#buttonEventWrapper {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 40px;
}

#deleteEvent,
#cancelEvent {
    width: 118px;
}

#saveEvent {
    width: 118px;
}

.settingsLabel {
    width: 100px;
    display: inline-block;
}

#deleteFeedbackProduct {
    width: 118px;
    height: 34px;
    background: #cb3d35;
    border: none;
    border-radius: 2px;
    margin: 2px 4px 0 0;
    color: #fff;
    cursor: pointer;
    position: relative;
}

#addFeedbackProduct {
    width: 240px;
    height: 34px;
    background: #50aa38;
    border: none;
    border-radius: 2px;
    margin: 2px 4px 0 0;
    color: #fff;
    cursor: pointer;
    position: relative;
}

#userListForPresentation,
#userListForEvent {
    background: #fafafa;
    border: none;
    padding: 0;
    margin: 1em 0 1em;
    border-radius: 4px;
    width: 484px;
    border-spacing: 0;
}

#userListForPresentation td, #userListForEvent td {
    font-weight: 600;
}

#userListForPresentation th, td, #userListForEvent th, td {
    padding: .3em;
    text-align: left;
}

th {
    font-weight: normal;
}

#userListForPresentation > td:nth-child(even),
#userListForEvent > tr:nth-child(even) {
    background: #e2e2e2;
}

/*tr:nth-child(even) {*/
/*background: #e2e2e2;*/
/*}*/
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: rgba(225, 225, 225, 0.2) !important;
}

.step-slider-upload-drop-zone {
    background-color: #fafafa;
}

.step-slider-descriptive-text {
    position: absolute;
    text-align: center;
    left: 0;
    margin-top: -50px;
    font-size: 14px;
    top: 50%;
    width: 100%;
    height: auto;
    color: rgba(0, 0, 0, 0.5);
}

input[type="file"] {
    width: 888px;
    height: 578px;
    /* overflow: hidden; */
    color: #fff;
    background: url(../media/images/arrow_down.png) no-repeat right #50aa38;
    outline: none;
    margin-right: 4px;
    margin-bottom: 4px;
    background-position-x: 98%;
    border-radius: 2px;
    cursor: pointer;
    top: -8px;
    position: relative;
}


ul.user-list-presentation {
    list-style: none;
    padding-left: 0;
}

li {
    list-style: none;
}

.wrapper {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 1em;
    margin-bottom: 1em;
}


input[type="button"] .cancel-presentation-button.active settings-frame-button {
    background: #ff0000;
}

textarea {
    position: relative;
    padding: 9px 9px;
    background: #434343;
    /*TODO: unsure if works without important */
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    left: 0px;
    resize: none;
    top: 10px;
    width: 520px;
    height: 180px;
}

#settingsFrame .dd .ddTitle .ddTitleText {
    padding: 18px 15px;
    position: relative;
}

#settingsFrame #backgroundImagesContainer .dd .ddTitle .ddTitleText,
#settingsFrame #videoContainer .dd .ddTitle .ddTitleText,
#settingsFrame #imageContainer .dd .ddTitle .ddTitleText {
    padding: 5px 30px 5px 80px;
    height: 60px;
    position: relative;
}

#settingsFrame .dd .ddTitle .ddTitleText img {
    position: relative;
}

#settingsFrame #slideContainer .dd .ddTitle .ddTitleText {
    padding: 5px 15px 5px 5px;
}

#settingsFrame .dd .ddTitle .ddTitleText .ddlabel {
    position: absolute;
    top: 50%;
    left: 85px;
    word-break: break-all;
    width: 115px;
    width: calc(100% - 110px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#settingsFrame .dd .ddTitle {
    color: #333;
    background-color: #fff;
    border: 1px solid #cccccc;

    background: initial;
    overflow: hidden;
    overflow: hidden;

    cursor: pointer;
}

#settingsFrame .dd .ddTitle:after {
    content: "\E602";
    display: inline-block;
    width: 20px;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #065da6;
    /* vertical-align: top; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#settingsFrame .dd .ddChild li.hover,
#settingsFrame .dd .ddChild li.selected {
    background-color: #065da6;
    color: #ffffff;
}

#settingsFrame .dd .ddChild li.hover .ddlabel,
#settingsFrame .dd .ddChild li.selected .ddlabel {
    color: #ffffff;
}

#settingsFrame button,
input[type="button"] {
    width: 100%;
    position: relative;
}

#settingsFrame button:focus {
    outline: none;
}

#settingsFrame #showSlideSettingsTemplate button:not(:nth-of-type(even)):last-of-type {
    width: calc(100% - 10px);
}

#settingsFrame #showSlideSettingsTemplate button.add-attachment-button span {
    margin-left: 5px;
}

#settingsFrame #imageConvertingContainer button i,
#settingsFrame #showSlideSettingsTemplate button i {
    vertical-align: baseline;
}

#settingsFrame #showSlideSettingsTemplate .btn-bar.slide-options {
    width: 100%;
    float: left;
    display: block;
    margin: 15px 0;
}

#settingsFrame #showSlideSettingsTemplate .btn-bar.slide-options button {
    width: calc(50% - 10px);
}

h3#email {
    top: -76px;
    position: relative;
    left: 90px;
    display: inline-block;
}

span#emailblind {
    top: 0px;
    position: relative;
    left: 0px;
    display: inline-block;
}

.separationSpace {
    margin-top: 15px;
    display: inline-block;
}

.radio-box {
    width: 33%;
    float: left;
}

.radio-box input[type=radio] {
    margin: 4px 10px 4px 0;
}

#isInfoText {
    margin-right: 4px;
}

.numberFiles span {
    color: #434343;
    margin-left: .7em;
    margin-top: .4em;
    display: inline-block;
}


/* MEDIA QUERY HACK FOR CUSTOMIZED BROWSER BARS IN IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #slidesFrame {

        /*scrollbar style*/
        scrollbar-base-color: #50aa38;
        scrollbar-base-color: #50aa38;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-highlight-color: #50aa38;
        scrollbar-track-color: #eeeeee;
        scrollbar-arrow-color: #50aa38;
        scrollbar-shadow-color: #50aa38;
        scrollbar-dark-shadow-color: #50aa38;

    }
}
