/** app layout **/
/* Created by staff of the U.S. Securities and Exchange Commission.
 * Data and content created by government employees within the scope of their employment 
 * are not subject to domestic copyright protection. 17 U.S.C. 105.
 * */
#app-container {
    position: absolute;
    width:100%;
    /*min-width: 1024px;*/
    /*max-width: 1920px;*/
    height: 95%;
    border:0;
    margin:30px 0 0 0;
}
#app-panel {
    position: fixed;
    right:0;
    border:0;
    margin:0;
    background-color: #D8D8D8;
    width:30%;
   /*padding:5px;*/
   margin-right:-30%;
   float: right;
   height:100%;
}
#app-panel1 {
    position: fixed;
    left:0;
    border:0;
    margin:0;
    background-color: #D8D8D8;
    width:30%;
    margin-left:-30%;
    float: left;
    height:100%;
}
#app-panel2 {
    position: fixed;
    left:0;
    border:0;
    margin:0;
    background-color: #D8D8D8;
    width:30%;
    margin-left:-30%;
    float: left;
    height:100%;
}

#app-panel-container {
    /*padding:5px;*/
    border:0;
    margin:0;
    height:100%;
    width:100%;
    overflow: auto;
}

#app-panel-help-container {
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #D8D8D8;
    z-index:0;
    padding:5px;
    display:none;
}

#app-panel-reports-container {
    border:0;
    margin:0;
    height:100%;
    width:100%;
    overflow: auto;
    
}

#app-panel-logo-container {
    width:100%;
    height:30px;
    background-color: #003768;
    text-align:left;
    padding-top:0px;
    padding-left:10px;
    color:#FFF;
    font-size:1.1em;
}

#app-panel-breadcrum-container {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1020;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 30;
    
    width:100%;
    height:25px;
    background-color: #003768;
    text-align:left;
    padding-top:0px;
    padding-left:10px;
    color:#FFF;
    font-size:13px;
    /*display: none;*/
}

#filterDataDiv{
	
	height: auto;
}

#app-inline-xbrl-doc {
    border:0;
    margin:0;
    width:100%;
    height:100%;
    position: relative;
}

#opener:hover {
   cursor: pointer;
}

/** media queries **/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
        #app-panel {
            width:100%;
            /*padding:5px;*/
            margin-right:-100%;
            float: right;
            max-width: 100%;
            height:100%;
        }
        #app-panel1, #app-panel2 {
            width:100%;
            margin-left:-100%;
            float: left;
            max-width: 100%;
            height:100%;
        }
        #app-inline-xbrl-doc {
            width:100%;
            height:100%;
        }
    }

@media all and (max-width: 1440px) {
    #app-panel-logo-container {
        font-size:.90em;
        padding-top:5px;
    }
}

/** spinner **/
.spinner {
  width: 40px;
  height: 40px;


}
/** toolbar spinner **/
.toolbarSpinner {
  width: 32px;
  height: 32px;


}
.double-bounce1, .double-bounce2 , .double-bounce3{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.double-bounce3 {
   opacity: 0.4;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/** general **/
.table-framed {
    width: 100%;
}

.table-framed, .table-framed th, .table-framed td {
    border:1px solid #003768;
    padding:5px;
}

.table-framed td {
    font-size: 12px;
}
/** general **/
.table-framed-onHover {
    width: 100%;
    min-width: 360px;
}

.table-framed-onHover, .table-framed-onHover th, .table-framed-onHover td {
    padding:3px;
}

.table-framed-onHover td {
    font-size: 12px;
}

.itemTable{
    font-size: 14px;
    
}

.itemTable td{
    padding: 2px;
}

.version-number {
    position: absolute;
    bottom:5px;
    right:5px;
    z-index: 100;
    color: #C0C0C0;
    font-size: .85em;
}

.font-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

label {
    font-weight: normal;
}

/** main toolbar **/
[data-btn-remove] {
    cursor: pointer;
}
[data-btn-removeHightlight] {
    cursor: pointer;
}
[data-btn-removeConcepts] {
    cursor: pointer;
}
[data-btn-removePeriods] {
    cursor: pointer;
}
[data-btn-removeUnits] {
    cursor: pointer;
}
.toolbar-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-right: 3px;
}

.toolbar-btn > input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: po
}

.toolbar-btn > .btn-file-input {
    display: inline-block;
    width: 24px;
    cursor: pointer;
}
.menuIcon {
    background-color:#003768;
    padding: 0px;
    border: 0px;
}

/** carousel **/
.carousel {
    min-height: 150px;
}

.carousel-control.left, .carousel-control.right {
    width: 5%;
}

.carousel-control .glyphicon {
    color: #003768;
}

.carousel-inner .item {
    overflow-y: auto;
    padding: 0px 20px 0px 30px;
    width: 98%;
    background:transparent;
    word-wrap: break-word;
}

.wordBreakDiv{
        max-width: 300px;
        word-wrap: break-word;
}

.carousel-label-container {
    background:transparent;
    position: absolute;
    top:0;
    height:100%;
}

