/*

 border: 1px solid #000;
*/


/* ----------------------------------------------- */


/* BASIC SETUP */


/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body {
    background-color: #f8f8f8;
    cursor: default;
    font-family: 'Helvetica Neue','Arial', 'Verdana', 'Helvetica', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: black;
    font-size: 13px;
    font-weight: normal;
    overflow-y: hidden;
}

/* ----------------------------------------------- */


/* REUSABLE COMPONENTS */


/* ----------------------------------------------- */

.rower {
    width: auto;
    max-width: 100%;
    margin: 0 10px;
}
.icon-medium {
    font-size: 150%;
    display: inline-block;
    position: relative;
}

.icon-small {
    font-size: 110%;
    color: #676767;
    display: inline-block;
    padding: 0 6px 0 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
}

th {
    overflow: hidden;
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
    display: table-cell;
    text-shadow: 0 1px rgba(255,255,255,0.4);
    border-color: #DFDFDF #929292 #929292 #DFDFDF;
    background: rgba(239, 238, 238, 1);
   
}

table{
  /*  width: 100%; */
    overflow-x: hidden;
}

.dashBoxContainerBorder .table>tbody>tr>td,.dashBoxContainerBorder .table>tbody>tr>th,.dashBoxContainerBorder .table>tfoot>tr>td,.dashBoxContainerBorder .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
   
}

/* ----------------------------------------------- */


/* Dashboard Head Bar */


/* ----------------------------------------------- */

.dashHeadBar {
    width: 100%;
    height: 32px;
}
.dashHeadBar label {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 0px;
}
.dashHeadBar i {
    float: left;
}
.dashHeadBar span {
    display: inline-block;
}

.dashHeadBar .bttdashcls{
    padding: 0 13px;
    color: #676767;
}

.dashHeadBar .bttdashcls:hover{
    color:#357ae8;
}
/* ----------------------------------------------- */


/* Dashboard tabs */


/* ----------------------------------------------- */

.dashTabBar {
    font-size: 12px;
    color: #FFF;
    overflow: visible;
    height: 28px;
    padding-right: 300px;
}
.dashTab, .dashTabmore {
    position: relative;
    vertical-align: top;
    margin-left: 4px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px;
    overflow: hidden;
}

.dashTab {
     display: inline-block;
}

.dashTabmore {
     display: inline;;
}
.dashTabInActive .dashTabContent{
    background: transparent -moz-linear-gradient(center top , rgb(95, 95, 95) 0%, rgb(56, 56, 56) 100%) repeat scroll 0% 0%;
    border-left-color: rgb(113, 113, 113);
    border-top-color: rgb(113, 113, 113);
    border-right-color: rgb(41, 41, 41);
    background: -webkit-linear-gradient(top, rgb(95, 95, 95) 0%, rgb(56, 56, 56) 100%);
}

.dashTabInActive:hover .dashTabContent{
        background: -webkit-linear-gradient(top, rgb(119, 119, 119) 0%, rgb(85, 85, 85) 100%);
        background: transparent -moz-linear-gradient(center top , rgb(119, 119, 119) 0%, rgb(85, 85, 85) 100%) repeat scroll 0% 0%;
}

