  
html, body, .sidebar{ height: 100%;}
body {min-height:80%}
  html { overflow-y: auto; }

  body { background-color: #ffffff; }


  img { vertical-align: middle; }

  a:hover, a:active, a:focus { outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

   form { margin: 0; }

   fieldset {
      border: 1px solid #ddd;
      margin-bottom: 20px;
      padding: 20px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
   }

   fieldset legend            { padding: 0 20px; font-size: 16px; width: auto; border: none; margin: 0;}

   label                      { margin-right: 10px; }
   label, input[type="text"]  { height: 30px; /*line-height: 30px;*/ }
   textarea                   { margin-bottom: 20px; resize: vertical; cursor: text !important; }

/* =============================================================================
   Navigation
   ========================================================================== */

   .navbar        { line-height: 40px; margin:0;font-size: 13px}
   .navbar-inner  { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0; }
   .navbar-search { margin-top: 0; }

   .settings .icon { padding-top: 8px; padding-bottom: 8px; }

   .settings .dropdown-toggle:after { display: none; }
   .settings .dropdown-menu         { right: 0; }
   .settings .logout                { padding-right: 0; }

/* =============================================================================
   Sidebar
   ========================================================================== */

   .sidebar {
/*      width: 200px;*/
      background: #eee;
      float: left;
      border-right: 1px solid #ddd;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
   }
   .sidebar ul          { margin: 0; list-style: none;}
   .sidebar ul li       { border-top: 1px solid #f5f5f5; border-bottom: 1px solid #ddd; padding: 10px 20px; }
   .sidebar ul li:hover { background: #ccc; border-top: 1px solid #ddd; border-bottom: 1px solid #f5f5f5;}
   .sidebar ul li a     { color: #404040; font-weight: bold;}
/*   .sidebar ul li img   { margin-right: 20px; }*/

/* =============================================================================
   Content
   ========================================================================== */

   .main-area { max-width: 100%; position: relative; overflow-x: hidden; overflow-y: hidden; }

   .main-area .headerbar {
      background: rgb(255,255,255); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
      background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
      border-bottom: 1px solid #ddd;
      height: 29px;
      padding: 8px 0px;
   }
   .main-area .headerbar h1 {
      font-size: 14px;
      line-height: 29px;
      margin: 0;
      float: left;
   }

   .main-area .content { padding: 20px 20px 94px; } 
   #spansectiondesc {padding-left: 9px;}
   



/* =============================================================================
   Tables
   ========================================================================== */

   .table { margin: 0 0 40px; }
   
   .table.no-margin { margin: 0 0 0 0;}
   
   .table td  { vertical-align: middle; }

   table th:first-child,
   table td:first-child { padding-left: px; }
   
   tr.spaceUnder > td
{
  padding-top: 1em;
  padding-bottom: 1em;
}

/* =============================================================================
   Bottom Bar
   ========================================================================== */

/* =============================================================================
   Tabs
   ========================================================================== */

   .tabbable .table { margin-bottom: 20px; }

   .tabs-below .nav-tabs {
      margin: 0;
      border: 0;
      list-style: none;
      background-color: #191919;
      background-repeat: repeat-x;
      background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
      background-image: -moz-linear-gradient(top, #292929, #191919);
      background-image: -ms-linear-gradient(top, #292929, #191919);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
      background-image: -webkit-linear-gradient(top, #292929, #191919);
      background-image: -o-linear-gradient(top, #292929, #191919);
      background-image: linear-gradient(top, #292929, #191919);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
      color: #ffffff;
      position: fixed;
      bottom: 0;
      width: 100%;
   }
   .tabs-below .nav-tabs > li { margin-top: 0; }
   .tabs-below .nav-tabs > li > a {
      border: transparent;
      font-weight: bold;
      color: #bfbfbf;
      margin-right: 0;
      padding: 10px 20px 11px;
      border-right: 1px solid #444;
      border-left: 1px solid #0a0a0a;
      display: block;
      line-height: 19px;
   }

   .tabs-below .nav-tabs > li > a:hover,
   .tabs-below .nav-tabs .active > a,
   .tabs-below .nav-tabs .active > a:hover {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #444;
      color: #fff;
      text-decoration: none;
      border: none;
      border-right: 1px solid #444 !important;
      border-left: 1px solid #0a0a0a !important;
   }

   .tabs-below .nav-tabs > li:first-child > a, 
   .tabs-below .nav-tabs > li:first-child > a:hover {border-left: none !important; }
   .tabs-below .nav-tabs > li:last-child > a, 
   .tabs-below .nav-tabs > li:last-child > a:hover {border-right: 1px solid #0a0a0a !important;}


   .tab-content { padding-bottom: 74px; }


/* =============================================================================
   Options
   ========================================================================== */

   .options { margin: 0; }

/* =============================================================================
   Profiles
   ========================================================================== */

   .profile {
      background: #f9f9f9;
      border: 1px solid #ddd;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      margin-bottom: 20px;
   }

   .profile .primaryInfo {
      padding: 20px 46px 0;
   }

   .profile dl { clear: both; margin-top: 40px;}

   .profile dl dt  {   
      margin: 40px 0 20px;
      border-top: 1px solid #ddd;
      line-height: 0;
   }

   .profile dl dt span {
      background: #fff;
      border: 1px solid #ddd;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      padding: 2px 25px;
      margin-left: 20px;
   }

   .profile dl dd {
      clear: both;
      line-height: 20px;
      padding-top: 6px;
      margin: 0;
   }

   .profile dl dd span {
       font-weight: bold;
       float: left;
       text-align: right;
       width: 70px;
       margin-right: 10px;
   }
   
   .profile dl.profile-custom dd span {
       width: 160px;
   }

   .notes textarea {
      resize: both;
      width: 100%;
   }

/* =============================================================================
   Invoice
   ========================================================================== */

   .invoice .items { margin-top: 40px; }

   .invoice .total td:first-child,
   .invoice .total:hover td:first-child { background: none !important; }

   .invoice .total td:last-child { border-left: none; }

   .subtotal, .tax, .total, th.align-right, td.align-right { text-align: right; }
   .tax { background: none; }

   /* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

   /* Contain floats: h5bp.com/q */ 
   .cf:before, .cf:after { content: ""; display: table; }
   .cf:after { clear: both; }
   .cf { zoom: 1; }

   .no-padding { padding: 0; }
   
   
/* =============================================================================
   Random
   ========================================================================== */
.index-options { margin-top: -3px; margin-bottom: 0px; }

.headerbar .pull-right { margin-left: 15px; }

.alert { border-radius: 0px 0px 0px 0px; }

/* Dashboard */

.widget {
    border: 1px solid #DDDDDD;
    margin-top: 20px;
}

.padded {
	padding: 15px;
}

.widget-title {
    padding: 8px 20px;
}

.widget .content-padding {
    padding: 90px;
}
.main-area .content-padding {
    padding: 20px 20px 94px;
}

#login {
    //margin-top: 15em;
    width: 404px;
}


.install-step {
    margin-top: 3em;
    width: 660px;
}

.install-step, #login {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    //border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0.0625em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    padding: 2.9375em;
}

.widget-title{
	background:#f5f5f5;
	background:-moz-linear-gradient(top, #f7f7f7 0%, #eee 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eee));
	background:-webkit-linear-gradient(top, #f7f7f7 0%, #eee 100%);
	background:-o-linear-gradient(top, #f7f7f7 0%, #eee 100%);
	background:-ms-linear-gradient(top, #f7f7f7 0%, #eee 100%);
	background:linear-gradient(to bottom, #f7f7f7 0%,#eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 );
	border-bottom:1px solid #ddd;
	overflow:auto;
}

.install-step h1, #login h1 {
    font-family: 'ColaborateLightRegular',Arial,sans-serif;
    letter-spacing: -2px;
    margin-bottom: 0.66667em;
    text-align: center;
}

legend, .install-step h2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.scroll {
     overflow-y:scroll;
     display:block;

}
#divUploadBar {
        position:absolute;
   /* margin:100px auto;*/
    width:300px;
    height:60px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:rgb(240,240,240);
    border:2px solid grey;
    z-index:100000000000000000;
    display:none
}

#cancel{
	position:absolute;
    display:relative;
    cursor:pointer;
    top:1.2px;
    right:30px;
    margin:0;
    float:right;
    height:10px;
    width:14px;
    padding:0 0 5px 0;
    /*background-color:red;*/
    text-align:center;
    font-weight:bold;
    font-size:11px;
    color:black;
    border-radius:3px;
    z-index:100000000000000000;
    }

.cancel:hover{
    background:rgb(255,50,50);
    }
    
table.jtable
{
	background-color: #fff !important;
	border: 1px solid #e4e4e4 !important;
	padding: 10px !important;
	margin: 10px 0 !important;
}
.top_right_label {
z-index: 1;
position: absolute;
top: 2px;
right: -10px;
opacity: 0.5;
}
.top_label {
z-index: 1;
position: absolute;
top: 4px;
right: 3px;
opacity: 0.5;
}

.livechat {
	float:right;
	display:inline;
	width:220px;
	height:33px;
	background:url(https://storage.googleapis.com/smpcbucket/pub/img/leg/livechat.jpg) no-repeat left top;
}
.chatfield {
	width:140px;
	padding:5px 5px 5px 5px;
	float:left;
	display:inline;
	font-size:12px;
	color:#666;
	border:none;
	outline:none;
	background:none;
}
.chatsubmit {
	width:79px;
	float:right;
	display:inline;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	font-size:13px;
	color:#646464;
	text-align:center;
	padding:5px 10px 0px 0px;
}
.navbar .nav>li>a
{
	color:#ffffff;
	padding:10px 5px 11px 10px;
	//border-right:1px solid;
	border-color:#6E6E6E;
}
.smpcbtngry1
{
border:1px solid; 
border-color:#D8D8D8;
//box-shadow: 2px 2px 1px #888888;
}

.form_bg {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.info-img-margin {
	margin-bottom: 5px;
}

.navbar .divider-vertical1 {
height: 40px;
width: 1px;
margin: 0px;
overflow: hidden;
background-colorX: #222222;
border-right: 1px solid #FFFFFF;
}

/*26April by Madhuri*/
#sm {font-size: 60%}
/*#howitworks table td{
    font-size: 13px!important;
}*/
.log1{font-size: 13px!important;}
.log{font-size: 13px!important; /*margin: -45px!important;*/}
.log2{font-size: 13px!important; margin: 0px!important;margin-left: 18px!important;}
.log2 input{margin-bottom:0px!important }
.log2 label{height:auto;line-height: 13px!important }

.warningMsg{color:red;font-size:12px;margin-left: 10px}
.warningMsg img{margin-right: 10px}
#clr{clear: both;}
.rememberpass{text-align: center!important;}
#hmsg ,#passmsg ,#editHMsg,#msg{height: 40px!important;width: 300px!important}

.label.label-Active {background-color: #468847!important;}
.label .label-Errors{background-color:#b94a48!important;}
#logTable_length,#logTable_paginate{display: none!important}
#logTable_filter{display: none!important;}
#logTable_processing{display: none!important;}
.warning1 {background-color: #FF7518;border-color: #FF4309;color: #FFFFFF;display: block;margin-left: 250px;overflow: hidden;padding: 12px 30px;position: absolute;top: 300px;z-index: 9999;}
#warn{display: block;overflow: hidden;position: absolute;top: 0px;bottom:0px;left:0px;right:0px;margin:auto;z-index: 9999;width:300px;height:250px;}
button.close {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none;cursor: pointer;padding: 0; position: relative;/* right: -21px;*/top: 5px; color: #FFFFFF;opacity: 0.4;text-decoration: none;right: 10px}
.close {color: #000000;float: right;font-size: 22.5px;font-weight: bold;line-height: 1;opacity: 0.2;text-shadow: 0 1px 0 #FFFFFF;}
.panel-warning {border-color: #ff4309;}
.panel {background-color: #ffffff;border: 1px solid #ff7518;margin-bottom: 21px;}
.panel-warning  .panel-heading {background-color: #ff7518;border-color: #ff4309;color: #ffffff;padding: 5px;}
.panel-body {padding: 15px;/*width:475px;height:180px;*/}
.panel-heading, .panel-footer {border-top-left-radius: 0;border-top-right-radius: 0;}
.panel-heading {border-bottom: 1px solid transparent;padding: 10px 15px;}
.panel-title {color: inherit;font-size: 17px;margin-bottom: 0;margin-top: 0;}
#mainPay{/*text-align: center;*/}
.txtCenter {text-align: center;}
.marginLft{margin: 5px auto;width: 172px;}
#amtchkyr7{border-bottom: 0 none;float: left;font-size: 20px;font-weight: bold;padding-right: 0;}
#numPC{width: 172px}
.qtip-dark {min-width: 10px!important}
#logTable thead th{color:#ffffff;background-color:#008d44;height:30px;font-weight:normal;width: 100px;}
#logTable tbody td{height:30px;/*text-align:left;*/background-color:#F7F7F6;width: 100px;}
#logTable{border-color:silver;border-style:thin;}
.urlInput{border:0px;width:100%;height:30px;margin-bottom:0px;/*//style="border:0px;width:100%;height:30px;margin-bottom:0px;"*/}
.buttonmark {color:#fff;/*font:45px*/ Futura, ?Century Gothic?, AppleGothic, sans-serif;padding:9px;font-weight:bold;//background:url(overlay.png) repeat-x center #ffcc00;background-color:rgba(0,141,68,1);border:0px solid #ffcc00;//border-bottom:1px solid #9f9f9f;//-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);cursor:pointer;background-color:rgb(0,141,68)!important;   }
.buttonmark:hover{background-color:rgba(0,141,68,0.8);}
.buttonmark:hover{background-color:rgb(0,141,68,0.8)!important;}
.buttonmark:active{position:relative;top:2px;}

.mondash {height: 70px;margin-left: 30px;margin-top: 20px;padding: 10px;width: 110px;}
.bld{font-weight: bold;}
.bld1{font-size: 20px;font-weight: bold;}
.bggreen{background-color: #009f3c}
.bgred{background-color:#FF0000}
.bgorange{background-color: #ff7f0e}
.left{float: left;width: 14%}
.right{
  float: right;width: 83%
}
.monN
{
	float: right;
	
}
#multiSelectMonitorList
{
	display:none;
	position:absolute;
	height:200px;
	width:300px;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	border:1px solid silver;
	
}
#chart_div{margin-top: 20px;height:430px;}
#upgrade{display: block;overflow: hidden;position: absolute;top: 0px;bottom:0px;left:0px;right:0px;margin:auto;z-index: 9999;width:300px;height:330px;background-color: #fff}
#upgrade .panel{border-color: #E3E3E3!important;margin: 20px}
#upgrade .panel-heading{background-color:#5EA226;padding: 20px 15px!important }
#upgrade .panel-body{padding: 5px;
    text-align: center;}
    
    
/* newly added */
.box-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 10px;
}

.bs-example {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    padding: 15px;
}