.carousel-label-container.left {
    width:7%;
    left:0;
}

.carousel-label-container.right {
    width:12%;
    right:0;
}

.carousel-label {
    position: absolute;
    top:50%;
    color:#888888;
    text-shadow:none;
    font-size:1.1em;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space:nowrap;
    display:block;
}

.carousel-label.left {
    margin-left: 35%;
}

/** modal **/
.modal-backdrop.in {
    opacity: 0.10;
}

.modal-header .close {
    color:#FFF;
}

.modal-content {
    border-radius: 0;
    background-color: #DCDCDC;
    border:1px solid #003768;
    width:350px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-content {
        border-radius: 0;
        background-color: #DCDCDC;
        border:1px solid #003768;
        width:385px;
    }
}

.modal-header {
    background-color: #003768;
    padding:5px;
    border:0;
    color:#FFF;
}

.modal-header .close {
    background-color: transparent;
    opacity: 1;
    text-shadow: none;
}

.modal-title {
    font-weight: bold;
}

.modal-footer {
    border:0;
    padding:5px;
}

/*Default setting for the browsers*/
/** selection detail box **/
.selection-detail-container {
      display: none;
      position: absolute;
      top: -55px;
      left: -100px;
      z-index: 1049;
      width: 500px !important;
      border:2px solid #003768;
      border-radius: 6px;
      /* box-shadow: 20px 20px 20px #888888; */
      background-color: #DCDCDC;
      padding-bottom: 27px;
      margin-bottom: -20px;
}
.about-modal {
      display: none;
      position: absolute;
      top: -55px;
      left: -100px;
      z-index: 1049;
      width: 500px !important;
      border:2px solid #003768;
      border-radius: 6px;
      /* box-shadow: 20px 20px 20px #888888; */
      background-color: #DCDCDC;
      padding-bottom: 20px;
      margin-bottom: -20px;
      /*height:auto;*/
}

.about-modal table tr td, th{
      border:1px solid #003768 !important;
}
/** selection detail box **/
.selection-detail-container-onHover {
      display: none;
      position: absolute;
      z-index: 100;
      border:2px solid #C8C8C8;
      background-color: #FFF;
      opacity:0.94;
}

