﻿/*
Main dialog layout
*/
/* dialog and body */
#dialogloading {
    text-align: center;
    margin-top: 190px;
}

#dialog img {
    width: 16px;
    height: 16px;
}

#dialog-modal {
    background-color: #f9f9f9; /*background-color: Black;*/
}

.dialogbody {
    background-color: #f9f9f9; /*background-color: red;*/
    padding: 0 3px;
    margin: 0px;
    overflow: hidden;
}

    .dialogbody form {
        padding: 0px;
        margin: 0px;
    }
/* content */
#dialogcontent {
    /*background-color: yellow;*/
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: auto;
    width: 760px;
}

#dialogselection {
    /*background-color: Aqua;*/
    height: 40px;
    vertical-align: middle;
}

#dialogaction {
    /*background-color: white;*/
    position: relative;
    height: 40px;
    vertical-align: middle;
}

#dialogtab {
    /*background-color: Blue;*/
    position: relative;
    height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.dialogiframe {
    margin: 0;
    padding: 0;
    width: 99%;
    height: 288px;
    border: 0px;
}
/* footer */
#dialogfooter {
    /*background-color: Green;*/
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100%;
}

#selectdialog {
    margin: 0;
    padding: 0;
    z-index: 999999;
}

    #selectdialog li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        z-index: 999999;
    }

        #selectdialog li a {
            display: block;
            margin: 10px 3px;
            padding: 3px;
            background-color: #fefefe;
            border: 1px solid #DFEAF5;
            text-align: center;
            text-decoration: none;
            z-index: 999999;
        }

            #selectdialog li a:hover {
                background: #DFEAF5;
            }

    #selectdialog div {
        position: absolute;
        visibility: hidden;
        background-color: #fefefe;
        border: 1px solid #DFEAF5;
        z-index: 999999;
        white-space: nowrap;
    }

.liUnselect {
    position: relative;
    float: right;
}

    .liUnselect div {
        right: 20px;
    }
/*
End main dialog layout
*/

/*
Specific dialog layout
*/
/*PivotDimensions.aspx, ModalEditQueryXML.aspx, ModalOptions2.aspx*/
.dialogwithcontentandfooter #dialogcontent {
    height: 384px;
}
/*ModalSave.aspx*/
#dialogwithcontent {
    /*background-color: yellow;*/
    height: 423px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 99.7%;
}
/*ModalTimeDimension.aspx*/
#timedimension #dialogcontent {
    height: 340px;
}

#timedimension #dialogtab {
    height: 40px;
}
/*ModalDimWebTree.aspx*/
#dimtree #dialogcontent {
    height: 300px;
}
/*Dimensions.aspx*/
#alldimensions #dialogcontent {
    height: 340px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.divdimensions {
    float: left;
    height: 323px;
    width: 297px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #adc9e6;
}

    .divdimensions h5 {
        padding: 0;
        margin: 3px;
    }
/*FAQAndContact.aspx*/
#faqandcontact {
    border: none;
    margin: 0;
}

    #faqandcontact iframe {
        margin: 0;
        padding: 0;
        height: 437px;
        border: none;
        width: 100%;
    }

    #faqandcontact #faqtab iframe {
        height: 363px;
    }

#faq {
    border: none;
    margin: 0;
}
.faqcontent {
    color: #666;
    line-height: 21px;
    font-family: Calibri;
    font-size: 10pt;
}
.faqquestionlinks {
    text-decoration: none;
    color: #2973bd !important;
    cursor: pointer;
}
.faqquestions {
    color: #1f497d !important;
    font-size: 13pt;
    font-weight: bold;
}
.faqtitle {
    color: #666;
    font-family: Arial,serif;
    font-size: 14pt;
    font-style: italic;
}
.faqquestionAndAnswerContainer {
    margin-top: 10px;
    width: 700px;
}
/*Contact.aspx*/
#divinsideiframe {
    width: 100%;
    height: 433px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*ModalDimWebTree3.aspx*/
#advanceddimension #dialogcontent {
    height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*ModalEditQueryXML.aspx*/
#uxXMLQueryData {
    width: 700px;
    height: 380px;
}
/*ModalDimSearch.aspx*/
#xmldimsearch {
    overflow: auto;
    height: 270px;
}
/*
End specific dialog layout
*/

/*
Pivot dimensions
*/
#pivotView {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

    #pivotView .cell {
        position: relative;
        height: 170px;
        overflow: hidden;
        border: 1px solid #dedede;
    }

    #pivotView #fdCell {
        background: #2973bd;
        margin-bottom: 26px;
    }

    #pivotView #hdCell {
        float: right;
        width: 345px;
        background: #dfeaf5; /*background: #c4d8ed;*/
    }

    #pivotView #vdCell {
        float: left;
        width: 345px;
        background: #f0f8ff; /*background: #fff2aa;*/
    }

    #pivotView .pTitle {
        margin: 0;
        padding: 5px;
        height: 20px;
        background: rgba(255, 255, 255, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff'); /* for IE */
        zoom: 1;
    }

    #pivotView .pContent {
        margin: 0;
        position: relative;
        height: 150px;
        overflow: auto;
        overflow-x: hidden;
    }

    #pivotView #fdvd {
        position: absolute;
        left: 126px;
        top: 174px;
        width: 80px;
        height: 16px;
    }

    #pivotView #fdhd {
        position: absolute;
        left: 550px;
        top: 174px;
        width: 80px;
        height: 21px;
    }

    #pivotView #vdhd {
        position: absolute;
        left: 364px;
        top: 258px;
        width: 32px;
        height: 42px;
    }

    #pivotView #hd-fd, #pivotView #fd-hd, #pivotView #vd-fd, #pivotView #fd-vd, #pivotView #hd-vd, #pivotView #vd-hd {
        width: 30px;
        height: 21px;
    }

