.smart-style-3 body {
	background: url(../img/mybg.png) #fff !important;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    /*background-color: #fff;*/
}

.minified nav>ul>li {
     border-bottom: none;
     border-top: none;	
}

.smart-style-3 #header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}

.smart-style-3 .header-search>input[type=text] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background: #fff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 10px;
    line-height: normal;
}

.smart-style-3 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.smart-style-3 .header-search>button {
    background: 0 0;
    border: none;
    color: #4D8BA5;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    z-index: 2;
}

.smart-style-3 .btn-header>:first-child>a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default!important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0;
}

.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header>:first-child>a {
     color: #4D8BA5 !important;
    /*border: 1px solid #f09d61;*/
     text-shadow: none;
}

.smart-style-3 input:not([type]), .smart-style-3 input[type=color], .smart-style-3 input[type=email], .smart-style-3 input[type=number], .smart-style-3 input[type=password], .smart-style-3 input[type=tel], .smart-style-3 input[type=text], .smart-style-3 input[type=url], .smart-style-3 textarea {
	border: 1px solid #ccc;
    border-top-color: none !important;
    border-left-color: none !important;
    border-bottom-color: none !important;
    border-right-color: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;    
}

.smart-style-3 .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.smart-style-3 #hide-menu i {
   color: #4D8BA5!important;
}

.smart-style-3 #hide-menu i:hover {
   color: #1a5d79 !important;
}

.smart-style-3 #logo-group span#activity:active, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header>:first-child>a:active, .smart-style-3 .btn-header>:first-child>a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent!important;
    background-image: none!important;    
}

.smart-style-3 .btn-header>:first-child>a:hover {
    border: 1px solid #bfbfbf;
    color: #1a5d79 !important;
    transition: all 0s;
    cursor: pointer;
    /* -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08); */
    /* box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08); */
}

.smart-style-3  #project-context>:first-child, .smart-style-3 .project-context>:first-child {
    display: block;
    color: #bfbfbf;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff;
    padding-left: 0;
    text-align: left;
}

.smart-style-3 .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.smart-style-3 .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.smart-style-3 .dropdown-menu>li>a:focus, .smart-style-3 .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3276b1;
}

.smart-style-3 nav>ul>li>a>i { 
    font-size: 20px !important;
}

.smart-style-3 .minified nav>ul>li>ul {    
    background: #454545;
    margin-top: -7px;    
}

.smart-style-3 .minified nav ul li a, .smart-style-3 .minified nav ul li.open>a, .smart-style-3 .minified nav ul li.open>a b {
    color: #fff !important;
}

.smart-style-3.minified nav>ul>li {
    border-bottom: 1px solid #E9E4E4 !important;
    border-top: 1px solid #FFF !important;
}

/* --- version1 --- */
#sparks > .sparks-info {
	text-align:center;
}

#dt_basic_filter, #dt_basic2_filter {
	line-height: 32px;	
}
#dt_basic_filter .form-control, #dt_basic2_filter .form-control {
	height:28px;
}
#dt_basic_length, #dt_basic2_length {
	line-height: 32px;	
	float: right;
}
#dt_basic_length .form-control, #dt_basic2_length .form-control {
	height:28px;
}
	
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #a90329;
	border-color: #a90329;
}

.pagination > li > a {
	color: #a90329;
}

.pagination > li > a:hover {
	color: #a90329;
}

p.block-btn {
	text-align:center;
	margin:0px 15px 15px;	 
}

a.close_link {
	float: right;
    border: 1px solid #3276b1;
    border-radius: 100%;
    padding: 2px 9px;
    margin-top: -12px;
    margin-right: -3px;
}

legend span.font-weight {
	font-weight:bold;
}

#del_modal .block-header {
    padding: 1px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color:white;
}
#del_modal .bg-primary-dark {
    background: #404040;
}

#del_modal .block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#del_modal .block-content p, #del_modal .block-content .push, #del_modal .block-content .block, #del_modal .block-content .items-push > div {
    margin-bottom: 20px;
}

#del_modal .block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}

#del_modal .block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#del_modal .block-options > li > a, #del_modal .block-options > li > button {
    display: block;
    padding: 2px 3px;
	opacity: 1;
	font-size: 18px;
	color: white;
	margin-top: 15px;
}

#del_modal .block-header {
    padding: 1px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color:white;
}
#del_modal .bg-primary-dark {
    background: #404040;
}

#del_modal .block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#view_group_modal .block-content p, #view_group_modal .block-content .push, #view_group_modal .block-content .block, #view_group_modal .block-content .items-push > div {
    margin-bottom: 20px;
}

#view_group_modal .block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}

#view_group_modal .block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#view_group_modal .block-options > li > a, #view_group_modal .block-options > li > button {
    display: block;
    padding: 2px 3px;
	opacity: 1;
	font-size: 18px;
	color: white;
	margin-top: 15px;
}

