/*
.panel h1, .panel .h1, .panel h2, .panel .h2, .panel h3, .panel .h3 {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}

.less-padding {
    padding: 2px !important;
}

.page-header {
	margin: 20px 0 20px
}

table.table-condensed td .btn {
    border-bottom: 0 !important;
}

table.table-striped tr th {
    border-top: 2px solid #428bca !important;
    border-bottom: 2px solid #428bca !important;
}

table.table-striped tr th:first-child {
    border-left: 2px solid #428bca !important;
}

table.table-striped tr th:last-child {
    border-right: 2px solid #428bca !important;
}

table.table-striped tr td {
    border-bottom: 1px solid #428bca !important;
}

table.table-striped tr td:first-child {
    border-left: 1px solid #428bca !important;
}

table.table-striped tr td:last-child {
    border-right: 1px solid #428bca !important;
}

td.value {
    font-style: italic;
    font-weight: bold;
}


.btn {
    border-bottom: 3px solid #CCCCCC !important;
}

.btn:hover {
    border-bottom: 3px solid #ADADAD !important;
}

.btn-primary {
	border-bottom: 3px solid #357EBD !important;
}

.btn-primary:hover {
	border-bottom: 3px solid #28588E !important;
}

.btn-success {
    border-bottom: 3px solid #4CAE4C !important;
}

.btn-success:hover {
    background: #4CAE4C !important;
    border-bottom: 3px solid #398439 !important;
}

.simple-box {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}

.center-align {
    text-align: center;
}



.box-description {
	padding: 10px;
}

.date_created {
    float: right;
}

.dropdown_caret {
    float: right;
    margin-top: 9px;
    margin-left: 10px;
}

#dropmenu .btn {
	border: none !important;
	background: transparent !important;
}

.nav > li.box-description > a {
    display: block;
    padding: 5px 15px;
    position: relative;
}

.nav > li.box-description > a.btn-regular {
    display:inline;
    padding-left: 0;
}

.nav > li.box-description > a.btn-regular:hover {
    background: none;
    border-bottom: none !important;
    text-decoration: underline;
}

.nav > li.box-description > a.btn-primary:hover, .nav > li > a.btn-primary:focus {
    background: #3276B1;
    border-bottom: 3px solid #28588E !important;
}

.no-border {
	border: 0 !important;
}
.no-border-right {
	border-top-right-radius: 0 !important; 
	border-bottom-right-radius: 0 !important;
}

.no-border-left {
	border-top-left-radius: 0 !important; 
	border-bottom-left-radius: 0 !important;
}

.remove-double-border {
	border: 1px solid #CCCCCC !important;
}

.remove-double-border:hover {
    border: 1px solid #ADADAD !important;
}

.modal-header h2 {
    margin: 0;
}

.profile {
    padding: 10px;
    text-align: center;
}

.profile img {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100px;
    padding: 2px;
}


div.spinedit .glyphicon-chevron-down {
    top: 16px;
    left: -5px !important;
}
div.spinedit .glyphicon-chevron-up, 
div.spinedit .glyphicon-chevron-down {
    cursor: pointer;
    left: 8px;
    position: relative;
    width: 12px;
}



@media (max-width: 767px) {
    .date_created {
        display: none;
    }
}


/*MODAL*
.modal .loading {
    text-align: center;
}

.modal ul.link_menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.modal ul.link_menu li a {
    padding: 5px 0;
    display: block;
}
*/
.modal input[type="text"], 
.modal select {
    border: 1px solid #b8b8b8;
    font-size: 14px;
    padding: 5px;
    width: 85px;
}

.modal table,
.panel-body table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;
    clear: both;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
}

.modal table th,
.panel-body table th {
    border-bottom: 2px solid #555;
    padding: 4px;
    text-align: left;
}

.modal table td,
.panel-body table td {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}

.modal table tr:nth-child(2n) td,
.panel-body table tr:nth-child(2n) td {
    background: #f5f5f5;
}

.modal-content label {
    display: block;
    font-weight: bold;
    left: 5px;
    position: relative;
    top: 26px;
}

.actions_col {
    font-size: 18px;
    text-align: center;
}





/* SIGN IN PAGE */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help {
    margin-top: 10px;
}
.new-account {
    display: block;
    margin-top: 10px;
}

.fake_link {
    cursor: pointer;
}

.fake_link:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

