/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    background-color: #F0F0F0;
    padding-top: 50px;
    font-family: 'Ubuntu', sans-serif;
}
textarea {
    resize: vertical;
}
#wrapper {
    width: 100%;
}
.page-header{
    margin: 15px 0 0;
}
.breadcrumb {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}
details {
    overflow: hidden;
}
details p {
    margin: 10px 0 0;
}
.select2-selection__rendered .color-select{
    margin: 0px 3px;
}
.color-select{
    float: right;
    margin: -3px 2px 0 0;
}
.color-box{
    float: left;
    margin: -2px 5px 0 0;
    /*    position: absolute;
        top: -5px;
        left: 13px;*/
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
    position: relative;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 3px 20px 0 8px;
}
.select2-container--classic .select2-selection span.select2-selection__arrow {
    height: 32px;
}
.select2-container--classic .select2-selection {
    display: block;
    width: 100%;
    min-height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--classic.select2-container--open .select2-selection,
.select2-container--classic.select2-container--focus .select2-selection,
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.list-group-scroll {
    max-height: 146px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-group-scroll .list-group-item {
    padding: 5px 10px;
    font-size: 90%;
}
td.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.badge-margin {
    margin-top: -4px;
}
.tab-content {
    margin: 20px 0;
}
.selected-list {
    width: 100%;
}
.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color:#2C2C2C;
    background-image:none;
}
#side-menu {
    background-color:#F0F0F0;
    height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}
