/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 

.item {
      margin-bottom: 10px;
      font-size: 14px;
	  float: left;
	  margin: 20px 0;
    }
    .item .title {
      width: 160px;
      display: inline-block;
      text-align: right;
      margin-right: 10px;
    }

    .stock-quote.up .change {
      border-bottom-width: 10px;
    }
    .stock-quote.down .change {
      border-top-width: 10px;
    }
    .stock-quote .change {
      border-left-width: 8px;
      border-right-width: 8px;
    }

.quarter {
background: #274584;
color : #FFFFFF;
border-color: #a90329;
font-size: 26px;
border-width: 3px;
padding: 5px;
border-radius: 13px;
width: 100%;
font-family: sans-serif;
font-weight: bold;
border-style: solid;
margin-bottom: 10px;
}
	
.style {
width: 100%;
font-family: sans-serif;
font-weight: bold;
border-style: solid;
}
.colorDefinition {
background: #274584;
color : #FFFFFF;
border-color: #a90329;
margin-left: 380px;
}


.size_xl {
font-size: 50px;
border-width: 8px;
border-radius: 6px;
}
.size_lg {
font-size: 26px;
border-width: 3px;
padding: 5px;
border-radius: 13px;
}
.size_md {
font-size: 30px;
border-width: 5px;
border-radius: 4px;
}
.size_sm {
font-size: 20px;
border-width: 3px;
border-radius: 3px;
}
.size_xs {
font-size: 15px;
border-width: 2px;
border-radius: 2px;
}	
	
 .widget-toolbar	{
	width: 280px; 
 }
 
.modal input	{
	width: 100%;
}

#role-name	{
	width: 150px;
}

 .borderless td, .borderless th {
    border: none;
}

.bootstrapWizard li {
    width: 10%;
}

.table	{
	margin-left: 10px;
}

.table>tbody>tr>td {
    padding: 4px 10px;
}

td>div>div.input-group .form-control {
width: 60px;
}



td>div>div>span.input-group-addon, td>div>div>span.input-group-btn {
width: 0;
}

.help-block	{
	width: 200px;
}

td>div.form-group {
	width: 60px;
    margin-bottom: 0px;
}

header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 16px;
    font-weight: 900;
    color: #232323;
    margin: 10px 14px 0;
}

.form-control {
    width: 60px;
}

/* .input-sm {
	height: 25px;
    background: #fff0f0;
    border-color: #e7204e;
} */

.alert {
    border-width: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

header	{
	margin: 0;
}

header.title {
	color: #555555;
    font-size: 24px;
}

.borderless {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	font-size: 14px;
}

.borderless td, .borderless th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
	text-align: center;
	
}

.borderless th {
    border: 1px solid #ddd;
	
}

.borderless td:first-child {
    text-align: left;
}

/* .borderless td, .borderless td>input {
   text-align: right;
	
}

.borderless td>input {
   float: right;
	
} */

.borderless tr:nth-child(even){background-color: #f2f2f2;}

.borderless tr:hover {background-color: #ddd;}

.borderless th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #274584;
    color: white;
}

div.alert	{
	border-width: 2px;
	border-color: #274584;
    color: #274584;
    background-color: #eeeeee;
	border-radius: 5px;
    -webkit-border-radius: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
    color: #fff !important;
	background: none !important;
}

.nav-tabs>li>a {
    color: #fff !important;
}

span.indent1	{
	padding-left: 10px;
	font-weight: bold;
}

span.indent2	{
	padding-left: 25px;
	font-style: italic;
}


.check-status	{
	margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
}

.check-status>li {
    display: inline-block;
    margin-bottom: 7px;
}

.input-group .input-sm	{
	border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.input-group .input-group-addon	{
	border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.input-group .input-md	{
	border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.col-sm-2 .input-group .input-group-addon, .col-sm-3 .input-group .input-group-addon, .col-sm-4 .input-group .input-group-addon	{
	border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
	border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step	{
	background-color: #274584 !important;
}

.input-group-addon	{
	background-color: #274584 !important;
	color: #ffffff !important;
	
}

.jarviswidget .widget-body {
    padding-top: 50px;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step, .bootstrapWizard li .step {
	padding: 4px 16px;
    font-size: 30px;
}

.bootstrapWizard li .step i {
    font-size: 30px;
}

.bootstrapWizard li:before	{
	top: 23px;
}

.tabbed.skin-belize-hole ul li.active, .tabbed.skin-belize-hole ul li.active:before, .tabbed.skin-belize-hole ul li.active:after {
    background-color: #274584;
}

.tabbed.skin-belize-hole ul li, .tabbed.skin-belize-hole ul li:before, .tabbed.skin-belize-hole ul li:after {
    background-color: #3a3633;
}

.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}

.tabbed[class*="skin-"] ul li {
    color: #FFF;
    text-shadow: rgba(0,0,0,.1) 0 1px;
}

.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}

.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}

.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}

.tabbed ul li:before, .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}

.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}

.tabbed ul li:before, .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}

.tabbed ul li {
    display: block;
    float: left;
    padding: 10px 24px 8px;
    background-color: #FFF;
    margin-left: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    text-transform: uppercase;
    font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
    transition: all 250ms ease;
}

.tabbed ul * {
    margin: 0px;
    padding: 0px;
}

.tabbed ul li.active {
    z-index: 3;
}

.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 8px;
    list-style-type: none;
}

.tabbed.skin-belize-hole {
    border-bottom-color: #274584;
}

.tabbed {
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #274584;
    overflow: hidden;
    transition: border 250ms ease;
}

.nav-tabs.bordered {
    background: none !important;
    border: 0px !important;
}

.nav-tabs>li.active>a {
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	border-right: 0px !important;
}



.nav-tabs>li>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background: none !important;
}

.jarviswidget-color-darken .nav-tabs li a:hover {
    color: #fff !important;
}

.tabbed>li>a {
    color: #fff !important;
}

.tab-content	{
	overflow-y: hidden;
	overflow-x: scroll;
}

#tab1_1 div.row	{
	display: flex;
    align-items: flex-end;
}