body
{
    font-family: Arial, helvetica, sans-serif;
    color: #1d1d1f;
    background-color: #f2f2f2;
    z-index: 0;
    margin: 0;
    width: 100%;
}

h1
{
	font-family: 'Lato', Arial, sans-serif; 
  	font-size: 28px;
  	font-weight:600;
    color: #28a745;
}

/*center H1, 2, 3.. in public pages*/

.centerH
{
	text-align:center!important;
	display: block!important;
}

h2
{
    font-family: 'Lato', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #28a745;
}

h3
{
    font-size: 1.2rem;
    font-weight: 600;
}

h4
{
    font-size: 16px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 12px;
}

/*h1, h2, h3
{
    line-height: normal;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}*/

A
{
color: #06c;
    text-decoration: none;
    /*text-transform: capitalize;*/
}

A:hover
{
   text-decoration: none;
   
}

.manageButton, .manageButton:hover
{
    width: 42px !important;
}

#footer li
{
    line-height: normal;
}

#memberInformation .name
{
    position: relative;
    top: 4px;
}

#memberInformation a.learning
{
    top: 2px;
}

textarea
{
    width: 300px;
    height: 100px;
}

.label 
{
    background-color: #FFFFFF;
    text-shadow: none;
}

.label-success
{
    background-color: #468847;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-primary
{
    background-color: #337ab7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-warning, .label-warning[href], .badge-warning[href]
{
    background-color: #f0ad4e;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-danger
{
    background-color: #d9534f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-info
{
    background-color: #3a87ad;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.small-label
{
    font-size: 8px !important;
    padding: 1px 2px;
}

label
{
    display: table;
    margin-bottom: 10px;
    padding-bottom: 0px;
}


select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
    outline: none;
    /*height: 30px !important;*/
}

.uneditable-input {
  margin-bottom: 0px;
}

select:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"],
input[type="checkbox"]
{
  margin: 0 0 0;
}

label,
input,
button,
select,
textarea {
  line-height: normal;
}

ul#tabnav li { /* do not change */
  position: relative;
  bottom: 2px;
}

.radio_frameset legend
{
    line-height: normal;
    margin-bottom: 0px;
    width: auto;
    border-width: 0px 0px 0px;
}

ul.noStyleType
{
    margin: 0px;
}

/*.collapse
{
    background: url("../../../images/newdesign/icons/control_drop.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
}*/

.shortUrlDevice1, .shortUrlDevice2, .shortUrlDevice3, .shortUrlDevice4, .shortUrlDevice5
{
    height: 32px !important;
    padding: 0px !important;
    padding-left: 40px !important;
}

form
{
    margin-bottom: 0px !important;
}

select#filter {
  width: 306px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

textarea 
{
  outline: none !important;
}

/*table
{
  border-collapse: separate;
}*/

.tooltip
{
    z-index: 9999 !important;
}

.tooltip td
{
    color: #FFFFFF;
}

.tooltip-inner
{
    min-width: 200px;
    max-width: none;
    text-align: left;
    z-index: 10000 !important;
}

.bootstrapTooltip
{
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0px !important;
}

img.ui-datepicker-trigger
{
    vertical-align: middle;
    margin: 3px;
    cursor: pointer;    
    margin-bottom: 11px;
    padding-left: 2px;
}

input.disabled
{
    color: #F0F0F0 !important;
    opacity: 0.4;
}

input.disabledVisible
{
    color: #333333 !important;
    opacity: 0.4;
}

.fancybox-skin
{
    background: #FFFFFF;
}

.commonButton
{
    border-radius: 3px;
}

.jPicker .Icon span.Image
{
  left: 5px !important;
  top: -9px !important;
}

.jPicker .Icon span.Color, .jPicker .Icon span.Alpha 
{
  left: 5px !important;
  top: -9px !important;
}

select
{
    width: 306px;
}

.modal-dialog
{
    /*position: relative;*/
    /*margin: 15% auto;*/
}

.modal-sm
{
    width: 300px;
    margin-left: -150px;
}

.modal-backdrop.in
{
    opacity: 0.5 !important;
}

.modal-dialog textarea
{
    width: 250px;
    height: 70px;
    font-size: 14px;
    color: #000000;
}