* {
    outline: none !important;
}

body {
    background-color: #f5f5f5;
}

.navbar {
    min-height: 30px;
    height: 30px;
    border-bottom: 1px solid #ffffff;
    margin: 0px;
    z-index: 9999;
}

#wrapper{
    width: 100%;
}

.bs-sidenav {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 0px;
}

.nav>li>a .badge, .nav>li>a .badge{
    background-color: #ffffff;
    color: #26B131;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: #5CB85C;
    color: #ffffff;
    border-radius: 1px;
/*    border-bottom: 1px solid #5CB85C; */
    border-color: #5CB85C;
}

.nav>li>a:hover .badge, .nav>li>a:focus .badge{
    background-color: #ffffff;
    color: #7A7A7A;
}

.nav>li.active>a:hover .badge, .nav>li.active>a:focus .badge{
    background-color: #999;
    color: #ffffff;

}

.nav>li>a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #FFF;
    word-wrap: break-word;
    background: #5CB85C;
}

.nav li.active span.badge {
    color: #ffffff;
    background-color: #999;
}


.logo {
    width: 230px;
    margin: 15px 0px 20px 5px;
}


/* vars */

.full-height {
    height: 100%;
}

.full_width {
    width: 100%;
}

.no-margin {
    margin: 0px;
}

.margin-right5px {
    margin-right: 5px;
}

.margin-bottom4px{
    margin-bottom: 4px
}
.margin-top50px {
    margin-top: 50px;
}
.no-padding {
    padding: 0px;
}

.menu-align-right {
    left: 240px;
    top: -10px;
    border-radius: 0px;
}

h4 {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    padding-left: 10px;
}

.container.padding-15-top {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}
/* side menu */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    border-radius:0px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.27);
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
/*
    margin-left:10px;
*/
    margin: 0px;
    -webkit-border-radius:1px 0 1px 1px;
    -moz-border-radius:1px 0 1px 1px;
    border-radius:1px 0 1px 1px;
    width: 195px;
}

.sub-menu-arrow{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #CCC;
    margin-top: 5px;
    margin-right: -10px;
    background-color: transparent;
    background-color: rgba(0,0,0,0);
    color: transparent;
    color: rgba(0,0,0,0);
}

.dropdown:hover, .dropdown-submenu:hover {
    background: #eeeeee;
}

.navbar.navbar-inverse .dropdown:hover, .navbar.navbar-inverse .dropdown-submenu:hover {
    background: #464646;
}

/*
.navbar-inverse .dropdown:hover > .dropdown-menu ,
.bs-sidenav .dropdown:hover > .dropdown-menu {
    display: block;
}
*/

.dropdown-menu {
    box-shadow: none;
}

.main_content {
    background: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}


.container {
    max-width: none !important;
    width: 100%;
}

.left_cell {
    padding-right: 15px;
    float: left;
    width: 260px;
}

.top_header {
    float: left;
    padding: 15px 0px 15px 15px;
    position: absolute;
    right: 15px;
    left: 280px;
    height: 96px;
}

.btn_dark {
    background-color: #333333;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #444444),
        color-stop(1, #000000)
    );
    background-image: -o-linear-gradient(bottom, #444444 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #444444 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #444444 0%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #444444 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);
    color: #ffffff;
}

.btn_dark:hover, .btn_dark:focus, .btn_dark:active, .btn_dark.active, .open .dropdown-toggle.btn_dark {
    background-color: #080808;
    color: #ffffff;
}

.top_header_btn{
    min-width: 85px;
    font-size: 12px;
}

.navbar.navbar-inverse .dropdown-menu{
    background-color: #333333;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px rgba(26, 26, 26, 0.5);
    -moz-box-shadow:    0px 0px 5px rgba(26, 26, 26, 0.5);
    box-shadow:         0px 0px 5px rgba(26, 26, 26, 0.5);
    border-radius: 0px;
}

.navbar.navbar-inverse .dropdown-menu > li > a {
    color: #ffffff;
}

.navbar.navbar-inverse .dropdown-menu > li > a:hover, .navbar.navbar-inverse .dropdown-menu > li > a:focus {
    background-color: #080808;
}

.navbar.navbar-inverse .dropdown-menu .divider {
    background-color: #474747;
}

.dropdown-menu.size_s  li  a {
    padding: 5px 15px;
    font-size: 13px;
}

.menu_items_container {
    position: absolute;
    top: 34px;
    background: #333333;
    right: 0px;
    height: 250px;
    min-width: 300px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.27);
}

.menu_items_container.loading {
    background: #333333 url("") center center no-repeat;
}

li:hover .menu_items_container {
    display: block;
}

.notification {
    width: 16px;
    height: 16px;
    background-color: #C80000;
    border-radius: 8px;
    position: absolute;
    z-index: 99;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    color: #FFF;
    top: 8px;
    display: none;
    right: 5px;
}

.show_notif .notification{
    display: block;
}

.show_notif a.dropdown-toggle{
    padding-right: 25px;
}

.media_image_container {
    float: left;
    margin: 15px;
    position: relative;
}

.media_image_container img{
    height: 160px;
    width: 180px;
}

.media_upload {
    height: 35px;
    padding-left: 15px;
}

.media_upload input[type="file"], .media_upload input[type=file]{
    font-size: 11px;
    padding: 4px 12px;
}

input[type="file"],
input[type=file] {
    padding: 5px 12px;
}

.copyright {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 11px;
    color: #555555;
}

.main_changing_content {
    margin-top: 15px;
    margin-bottom: 15px;
/*    overflow: auto; */
    padding-right: 0px;
}

.form-group .more_info {
    font-size: 15px;
    color: #47A447;
    margin: 0px 5px;
    cursor: pointer;
}