#view_group_modal .block-header {
    padding: 1px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color:white;
}
#view_group_modal .bg-primary-dark {
    background: #404040;
}

#view_group_modal .block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#view_stat_modal .block-content p, #view_stat_modal .block-content .push, #view_stat_modal .block-content .block, #view_stat_modal .block-content .items-push > div {
    margin-bottom: 20px;
}

#view_stat_modal .block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}

#view_stat_modal .block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#view_stat_modal .block-options > li > a, #view_stat_modal .block-options > li > button {
    display: block;
    padding: 2px 3px;
	opacity: 1;
	font-size: 18px;
	color: white;
	margin-top: 15px;
}

#view_stat_modal .block-header {
    padding: 1px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color:white;
}
#view_stat_modal .bg-primary-dark {
    background: #404040;
}

#view_stat_modal .block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}


.modal .block-content p, .modal .block-content .push, .modal .block-content .block, .modal .block-content .items-push > div {
    margin-bottom: 20px;
}

.modal .block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}

.modal .block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.modal .block-options > li > a, .modal .block-options > li > button {
    display: block;
    padding: 2px 3px;
	opacity: 1;
	font-size: 18px;
	color: white;
	margin-top: 15px;
}

label.error {
	color: #a90329;
}

.form-horizontal .control-label.no-float {
	float:none;	
}

.note-color {
	/*color: #727272;*/
	font-style: italic;
}

.checkbox-inline, .radio-inline {
	margin-top:0px;
}

#logo img {
	width: 170px;
	height: auto;
	margin-top: -12px;
	margin-left: -14px;
}

#ui-datepicker-div .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

#ui-datepicker-div .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#ui-datepicker-div .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #404040;
}
#ui-datepicker-div .ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
#ui-datepicker-div .ui-helper-clearfix {
    display: block;
    min-height: 0;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-header {
    position: relative;
    border: 0;
    font-weight: 700;
    width: 100%;
    padding: 4px 0;
    background-color: #f5f5f5;
    color: gray;
}
#ui-datepicker-div .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#ui-datepicker-div .ui-widget-header {
    font-weight: 700;
    background-color: #F5F5F5;
    border-color: #DDD;
    color: #333;
}
#ui-datepicker-div .ui-helper-clearfix {
    display: block;
    min-height: 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next, #ui-datepicker-div .ui-datepicker .ui-datepicker-prev {
    text-align: center;
    margin-top: 2px;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-next, #ui-datepicker-div .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
#ui-datepicker-div .ui-widget-header a {
    color: #222;
}
#ui-datepicker-div .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-call {
	/*font-weight:bold;*/
	color:black;
	font-size:12px;
	padding: 1px 6px;
	border:none;
}

#tbl-call tr td {
	padding:1px 6px;
}

.td_num_col {
	text-align:center;
	font-size:11px;
	vertical-align:middle
}

.action-call {
	display: none;
	width: 100%;
	height: 52px;
	position: fixed;
	z-index: 100;
	background: #fff; 
	border-top: 1px solid #2a2725;
	bottom: 0px;
	text-align: center;
	padding-left: 14%;
	line-height: 48px;
}


table.dataTable.fixed-header {    
    margin-top: 0px !important;    
}

.ui-datepicker {
	z-index:4 !important;
}

/*--------*/
@media (min-width: 961px) { 
	.action-call {
		padding-left: 14%;
	}
}
@media (max-width: 960px) { 
	.action-call {
		padding-left: 0px;
	}
}

/* version2 */
.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    /*
	height:26px !important;
	line-height:26px !important;
	*/
}
	
.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    margin: 3px 0 3px 5px;
}

table.has-columns-hidden>tbody>tr>td>span.responsiveExpander {
    opacity: 0.75;
}

.client-form header {
	text-align:center;
	font-size:22px;	
	background-color:#f3f3f3;
}
.client-form footer {
	text-align:center;	
	background-color:#f3f3f3;
}

.smart-form footer .btn {
	float:none;
	text-align:center;
	display:block;
	margin:7px auto 0px;
}

#logo-copy {
	color:white;
	text-align:center;
	font-size:12px;
}
#footer-main-page {	
    height: 42px;
    padding: 12px 13px 0;    
}

.smart-style-3 #logo img {
    width: 125px;
    height: auto;
    padding-left: 43px;
    margin-top: -5px;
}

.ui-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

ul#access_menu {
    font-size: 14px !important;
    width: 400px !important;
}

ul#access_menu li {
    line-height: 30px !important;
}

.menu_access_width_level2 {
    position: relative;
    width: 220px;
}

.menu_acctss_switch {
    position: absolute;
    right: 0px;
    top: 2px;
}

tr.tr_bg1 { 
	background-color:#dfebff;	
}

tr.tr_bg_bottom > td {
    border-top: 2px solid gray !important;
}

/*
tr.tr_bg2 > td {
    border-bottom: 2px solid gray !important;
}
*/

.empty-message {
	text-align:center;
	font-size:22px;	
}
