/*Old DataGrid styles*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../aspnet_client/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.DataGrid a {
    font-size: 11px;
    color: #1b2574;
    font-family: Arial;
    text-decoration: none;
}

    .DataGrid a:hover {
        font-size: 11px;
        color: #6B85d4;
        font-family: Arial;
        text-decoration: none;
    }

.font-weight-bold {
    font-weight: bold;
}

.DataGrid-Bold a {
    font-size: 11px;
    color: #1b2574;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

    .DataGrid-Bold a:hover {
        font-size: 11px;
        color: #6B85d4;
        font-family: Arial;
        font-weight: bold;
        text-decoration: none;
    }

.DataGrid-Text {
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

.DataGrid-text-Bold {
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.DataGridHeader TD, .DataGridHeader TD A {
    background-color: #2533a9;
    color: #FFFFFF;
    font-family: arial;
    font-size: 11PX;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

    .DataGridHeader TD A:hover {
        background-color: #2533a9;
        color: #FFFFFF;
        font-family: arial;
        font-size: 11PX;
        font-weight: bold;
        vertical-align: middle;
        padding-right: 5px;
        padding-left: 5px;
        text-decoration: underline;
    }

.DataGridFooter {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    color: #1b2574;
    font-family: verdana;
    font-size: 9PX;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.DataGridItemTree TD {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    color: black;
    font-family: arial;
    font-size: 11PX;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.DataGridItem TD {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    color: black;
    font-family: arial;
    font-size: 11PX;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-left-color: #EBEBEB;
    border-right-color: #EBEBEB;
}

    .DataGridItem TD:hover {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #F2F2F2;
        color: black;
        font-family: arial;
        font-size: 11PX;
        vertical-align: middle;
        padding-right: 5px;
        padding-left: 5px;
    }

.AlternateDataGridItemTree TD {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #E8E8E8;
    color: black;
    font-family: arial;
    font-size: 11PX;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.AlternateDataGridItem TD {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    color: black;
    font-family: arial;
    font-size: 11PX;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-left-color: #EBEBEB;
    border-right-color: #EBEBEB;
}

.GridHeaderDesc {
    background: #999999 url(Images/desc.gif) no-repeat 98% 5px;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.GridHeaderAsc {
    background: #999999 url(Images/asc.gif) no-repeat 98% 5px;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

/* Tab Navigation */
.top-buffer {
    /*margin-top: 5px;*/
    margin-bottom: 5px !important;
}

.navbar > li:hover {
    background-color: black;
}

.navabar > li > a:hover {
    color: black;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

    .nav-tabs > li > a {
        background: #DADADA;
        border-radius: 0;
        box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        background: #F5F5F5;
        box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
    }

/* Tab Content */
.tab-pane {
    background: #F5F5F5;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    text-align: center;
    padding: 10px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
    padding: 5px 15px;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 4px;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(119, 119, 119, 1);
        background-color: rgba(248, 248, 248, 0);
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(51, 51, 51, 1);
            background-color: rgba(126, 200, 242, 1);
            background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(126, 200, 242, 1) 100%);
            background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(126, 200, 242, 1) 100%);
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(85, 85, 85, 1);
        background-color: rgba(126, 200, 242, 1);
        background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(126, 200, 242, 1) 100%);
        background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(126, 200, 242, 1) 100%);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #7ec8f2;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #7ec8f2;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #7ec8f2;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #f8f8f8;
        }


/*Login Form*/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 100px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0.9;
    opacity: 0.9;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.form-control {
    padding-bottom: 0px;
    padding-top: 0px;
    height: 24px;
}

div.account-wall > table {
    width: 100%;
}

    div.account-wall > table td:first-child {
        text-align: center;
    }

    div.account-wall > table td table input[type="text"], input[type="password"] {
        width: 85%;
    }

.account-line {
    border-bottom: 10px #73ACDD solid;
}

.table-head {
    background-color: #73ACDD;
}

.table-head a {
    color: #FFFFFF;
}

/*Change style for BootstrapDialog*/
div.modal-header {
    padding: 5px 15px;
}

/*Replace designer styles*/

.word-break {
    -moz-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
    white-space: pre-wrap;
    padding: 5px 0px;
}

#tabs select.form-control {
    padding: 0px;
}

.typeahead.dropdown-menu {
    font-size: 11px;
    overflow: auto;
}

    .typeahead.dropdown-menu a {
        padding-left: 2px;
        padding-right: 2px;
        white-space: pre-wrap;
    }

#tabs .col-lg-8 {
    padding-left: 5px;
    padding-right: 5px;
}

#manageTablesPopup select.form-control {
    padding-left: 0;
    padding-right: 0;
}

/*Modal*/

@media (min-width: 992px) {
    .modal-lg {
        width: 50%;
    }
}

