/* remove border-radius */
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* focus color */
textarea:focus,
.bootstrap-select .dropdown-toggle:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0 none !important;
}

/* placeholder colors */
.form-control::-webkit-input-placeholder {
    color: #272b30;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #272b30;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #272b30;
}

.form-control:-ms-input-placeholder {
    color: #272b30;
}

/* generic */
body {
    margin-top: 80px;
    font-size: 12px;
    background-color: #474D54;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

.fixed-table-container {
    border-radius: 0;
    -webkit-border-right: 0;
    border: none;
}
.bootstrap-table .table {
    border-bottom: none;
}
.bootstrap-table .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #858585;
}

.fixed-table-container tbody .selected td {
    background-color: #C66969;
    color: #fff;
}

.table-hover>tbody>tr.detail-view:hover {
    background-color: #2e3338;
}

/* #49515a */
.input-group-addon, .input-group-btn>.btn  {
    border: none;
    font-size: 12px;
    line-height: 1.2;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0;
}

.keep-open input[type="radio"],.keep-open input[type="checkbox"] {
    margin: 0 5px 0 0;
    line-height: normal;
    vertical-align: middle;
}

.form-control-no-border:focus,
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    color: #C66969;
}
.form-control {
    border-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #c5c5c5;
    opacity: 1;
}

.input-group {
    border: 1px solid #111;
}
.dropdown-menu {
    font-size: 12px;
}

.radio, .checkbox {
    margin-top: 7px;
    margin-bottom: 6px;
}
.radio label, .checkbox label {
    min-height: 10px;
}
.checkbox-primary input[type=checkbox]:checked+label::before, .checkbox-primary input[type=radio]:checked+label::before {
    background-color: #C66969;
    border-color: #C66969;
}
.checkbox label::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #111;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0 !important;
    -webkit-appearance:none !important;
    box-shadow: 0 0 0 0 transparent !important;
}


.bootstrap-datetimepicker-widget table thead th,
.bootstrap-datetimepicker-widget table thead td,
.bootstrap-datetimepicker-widget table,
.bootstrap-datetimepicker-widget table tr,
.bootstrap-datetimepicker-widget table td {
    border: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #111;
}
.bootstrap-datetimepicker-widget table td span {
    width: 44px;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget {
    z-index: 999999;
}

.response-state {
    text-transform: capitalize;
}

.alert.alert-danger {
    background-color: #C66969;
}

.alert.alert-success {
    background-color: #6C8D6C;
}


/*
 * Card component
 */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -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);
}

.form-signin.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

#change-user-data-container {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#change-user-data {
    padding: 15px 30px;
}


/* helpers */
.prim-color {
    color: #C66969;
}

.normalize-line-height {
    line-height: 1.2;
}

.full-width {
    width: 100%;
}

.transparent-borders {
    border: 1px solid transparent;
}

.transparent-bg {
    background-color: transparent;
}

.input-group-addon.addon-border-right {
    border-right: 1px solid #111;
}

.right-margin-15 {
    margin-right: 15px;
}

.right-margin-1 {
    margin-right: -1px;
}
.no-lr-padding {
    padding-left: 0;
    padding-right: 0;
}

.norm-padding {
    padding: 15px 30px;
}

.norm-padding-div {
    padding: 0 30px;
}

.no-margin {
    margin: 0;
}

label.error {
    font-weight: 400;
    color: #C66969;
    margin-top: 6px;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}