/** selection detail box **/
/* For Chrome*/
@supports (-webkit-appearance:none) {
     .selection-detail-container {
        display: none;
        position: absolute;
        top: -70px;
        left: -100px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
       /*  box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }   
}
@supports (-webkit-appearance:none) {
     .about-modal {
        display: none;
        position: absolute;
        top: -70px;
        left: -100px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
       /*  box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }   
}
/* For Morzila FF*/ 
_:-moz-tree-row(hover), .selection-detail-container {
    display: none;
    position: absolute;
    top: 0px;
    left: -100px;
    z-index: 1049;
    width: 500px !important;
    border:2px solid #003768;
    border-radius: 6px;
    /* box-shadow: 20px 20px 20px #888888; */
    background-color: #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
 _:-moz-tree-row(hover), .about-modal {
    display: none;
    position: absolute;
    top: 0px;
    left: -100px;
    z-index: 1049;
    width: 500px !important;
    border:2px solid #003768;
    border-radius: 6px;
    /* box-shadow: 20px 20px 20px #888888; */
    background-color: #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
 #instanceFileLi{
		display: block;;
	}
	
	#instanceFileIELi{
		display: none;
	}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #instanceFileLi{
		display: none;
	}
	
	#instanceFileIELi{
		display: block;
	}
}
 
 /* For IE*/   
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .selection-detail-container {
        display: none;
        position: absolute;
        top: -170px;
        left: -90px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
        /* box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .about-modal {
        display: none;
        position: absolute;
        top: -170px;
        left: -90px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
        /* box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .carousel-inner .item {
	    overflow-y: auto;
	    padding: 0px 20px 0px 30px;
	    width: 90%;
	    background:transparent;
	    word-wrap: break-word;
	}
}

/* For Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .selection-detail-container {
        display: none;
        position: fixed;
        top: -100px;
        left: -100px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
        /* box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }  
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .about-modal {
        display: none;
        position: fixed;
        top: -100px;
        left: -100px;
        z-index: 1049;
        width: 500px !important;
        border:2px solid #003768;
        border-radius: 6px;
        /* box-shadow: 20px 20px 20px #888888; */
        background-color: #DCDCDC;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }  
}      
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .selection-detail-container {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        /* background-image: -webkit-linear-gradient(bottom, #003768 0, rgba(0, 0, 0, .0001) 0%);
        background-image: -o-linear-gradient(bottom, #003768 0, rgba(0, 0, 0, .0001) 0%);
        background-image: -webkit-gradient(bottom, left top, right top, from(rgba(0, 0, 0, 100)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to top, #003768 0, rgba(0, 0, 0, .0001) 0%); */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
     .about-modal {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        /* background-image: -webkit-linear-gradient(bottom, #003768 0, rgba(0, 0, 0, .0001) 0%);
        background-image: -o-linear-gradient(bottom, #003768 0, rgba(0, 0, 0, .0001) 0%);
        background-image: -webkit-gradient(bottom, left top, right top, from(rgba(0, 0, 0, 100)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to top, #003768 0, rgba(0, 0, 0, .0001) 0%); */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-controls{
       width:150px
    }
    .wordBreakDiv{
        max-width: 180px;
        word-wrap: break-word;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-thumb {
	    background-color:#808080;
	}
}

/*for Ipad and android devices*/
@media only screen and (device-width: 768px), only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)
 {
	 .selection-detail-container {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
     .about-modal {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-controls{
       width:150px
    }
    .wordBreakDiv{
        max-width: 180px;
        word-wrap: break-word;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-thumb {
        background-color:#808080;
    }
}
/*for Ipad and android devices*/
@media only screen and (device-width: 768px), only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)
 {
	 .selection-detail-container {
        display: none;
        width: 500px !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .about-modal {
        display: none;
        width: 500px !important;
        position: fixed;
        top: 30%;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-controls{
       width:150px
    }
    .wordBreakDiv{
        max-width: 300px;
        word-wrap: break-word;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-thumb {
        background-color:#808080;
    }
}


@media only screen and (max-width:767px), only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation:portrait)
 {
	 .selection-detail-container {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 65px !important;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
     .about-modal {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 65px !important;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-inner{
    	height: 150px !important;
    	
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation:landscape)
 {
	 .selection-detail-container {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 65px !important;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .about-modal {
        display: none;
        width: 80% !important;
        position: fixed;
        top: 65px !important;
        left: 10%;
        background-color: #DCDCDC;
        border:2px solid #003768;
        padding-bottom: 20px;
        margin-bottom: -20px;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003768', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-inner{
    	height: 120px !important;
    	
    }
}

#selection-detail-carousel [data-content="label"] {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #CDCDCD;
    padding:0px 0px 7px 0px;
}
#about-carousel [data-content="companyInformation"] {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #CDCDCD;
}

.modalTitleLeft{
    width: auto;
    float: left;
    padding-left: 10px;
    }
    
.modalTitleRight{
    width:80px;
    float: right;
    text-align: right;
    }

.selection-detail-header {
    font-size:1.1em;
    color: #FFF;
    height:25px;
    background-color:#003768;    
}
.about-header {
    font-size:1.1em;
    color: #FFF;
    height:25px;
    background-color:#003768;    
}
.selection-detail-header-onHover{
	font-size:1.1em;
    height:25px;
    background-color:#C8C8C8; 
    text-align: center;  
}

.selection-detail-header .btn-copy {
    cursor: pointer;
    font-size: 1.1em;
    display: inline-block;
}

.selection-detail-header .btn-remove {
    cursor: pointer;
    font-size: 1.1em;
    display: inline-block;
}
.about-header .btn-remove {
    cursor: pointer;
    font-size: 1.1em;
    display: inline-block;
}
#selection-detail-carousel .row {
    margin-right: 0;
}
#about-carousel .row {
    margin-right: 0;
}
/** message box **/
#message-box-container {
    position: absolute;
    top:30px;
    left:0;
    height:auto;
    width: 100%;
    background-color: #FFCC00;
    display: none;
}

#message-box-container .message-btn {
    position: absolute;
    top:5px;
    right:15px;
    width:25px;
    height:25px;
}

#message-box-container .message-btn span {
    font-size: 18pt;
}

#message-content {
    padding: 10px;
    padding-right:27px;
    text-align: center;
}

/** progress box **/
.progress-bak {
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #000;
    opacity:.50;
}

.progress-container {
    text-align: center;
    display: none;
    z-index: 1005;
    position:absolute;
    margin: 15% 40% auto;
    width: 25%;
    background-color: transparent;
}

.progress-container h3 {
    display:none;
    color:#FFF;
    font-variant: small-caps;
    font-weight: normal;
}

/** panel **/
.unit {
    text-transform: capitalize
}

#filter-modal div[data-calendar-year] span {
    font-size: .80em;
    margin-right: 5px;
    cursor: pointer;
}

div[data-calendar-item] {
    margin-left:25px;
}

#search-panel a {
    color:#000;
    text-decoration: underline;
}

#search-panel .nav-buttons-container {
    position: relative
}

#search-panel .nav-buttons-container button {
    background-color: #e0e0e0;
    border:0;cursor: pointer;
    width:100px;
    font-weight: bold;
}
#search-panel .breadcrumb-container {
    position: relative;
    border:1px solid #C8C8C8;
    padding:1px;
}

.breadcrumb-container {
    padding-left:15px;
}

.panel-section {
    margin-bottom: 5px;
}

.factResultLinks{
	text-decoration:underline; 
	cursor:pointer;	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#panel-section-search {
    background-color: #DCDCDC;
    padding:0px;
}

#search-btn {
    height: 22px;
    padding-top: 0px;
    width:37px;
}

.searchIcon{
    font-size: 11px;
    margin-top: 3px;
    /*margin-left: 4px;
    margin-bottom: 1px;*/
}

