.section-sidebar {
  display: none;
}

html.ssdp-hash-orchestrator .section-sidebar[data-section="orchestrator"],
html.ssdp-hash-activityMgr .section-sidebar[data-section="activityMgr"],
html.ssdp-hash-configuration .section-sidebar[data-section="configuration"] {
  display: block;
}

html.ssdp-hash-orchestrator .fixedHeader-floating,
html.ssdp-hash-orchestrator .fixedHeader-locked {
  left: 70px !important;
  width: calc(100% - 70px) !important;
}

#orchestrator {
  padding-left: 70px;
}
#activityTbl_wrapper .dataTables_paginate {
  float: none !important;
  clear: both;
  display: block;
  margin-top: 6px;
}

#activityTbl_wrapper .dataTables_paginate .paginate_button {
  margin: 0 2px;
}

html, body { margin:0; padding:0; height:100%; }

/*div { height:100%; width:100% }*/

#content-login { display: block; position: relative; width: 100%; height:100%; background-color: #ddd}

#content-home { display: none; width: 100%; position: absolute; top: 0; left: 100%; }

.center
{
    text-align:center;
	margin:-20px 0 0 -190px;
}

.center-block 
{
    height:40px;
    width:380px;
    text-align:center;
	position: absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -190px;
	/*border: 10px double red;*/
}

