body {
    font-family: "Open Sans",sans-serif;
}

.login-page, .register-page {
    background: #F5F6FA;
}

.login-box-body, .register-box-body {
    background: none;
}

input[type="text"], input[type="password"], input[type="number"],input[type="numeric"], select {
    border: 0 !important;
    background-color: transparent  !important;
    border-bottom: 1px solid #ced4da  !important;
    margin-bottom: 15px;
    padding-top: 0  !important;
    padding-bottom: 0  !important;
    font-size: 14px;
    height: 30px   !important;
}

input[type="file"] {
    border: none;
}

.inputosaurus-input input {
    border: none !important;
}

.input-group-addon {
    border-top: none;
    border-left: none;
    border-right: none;
}

    .input-group-addon.input-search {
        border-left: 1px solid #ced4da;
        border-top: 1px solid #ced4da;
        border-radius: 5px 0 0 5px;
    }

.button-search-container {
    margin: 5px 0;
    vertical-align: bottom;
    height: 34px;
}

.form-horizontal .control-label {
    padding-top: 0 !important;
}

textarea, div.multiselect-box {
    margin-bottom: 15px;
}

    input[type="text"].input-search, input[type="text"].input-search, input[type="password"].input-search, input[type="number"].input-search,input[type="numeric"].input-search, select.input-search {
        border: 1px solid #d9dce6 !important;
        border-radius: 5px;
        width: 100%;
    }

input[type="text"].display-only {
    border:none !important;
    margin:0 0 5px; 
}

.login-box-logo {
    background: rgba(0, 0, 0, 0) url(../images/ibuencer_logo.png) no-repeat scroll center center;
    background-size: contain;
    width: 100%;
    height: 100px;
    margin: 0 auto 15px;
}

.login-box-body h2 {
    font-size: 20px;
}

.btn-primary {
    background-color: #014B80;
    border-color: #014B80;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #2175B7;
}