@media(max-width:767px) {
    #search-btn {
        height: 20px;
    }
}

#search-input {
    height: 16px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
@media(max-width:767px) {
    #search-input {
        height: 16px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }
}
_:-moz-tree-row(hover), #search-input {
   height:22px;
	padding-top: 0px;
	padding-bottom:0px;
}
/*.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border-radius: 6px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
*/
#panel-section-results .btn-container .btn {
    background: transparent;
    border: 0;
}

#panel-section-results .btn-container .btn:focus {
    outline: none;
}

#panel-section-results-reports .btn-container .btn {
    background: transparent;
    border: 0;
}

#panel-section-results-reports .btn-container .btn:focus {
    outline: none;
}

#operatingCompanyTaggedSection{
	padding-bottom: 50px;
	min-height:600px;
}

@media(min-width:1367px) {
    #operatingCompanyTaggedSection{
		padding-bottom: 50px;
		min-height:736px;
	}
}

#results-header {
    background-color: #DCDCDC;
    padding:5px;
}

#results-header .row[class*='col-']:last-child {
  padding-left: 0;
}


/** about **/
#ele-table, #hidden-items-table {
    width:100%;
    border:1px solid #003768;
}

#ele-table td, #ele-table th, #ele-table tr {
    border:1px solid #003768;
    padding:2px;
    font-size: .95em;
    text-align: right;
}

#hidden-items-table td, #hidden-items-table th, #hidden-items-table tr {
    border:1px solid #003768;
    padding:2px;
    font-size: .95em;
    padding-left: 5px;
}

#ele-table th {
    text-align: center;
}

#ele-table td:first-child, #ele-table th:first-child {
    text-align: left;
}

/** settings **/
.simpleColorContainer {
    width:20px;
    display: inline-block;
    z-index: 1049;
}

/** help **/
#app-panel-help-container {
    height:100%;
    overflow: auto;
}
#app-panel-help-container .toolbar,  #app-panel-reports-container .toolbar,{
    margin-bottom: 7px;
}

#app-panel-help-container .toolbar h4,  #app-panel-reports-container .toolbar h4{
    margin:5px;
    display: inline-block;
}

#app-panel-help-container .btn,  #app-panel-reports-container .btn{
    padding:3px;
}

#app-panel-help-container .panel-heading,  #app-panel-reports-container .panel-heading{
    padding:7px;
}

#app-panel-help-container .panel-body, #app-panel-reports-container  .panel-body{
    font-size: .9em;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#app-panel-help-container {	
		padding: 1px;
	}	
}

#reportSection{
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 6px;
}

@media(max-width:767px) {
    .navbar .navbar-form {
        width: 120px;
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (min-width:768px) and (max-width:1269px) {
    /* In my particular design, I used a fluid grid limited to a 
       max-width of 1140px, while (if there is enough room)
       pushing the menu outside of layout, requiring a total
       limit of at least 1270px. 

       So, this first query applies to any screen-width less
       than 1270px, and adapts accordingly. */
       navbar .navbar-form {
        width: 120px;
        padding-left:0;
        padding-right:0;
    }
}
@media(min-width:1270px) {
    .navbar .navbar-form {
        width: 230px;
        padding-left:0;
        padding-right:0;
    }
}
.navbar .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fixedMenuBar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    border-width: 0 0 1px;
    background-color: #003768;
    border-color: #e7e7e7;
    color: #FFF;
    height: 30px;
    width: 100%;
}

    .separator {
        width: 1px;
        margin-top: 5px;
        height:20px;
        background-color: #FFF;
        float: left;
    }
    
    .homeSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 15px;
        float: left;
    }
 
    .searchSection {
        width: 30%;
        max-width: 200px;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .dataSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 15px;
        float: left;
        -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
    }
    
    .conceptsSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .moreFiltersSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .factsSection {
        width: auto;
        max-width: 120px;
        padding: 2px;
        margin-right: 10px;
        float: right;
        white-space: nowrap;
        -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
    }
    
