﻿/*THE MAIN CSS*/

.row {
    margin-right: -140px;
    margin-left: -15px;
}

td {
    border: none;
}

th {
    border: none;
}
.btnLogin {
    background-color: #006176;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #009ec0;
    border-color: #204d74;
}

.chb {
    background-color: white;
}

.text-base {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.inputusername {
    width: 270px;
}

.requiredclass {
    padding-left: 5px;
}

.btnEdit {
    background-color: #009ec0;
    font-weight: bold;
    float: right;
    border: 1px solid white;
}

.btnDelete {
    background-color: red;
    font-weight: bold;
    float: right;
    border: 1px solid white;
}

.glyphicon {
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphiconFloat {
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicons {
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus:before {
    content: "\2212";
    padding-left: 2em;
}

.gridview_length {
    padding-top: 35px;
}

.gridview_length_company {
    padding-top: 35px;
    padding-left: 150px;
}

.hiddencol {
    display: none;
}

.users {
    border: #d3d3d3;
    padding-left: 0.5em;
}


.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            margin-left: -1px;
            margin-top: 2em;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #009ec0;
            background-color: #f5f5f5;
            border-color: #dddddd;
            margin-top: 2em;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.dataTables_length {
    padding-top: 25px;
    padding-right: 122px;
    padding-left: 146px;
}

.col-lg-4 {
    width: 15%;
}

.loginDisplay {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 35%;
}

.btnSave {
    background-color: #006176;
    font-weight: bold;
    width: 198px;
}

.btnBack {
    background-color: red;
    font-weight: bold;
    width: 198px;
}

.companies {
    border: #d3d3d3;
    padding-left: 0.5em;
    padding-right: 1em;
}

.searchBars {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-top: 20px;
}

.searchBar {
    border: none;
    width: 198px;
    height: 25px;
}

.reportButtons {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-items: right;
    /*margin-left: 260px;*/
}

.btnCreateReports {
    background-color: #006176;
    font-weight: bold;
    width: 215px;
}

.btnDeleteReports {
    background-color: #ff0000;
    font-weight: bold;
    width: 215px;
}

.gridview_length_reports {
    padding-top: 35px;
}

.btnDownload {
    background-color: green;
    font-weight: bold;
    float: right;
    border: 1px solid white;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.50;
    -moz-cpacity: 0.80;
}

#theprogress {
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-cpacity: 1;
}

#modelprogress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -55px;
}

.resizable:hover {
    border: 1px solid white;
}

.resizableBack:hover {
    border: 1px solid white;
}

body > #modelprogress {
    position: fixed;
}

.btnLeft {
    float: right;
}

.btnCreate {
    background-color: #006176;
    font-weight: bold;
    float: right;
    width: 198px;
}

.myTableCompanies_filter {
    float: right;
}

.dropdownMenu {
    border: none;
    width: 40px;
    height: 20px;
}

.flex_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 38px;
}

.firstColumn {
    display: flex;
    flex-direction: column;
}

.textAbove {
    font-size: 16px;
    color: darkslategrey;
}

.report_preview {
    background-color: #e6e6e6;
    width: 420px;
    height: 600px;
}

.report_preview_iframe {
    width: 420px;
    height: 600px;
    overflow: auto;
}

.fields {
    padding-top: 32px;
}

.input_items {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    align-items: end;
}

.item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: baseline;
}

.inputField {
    margin-bottom: 17px;
    width: 250px;
    height: 30px;
    border: none;
}

.inputFieldEditor {
    margin-bottom: 0px;
}

.divTxtEditor {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 17px;
}

.divRowEditor {
    margin-top: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    width: 250px;
}

.editorFontName {
    width: 90px;
    height: 30px;
}

.editorFontNameBack {
    width: 190px;
    height: 30px;
}

.editorFontSize {
    width: 60px;
    height: 30px;
}

.textEditorColor {
    width: 70px;
    height: 30px;
}

.colorPickerEditor {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 3px;
}

.colors {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 5px;
}

.colorLabel {
    padding-right: 15px;
    padding-top: 5px;
}

.inputColor {
    width: 220px;
}

.colorPicker {
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    margin-left: 1px;
}

.upload_items {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 15px;
}

.uploadLabel {
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 5px;
}

