button,
a.button_link{
    color: white;
    background-color: #9398a1;
    padding: 7px 15px;
    border-radius: 7px;
    border: none;
}

button.primary-btn,
a.button_link{
    background-color: #092e6e;
    border: 2px solid white;
    box-shadow: 0 0 0px 2px #092e6e;
}

button.primary-btn:disabled{
    opacity: 0.5;
}

a.button_link:hover{
    text-decoration: none !important;
}

.radiobtns_wrap label{
    font-weight: 400;
    margin-right: 10px;
}

button.btn-stack {
    margin-right: 10px;
}

button.btn-stack :last-child {
    margin-right: 0;
}

.object_action{}

.object_action button{
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 5px;
    background-color: #092e6e;
}

input[type="text"]{
    margin-bottom: 15px;
}

form{
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #ccc;
    box-shadow: 0 0 5px 5px #ddd;
    background-color: white;
}

.modal-window form{
    box-shadow: none;
    border: none;
}

.modal-window .form-actions button{
    margin-left: 15px;
}

.modal-content{
    padding-bottom: 20px;
}

.modal-footer{
    display: none;
}

form .title{
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

table{
    table-layout: fixed;
}

table thead td{
    text-align: center;
    background-color: rgba(200, 200, 200, 0.7);
    border-right: 1px solid white;
    padding: 10px;
    font-weight: 400;
}

table tbody{
    border-top: 2px solid black;
}

table tbody tr{
    border-bottom: 2px solid rgba(200, 200, 200, 0.7);
}

table tbody td{
    padding: 10px 10px 5px;
}

.dashboard{
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #ccc;
    box-shadow: 0 0 5px 5px #ddd;
    background-color: white;
    width: 100%;
}

.dashboard.vessel_dashboard{
    padding: 15px 15px;
}

header .nav-tabs{
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: none;
}

header .nav-tabs li{
    margin-right: 15px; 
}

header .nav-tabs li.active{
}

header .nav-tabs li a{
    border-radius: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: none !important;
    border-right: none !important;
}

header .nav-tabs li:not(.active) a:hover{
    background: none;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

header .nav-tabs li.active a,
header .nav-tabs li.active a:hover,
header .nav-tabs li.active a:focus{
    border-left: none;
    border-right: none;
    border-top: 2px solid #092e6e;
    border-bottom: 2px solid #092e6e;
}

.width-100p{
    width: 100%;
}

.treegrid-indent{
    width: 20px;
    display: inline-block;
}

.btn-group.add-categories-reports{
    width: 100%;
}

.dashboard h1{
    margin-top: 0;
}

textarea{
    resize: none;
}

input.error, textarea.error{
    border: 1px solid red !important;    
}

.pointer{
    cursor: pointer;
}

.add_edit_vessel_form input[type=file]{
    border: 1px solid transparent;
    padding: 10px;
}

table thead td .pointer{}

table thead td .pointer.sort-asc:after,
table thead td .pointer.sort-desc:after{
	font-family: 'Glyphicons Halflings';
    font-size: 12px;
    vertical-align: middle;
}

table thead td .pointer.sort-asc:after{
    content: "\e094";
}

table thead td .pointer.sort-desc:after{
	content: "\e093";
}