@media (min-width: 768px) and (max-width:991px){
    .homeSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 15px;
        float: left;
    }
 
    .searchSection {
        width: 30%;
        max-width: 200px;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .dataSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .conceptsSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .moreFiltersSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .factsSection {
        width: auto;
        max-width: 120px;
        padding: 2px;
        margin-right: 10px;
        float: right;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
@media (min-width: 992px) and (max-width:1269px) {
    .homeSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 15px;
        float: left;
    }
 
    .searchSection {
        width: 30%;
        max-width: 250px;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .dataSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .conceptsSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .moreFiltersSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .factsSection {
        width: auto;
        max-width: 140px;
        padding: 2px;
        margin-right: 10px;
        float: right;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
@media (min-width: 1270px) {
    .homeSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 15px;
        float: left;
    }
 
    .searchSection {
        width: 30%;
        max-width: 300px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .dataSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .conceptsSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .moreFiltersSection {
        width: auto;
        padding: 2px;
        margin: 2px 10px 2px 10px;
        float: left;
    }
    
    .factsSection {
        width: auto;
        max-width: 140px;
        padding: 2px;
        margin-right: 10px;
        float: right;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.alert-dangers{
	background-color: #DCDCDC;
	color: #000000;
	border-style: solid;
    border-width: 5px;
    border-color: #003768;
    font-style: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
}

.customButton{
	font-family:arial, tahoma;
	font-size:10px;
    height: 18px;
	-webkit-appearance: none;
	-moz-appearance:none;
	background-color: #FFF;
	border: 1px outset #000;
	box-shadow: 2px 2px 5px #888888;
	padding: 0px 3px;
}

/******************************************************/
	Tagged Section
/******************************************************/

i {
  font-size:16px;
}

.list-unstyled li {
   margin-right: 10px;
}

/* indent 2nd level */
.list-unstyled li > ul > li {
   margin-left:10px;
   padding:3px;
   margin-right: 0px;
}

#documentTypeSingleLIDiv{
   margin-left:10px;
   padding:3px;
   margin-right: 10px;
	
}
#documentTypeSingleLIDivIfrs{
   margin-left:10px;
   padding:3px;
   margin-right: 10px;
	
}
#usGaapTaggedSection{
	padding-left: 5px;
	
}
#ifrsTaggedSection{
	padding-left: 5px;
	
}


@media (min-width: 768px) {
  #dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
  }
  
  #dropdown-submenu1:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) and (orientation:portrait)
{
    #settingsModalBody {
        height: 100%;
        overflow-y: auto;
    }
}

@media (max-width: 768px) and (orientation:landscape)
{
    #settingsModalBody {
        height: 100%;
        overflow-y: auto;
    }
}

/******************************************************/
/*********************Facts Results List **************/
/*****************************************************/

#labelWithoutButtons{
	display:inline-block;
    max-width:90%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
}

#labelWithBothButtons{
	display:inline-block;
    max-width:70%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
}

#labelWithThreeButton{
	display:inline-block;
    max-width:70%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
}

#labelWithOneButton{
	display:inline-block;
    max-width:85%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
}

#xbrlValueSpan{
	/*display:inline-block;
    max-width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;*/
    
    display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 25px;
	margin-top: 5px;
	line-height: 1;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.rightNavigation {
	margin:0px 0% 0px 3%;
  }
  .rightNavLinks {
	width:96%;	
  }
  
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rightNavLinks {
	width:90%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 2.5%;
  }
}
@media (min-width: 768px) and (max-device-width: 1280px) and (orientation:portrait){
  #labelWithoutButtons {
    max-width:180px;
  }
  #labelWithThreeButton {
    max-width:130px;
  }
  #labelWithBothButtons {
    max-width:140px;
  }
  #labelWithOneButton {
    max-width:150px;
  }
  .rightNavigation {
	margin:0px 10px 0px 8px;
  }
  .rightNavLinks {
	width:92%;	
  }

}
@media (min-width: 768px) and (max-device-width: 1280px) {
  #labelWithoutButtons {
    max-width:290px;
  }
  #labelWithThreeButton {
    max-width:235px;
  }
  #labelWithBothButtons {
    max-width:260px;
  }
  #labelWithOneButton {
    max-width:280px;
  }

}
@media (min-width: 768px) and (max-device-width: 1280px) and (orientation:portrait){
 #labelWithoutButtons {
    max-width:180px;
  }
  #labelWithThreeButton {
    max-width:130px;
  }
  #labelWithBothButtons {
    max-width:140px;
  }
  #labelWithOneButton {
    max-width:150px;
  }
  .rightNavigation {
	margin:0px 10px 0px 8px;
  }
  .rightNavLinks {
	width:92%;	
  }

}
@media (min-width: 1281px) and (max-device-width: 1366px) {
  #labelWithoutButtons {
    max-width:320px;
  }
  #labelWithThreeButton {
    max-width:280px;
  }
  #labelWithBothButtons {
    max-width:290px;
  }
  #labelWithOneButton {
    max-width:310px;
  }

}

@media (min-width: 1367px)  and (max-device-width: 1440px) {
  #labelWithoutButtons {
    max-width:355px;
  }
  #labelWithThreeButton {
    max-width:300px;
  }
  #labelWithBothButtons {
    max-width:316px;
  }
  #labelWithOneButton {
    max-width:330px;
  }

}

@media (min-width: 1441px)  and (max-device-width: 1600px) {
  #labelWithoutButtons {
    max-width:398px;
  }
  #labelWithThreeButton {
    max-width:346px;
  }
  #labelWithBothButtons {
    max-width:360px;
  }
  #labelWithOneButton {
    max-width:373px;
  }
 
}
@media (min-width: 1601px)  and (max-device-width: 1680px) {
  #labelWithoutButtons {
    max-width:430px;
  }
  #labelWithThreeButton {
    max-width:355px;
  }
  #labelWithBothButtons {
    max-width:375px;
  }
  #labelWithOneButton {
    max-width:385px;
  }
 
}
@media (min-width: 1681px)  and (max-device-width: 1920px) {
  #labelWithoutButtons {
    max-width:440px;
  }
  #labelWithThreeButton {
    max-width:385px;
  }
  #labelWithBothButtons {
    max-width:405px;
  }
  #labelWithOneButton {
    max-width:415px;
  }
 
}

