/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  background-color: #f8f8f8;
  background-repeat: repeat-x;
  background-position: 0 40px;
}

.padding-top-title{
	margin-top:10px;
	margin-right:50px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.icon-top{
	float:left; width:160px;
}


/*header icons */
.iock-icon  .ietting-icon,.help-icon,.flog-icon{
	float: left;
	width:21px;
	height:21px;
	margin-right:20px;
	}
.lock-icon a{
   background-image:url(/images/LockIconOf.png);
	background-repeat:no-repeat;
	background-position:right;
	width:21px;
	margin-top:11px;
	height:21px;
	float:left;
	}
.lock-icon a:hover{
	width:21px;
	height:21px;
	background-image:url(/images/LockIconOn.png);
	background-repeat:no-repeat;
	}
.setting-icon a{
    background-image:url(/images/SettingIconOf.png);
	background-repeat:no-repeat;
	width:21px;
	margin-top:11px;
	height:21px;
	margin-right:20px;
	float:left;
}
.setting-icon a:hover{
	width:21px;
	height:21px;
	margin-right:20px;
	background-image:url(/images/SettingIconOn.png);
	background-repeat:no-repeat;

}	
.help-icon a{
background-image:url(/images/HelpIconOf.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	margin-right:10px;
	margin-top:11px;
	padding-left:20px;
	float:left;
}
.help-icon a:hover{
	width:21px;
	height:21px;
	margin-right:10px;
	
	padding-left:20px;
	float:left;
	background-image:url(/images/HelpIconOn.png);
	background-repeat:no-repeat;

}

.flag-icon a{
    background-image:url(/images/FlogIconOn.png);
	background-repeat:no-repeat;
	width:36px;
	background-position:left;
	height:40px;
	margin-right:20px;
	float:left;
	
}
.flag-icon a:hover{
	width:36px;
	height:40px;
	margin-right:20px;
	background-position:left;
	 background-image:url(/images/FlogIconOn.png);
	background-repeat:no-repeat;

}

.top-menu{
	float:right;
}
.menu{
	width:100%;
	margin-top:25px;
}
.left-menu
{
	background:url(/images/left_bg.png) #e4e4e4;
	
}
.header-search{
	margin: 15px 15px 5px;
}
.header-search .search-btn {
	width:20px;
	height:20px;
	background:url(/images/search.png) no-repeat center;
	border:0px;
	position:relative;
	float:right;
    top: -33px;
	cursor:pointer;
}
.search-box {
	width:98%;
	height:27px;
	color:#5c5c5c;
	font-size:12px;
	background:#f9f9f9;
	border-radius: 5px;
	margin-top:10px;
	
}
.content-right{
	padding-top:20px;
	padding-left:60px;
	
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.nav-icon{
	margin-right:5px;
}



.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  margin-top:7px;
  float: left;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}

.top_menus{
	float:right;
}

.btn_icon{
	margin-left:5px;
}
.next_arrow{
	margin-left:10px;
}
.footer-logo{
	display:block;
	float:right;
	margin-top:-5px;
}
footer{
	margin-bottom:10px;
}

/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* left menu panel */
.example-menu {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.expand_all,
.collapse_all {
        cursor: pointer;
}
.example-menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example-menu li {
	background-image: none;
	margin: 0;
	padding: 0;
	border-bottom:#c6c6c6 1px solid;
	box-shadow: 0px 1px 1px #eeeeee;
}
.example-menu ul ul {
	display: block;
}
.example-menu ul ul li a {
	padding-left: 20px;
	
	
}
.example-menu a {
	color: #fff;
	cursor: pointer;
	display: block;
	margin-left: 0;
	padding: 10px;
	text-decoration:none;
	text-align:right;
	padding-right:25px;
	
}
.example-menu a.expanded {
	background: #242424  no-repeat 222px 50%;
	padding-right:35px;
}
.example-menu a.collapsed {
	background: #e4e4e4 url(/images/left_bg.png); background: url(/images/plus.png) no-repeat right 50%;
	margin-right:10px;
	color:#000;
}
.example-menu a:hover {
	text-decoration: none;
}
.example-menu ul a {
	background: #e8e8e8;
	color: #fff;
	display: block;
	font-weight: normal;
	padding:  10px;
	padding-left:160px;
	text-decoration:none;
	padding-right:40px;
}
.example-menu ul a:link {
	font-weight: normal;
}
.example-menu ul a:hover {
	background : #f5f5f5;
	text-decoration: underline;
	text-decoration:none;
}
.example-menu li.active a {
	background: #343434  no-repeat;
}
.example-menu li.active li a {
	background: #343434  no-repeat;
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example-menu .footer {
	background: transparent url('footer.jpg') no-repeat 0 0;
	border-top: 2px solid #fff;
	height: 9px;
	line-height: 15px;
	margin: 0 0 10px 0;
	width: 131px;
}
.example-menu .footer span {
	display: none;
}

.toogle-icon{
	padding-right:10px;
}
.toogle-hight{
	height:481px;
}
.btn-top{
	float:left;
	padding-right:16px;
}
.continer-top{
	
}
.continer-style{
	margin-top: 8px;
	margin-bottom: 18px;
	background-color: whiteSmoke;
	border: 1px solid #E5E5E5;
	position: relative;

}
.continer-style.more {
	height: auto;
}
.continer-style.less {
	height: 190px;
	overflow: hidden;
}
.continer-style.more .notify {
	background: #eee url(/images/newUI/notifiy_arrow_less.png) no-repeat center bottom;
}
.continer-style.less .notify {
	
}

.no-notifications{
	text-align: center;
}

.padding{
	padding: 17px 20px 10px;
}
.font-red, .font-red a{
	color:#cc0000;
}
.font-green, .font-green a{
	color:#339900;
}
.font-yellow, .font-yellow a{
	color:#ecbe02;
}
.font-blue, .font-blue a{
	color:#299de0;
}
.font-orange, .font-orange a{
	color:#ff8400;
}
.font-gray, .font-gray a{
	color:#8b8b8b;
}
.notify {
	text-align:center;
	padding: 0 0 15px 0;	
	background: #eee url(/images/newUI/notifiy_arrow.png) no-repeat center bottom;
	position: absolute;
	bottom: 7px;
	width: 100%;
	margin-left: -20px;
	z-index: 98;
}

.continer-title{
	color:#FFF;
	padding:10px 20px 10px 20px;
	font-weight:bold;
	background-color: #414141;
	background-image: -ms-linear-gradient(top, #555555, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -o-linear-gradient(top, #555555, #222222);
	background-image: -moz-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	border-color: #222 #222 black;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.cb-left{
	width:50%;
	float:left;
	
}
.cb-right{
	width:40%;
	float:left;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.title{
	font-size:15px;
	font-weight:bold;
}
.status{
	padding-top:25px;
	list-style:none;
}
.status span {
	cursor: pointer;
}
.icon-pencil{
	font-size:16px;
}
.line{
	clear:both;
	box-shadow: 0px 1px 1px #eeeeee;
	border-bottom: #C6C6C6 1px solid;
}

.head {
background: #EFEFEF ;
height: 38px;
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
position: relative;
}
.title_report{
	background-color:#c7c7c7;
	padding:10px;
	font-size:15px;
	color:#333333;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
	
}
.iFrames{
	padding:10px;
}
.report-options{
	padding:10px;
	border-bottom: 1px solid #D5D5D5;
}
.setup-title{
	font-size:18px;
	padding-top:40px;
	padding-left: 30px;
}
.steps-btn{
	padding-right: 215px;
    padding-left: 36px;
	font-size:16px;
	font-weight:bold;
	width:100%;
}
.left-steps{
	padding-top:20px;
}
.steps-ul{
	list-style:none;
}
.steps-ul li{
	padding:6px;
	margin-top:10px;
	background:#efefef;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #CCC;
}
.steps-nu{
	font-size:18px;
	padding-right:10px;
	padding-left:10px;
	color:#636363;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
}
.accordion-setup-inner{
	/*padding:20px;*/
}
.inner-left{
	background:#FFF;
	width:50%;
	float:left;
	
}

.inner-right{
	float:left;
	padding-left:20px;
	width:45%;
}
.text-content{
	padding-top:10px;
	text-align:justify;
}
.form-fields-container li:first-child{
	border:none;
}
.form-fields-container >li{
	
	
	list-style:none;
	display:inline-block;
	width:100%;

}
.form-fields-container>li>label{
	padding:5px 0px;
	float:left; 
	display:block;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
.form-fields-container li div.form-input{
	width:51%;
	float:right;
	display:block;
	margin-right:25px;
	text-shadow: 0px 1px 0px  #fff;
}
.form-fields-container li div.form-input input, .form-fields-container li div.form-input textarea{
	width:89%;
	border:solid 1px #ccc;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f2f2f2;
	border-radius:3px;
	color:#666;
	box-shadow: inset 0 1px 0 0px #fff;
	-webkit-box-shadow:inset 0 1px 0 0px #fff;
}
div.form-input textarea{
	width:98%!important;
}
.top-dd{
	float:left;
}

/*Forms*/
div.selector {
    background: url(/images/form_elements/select_left.png) no-repeat scroll left top transparent;
    float: left;
    height: 28px;
    padding-left: 10px;
    position: relative;
    width: 190px;
}
div.selector select {
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
div.selector select option{
	padding:5px;
	border:none;
}
div.selector span {
    background: url(/images/form_elements/select_right.png) no-repeat scroll right top transparent;
    cursor: pointer;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}
.dataTables_length div.selector {
    background: url(/images/form_elements/select_left_datatable.png) no-repeat scroll left top transparent;
    float: left;
    height: 22px;
    padding-left: 8px;
    width: 45px;
}
.dataTables_length div.selector span {
    background: url(/images/form_elements/select_right_datatable.png) no-repeat scroll right center transparent;
    height: 22px;
    line-height: 22px;
    width: 45px;
}
.dataTables_length div.selector select {
    height: 22px;
    left: -5px;
    width: 65px;
}
div.checker {
    height: 15px;
    position: relative;
    width: 15px;
}
div.checker input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    opacity: 0;
    width: 15px;
}
div.checker span {
    background: url(/images/form_elements/checkbox.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
div.checker span.checked {
    background-position: center bottom;
}
div.radio {
    float: left;
    height: 18px;
    margin-top: 5px;
    position: relative;
    width: 18px;
}
div.radio input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    opacity: 0;
    text-align: center;
    width: 18px;
}
div.radio span {
    background: url(/images/form_elements/radio.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
div.radio span.checked {
    background-position: center bottom;
}

div.form_input label{
	margin:8px 10px;
	display:inline-block;
}
.box-style{
	background-color: #F1F2F3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 3px #D0D0D0;
    float: left;
	width:100%;
   
}
.box-title{
	padding:5px;
	font-weight:bold;
	color:#FFF;
	border-radius: 3px 3px 0px 0px;
	background-color: #414141;
    background-image: -moz-linear-gradient(center top , #555555, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.box-content{
	padding:30px 20px 20px 20px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.top-padding{
	padding-top:10px;
}
.box-content nav li{
	list-style:none;
	float:left;
	padding:8px 8px 30px 8px;
	font-size:12px;
	
}
.font20px{
	font-size:20px;
}
.font-normal{
	font-weight:normal;
}

/* Footer
-------------------------------------------------- */
.footer {
  width: 23%;
  padding: 25px 0 10px;
  bottom:0;
  float:right;
  position:static;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}

.footer-font1{
	font-weight:normal; color:#999
}
.footer-right{
	padding-right:10px;
}

ul.no-bullets {
  list-style-type: none;
  list-style-image: none;
}

li.alerts_type {
	float: left;
	margin-right: 1em;
}

table.alerts_table{
	margin-left: -2em;
	width: 100%;
}

.notification-links {
	padding: 15px;
	border-bottom: 1px solid #eaeaea;
	margin-left: -18px;
	border-left: 3px solid #eaeaea;
	font-weight: bold;
}

.notification-links:hover {
	background: #ececec;
}
.notifications-container {
	padding-left: 20px;
	padding-bottom: 45px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #cacaca;
}
.notifications-container-workbench {
	padding-left: 20px;
	padding-bottom: 45px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #cacaca;
}

.dockable_filter_button{
	position: fixed;
	top:85%;
	right:3%;
}

.smarty_tags_help{
	background-color: #404040;
    border: 1px solid rgba(32, 32, 32, 0.8);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 11px;
    min-height: 25px;
    padding: 5px 14px;
    position: absolute;
    width: auto;
    margin-right:2em;
}

.health_title{
	width:50%;
	background-color: lightgray;
	height: 40px;
	text-indent: 1.5%;
	margin-right:2%;
	border-radius: 3px;
}

.health_title_workbench{
	width:100%;
	background-color: lightgray;
	height: 40px;
	text-indent: 1.5%;
	margin-right:2%;
	border-radius: 3px;
}

.health_lable{
	margin-top: 2%;
	font-size: 150%;
	text-indent: 5%;	
}

.health_lable_workbench{
	margin-top: 1%;
	font-size: 150%;
	text-indent: 5%;	
}

.health-div-border {
	height: 20px;
	border-right: 1px solid #096;
	margin-top: 3px;
	display: inline;
	float: left;
}
.lele{color: white!important;}
@media only screen and (min-width : 1224px){
	.border-health{height: 38px;border-right: 1.8px solid gray;
		margin-top: -9px;display: inline;margin-right: 22px}}
.health-fields-v1{height:20px!important;margin-top: 8px;border-radius: 2px;}
.module-tab{background-color: #C3C3C3;padding-left: 1%}
.module-tab>ul{margin-bottom: 0px}
.module-list{color: #000000;padding-top: 8px!important;margin: 3px!important;
	margin-top: 5px!important;border-radius: 15px!important;padding-bottom: 8px!important;
	-moz-border-radius: 15px!important;-webkit-border-radius: 15px!important}
.notification-container{height: 200px;overflow-y: auto;border: 1px solid #cacaca;background-color: #ffffff}
.notification-category{padding: 5px;height: 30px;padding-left: 2%;position: relative;clear: both;
	background: #F5F5F5;border: 1px solid #ffffff;border-bottom: 1px solid #E6E6E6}
.nav-pills>.active>a, .nav-pills>.active>a:hover {
	color: #000000;background-color: #ffffff}
.categ{float: left;color: #000000;font-size: 13px;font-weight: normal}
.all-read{color: #84BB3F;font-size: 22px}
.nott-link{float: left;color: #000000;text-align:left;max-width:116px;
	margin-right:18px;margin-left:18px !important}
.nott-unread{font-weight: bold}
.popover.right .arrow {top: 21%;border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;border-right: 10px solid rgba(0, 0, 0, 0.25)}
.view_all_not{color: green;font-size: 13px;margin-right: 15%}
.view_all_not:hover{color: green}
.category-title{float: left;color: #339900;max-width: 116px;text-align: right;font-weight: lighter}
.nott-traverse{float: right;width: 138px;margin-top: 1%;margin-bottom: -2%}
.pop-location{left: 230px;max-width: 570px;padding: 5px 5px 0px 12px}
.slide-prev{color: #000000;font-size: 120%;border: 1px solid #ccc;padding: 1px 7px 0px 13px;
	background: rgb(240, 240, 240);border-radius: 6px 0px 0px 6px}
.slide-next{color: #000000;font-size: 120%;margin-left: -5px;border: 1px solid #ccc;
	padding: 1px 7px 0px 13px;background: rgb(240, 240, 240);border-radius: 0px 6px 6px 0px}
.popover-close{color: black;float: right;font-weight: lighter}
.white-bg{background: #ffffff}
.unread-count{border-radius: 50%;background-color: #C80000;padding: 3px 7px 3px 7px;
	color: #ffffff;-moz-border-radius: 50%;-webkit-border-radius: 50%}
.main-title{float: left;width: 94%; margin-right: 3px}
.main-view-all{float: right;color: #ffffff;font-size: 13px}
.main-view-all:hover{color: #ffffff}
.view-page-title{height: 35px;color: #FFF;font-weight: bold;
	padding: 8px 0px 0px 15px;background-color: #414141;}
.addn-info{float: left;font-size: 11px;margin-left: -5%;margin-top: 1%}
.nott-end{text-align: center;color: #aaa}
.nott-traverse-less{float: right;width: 60px;margin-top: 1%}
#nott_content{border: 1px solid #aaa;padding-left:10px;background: #fff;padding-top: 5px}
.nott-date{background: #fff;padding: 5px;margin-bottom: 5px;margin-left: -10px;margin-top: 0px;border-bottom: 1px solid #ccc}
.nott-traversal{background: #999999;padding: 2px;margin-bottom: 0px;margin-left: -10px;margin-top: 20px}
.nott-daterange{background: #eee;padding: 5px}
.fix-height{height: 18px}
.pad-all-nott{padding-bottom: 2px}
#email_config__submit{float:right}
#store_config__submit{float:right}
@media only screen and (min-width : 1224px){#model_health_tab_based{width: 45%}}
@media only screen and (min-width : 768px) and (max-width : 1024px){#model_health_tab_based{width: 60%}}
@media only screen and (min-width : 768px) and (max-width : 1024px){
	.border-health{height: 35px;border-right: 1.8px solid gray;
		margin-top: -25px;display: inline;margin-right: 25px}}