.modal-open.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*Footer*/
/*.footer-container {
    margin-top: 10px;
    bottom: 10px;
    left: 10px;
    position: static;
    width: 100%;
    background-color: #73ACDD;
}

    .footer-container span {
        color: white;
    }*/

h3.ui-accordion-header {
    margin-top: 0;
}

.help {
    background: url(../../Content/Images/info.png) no-repeat;
    width: 24px;
    height: 24px;
}

.control-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.control-icon.control-fileuploaderlink {
    background: url(../../Content/Images/file.png) no-repeat transparent;
}

.control-icon.control-icon-delete {
    background: url(../../Content/Images/deleteFile.png) no-repeat transparent;
}

    .control-icon.control-faq {
        background: url(../../Content/Images/info.png) no-repeat transparent;
    }

    #progress-bar {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10px;
  left: 5%;
  width: 90%;
}

.mce-fullscreen {
    z-index: 1001 !important;
}

.marginPager {
    margin-top: 0 !important;
}

.margin-right-col {
    margin-right: 12px;
}

.chart-range, .chart-range-legend {
    margin: 0 auto;        
}

    .chart-range .ui-slider-range {
        background-color: #73ACDD;
    }

.validationMessage {
        color: #a94442;
    }

.validationElement {
        color: #a94442 !important;
        border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px #000000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }

    .validationElement:focus {
        border-color: #843534 !important;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.dataTables_length {
    padding-top: 8px;
}

.dataTables_length .form-control {
    height: 24px;
}

.pager-right {
    margin-right: 0;
    padding-right: 0;
}
.loader-wrapper {
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: white;
    opacity: 0.8;    
}

.loader-spinner {
    width: 72px;
    height: 72px;
    background: url(../Images/spinner.svg);
}

#campaignList {
    position: relative;
}

.tree-view-item-selected {
    background-color: #dbe7f5;
    border-radius: 3px;
    font-weight: bold;
}

.children-count {
    color: #ccc;
}

.tree-root-elements>.tree-view-item .children-count {
    color: #fff;
}

.tree-view-item-toggle {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tree-view-toggle-hidden {
    opacity: 0;
}

.tree-view-item-children {
    list-style-type: none;
    padding-left: 1.5em;
}

.tree-view-item-collapsed {
    height: 0;
    overflow: hidden;
}

.tree-root-elements {
    display: inline-block;
    list-style-type: none;
    width: 35%;
    padding-left: 0;
    border: 1px solid #337ab7;
    border-radius: 4px;
}

.edit-panel {
    width: 50%;    
    position: absolute;
    left: 40%;    
    overflow-y: auto;
    height: 100%;
}

.edit-panel-sticky {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    left: 10px;
    cursor: pointer;
    font-size: 12px;
    display: none;
}

#tree {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: 80%;
}

.tree-view-item {
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

.tree-view-item-actions {
    display: none;
}

.tree-view-item:hover .tree-view-item-actions {
    display: initial;
}

.add-tree-view-item,
.delete-tree-view-item,
.edit-tree-view-item-permissions,
.edit-tree-view-item-attachments {
    padding: 4px 8px;        
    border-radius: 20px;
    cursor:pointer;
}

.add-tree-view-item:hover,
.delete-tree-view-item:hover,
.edit-tree-view-item-permissions:hover,
.edit-tree-view-item-attachments:hover {
    background-color: #dbe7f5;
}

.tree-root-elements>.tree-view-item .add-tree-view-item:hover,
.tree-root-elements>.tree-view-item .delete-tree-view-item:hover,
.tree-root-elements>.tree-view-item .edit-tree-view-item-permissions:hover,
.tree-root-elements>.tree-view-item .edit-tree-view-item-attachments:hover {
    background-color: #ccc;
}

.tree-view-item-selected .add-tree-view-item:hover,
.tree-view-item-selected .delete-tree-view-item:hover,
.tree-view-item-selected .edit-tree-view-item-permissions:hover,
.tree-view-item-selected .edit-tree-view-item-attachments:hover {
    background-color: #327bba;
}


.tree-root-elements>.tree-view-item .delete-tree-view-item,
.tree-root-elements>.tree-view-item .edit-tree-view-item-attachments {
    display: none;
}

.tree-root-elements > .tree-view-item {
    background: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    border-top: 2px solid #ffffff;
    cursor: default;
    color: white;
    font-weight: bold;
}

.tree-root-elements > .tree-view-item:first-child {
    border-top: 0;
}

.pull-right {
    margin-left: 5px;
}

.odd:hover , .even:hover {
    background-color: #7ec8f2 !important; 
}

.popup-element {
    overflow-y: auto;
}

.modal-popup {
    overflow: initial;
}