/* iPad Portrait view*/
@media (max-width: 768px) and (orientation:portrait)
{
  #labelWithoutButtons {
    max-width:180px;
  }
  #labelWithThreeButton {
    max-width:130px;
  }
  #labelWithBothButtons {
    max-width:140px;
  }
  #labelWithOneButton {
    max-width:150px;
  }
  .rightNavigation {
	margin:0px 10px 0px 8px;
  }
  .rightNavLinks {
	width:92%;	
  }
}

/* iPad landscape view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{
  #labelWithoutButtons {
    max-width:240px;
  }
  #labelWithThreeButton {
    max-width:175px;
  }
  #labelWithBothButtons {
    max-width:190px;
  }
  #labelWithOneButton {
    max-width:210px;
  }
  .rightNavigation {
	margin:0px 10px 0px 10px;
  }
  .rightNavLinks {
	width:92%;	
  }
}
/* For Android Portrait*/  
@media only screen and (min-device-width: 321px) and (max-device-width: 480px) and (orientation:portrait)
{
  #labelWithoutButtons {
    max-width:290px;
  }
  #labelWithThreeButton {
    max-width:240px;
  }
  #labelWithBothButtons {
    max-width:255px;
  }
  #labelWithOneButton {
    max-width:275px;
  }
  .rightNavigation {
	margin:0px 20px 0px 10px;
  }
  .rightNavLinks {
	width:96%;	
  }
  .glyphposition {
    top:3px;
  }
   .positionMenu {
    top: 3px;
  }	
  .position {
    top: 3px;
  }	
  .position-badge {
    top: 2.5px;
    position:relative;
  }	
}
/* For IPhone Landscape*/  
@media only screen and (max-device-width: 480px) and (orientation:landscape)
{
  #labelWithoutButtons {
    max-width:360px;
  }
  #labelWithThreeButton {
    max-width:330px;
  }
  #labelWithBothButtons {
    max-width:340px;
  }
  #labelWithOneButton {
    max-width:350px;
  }
  .rightNavigation {
	margin:0px 20px 0px 21px;
  }
  .rightNavLinks {
	width:96%;	
  }
  #search-input {
		height: 20px;
	}
  #search-btn {
    height: 19px;
}
.positionMenu {
    top: 2.5px;
  }
.position {
		top: 3px;
	}
	.position-badge {
		top: 2px;
		position: relative;
	}}
/* For Android Landscape*/  
@media only screen and (min-device-width: 321px) and (max-device-width: 640px) and (orientation:landscape)
{
  #labelWithoutButtons {
    max-width:470px;
  }
  #labelWithThreeButton {
    max-width:430px;
  }
  #labelWithBothButtons {
    max-width:445px;
  }
  #labelWithOneButton {
    max-width:460px;
  }
  .rightNavigation {
	margin:0px 20px 0px 24px;
  }
  .rightNavLinks {
	width:92%;	
  }
  .positionMenu {
    top: 3px;
  }
  .position {
    top: 3px;
  }	
  .position-badge {
    top: 2.5px;
    position:relative;
  }	
}
/* iPad Portrait view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:portrait)
{
   .position-badge {
    top: 1.5px;
    position:relative;
  }	
}

/* iPad landscape view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{
	.position-badge {
    top: 1.5px;
    position:relative;
  }	
}
/* For IPhone Portrait*/  
@media only screen and (max-device-width: 320px) and (orientation:portrait)
{
  #labelWithoutButtons {
    max-width:230px;
  }
  #labelWithThreeButton {
    max-width:160px;
  }
  #labelWithBothButtons {
    max-width:185px;
  }
  #labelWithOneButton {
    max-width:220px;
  }
  .rightNavigation {
	margin:0px 10px 0px 10px;
  }
  .rightNavLinks {
	width:96%;	
  }
  .positionMenu {
    top: 2.5px;
  }
  .position {
    top: 3px;
  }	
  .position-badge {
    top: 2px;
    position:relative;
  }	
}
/*For Nexus 6p*/
/* For Nexus 6p Portrait*/  
@media only screen and (min-device-width: 641px) and (max-device-width: 767px) and (orientation:portrait)
{
.positionMenu {
    top: 3px;
  }
  .position {
    top: 3px;
  }	
  .position-badge {
    top: 2.5px;
    position:relative;
  }	
}
/* For nexus 6p Landscape*/  
@media only screen and (min-device-width: 641px) and (max-device-width: 767px) and (orientation:landscape)
{
.positionMenu {
    top: 3px;
  }
  .position {
    top: 3px;
  }	
  .position-badge {
    top: 2.5px;
    position:relative;
  }	
}
 /* For IE*/   
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px)  and (max-device-width: 1280px) {
  #labelWithoutButtons {
    max-width:227px;
  }
  #labelWithThreeButton {
    max-width:232px;
  }
  #labelWithBothButtons {
    max-width:232px;
  }
  #labelWithOneButton {
    max-width:232px;
  }
  .rightNavLinks {
	width:92%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 11px;
  }
}

 /* For IE*/   
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1367px)  and (max-device-width: 1440px) {
  #labelWithoutButtons {
    max-width:370px;
  }
  #labelWithThreeButton {
    max-width:326px;
  }
  #labelWithBothButtons {
    max-width:340px;
  }
  #labelWithOneButton {
    max-width:346px;
  }
  .rightNavLinks {
	width:92%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 11px;
  }
}

 /* For IE*/   
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1441px)  and (max-device-width: 1600px) {
 #labelWithoutButtons {
    max-width:355px;
  }
  #labelWithThreeButton {
    max-width:301px;
  }
  #labelWithBothButtons {
    max-width:322px;
  }
  #labelWithOneButton {
    max-width:340px;
  }
  .rightNavLinks {
	width:92%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 11px;
  }
}