.selected-list .ms-selection .ms-list {
    background-color: lightyellow;
    font-weight: bold;
}
.dataTables_wrapper .row {
    margin: 0;
}
.modal-full {
    width: 100%;
    padding: 10px;
    margin: 0;
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 15px;
        border-left: 1px solid #e7e7e7;
    }    
}
.ms-features:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 22px;
    display: inline-block;
}
.ms-documents-add:before {
    content: "\f040";
}
.ms-documents-view:before {
    content: "\f0f6";
}
.ms-users-manage:before {
    content: "\f0c0";
}
.ms-templates-manage:before {
    content: "\f0ce";
}
.ms-structure-manage:before {
    content: "\f1e0";
}
.ms-notifications-send:before {
    content: "\f10a";
}
.ms-externaldocuments-manage:before {
    content: "\f1c1";
}
.ms-externaldocuments-view:before {
    content: "\f1c1";
}
.ms-documents-edit:before {
    content: "\f040";
}
.ms-documents-tabletadd:before {
    content: "\f040";
}
.ms-global-vision:before {
    content: "\f06e";
}
.ms-reports-view:before {
    content: "\f080";
}
.ms-documents-print:before {
    content: "\f02f";
}
.ms-externaldocuments-tabletview:before {
    content: "\f1c1";
}
.ms-alerts-manage:before {
    content: "\f0f3";
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a {
    color:#444;
}
.sidebar ul li a:hover {
    background-color:#F5B51E;
    color:#fff;
}
.sidebar ul li a.active {
    background-color:#F5B51E;
    color:#fff;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 30px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
    margin-bottom: 0;
    /*width:500px;*/
}

.container .alert-box{
    display:block;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
table.dataTable span.highlight {
    background-color: #FFFF88;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
.dataTables_processing {
    position: absolute;
    top: 42px;
    right: 16px;
    font-size: 12px;
    background-color: rgb(251, 255, 199);
    height: 30px;
    width: 120px;
    text-align: center;
    padding: 5px;
    color: #999;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-blue {
    border-color: #428bca;
}

.panel-blue .panel-heading {
    border-color: #428bca;
    color: #fff;
    background-color: #428bca;
}

.panel-blue a {
    color: #428bca;
}

.panel-blue a:hover {
    color: #2a6496;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.thumbnail-sb>.content{
    text-decoration: none;
    padding: 9px;
    color: #333;
    display: block;
}
.thumbnail-sb>.content>h3{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.thumbnail-sb>.content>p{
    margin: 0;
    height: 40px;
    overflow: hidden;
}
.thumbnail-sb>.foter{
    font-size: 10px;
    font-style: italic;
    padding: 9px;
    margin-bottom: 5px;
}
.thumbnail-sb>.foter>span{
    color: #999;
}
.thumbnail-sb>.foter>a{
    display: block;
}
.thumbnail-sb:hover, .thumbnail-sb:focus, .thumbnail-sb.active{
    background-color: #f5f5f5;
}
.filters{
    display: inline-block;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.filters>button{
    margin-left: 5px;
}
.alert-box{
    margin: 25px 0 0 0;
    display: inline-block;
}
.pointer{
    cursor: pointer;
}
.impact, .impact select{
    color: #d9534f;
    font-weight: bold;
}
.dropdown-label{
    padding: 0px 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.428571;
}


/* By KA :: 18-02-2016 */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    padding:15px 10px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    padding:15px 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color:#F5B51E;
    border-color:#F5B51E;
}
.pagination > li > a, .pagination > li > span {
    color:#444;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    color:#fff;
    background-color:#F5B51E;
}
.btn-success {
    background-color:#3D90FA;
    background-image: none;
    border-color:#3D90FA;
}
.btn-success:hover, .btn-success:active {
    background-color:#444;
    background-image: none;
    border-color:#444;
}
.table-responsive {
    overflow-x: inherit;
}


.triangle_especial {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #aaa transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.triangle_especial_combos {
    margin-left: -10px;
    position: relative;
}
.form-control {
    border:none;
    border-radius:0;
    border-bottom:1px solid #aaa;
    box-shadow:none;
}
.form-control:focus {
    border-bottom:1px solid #F5B51E;
    box-shadow:none;
}
.form-control:focus ~ .triangle_especial, .form-control:focus ~ .triangle_especial_combos {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #F5B51E transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.select2-container--classic .select2-selection {
    border:none!important;
    border-radius:0!important;
    border-bottom:1px solid #aaa!important;
    box-shadow:none!important; 
}
.select2-search__field {
    border:none;
    box-shadow:none; 
}
.select2-container--classic .select2-selection:focus {
    border:none!important;
    border-radius:0!important;
    border-bottom:1px solid #F5B51E!important;
    box-shadow:none!important; 
}


/* PESTAÑAS */
.nav-tabs {
    border:none;
    background-color:#F5F5F5;
    margin:0 -15px;
}
.nav-tabs > li > a {
    border:none;
    border-radius:0;
    border-bottom:4px solid transparent;
    padding:20px 35px;
    font-size:1.3em;
    color:#333;
    background-color:#F5F5F5;
    outline:none;
}
.nav-tabs > li.active > a {
    border:none!important;
    border-radius:0!important;
    background-color:#fff!important;
    color:#F5B51E!important;
    border-bottom:4px solid #F5B51E!important;
    padding:20px 35px!important;
    outline:none!important;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active {
    border:none!important;
    border-radius:0!important;
    color:#F5B51E!important;
    border-bottom:4px solid #F5B51E!important;
    padding:20px 35px!important;
    background-color:#fff!important;
    outline:none!important;
}
.btn-primary {
    background-color:#3D90FA;
    background-image: none;
    border-color:#3D90FA;   
}
.especial_dentro_form {
    border:1px solid #ccc;
    padding-top:20px;
    padding-bottom:20px;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color:#3D90FA;
}
label {
    color:#666;
    font-weight:normal;
}
.page-header {
    border:none;
}
.panel-primary > .panel-heading {
    background-color:#3D90FA;
    background-image: none;
}
.input-group-addon {
    background-color:#fff;
    border:none;
    border-radius:0;
    border-bottom:1px solid #aaa;
}
.has-success .form-control,.has-success .form-control:active, .has-success .form-control:focus {
    box-shadow:none;
    border-bottom:1px solid #3c763d;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color:#3D90FA;
    padding:0 10px;
    color:#eee;
    border-color:#3D90FA;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    font-size:1em;
    color:#fff;
    margin-right:10px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#F5B51E;
}
.input-group-btn:first-child > .btn {
    background-color:transparent; 
    box-shadow:none;
    background-image:none; 
    border:none;
    border-bottom:1px solid #aaa;
    padding:6px 12px 7px 12px;
    color:#3D90FA;
    text-shadow:none;
}
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color:#3D90FA; 
    box-shadow:none;
    background-image:none;
    color:#fff;
    text-shadow:none;
}
.select2-container--classic .select2-selection span.select2-selection__arrow {
    background-color:transparent; 
    background-image:none;
    border-left:none;
}
.select2-container--classic .select2-selection span.select2-selection__arrow b {
    border-color:#3D90FA transparent transparent transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-color:#efefef; 
    background-image:none;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color:#333;
}

body#body_login {
    background-image:url("../img/bg_provion.jpg");
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-color:#444;
}

#mainsearch {
    border:1px solid #e0e0e0;
}
div.thumbnail-sb {
    background-color:#F8F8F8;
}
div.thumbnail-sb:hover {
    background-color:#efefef;
}
.panel {
    border:none;
    border-radius:0;

}
.panel-default > .panel-heading {
    background-image:none;
    background-color:#E5E5E5;
}
.panel-body {
    padding:20px 0;
}
.filters {
    background-color:#F2F2F2;
    background-image:none;
    color:#666;
    opacity:1;
    border:1px solid #eee;
    border-radius:0;
}
.alert-warning {
    opacity:1;
}
.filters > button.close {
    margin-top:-15px;
    margin-left:4px;
    margin-right:-14px;
    background-color:#F5B51E;
    opacity:1;
    color:#fff;
    text-shadow:none;
    padding:0 4px 1px 4px;
    border-radius:11px;
    font-size:14px;
}
.filters > button.close:hover {
    background-color:#444;
}
tr.selected td {
    background-color:#3875D7;
    color:#fff;
}
.locate-impact {
    border-color: #F5B51E;
    color:#F5B51E!important;
    box-shadow: 0 0 2px #F5B51E;
}
.locate-impact-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
label.add-images-content {
    cursor: pointer;
}

input.add-images {
    display: none;
}

#myCarousel img.img-responsive {
    margin: 0 auto;
}

#tblDevices a.geolocation i {
    font-size: 1.2em;
}

#tblDevices .send {
    text-align: center;
    font-size: 1.2em;
}

#tblDevices .send.ok {
    color: green;
}

#tblDevices .send.fail {
    color: red;
}