.main_content .main_content_title .more_info {
    color: #47A447;
    cursor: pointer;
    font-size: 19px;
}

.col-centered{
    float: none;
    margin: 0 auto;
    width: 345px;
}

.login_container {
    background: #ffffff;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.login_container .title {
    height: 45px;
    background: #4A4A4A;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login_container .container {
    padding: 30px 25px;
}

.login_container .form-group {
    position: relative;
}

.login_container .glyphicon {
    position: absolute;
    color: #CFCFCF;
    top: 10px;
    right: 10px;
    font-size: 16px;
}

.login_container .btn{
    width: 100%;
    border-radius: 2px;
}

.login_container .form-group input.form-control{
    padding-right: 30px;
}

.login_container .login_footer {
    height: 45px;
    background: #f9f9f9;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #CCC;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #CCC;
    color: rgba(0, 0, 0, 0.15);
    font-weight: normal;
    font-size: 12px;
}

.login_container .login_footer a{
    color: #4A4A4A;
}

.login_logo {
    display: block;
    padding-bottom: 10px;
    margin: 0px 45px;
}

.well.error {
	color: #FF525A;
	background: #FFEFEF;
	border-color: #FFBEBE;
}

.media_image_container .glyphicon-remove-circle {
    position: absolute;
    color: #4D4D4D;
    font-size: 19px;
    top: 7px;
    right: 7px;
    border-radius: 14px;
    display: none;
    cursor: pointer;
    background: #ffffff;
}

.media_image_container:hover .glyphicon-remove-circle {
    display: block;
    color: #000000;
}

.admin_center_options{
    font-size: 12px;
}

.search_component{
    float: right;
}

.search_component > input.form-control {
    min-width: 250px;
}

div.properties {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin: 3px 10px 3px 5px;
}

div.properties.provisional{
    background: #5c7cb8;
}

div.properties.confirmed{
    background: #f04343;
}

div.properties.cancelled{
    background: #757575;
}

.table-container{
    font-size: 11px;
}

.properties_item {
    padding-bottom: 5px;
	text-align: left;
}

.properties_info_labels div {
    padding-right: 10px;
    margin-bottom: 10px;
}

.nowrap {
	/*
    white-space: nowrap;
	*/
}

.table-container label{
    margin: 0px;
}

.form-control.input-sm {
    width: 300px;
}

.dataTables_scrollHeadInner,
.dataTables_scrollFootInner,
.display.dataTable {
	width: 100% !important;
}

.none_static_top_navbar {
	position: static;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.login_row_container {
	position: absolute;
	left: 50%;
	margin-left: -172px;
	top: 50%;
	margin-top: -239px;
}

.search_cont{
	width: 450px;
	padding-top: 5px;
}

.top_header_navbar li.dropdown >a {
    padding: 4px 13px;
    border-radius: 2px !important;
    border: 0px;
}

.top_header_navbar li.dropdown >a,
.top_header_navbar li.dropdown {
    border-radius: 3px !important;
    margin-right: 0px;
}

.top_header_navbar li.dropdown > ul{
	border-radius: 3px !important;
}

.menu_triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #ffffff transparent;
	position:absolute;
	top: -6px;
	right:53px;
	z-index:10;
}

.menu_triangle.bordered{
	border-color: transparent transparent #CCCCCC transparent;
	top: -7px;
	z-index:9;
}

.padding-left-10px{
	padding-left:10px;
}

.form-group .bootstrap-select{
/*
	width: 310px !important;
*/	
	padding-left: 0px !important;
	
}

.bt-tabs>li>a:hover,
.bt-tabs>li>a:focus
{
	border-radius: 4px 4px 0 0;
}

.form-control.input-sm.input-full-width{
	width: 100%;
	max-width:450px;
}

h5 span.more_info{
    color: #47A447;
}

.pull-text-right{
    text-align: right;
    margin-bottom: 4px;
}

.data-row {
    border-bottom: 1px solid #EEE;
    padding: 1px 0px;
    font-size: 11px;
	overflow: hidden;
}

.data-row.result {
    background: #DDD;
    border-radius: 2px;
}

.data-row.full_result {
    background: #414142;
    color: #ffffff;
    border-radius: 2px;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.buttons_container{
    margin: 10px 0px;
}

.min-45px{
    min-width: 45px;
    height: 25px;
    font-size: 11px;
}

.tabs_fieldset{
    padding-left: 15px;
    padding-right: 15px;
}

.tabs_fieldset .form-group {
    margin-bottom: 0px;
}

.tabs_fieldset .form-group input{
    margin-bottom: 4px;
}

.bottom_bordered_h5{
    padding-bottom: 4px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 4px;
    background: #555;
    border-radius: 3px;
    color: #FFF;
    font-size: 11px;
    line-height: 12px;
    margin: 0px;
    margin-bottom: 4px;
}

.bottom_bordered_h5 a {
    color: #fff;
    text-decoration: underline;
}

.bottom_bordered_h5 .glyphicon {
    color: #fff;
    margin-left: 5px;
}

.vat {
    line-height: 25px;
}

.margin-top20px{
    margin-top: 20px;
}

.input-tiny{
    width: 100%;
    max-width: 450px;
    height: 18px;
}

.btn-tiny {
    padding: 1px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-sc {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;	
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	
}

.input-sc:focus {
    border-color: #CECECE;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 168, 168, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 168, 168, 0.6);
}

.nav-tabs{
	border-bottom: none;
	margin-bottom: 0px;
}

.tab-content{
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 3px;
}

.tab-content > .active {
display: block;
margin-bottom: 5px;
margin-top: 5px;
}

.modal-header {
	cursor: move;
	background-color: #8BBD3A;
	color: #FFF;
}