/* For IE*/
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1601px)  and (max-device-width: 1920px) {
 #labelWithoutButtons {
    max-width:445px;
  }
  #labelWithThreeButton {
    max-width:396px;
  }
  #labelWithBothButtons {
    max-width:410px;
  }
  #labelWithOneButton {
    max-width:412px;
  }
  .rightNavLinks {
	width:92%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 11px;
  }
}

 /* For IE*/   
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1281px) and (max-device-width: 1366px) {
  #labelWithoutButtons {
    max-width:335px;
  }
  #labelWithThreeButton {
    max-width:275px;
  }
  #labelWithBothButtons {
    max-width:290px;
  }
  #labelWithOneButton {
    max-width:310px;
  }
  .rightNavLinks {
	width:90%;	
  }
  .rightNavigation {
	margin:0px 0px 0px 12px;
  }
}

.search-box{
	/*position: relative;*/
	padding: 10px;
	color:black;
}

.search-box {
	width: 80%;
	border: 1px solid #ccc;
  outline: 0;
 /* border-radius: 15px;*/
}
/*.search-box:focus {
	box-shadow: 0 0 15px 5px #b0e0ee;
	border: 2px solid #bebede;
}*/
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
	content: "X";
	display: block;
	width: 12px;
	height: 15px;
	position: absolute;
	background-color: transparent;
	z-index:1000;
	right: 45px;
	top: 4px;
	/*bottom: 0;*/
	margin: auto;
	/*padding: 0px;*/
	border-radius: 50%;
	text-align: center;
	color: black;
	font-weight: normal;
	font-size: 12px;
	/*box-shadow: 0 0 2px #E50F0F;*/
	cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}

.btn-new {
    margin-bottom: 0px;
    margin-top: 0px;
}
.btn-new {
    display: inline-block;
    padding: 6px 12px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control {
    /* position: relative; */
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: -20px;
}
.input-group-btn{
	padding-left:1px;
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.input-group-btn{
	padding-left:3px;
	}
	.btn-new {
    display: inline-block;
    padding: 0px 0px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-new {
    margin-bottom: 0px;
}
.input-group .form-control {
    /* position: relative; */
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: -20px;
}
#search-btn {
    height: 21px;
    margin-top: 0px;
    width: 37px;
}
.searchIcon{
    font-size: 11px;
    margin-top: 3px;
    margin-left: 7px;
    margin-bottom: 1px;
}
   #search-input {
    height: 19px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
.search-box{
	/*position: relative;*/
	padding: 0px 0px 0px 0px;
	color:black;
}
/*.close-icon {
	display: none;
}
.close-icon:after {
	display: none;
}*/
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

#app-container {
	width:98.7%;
/* 	-ms-overflow-style: none; */
    /*  overflow: auto; */ 
}
#app-panel1{
	width:29.6%;
}
#app-panel2{
	width:29.6%;
}
}

