﻿body {
    font-family: 'Roboto Regular' !important;
    /*font-size: 12px !important;*/
}

/*html {
    overflow-y: hidden;
}*/
.SupportLogin {
}
.custom {
    width: 40px !important;
    font-family: 'Roboto Regular';
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
}

.increaseIcon {
    width: 25px !important;
    font-family: 'Roboto Regular';
    background-color: white;
    border: solid 0.5px gainsboro;
    height:30px;
}

#login-div {
    /*left:calc(50% - 180px);*/
    font-family: 'Roboto Regular';
    margin-left: 20px;
    margin-right:20px;
    padding-right: 10px;
    margin-bottom: 10px;
   
}
#enableModule-div {
    /*left:calc(50% - 180px);*/
    font-family: 'Roboto Regular';
    margin-left: 20px;
    /*padding-right: 20px;*/
    margin-bottom: 10px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#login-table th.header {
    padding-bottom: 15px;
}

.addHeight {
    height: 30px;
}

.addHeightForLables {
    height: 20px;
}

.addHeightForTextBox {
    height: 30px;
}

.addWidth {
    width: 120px;
}

.field-validation-error {
    color: red;
}

.textInputlablefirst {
    padding-left: 10px;
}

.textInputlable {
    padding-top: 30px;
    padding-left: 10px;
}
.textInputlableEnableModules {
    padding-top: 10px;
    padding-left: 10px;
}

.textInputlableProjectOptions {
    padding-top: 10px;
    padding-left: 17px;
    word-break: keep-all;
    line-height:15px;
    vertical-align: middle;
}
.textInputlableProjectCustomizations{
    padding-top: 10px;    
    padding-left: 17px;   
}

.textInputlableGlobalGallery {
    padding-top: 10px;
    padding-bottom: 10px;
}
.textInputColumn {
    padding-top: 10px;
    padding-left: 10px;
}
.textMessege{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:8px;
    line-height:20px;
    vertical-align:central;
}
.validationMessgecolumn {
    /*position: absolute;
    display: inline-block;*/
    display: flex;
    justify-content: right;
    height: 20px;
    line-height:20px;
    padding-left: 10px;
    /*text-align: right;*/
    float: right;
    /*margin: auto;*/
}
.validationMessgecolumnforConfigTable {
    /*position: absolute;
    display: inline-block;*/
    display: flex;
    justify-content: right;
    height: 20px;
    line-height: 20px;
    padding-right: 115px;
    text-align: center;
    float: right;
    /*margin: auto;*/
}
.blank_row {
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}

.marginL {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    align-content: center;
    padding-left: 20px;
    font-family: 'Roboto Regular';
}

    .marginL > input {
        font-family: 'Roboto Regular';
        font-weight: normal;
    }

.addHeight {
    height: 50px;
}

.addWidth {
    width: 30px;
}

.PanelFormbuilder {
    /*left:calc(50% - 180px);*/
    font-family: 'Roboto Regular';
    margin-left: 20px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
}

    .PanelFormbuilder .moduleOptions {
        /*left:calc(50% - 180px);*/
        font-family: 'Roboto Regular';
        font-weight: bold;
        /*margin-bottom: 5px;*/
        padding:10px 10px 10px 10px;
    }

.custom {
    width: 100px !important;
    font-family: 'Roboto Regular';
    height:30px;
}
.btn-outlineDark {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #000000;
    font-family: 'Roboto Regular';
    height: 30px;
    border-radius:5px;
    border-color:black;
}

    .btn-outlineDark:hover,
    .btn-outlineDark:focus {
        background-color: #000000;
       color:#FFFFFF;
      
        background-position: 0 -15px;
    }

    .btn-outlineDark:active,
    .btn-outlineDark.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }
moduleOptions {
    font-family: 'Roboto Regular';
    font-weight: bold;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 5px 5px 10px;
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}

.submitRow_EnableProjectOptions
{
    text-align:right;width:100%;padding-right:10px;padding-bottom:10px;background-color:white;
}
.inlineCheckbox {
    padding-left:10px;
}

.textbox-controlnumber {
    height: 30px;
    border: 1px #cccccc solid;
    line-height: 30px;
    padding-left: 10px;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #333333;
    text-align: right;
    outline: none;
    text-emphasis-position:left;
    width:150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
    .textbox-controlnumber:hover:not([disabled]) 
    {
        border: 0px;
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
        outline: none;
    }

.textbox-controlnumber:focus 
{
    border: 0px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    outline: none;
}

.textbox-controlnumber:disabled {
    background-color: #e4e4e4 !important;
    color: #adadad !important;
}


.Usermanagementoptions {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: grey;
    height: 36px;
    line-height: 20px;
    vertical-align: central;
}

.Usermanagementoptions:hover {
    height: 36px;
    line-height: 20px;
    background-color: gainsboro;
    vertical-align: central;
}

    .UsermanagementoptionsSignout {
        padding-top: 8px;
        font-family: 'Roboto Regular';
        font-size: 14px;
        color: #333333;
        height: 36px;
        line-height: 20px;
        border-top: solid;
        border-top-width: thin;
        border-top-color: grey;
    }

    .UsermanagementoptionsSignout:hover {
        padding-top: 8px;
        /*height:20px;*/
        background-color: gainsboro;
        height: 36px;
        line-height: 20px;
    }

    hr {
        color: black;
    }
    .gridContainer {
    padding:20px 20px 10px 20px;
    width:100%;
    overflow-x:auto;
    overflow-y:auto;
    max-width:750px;
    max-height:600px;
    }
.btnCancle {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
    width: 100%
}
.btnCancleArchives {
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
    width: 100%
}
#divTotalProjectArchiveSize {
    position:absolute;
    height:40px;
    padding-left:5px;
}
/*overrriding bootstrap class form second modal  popup*/
.modal + .modal {
    z-index: 2050;
}

.modal-backdrop + .modal-backdrop {
    z-index: 1045;
}

div[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}