.home-buttons
{
	margin:1%;
	height:150px;
	width:150px;
	border-radius:10px;
	border-style:double;
	font-family:Tahoma;
	font-weight:bold;
	font-size:small;
	float:left;
	filter: drop-shadow(3px 3px 2px #999);
}

.panel-vertical-heading
{
	height:20;
	width:30vh;
	float:left;
	text-align:center;
	border-radius:5px;
	padding:10px;color:#eee;
	background:#009;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: 0 0;
	font-family:tahoma;
	font-weight:bold;
	filter: drop-shadow(3px 3px 2px #999);
}

.quarter-circle-top-left{
    width: 200px;
    height: 50px;
    background: #007;
    border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    -webkit-border-radius: 0 0 100px 0;
    filter: drop-shadow(3px 2px 2px #999);
}

.quarter-circle-top-right{
    width: 200px;
    height: 50px;
    background: #007;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
    filter: drop-shadow(0px 4px 8px #888);
}

td.details-control 
{
	background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control 
{
   background: url('../images/details_close.png') no-repeat center center;
}

.ssdp_textbox
{
	margin-left: 0.5em;
	margin-top: 0.5em;
}

.overlay
 {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.85);
     /* z-index: 9999; */
     color: white;
     display: inline-block;
 }
 
 
@media screen and (max-width: 640px) 
{
  	.ssdp_textbox 
  	{
    	float: none;
    	text-align: center;
  	}
	.ucdesc { 
		min-height:auto; padding:10px 0 10px 10px; margin-left:90px;  line-height:18px; font-size:14px;
    }
	
	#nokiaimg {display:none;}
	
	
	.iconCircle { width: 115px; align:center; }
.iconCircle span { text-align: center; line-height: 80px; display: block; color:#124191; font-size:50px; }
.iconbg { border:solid 1 px #ccc; background-color:#fff; margin-top:5px;}
.icondesc { padding:10px 0 10px 10px;   min-height:122px; line-height:18px; font-size:13px; }

}


@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:0% 0%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}



.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  
  .nebkup-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .nebkup-columns .card {
    display: inline-block;
    width: 100%;
  }


  .single-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .single-column .card {
    display: inline-block;
    width: 100%;
  }
  
  .six-columns {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .six-columns .card {
    display: inline-block;
    width: 100%;
  }


}

/* adding for changing the color of use case boxes 
if user have access to that use case 
in home page of common portal*/

.ucEnable {
	background-color: #007;
    border-color: #007;
    min-height: 170px;
}

.ucDisable {
	/*background-color: #001;
	background-color: #48309C;*/
	background-color: #696262;
    border-color: #007;
    min-height: 170px;
}

.accessCBox {
    width: 25px;
  	height: 25px;
  	margin: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #00c9ff;
    /*float:left;*/
    
}
.nonACBox {
    width: 25px;
  	height: 25px;
  	margin: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #ccc;
   /* background-color: #48309C;
    float:right; */
    
}


/* loading image changes */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(images/Preloader_3.gif) center no-repeat #fff;*/
	background: url(images/Preloader_3.gif) center no-repeat rgba(0, 0, 0, 0.7);
}

/* New Use Case design styles starts here 25/09/2017 */

.numberCircle { border-radius: 50%;
			width: 80px; 
			font-size: 25px;
			border: 2px solid #666;
			float:left;
		}
.numberCircle span {
    text-align: center; line-height: 80px; display: block;
}

.iconCircle { width: 115px; float:left; }
.iconCircle span { text-align: center; line-height: 80px; display: block; color:#124191; font-size:50px; }
.iconbg { border:solid 1 px #ccc; background-color:#fff; margin-top:5px;}
.icondesc { padding:10px 0 10px 10px; margin-left:90px;  min-height:122px; line-height:18px; font-size:13px; }

.homedesc { padding:0; line-height:18px; font-size:13px;}

.ucdesc
{ padding:10px 0 10px 10px; margin-left:90px;  min-height:160px; line-height:18px; font-size:14px;}

.activeuc {background-color:#00c9ff; margin: 5px; padding:10px; }
.inactiveuc {background-color:#ccc; margin: 5px; padding:10px; }

a.uc_tab {cursor:pointer}
a.uc_tab:hover { text-decoration:none;}

.navbar-fixed-top .nav { padding: 0px 15px 0px 15px;}





	
	
 /* Below is for modal*/
 /* display popup data*/
.myModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.myModalContent {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
}

/* The Close Button */
.myModalClose {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
 
/* --------------------------------- New Code Starts Here --------------------------------- */

 

/* Others ---*/
hr { border-top: 1px solid #ccc; }

body {
  font-family: 'Nokia Pure Text' !important;
}


/* FORM
--------------------------------------------------------- */
select {
/* width:180px; */
width:100%;
border:1px solid #68717a;
}

/* Keep DataTables length dropdown compact to avoid header overlap. */
#refreshTable_length select {
  width: auto;
  min-width: 60px;
}
#tbl_all_logviewer_length select {
	width: auto;
	min-width: 60px
}
input[type="text"] {
/* width:180px; */
width:100%;
border:1px solid #68717a;

}
input[type="password"] {
/* width:180px; */
width:100%;
border:1px solid #68717a;	
}


input, select, textarea, .inputbox {
	padding: 4px 4px;
font-family:"Nokia Pure Text";
}

input[type="checkbox"] {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.inputbox { border: 1px solid #68717a; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #f6f7f8; }

.bgblue { background-color:#124191!important; color:#fff !important;}

div.contentarea {background: rgba(255, 255, 255, 0.9); padding:10px; margin-top:15px; margin-bottom:15px; }
div.contentareaOutline {background: rgba(255, 255, 255, 0.9); overflow: auto; border:solid 1px #ccc; margin-bottom:4px;}

div.contentarea1 {background: rgba(255, 255, 255, 0.9); padding:10px; margin-top:15px; margin-bottom:15px; margin-left:3%; width:97%; }

@media all and (min-width: 768px)  {
.navbar-nav > li > a {padding: 24px 15px 20px 15px; line-height:5px; margin-left:2px;}

#nokiaimg {display:block; margin:auto; float:left;}
}

	
@font-face {
		font-family: 'Nokia Pure Text';
		src: url('../fonts/NokiaPureText-Regular.ttf');   
		font-weight: normal;
	  }
	  
	@font-face {
	   font-family: 'Nokia Pure Text Medium';
		src: url('../fonts/NokiaPureText-Medium.ttf');    
		font-weight: medium;  
	  }
	  
	 @font-face {
		font-family: 'Nokia Pure Text Light';
		src: url('../fonts/NokiaPureText-Light.ttf');    
		font-weight: light;   
	  }
	
	@font-face {
		font-family: 'Nokia Pure Text Bold';
		src: url('../fonts/NokiaPureText-Bold.ttf');    
		font-weight: bold;  
	  }
	  
	@font-face {
	   font-family: 'Nokia Pure Headline Medium';
		src: url('../fonts/NokiaPureText-Medium.ttf');    
		font-weight: medium;
	  }
	  
	 @font-face {
		font-family: 'Nokia Pure Headline Light';
		src: url('../fonts/NokiaPureHeadline_Light.ttf');    
		font-weight: light;
	  }
	
	@font-face {
		font-family: 'Nokia Pure Headline';
		src: url('../fonts/NokiaPureHeadline_Bold.ttf');    
		font-weight: bold;
	  }  
	@font-face {
		font-family: 'Nokia Pure Headline Bolder';
		src: url('../fonts/NokiaPureHeadline_ExtraBold.ttf');    
		font-weight: bolder;
	  }  
	
	  
	 body {
	color: #000;
	font-family: Nokia Pure Text;
	line-height:2.0;
	font-size:16px;
	/* background:url("images/bg_nokia.jpg") repeat scroll center top #f3f6f9;	*/
	background-color:#f3f6f9;
	background-attachment:fixed;
	}

.navbar-default .navbar-nav > .selected > a, 	
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { background-color: #124191 !important; }

.navbar-brand {padding:0; margin:0; }
.nokiafont { font-family: Nokia Pure Text !important;}
.banner1{ background-image: url("images/ssdp_homeBanner_01.jpg") no-repeat; float:left; margin:auto; width:auto;}
.banner2 { background-image: url("images/ssdp_homeBanner_02.jpg") no-repeat; float:left; margin:auto; margin:auto; width:auto;}
/* --------------------------------- New Code Ends Here --------------------------------- */

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus , .navbar-default .navbar-nav > li > a:active { background-color:#124191; color:#fff;}
 
 
table.dataTable tbody th, table.dataTable tbody td {
	font-size:14px;
	padding:5px 5px 5px 5px;
}

.dataTables_info {
	font-size:12px;
}
table#searchtble1 tr:nth-child(even) {background-color: #d8d9da;}
table#searchtble1 {border:none;}
table#searchtble1 tr > td {border-bottom: 1px solid #a8bbc0; border-top: 1px solid #a8bbc0; border-collapse: collapse; border-right:0px; border-left:0px;}
.intgLogClass {
	/* font-size: 8px;
    font-family: Arial; */
}
table#intgLog td
{
    border: 1px solid #5e6c5e;
    overflow: hidden;
    font-size: 12px;
    /*font-family: Arial; */
}
table#tbl_myesb_viewer0_wrap td {
 	border: 1px solid #5e6c5e;
    overflow: hidden;
    font-size: 8px;
}