@media screen and (-moz-images-in-menus:0) {
	#search-input {
	position: relative;
    height: 21px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
    
}
.search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
.input-group .form-control {
    float: right;
    margin-bottom: 0;
    padding: -6px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.close-icon {
    background-color: transparent;
    border: 0px double whitesmoke;
    display: inline-block;
    position: fixed;
   
    vertical-align: middle;
    cursor: pointer;
   
}
.close-icon::after {
    background-color: transparent;
    border-radius: 50%;
    color: black;
    content: "X";
    cursor: sw-resize;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: inherit;
    position: relative;
    right: 1px;
    text-align: -moz-left;
    top: 2px;
    width: 15px;
    z-index: 999;
}
.btn-new {
    margin-bottom: 0;
}
#search-btn {
    height: 23px;
    padding-top: 0;
    width: 37px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1601px)  and (max-device-width: 1920px){
.close-icon {
   right: 1430px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1441px)  and (max-device-width: 1600px){
.close-icon {
    right: 1110px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1367px)  and (max-device-width: 1440px){
.close-icon {
    right: 928px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1281px)  and (max-device-width: 1366px){
.close-icon {
    right: 860px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1153px)  and (max-device-width: 1280px){
.close-icon {
    right: 770px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1025px)  and (max-device-width: 1152px){
.close-icon {
    right: 690px;
}
}
@media screen and (-moz-images-in-menus:0) and (min-width: 768px)  and (max-device-width: 1024px){
.close-icon {
    right: 545px;
}
}
@media(max-width:1920px) {
    _:-moz-tree-row(hover), .close-icon {
   right: 1440px;
   position:fixed;
   z-index:100001;
}
_:-moz-tree-row(hover), .close-icon::after {
    background-color: transparent;
    border-radius: 50%;
    color: black;
    content: "X";
    cursor: sw-resize;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: inherit;
    position: relative;
    right: 1px;
    text-align: -moz-left;
    top: 2px;
    width: 15px;
    z-index: 999;
}
}
@media(max-width:1600px) {
    _:-moz-tree-row(hover), .close-icon {
   right: 1135px;
   position:fixed;
   z-index:100001;
}
_:-moz-tree-row(hover), .close-icon::after {
    background-color: transparent;
    border-radius: 50%;
    color: black;
    content: "X";
    cursor: sw-resize;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: inherit;
    position: relative;
    right: 1px;
    text-align: -moz-left;
    top: 2px;
    width: 15px;
    z-index: 999;
}
}
@media(max-width:1366px) {
    _:-moz-tree-row(hover), .close-icon {
   right: 870px;
   position:fixed;
   z-index:100001;
}
_:-moz-tree-row(hover), .close-icon::after {
    background-color: transparent;
    border-radius: 50%;
    color: black;
    content: "X";
    cursor: sw-resize;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: inherit;
    position: relative;
    right: 1px;
    text-align: -moz-left;
    top: 2px;
    width: 15px;
    z-index: 999;
}
}
@media only screen and (max-device-width: 320px) and (orientation:portrait)
{
#search-input {
    height: 18px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
.search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
.close-icon::after {
    top: 2px;
}
}
@media only screen and (max-device-width: 480px) and (orientation:landscape)
{
#search-input {
    height: 18px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}	
.search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
.close-icon::after {
    top: 2px;
}
}
/* For Android Portrait*/  
@media only screen and (min-device-width: 321px) and (max-device-width: 480px) and (orientation:portrait)
{
	#search-input {
    height: 21px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
 .search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
 #search-btn {
    height: 23px;
}
.searchIcon{
    font-size: 11px;
    margin-top: 6px;
   
}
}
/* For Android Landscape*/  
@media only screen and (min-device-width: 321px) and (max-device-width: 640px) and (orientation:landscape)
{
  #search-input {
    height: 21px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
 .search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
#search-btn {
    height: 23px;
}
.searchIcon{
    font-size: 11px;
    margin-top: 6px;
    
}
}
/*For Nexus 6p*/
/* For Nexus 6p Portrait*/  
@media only screen and (min-device-width: 641px) and (max-device-width: 767px) and (orientation:portrait)
{
	#search-input {
    height: 23px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
 .search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
.searchIcon{
    font-size: 11px;
    margin-top: 6px;
    
}
}
/* For nexus 6p Landscape*/  
@media only screen and (min-device-width: 641px) and (max-device-width: 767px) and (orientation:landscape)
{
  #search-input {
    height: 23px;
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    -webkit-appearance: textfield
}
 .search-box {
    padding:0px 0px 0px 0px;
	color:black;
}
.searchIcon{
    font-size: 11px;
    margin-top: 6px;
    
}
}
/* iPad Portrait view*/
@media (max-width: 768px) and (orientation:portrait)
{
   .modal-dialog {
    margin: 30px 250px;
   }
  
}

/* iPad landscape view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{
    .modal-dialog {
    margin: 30px 445px;
    }
	
}
/* For IPhone Portrait*/  
@media only screen and (max-device-width: 320px) and (orientation:portrait)
{
  .modal-dialog {
    margin: 30px 20px;
    }
  #search-input {
		height: 21px;
	}
  #search-btn {
    height: 21px;
}
.searchIcon{
    font-size: 11px;
    margin-top: 0px;
    
}
}
/* For Android Portrait*/  
@media only screen and (min-device-width: 321px) and (max-device-width: 480px) and (orientation:portrait)
{
	.modal-dialog {
    margin: 30px 20px;
    }
    
}
.radio-taggedFact{
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: -6px;
    margin-bottom: 2px
}
.radio-inline-taggedFact {
    display: inline-block;
    padding-left: 6px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: top;
    cursor: pointer;
}
button::-moz-focus-inner {border: 1px dotted transparent;}

button:focus::-moz-focus-inner {border-color: white} 
/*input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }*/

#taggedDataResetColor, #searchResultsResetColor, #selectedFactResetColor, #selectedBlockResetColor{
	width: 25px;
	float: left;
	clear: right;
	}
}