.btn-success {
    background-color: #2175B7;
    border-color: #2175B7;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus
 {
    background-color: #014B80;
}

.btn-normal {
    background: white;
    border: 1px solid #014B80;
    color: #014B80;
}

.btn-normal:hover,
.btn-normal:active,
.btn-normal:focus {
    background: rgba(1,75,128,0.2);
    outline: 0;
}

.alert-success {
    background-color: #2175B7 !important;
}

.form-control:focus {
    border-color: #014B80;
}

.content-wrapper {
    padding: 15px;
}

.portlet {
    background: white;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

    .portlet .content-header {
        background: #E8E8E8;
    }

        .portlet .content-header h3 {
            font-size: 20px;
            display: inline-block;
            margin: 0;
        }

.dataTables_wrapper .dataTables_length {
    height: 36px;
}

.dataTables_wrapper .dataTables_length label {
    color: #9896a0;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length select:active,
.dataTables_wrapper .dataTables_length select:focus
 {
    outline: none;
    border: none;
    border-bottom: solid 1px #014B80;
}

.dataTables_wrapper .dt-button {
    background: white;
    color: #9896a0;
    border: solid 1px #b9c6e0;
    border-radius: 5px;
    padding: 2px 10px;
    margin-top: 10px;
}

.dataTables_wrapper .dt-button:hover {
    color: #014B80;
    border: solid 1px #014B80;
}

.wrapper {
    background-color: #fff;
}

.sidebar-menu>li.header {
    color: #ffffff;
    background: #ffffff;
    font-size: 14px;
}

.main-header .logo:hover,
.main-header .logo {
    height: 50px;
    background-color: #ffffff;
}

.main-sidebar {
    background-color: #ffffff;
}

.sidebar a {
    color :#FFF;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    background: #ffffff;
    color: #156F74;
}
/**/
.sidebar-menu > li > .treeview-menu {
    background: #ffffff;
}

.treeview-menu > li > a {
    color: #FFF;
}

.main-header .logo .logo-lg {
    width: 150px;
    height: 45px;
    background: #ffffff url(../images/ibuencer_logo.png) no-repeat left center;
    background-size: contain;
    margin: auto;
}

.main-sidebar, .left-side {
}

.content-header > h1 {
    color: #014B80;
    font-weight: bold;
}

.content-header {
    background: #FFFFFF;
    padding-bottom: 10px;
}

ul.alert {
    list-style: none;
}

.redStatus {
    background-color: #FF9298;
    color: #C05C64;
}

.blueStatus {
    background-color: #46B3E5;
    color: #317C91;
}

.greenStatus {
    background-color: #75C9BB;
    color: #47766C;
}

.redText {
    color: #C05C64;
}

.blueText {
    color: #317C91;
}

.greenText {
    color: #47766C;
}

.blackText {
    color: #000000;
}

.redStatus, .blueStatus, .greenStatus {
    padding: 2px 5px;
    text-align: center;
    border-radius: 3px;
}

.button-toolbox {
    position: relative;
    min-height: 34px;
}

.button-bottom-right {
    position:absolute; 
    bottom:0;  
}

.multiselect-box {
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

.multiselect-box-inner {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    padding: 0 0 10px;
    height: 70px;
    overflow-y: scroll;
}

    .multiselect-box-inner div {
        padding: 0 10px;
        cursor: pointer;
        line-height: 22px;
    }

        .multiselect-box-inner div.selected {
            background: #46B3E5;
            color: #fff;
        }

        .multiselect-box-inner div:hover {
            background: #2175B7;
            color: #fff;
        }

.table-header {
    font-weight: bold;
    font-size: 24px;
}

hr {
    border-top: 1px dotted #d4d4d4;
}

.campaign-dotted {
    width: 4px;
    height: 4px;
    background-color: black;
    box-shadow: 0px 6px 0px black, 0px 12px 0px black;
    float: left;
}

.campaign-title {
    float: left;
    margin-left: 6px;
}

.content-toolbar input[type="button"], .content-toolbar input[type="submit"] {
    margin-left: 10px;
}

.image-preview {
    max-width: 300px;
    max-height: 300px;
}

.image-preview-s {
    max-width: 60px;
    max-height: 60px;
}

.unread-inbox {
    font-weight: bold;
    background-color: #1EFF00;
}

@media (min-width: 768px) {
    .content-header {
        position: relative;
    }
    
    .content-header .content-toolbar {
        position: absolute;
        right: 15px;
        top: 10px;
    }
}

@media (max-width: 767px) {
    .main-sidebar, .left-side {
        padding-top: 50px;
    }

    .main-header .logo:hover,
    .main-header .logo {
        height: 50px;
    }

    .content-header .content-toolbar {
        text-align: right;
    }
}

.right {
    float: right;
}

.right2 div.dt-button-collection  {
    left:-40px !important;
}

.dl-slip, .dl-inv, .dl-rec {
    padding: 0 4px;
}

.rec-icon {
    border: 2px solid #3c8dbc;
    padding: 2px 3px;
    font-size: 10px;
    line-height: 13px;
    border-radius: 2px;
}


/* custom css */

.skin-blue .main-header .logo {
    background-color: #ffffff;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .navbar {
    background-color: #ffffff;
}

.skin-blue .main-header .navbar {
    background-color: #ffffff;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff;
}


.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #367fa9;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #074c80;
    background: transparent;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #2175b7;
}

.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    background: transparent;
}
.main-header .sidebar-toggle:hover {
    color: #074c80;
}
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.skin-blue .main-header .logo:hover {
    background-color: #ffffff;
    color: #fff;
    border-bottom: 0 solid transparent;
}


.skin-blue .sidebar-menu>li.header{
	color:#4b646f;
	background:#1a2226
}
	
.skin-blue .sidebar-menu>li>a{
	border-left:3px solid transparent
}

.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{
	color:#2175b7;background:#ffffff;border-left-color:#3c8dbc
}

.skin-blue .sidebar-menu>li>.treeview-menu{
	margin:0 1px;background:#ffffff
}

.skin-blue .sidebar a{
	color:#9896a0
}

.skin-blue .sidebar a:hover{
	text-decoration:none
}

.skin-blue .treeview-menu>li>a{
	color:#8aa4af
}

.skin-blue .treeview-menu>li.active>a,.skin-blue .treeview-menu>li>a:hover{
	color:#2175b7
}

.skin-blue .sidebar-form{
	border-radius:3px;border:1px solid #374850;margin:10px 10px
}

.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{
	box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out
}

.sidebar-menu i.fa {
    color:#2175B7;
}

.main-footer {
    padding: 4px 12px;
    font-size: 10px;
    text-align: right;
}

.profile-pic img {
    max-height: 320px;
    max-width: 100%;
}

.dataTable .dropdown-toggle {
    padding: 2px 15px;
}
.dataTable .dropdown-menu {
    padding:0;
    margin: 0;
    left: -50px;
    min-width: 120px;
    width:120px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.dataTable .dropdown-menu .btn {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 5px;
}

.dataTable .dtr-data {
    display: inline-block;
}

.dt_longtxt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dt_longtxt1 {
    -webkit-line-clamp: 1;
}

.dt_longtxt2 {
    -webkit-line-clamp: 2;
}

.dt_longtxt:hover {
    overflow: visible;
    -webkit-line-clamp: unset;
}