.uploadPath {
    display: flex;
    flex-direction: column;
    grid-row-gap: 2px;
}

.uploads {
    margin-bottom: 15px;
    border-radius: 5px;
    padding-top: 4px;
    padding-left: 4px;
    width: 250px;
    height: 30px;
    background-color: white;
    border: none;
}

.textPath {
    background-color: white;
    width: 250px;
    border: none;
    margin-bottom: 13px;
}

.horizontalLine {
    width: 250px;
    height: 3px;
    background-color: #c1c1c1;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.labelSlider {
    background-color: white;
    color: grey;
    font-weight: 200;
    height: 30px;
    width: 110px;
    padding-left: 2px;
    padding-top: 4px;
}

.slidecontainer {
    width: 140px;
}

.slider {
    -webkit-appearance: none;
    width: 140px;
    height: 28px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
}

    .slider:hover {
        background-color: darkgrey;
        border: 1px solid grey;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 30px;
        border-radius: 5px;
        background: #006176;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 30px;
        background: #006176;
        cursor: pointer;
    }

.finalButtons {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    padding-top: 17px;
}

.btnCreateCompany {
    background-color: #006176;
    color: white;
    font-size: 16px;
    width: 120px;
    border: none;
}

.btnBackCompany {
    background-color: red;
    color: white;
    font-size: 16px;
    width: 120px;
    border: none;
}