.left {
    float: left;
}

#pivotView .connectedSortable {
    margin: 2px;
    padding: 5px;
    border: 1px solid #fff; /*background: #f1f1f1; */
    background: rgba(255, 255, 255, 0.35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ffffff', endColorstr='#60ffffff'); /* for IE */
    zoom: 1;
    list-style-type: none;
    min-height: 120px;
    cursor: pointer;
}

    #pivotView .connectedSortable li {
        position: relative;
        margin: 0 3px 3px 0;
        padding: 0.5em;
        font-size: 1.1em;
        font-weight: normal;
        zoom: 1;
        cursor: move;
    }

        #pivotView .connectedSortable li .handle {
            background: #fff;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 4px;
            cursor: move;
        }

#pivotView #fdCell li {
    float: left;
}

#pivotView .connectedSortable .ui-selecting {
    background: #FECA40;
}

#pivotView .connectedSortable .ui-selected {
    background: #F39814;
    color: white;
}

#pivotView .innerMove {
    float: right;
    margin-left: 10px;
}

    #pivotView .innerMove button {
        width: 1.5em;
    }

#pivotView .ui-button-text {
    padding: 0;
    line-height: 1;
}
/*
End pivot dimensions
*/

/*
Tabs
*/
/*old tab*/
ul.tabs {
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.tabs li {
        list-style-type: none;
        float: left;
        padding: 0;
        margin: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        ul.tabs li a {
            display: block;
            margin: 1px;
            padding: 5px;
            background: #b4cee8;
        }

        ul.tabs li.selected {
            border-bottom: none;
        }

            ul.tabs li.selected a {
                padding-bottom: 20px;
                background: #dfeaf5 url("../images/phylactere2.gif") no-repeat bottom center;
            }

div.panel {
    /*background-color:Gray;*/
    margin: 0 0 0 0;
    padding: 5px;
}

.hpTabs {
    margin: 0;
}

#timedimension div.panel {
    margin: 0;
}

#querymanager div.panel {
    clear: both;
    margin: 0;
    height: 466px;
    width: 99%;
    overflow-x: hidden;
    overflow-y: auto;
}

#timedimension ul.tabs li {
    width: 381px;
}
/*
End tabs
*/

/*
Buttons
*/
.buttonaction, .buttonaction:visited {
    float: left;
    text-align: center;
    display: block;
    background-color: #fefefe;
    border: 1px solid #DFEAF5;
    margin: 10px 3px;
    padding: 3px;
}

    .buttonaction:hover {
        background-color: #DFEAF5;
    }

#advanceddimension .buttonaction {
    margin: 2px;
    padding: 2px;
}

#dialogfooter a, #dialogfooter a:visited, #dialogfooter a:hover {
    text-align: center;
    width: 150px;
    display: block;
    margin: 8px;
    padding: 3px;
    cursor: pointer;
}

#dialogfooter .button, #dialogfooter .button:visited, #dialogfooter .button:hover {
    color: #2973bd;
    background-color: #aecfee;
    border: 1px solid #DFEAF5;
}

#dialogfooter .updatebutton, #dialogfooter .updatebutton:visited, #dialogfooter .updatebutton:hover {
    color: white;
    background-color: #5893cd;
    font-weight: bold;
    border: 1px solid #DFEAF5;
}

#findmember {
    float: left;
    margin-top: 10px;
}
/*ModalOptions2.aspx*/
#queryoptions input {
    margin-right: 3px;
    text-align: justify;
}
/*
End buttons
*/
/*
Other
*/
#counter {
    float: left;
    margin-top: 13px;
}
/*
End other
*/
/*
    Export
*/
    *::before, *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-12 {
        width: 100%;
    }
    
    .col-md-11 {
        width: 91.66666667%;
    }
  
    .col-md-10 {
        width: 83.33333333%;
    }
    
    .col-md-9 {
        width: 75%;
    }
    
    .col-md-8 {
        width: 66.66666667%;
    }
    
    .col-md-7 {
        width: 58.33333333%;
    }
    
    .col-md-6 {
        width: 50%;
    }
    
    .col-md-5 {
        width: 41.66666667%;
    }
    
    .col-md-4 {
        width: 33.33333333%;
    }
    
    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
    
    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        margin-bottom: 5px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
    }

    #liDeveloperAPI sup {
        vertical-align: top;
    }

    .radio, .checkbox {
        position: relative;
        display: block;
        min-height: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .radio label, .checkbox label {
            padding-left: 20px;
            margin-bottom: 0;
            cursor: pointer;
            font-weight: normal;
        }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 2px;
        font-weight: bold;
    }

    input, button, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .maxwidth {
        width: 100%;
    }

    .v-align-middle {
        vertical-align: middle;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    }

    .panel-info {
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading {
            background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
            background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
            background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
            background-repeat: repeat-x;
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1;
        }

    .panel-heading {
        padding: 5px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel-body {
        padding: 5px 15px;
    }

        .clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
            clear: both;
        }

        .clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
            display: table;
            content: " ";
        }
/*
    End Export
*/