.dashTabActive .dashTabContent {
    height: 28px;
    font-size: 105%;
    color: #444;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    border-color: #DFDFDF #929292 #929292 #DFDFDF;
    background: #CCC;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
    background: -webkit-linear-gradient(top, #EEE 0, #CCC 100%);
    background: -moz-linear-gradient(top, #EEE 0, #CCC 100%);
    background: linear-gradient(to bottom, #EEE 0, #CCC 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC', GradientType=0);
}

.dashTabHome{
    font-weight: bold;
    font-size: 111%;
    margin-left: 1px;

}
.dashTabContent {
    padding: 5px 10px;
    height: 28px;
    position: relative;
    overflow: hidden;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.dashTab, .dashTabContent {
     border-radius: 6px 6px 0 0; 
}

.dashTabActive {
    z-index: 4;
    height: 28px;
}

.dashTabIcon {
    position: relative;
    font-size: 112%;
    display: inline-block;
}

.dashTabIconClose {
    position: relative;
    font-size: 90%;
    display: inline-block;
}


.dashTabCaption {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    text-shadow: 0 1px rgba(255,255,255,0.4);
    zoom: 1;
    margin: 3px 5px;
}

.dashTabInActive .dashTabCaption {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    text-shadow: 0 0;
    zoom: 1;
    margin: 1px 5px;
}

.dropdownmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
    display: block;
    float: left;
    min-width: 360px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    visibility: visible;
}   

.open>.dropdown-menu {
    display: block;
}

.spanTxt{
    color: #585858;
    text-shadow: none;
    padding: 7px 20px;
    display: block;
    border-top: 1px solid #DEDEDE;
}

.markerTemp:hover{
    background-color: rgb(224, 240, 255); */
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-shadow: #FEFFFF 0px 1px 1px;
    -moz-box-shadow: #FEFFFF 0px 1px 1px;
    box-shadow: #FEFFFF 0px 1px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 1px 0 rgba(255,255,255,1);
    color: #000;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    width: 100%;
    
}


/* ----------------------------------------------- */


/* Below tabs Container */


/* ----------------------------------------------- */
.dashTabUnder{
    position: relative;
    width:100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    border-radius: 0 6px 6px 6px;
   
}

.dashBox{
    width:100%;
    border-width: 0;
    border-style: solid;
    border-color: #DFDFDF #929292 #929292 #DFDFDF;
    border-radius: 0 10px 6px 6px;
    background: #CCC;
    padding: 0;
    position: absolute;
    top: -1px;
    visibility: visible;
    margin: 0 0 0 1px;
   
   
}

.dashBoxContainer{
    position: relative;
    overflow: hidden;
    background: #FFF;
    width:100%;
    border-radius: 0 5px 5px 5px;
    z-index: 5;
}

.dashBoxContainerBorder {
    position: relative;
    width: 100%;
    height:90vH;
    border: 1px solid #999;
    border-radius: 0 5px 5px 5px;
}

.dashBoxContainerBorderwithScroll{
    overflow-x: hidden;
    overflow-y: scroll;
}

/* ----------------------------------------------- */
/* Below Explorer Container */
/* ----------------------------------------------- */
.dashExplorer{
    overflow: hidden;
    background-color: #FFF;
    display: inline-block;
    width: 20%;
    height: 100%;
    vertical-align: top;
    border-right: 1px solid #dedede;
}

/* ----------------------------------------------- */
/* Below Explorer left button to create */
/* ----------------------------------------------- */

.dashExplorerButton{
    padding: 15px;
    display: block;
    width: 100%
        
}

.dashExplorerButton .dropdown-menu,.dashExplorerButton .btn, .dashExplorerButton .btn-group{
    width: 100%
}

.dashExplorerButton .btn-primary{
    padding:2px;
}

/* ----------------------------------------------- */
/* Below Explorer left Tree pane */
/* ----------------------------------------------- */

.dashTreeContainer{
    display: block;
    width:100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 90%;
}

.dashExplorerTreeRoot{
    margin:0 0 10px 0;
    list-style-type: none;
}

.rootExplorer{
    padding:0 0 0 9px;
    font-size: 115%;
    font-weight: bold;
}

.treeNodeContainer{
    border: 1px solid #fff;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.toggleIcon{
    font-size:150%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.containerIcon{
    padding: 3px 0 0 0;
}

.containerIcon,.chldContainerIcon,.containerIcont{
    font-size:150%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    
}

.containerIcont{
    font-size:140%;
}

.chldContainerIcon{
    padding: 3px 0 0 5px;
}

.treeNodeText,.chldtreeNodeText,.treeNodeTextT{
    height: 25px;
    line-height: 25px;
    margin-left: 2px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
   
}

.treeNodeTextT{
    padding: 3px 0 0 0;
}

.treeNodeText{
     padding: 6px 0 0 0;
}

.chldtreeNodeText{
     padding: 4px 0 0 2px;
}

.ion-android-share-alt{
   color:#337ab7;
   padding: 3px 2px 0 4px;  
}

.ion-trash-a{
    padding: 1px 3px 0 1px;
    color:gray
}

.ion-clipboard{
    padding: 3px 3px 0 0;
    color: #146f14;
}

.ion-earth{
    font-size: 140%;
    padding: 3px 2px 0 0;
    color: gray;
}

.ion-gear-a{
    padding: 3px 1px 0 2px;
    color: gray;
}

.ion-card{
    padding: 4px 1px 0 2px;
    color: gray;
    font-size: 130%;
}

.ion-ios-people{
    padding: 3px 0 0 0;
    color: gray;
}

.ion-paper-airplane{
    color: gray;
}

.ion-ios-settings-strong{
    color:gray;
}

#rootGroupdiv .ion-android-share-alt{
 color:#337ab7;
 padding: 3px 2px 0 0;
}



.ion-android-folder-open{
 color: #B5AD2F;
}

.ion-android-arrow-dropright {
    padding: 3px 3px 0 6px;
}

.ion-android-arrow-dropdown {
    padding: 3px 1px 0 3px;
}
.treeNodeContainer:hover{
    background-color: #f9f9f9;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #000;
}

.treeNodeContainerSelected,.treeNodeSectorSelected,.treeNodeSectorGrpSelected,.treeNodeSectorRpSelected {   
     border: 1px solid #CCCCCC;
    -webkit-box-shadow: #FEFFFF 0px 1px 1px;
    -moz-box-shadow: #FEFFFF 0px 1px 1px;
    box-shadow: #FEFFFF 0px 1px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0px 1px 0 rgba(255,255,255,1);
    color: #000;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    width: 100%;
    white-space: nowrap;
    display: flex;
}
/* ----------------------------------------------- */
/* Divider */
/* ----------------------------------------------- */


.dashdivider{
    height:100%;
    display: inline-block;
    background: #CCC;
    border-width: 1px;
    border-style: solid;
    border-color: #DFDFDF #999 #929292 #DFDFDF;
}

/* ----------------------------------------------- */
/* Model Listing */
/* ----------------------------------------------- */

.dashModelList{
    overflow: hidden;
    background-color: #FFF;
    display: inline-block;
    width: 75%;
    height: 100%;
    vertical-align: top;
    
}

.dashModelListTxt{
    background-color: #e9f3f9;
    padding: 1px 0 0 10px;
    border: 1px solid #deeaf3;
    /* font-size: 10px; */
    margin: 6px 1px 6px 0;
    display: block;
    width: 100%       
}

.dashModelListTxt i {
    font-size: 180%;
    padding: 4px 0 0 5px;
}

.dashModelListTxt .rootExplorer{
    font-size: 130%;
    font-weight: normal;
    padding: 8px 0;
    color: gray;
}

/* ----------------------------------------------- */
/* Model Listing buttons */
/* ----------------------------------------------- */

.dashModelList .btn{
    padding:5px 6px; 
    font-size: 100%;
   
}

.dashModelList .btn-group{
    margin-left: 6px;
     
}

.dashModelList .dashModelListCheck{
    margin-left: 6px;
}

.dashModelListTab{
    width:100%;
    display: block;
    margin:5px 0;
    overflow-y: scroll;
    height: 87%;
}

/* ----------------------------------------------- */
/* Model Listing Owners */
/* ----------------------------------------------- */

.dashModelUsers{
    width:23%;
    max-width: 23%;
    display: inline-block;
    overflow-x: hidden;
    height:100%;
    padding: 80px 0 0 0;
    vertical-align: top;
}

.generalCss{
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
        text-align: left;
}