.rowTransparency {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rowDisabledBtns {
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: space-evenly;
}

.disabledButton {
    margin-bottom: 17px;
    width: 50px;
    height: 30px;
    border: none;
}

.divJustify {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.chkJustify {
    width: 250px;
}

.gridview_length_whitelabel {
    padding-top: 35px;
    padding-left: 150px;
}

.main_div {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 38px;
}

.multiviewButtons {
    display: flex;
    flex-direction: row;
    justify-content: right;
    column-gap: 20px;
}

.PreviewButtonRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.buttonPreview {
    background-color: #006176;
    color: white;
    font-size: 14px;
    width: 100px;
    border: none;
    margin-top: 5px;
}

.buttonActive {
    background-color: #006176;
    color: white;
    font-size: 14px;
    width: 100px;
    border: 5px solid white;
}

.frontMain {
    display: flex;
    flex-direction: row;
}

.backMain {
    display: flex;
    flex-direction: row;
}

.input_itemsWhiteL {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    align-items: end;
    padding-top: 20px;
}

.divRowEditorBack {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    width: 250px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.compDetails {
    margin-bottom: 0px;
    min-width: 250px;
    max-width: 250px;
    height: 100px;
    border: none;
}

.textEditorColor2 {
    width: 215px;
    height: 30px;
}

.rowLogoButtons {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    justify-content: right;
    margin-top: 5px;
    margin-left: 5px;
}

.itemText {
    display: flex;
    flex-direction: column;
}

.btnBackWhiteLabel {
    background-color: red;
    color: white;
    font-size: 16px;
    width: 120px;
    border: none;
}

.btnBackFront {
    background-color: red;
    color: white;
    font-size: 16px;
    width: 250px;
    border: none;
}

.previewLogo {
    padding-top: 20px;
}

.firstRow {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
}

.firstRowSocialNetworks {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
}

.lastRow {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
    justify-content: end;
}

.secondRow {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-end;
}

.generalDetails {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eeeeee;
    padding-right: 25px;
    align-items: end;
    margin-left: -80px;
}

.socialActivity {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eeeeee;
    padding-right: 25px;
    padding-left: 25px;
    align-items: center;
}

.getImage {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}

.dropdownList {
    width: 250px;
    height: 30px;
    margin-bottom: 17px;
    border: none;
    border-radius: 5px;
    background: #006176;
    color: white;
    text-align: center;
}

.designedTitle {
    width: 250px;
    height: 30px;
    margin-bottom: 17px;
    border: none;
    border-radius: 5px;
    background: #006176;
    color: white;
    text-align: center;
    padding-top: 4px;
    font-size: 14px;
}

.columnSocialNetwork {
    display: flex;
    flex-direction: column;
    align-content: baseline;
    padding-left: 3px;
}

.socialNetworks {
    margin-bottom: 35px;
}

.previewImageZoom {
    width: 250px;
    height: 250px;
    border: 10px solid grey;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoomRange {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sliderZoom {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: grey;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .sliderZoom:hover {
        opacity: 1;
    }

    .sliderZoom::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #006176;
        cursor: pointer;
    }

    .sliderZoom::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #006176;
        cursor: pointer;
    }

textarea {
    max-width: 100%;
}

input, select, textarea {
    max-width: 100%;
}

.txtSocial {
    min-width: 500px;
    max-width: 500px;
    min-height: 50px;
    max-height: 1000px;
    border-radius: 5px;
    border: none;
    outline: none;
}

label {
    padding-left: 10px;
}

.iconStyle {
    color: white;
    background-color: #006176;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    text-align: center;
    border: none;
    border-radius: 5px;
}

.previewBtn {
    color: white;
    background-color: #006176;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 70px;
    text-align: center;
    border: none;
    border-radius: 5px;
}

.rowWithPreviews {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}

.itemWithCheckbox {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}

.itemWithCheckboxConnected {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}

.inputTxtForPreview {
    width: 250px;
    height: 30px;
    border: none;
}

.previewEnteredText {
    min-width: 450px;
    max-width: 450px;
    min-height: 120px;
    max-height: 1500px;
    border-radius: 5px;
    border: none;
}

.displayLabel {
    display: flex;
    flex-direction: column;
    margin-top: -20px;
}

.enterValuesDiv {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: end;
}

.validatorDisplay {
    margin-top: -17px;
}

.validatorEmail {
    color:red;
    margin-left:130px;
}

.btnBackReport {
    background-color: red;
    color: white;
    font-size: 14px;
    width: 250px;
    height: 30px;
    border-radius: 5px;
    border: none;
}

.radioBtns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: 25px;
    margin-bottom: 17px;
    font-family: Poppins;
    font-weight: bold;
}

.lblForTextbox {
    margin-right: 200px;
}

.firstTxt {
    border: none;
    border-radius: 5px;
    width: 580px;
    height: 30px;
    margin-bottom: 20px;
}

.txtCompromised {
    border: none;
    border-radius: 5px;
    width: 360px;
    height: 30px;
    margin-bottom: 20px;
}

.txtPassword {
    border: none;
    border-radius: 5px;
    width: 200px;
    height: 30px;
    margin-bottom: 20px;
}

.btnShape {
    width: 120px;
    height: 30px;
    color: white;
    background: #006176;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins';
    text-align: center;
    border: none;
    border-radius: 5px;
}

.chooseTemplate {
    margin-bottom: 17px;
}

.btnGetResult {
    width: 250px;
    height: 30px;
    margin-bottom: 17px;
    margin-left: 40px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background: #006176;
    color: white;
    text-align: center;
    padding-top: 4px;
    font-size: 16px;
}

.btnsConnectedDisplay {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 20px;
}

.inputField2 {
    margin-top: 17px;
    margin-bottom: 17px;
    width: 580px;
    height: 30px;
    border: none;
}

.lastImage {
    width: 50px;
    height: 50px;
    margin-left: 260px;
    margin-top: -190px;
}

.rowShare {
    display: flex;
    flex-direction: row;
    justify-content: end;
    /*align-items:baseline;*/
    margin-top: 20px;
    margin-right: 100px;
}

.btnShare {
    width: 250px;
    height: 30px;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 16px;
    background: seagreen;
    color: white;
    margin-left: 40px;
    margin-right: 10px;
}

.txtShare {
    width: 360px;
    height: 30px;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    margin-left: 75px;
}

.lblShare {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins';
}

@media only screen and (max-width: 1200px) {
    .reportButtons {
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        justify-items: right;
        /*margin-left: 60px;*/
    }

    .firstRow {
        display: flex;
        flex-direction: row;
        column-gap: 30px;
        justify-content: center;
        justify-items: center;
        margin-top: 30px;
        width: 1200px;
    }

    .generalDetails {
        display: flex;
        flex-direction: column;
        border-right: 1px solid #eeeeee;
        padding-right: 25px;
        align-items: end;
        margin-left: -250px;
    }

    .firstRowSocialNetworks {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        margin-left: 200px;
        margin-right: -300px;
        margin-top: 30px;
    }

    .secondRow {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
        align-items: flex-end;
        margin-left: 200px;
    }

    

}
