/* general */
a:focus{
    outline: none !important;
}

.general-font{
    font-size: 13px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -80px;
  }
}

.navbar-inverse {
  background-color: #0072C6;
  border-color: #0072C6;
  border-bottom-color: #005696;
}

.navbar-inverse .navbar-brand {
    color:#ffff33;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #005696;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #005696;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #005696;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #005696;
  }
}

.grid-view tbody td a{
	margin-left: 1em;
}
.loading{
	display: none;
	z-index: 20000;
}
.loading .background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20001;
	background: rgba(0,  0,  0,  0);
	background-color: rgba(0,  0,  0,  0);
	color: rgba(0,  0,  0,  0);
}

.loading .body{
	position: fixed;
	width: 55px;
	height: 55px;
	top: 40%;
	left: 45%;
	padding: 5px;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
/*
	border: 1px solid #E7E7E7;
*/	
	z-index: 20002;
	text-align: center;

}
.loading .body .text{
	font-size: 1.1em;
	font-weight: bolder;
}

.loading .body img{
	width: 45px;
}

.form-group{
	margin-bottom: 2px !important;
}

.modal-body{
	min-height: 120px;
	max-height: 540px;
	overflow-y: auto;
	min-width: 100% !important;
}
.modal-header{
	font-weight: bold;
	padding-top: 10px;
}
#modal .modal-footer{
	padding: 5px 15px;
}


.submodal{
	z-index: 1200;
	position: fixed;
	top: 20%;
	left: 25%;
	width: 50%;
	height: 40%;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	display: none;
}

.submodal .close{
	position: absolute;
	right: 10px;
	top: 10px;
}
.submodal .title{
	width: 100%;
	height: 30px;
	padding: 10px;
	font-weight: bold;
}

.submodal .content{
	padding: 10px;
	overflow-y: auto;
	margin-top: 10px;
	max-height: 80%;
}
.nav-tabs > li > a{
	border-color: #ddd !important;
	color: #A6A6A6;
/*	border-bottom-color: transparent !important; */
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.input-error{
	border-color: #F00 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F00 !important;
}

.ui-front{
    z-index: 2050 !important;
}
.ui-dialog{
    z-index: 2051;
}
.ui-multiselect-menu label{
	font-weight: normal;
}

#modal-dialog{
	max-height: 300px !important;
	overflow-y: auto;
        color: #484747 !important;
}


.item_red{
    color: #FF0000;
}

.no-data-field{
    color: #FF0000;
}

/* Bootstrap refresh icon animated */
.glyphicon-refresh-animate{
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}
/*++++++++++++++++++++++++++++++++++++++*/


.panel-custom1 {
    border-color: #C3C3C3;
}

.panel-custom1 > .panel-heading {
    background-color: #EEE; /* : #d9edf7; */
    border-color: #C3C3C3; /*: #bce8f1; */
}

.tab-content{
    border: 1px solid #DDD !important;
}


.cell-view-popup{
    /*background-color: #f3f3f3;*/
    /*color: #A6A6A6;*/
    color: #777 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
/*    border: #A6A6A6 solid 1px;*/
    background-color: #fafafa;
    
    border: 1px solid #ccc;
    padding: 6px 12px 7px 12px; /*6px 12px;*/
}

.main-label-list{
/*    color: #337ab7 !important; */
    color: #000000 !important; 
    text-decoration: none;
    font-weight: normal;
}

.alter-main-label-list{
/*    color: #337ab7 !important; */
    color: #337ab7 !important; 
    text-decoration: none !important;
    font-weight: normal !important;
}

.alter-main-simple-label-list{
    text-decoration: none !important;
    font-weight: normal !important;
}

.secondary-label-list{
/*    color: #337ab7 !important; */
    color: #777 !important;
    font-weight: normal;
}

.label-custom{
    font-weight: normal;
    background-color: #3a87ad;
    font-size: 13px;
    cursor: pointer;
}

.no-text-decoration{
    text-decoration: none !important;
}

a.text-decooration-same:hover{
    text-decoration: underline;
    color: #337ab7 !important;
}

.links-popover{
    color: #666 !important;
}

.links-popover:hover{
    color: #666 !important;
}

.form-control{
    color: #777 !important;
}

.batch-input-form-control{
    color: #777 !important;
    box-shadow: none !important; 
    border: 1px solid #ddd !important; 
    /*border-left: 2px solid #5097bf !important;*/
    border-radius: 0px !important;
    /*border-top: 0px solid #FFFFFF !important;
    border-right: 0px solid #FFFFFF !important;
    border-bottom: 0px solid #FFFFFF !important;
    border-left: 0px solid #FFFFFF !important;*/
}
.batch-input-form-control:hover{
    /*border: 1px solid #ffd9a9 !important;*/
/*    border: 1px solid #ecdb9c !important;
    background-color: #fdfec1 !important;*/
}

.batch-form-control{
    color: #777 !important;
    border-radius: 0px !important;
}

.batch-form-control option{
    border: 2px solid #FF0000 !important;
    
}


.icon-filter-grey{
	position: relative;
	top:1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url('../images/icon-filter-grey.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}


/*.icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
}*/
.icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon14{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-warning-grey{
	background-image: url('../images/icon-section-filter-incomplete.png');
}
.icon-warning-info{
	background-image: url('../images/icons/info.png');
}
.icon-warning-alert{
	background-image: url('../images/icons/alert.png');
}
.icon-warning-red{
	background-image: url('../images/icons/svg/alert.svg');
/*	background-image: url('../images/icons/svg/exclamationSignRed.svg'); */
}
.icon-warning-dark-red{
	background-image: url('../images/icon-warning-dark-red.png');
}

.icon-ok-green {
    background-image: url(../images/icons/16x16/checked.png);
}

a span.glyphicon {
    color: #666666e0;
}
a.btn span.glyphicon {
    color: white;
}

.btn-add-item {
    color: #FFFFFF !important;
    background-color: #5097bf;
    font-weight: normal !important;
    border-color: #4786a9;    
}

.btn-add-item:hover {
    color: #FFFFFF !important;
    background-color: #417a9a;
    font-weight: normal !important;
    border-color: #3c708e;    
}

.btn-cancel {
    color: #666666 !important;
    background-color: #fafafa;
    font-weight: normal !important;
    border-color: #cccccc;    
}

.btn-cancel:hover {
    color: #666666 !important;
    background-color: #e6e6e6;
    font-weight: normal !important;
    border-color: #9c9c9c;    
}


.datepicker-switch{
    background-image: url("http://cs.cliente-fantasma.com/basic/web/images/icons/edit.png") !important;    
    background-position: right;
    background-repeat: no-repeat;
/*    background-color: #ededed !important;    */
    border: 1px solid #d2d2d2 !important;    
    background-size: 14px;
}

.datepicker-switch:hover{
    background-image: url("http://cs.cliente-fantasma.com/basic/web/images/icons/edit.png") !important;    
    background-position: right !important;
    background-repeat: no-repeat !important;
/*    background-color: #d2d2d2 !important;    */
    border: 1px solid #ededed !important;    
    background-size: 14px !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #777777;
    text-decoration:line-through;
    cursor: default;
    background: none;
}
.icon-tab-corner{
    position: absolute;
    top:3px;
    right: 3px;
    width: 12px;
    height: 12px;
    display: none;
}

.popover-x-body .navbar {
    z-index:1030 !important;
}

.alert-condensed{
    padding:8px 10px;
    margin-bottom:0;

}

.many-elements-link{
    font-weight: normal !important; 
    text-decoration: underline;    
}

.icon-filter-white{
	position: relative;
	top:1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url('../images/icon-filter-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.icon-filter-white-cancel{
	background-image: url('../images/icon-filter-white-cancel.png');
}

.btn-default-grey{
	background-color: #d0d0d0;
}

.btn-default-grey-light{
    color: #333;
    background-color: #c1bfbf;
    border-color: #adadad;    
}

.text-default-grey{
	color: #A6A6A6;
}

a.text-default-grey:hover{
    text-decoration: underline;
    color: #A6A6A6 !important;
}

/* 
interface by steps
*/

.tabs-nav-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #ccc;
}

.tabs-nav-row div:nth-child(1){
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tabs-nav-row .nav-tabs{
    border-bottom: none !important;
}
.nav-tabs > li > a{
    border-color: #ddd !important;
    color: #A6A6A6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover{
    background-color: #F2F2F2 !important;
    color: red !important;
}

fieldset.bordes-only-legend{
    padding: 0;
    padding-top: 50px;
    border: none;
}

.tab-content{
    border-top: 1px solid #ccc;
}

fieldset.bordes-only-legend > legend{
    border: 1px solid #ccc;
}

fieldset.bordes-only-legend .tab-content{
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}


.tab-disabled{
    color:#CCCCCC !important;
}

.icon-lock-grey{
    background-image: url('../images/icon-lock-grey.svg');
}

label{
    color: #666;
}

.ui-widget-custom input,.ui-widget-custom textarea,.ui-widget-custom select{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



.nav-tabs .step-single-container{
    position: absolute;
    width: 100%;
    top:-35px;
    left: 0;
    text-align: center;
}
.nav-tabs .step{
    position: relative;
    background-color:  #a9a9a9;
}
.nav-tabs .step.required{
    background-color:  #ec7e7e;
}
.nav-tabs .step.completed{
    background-color: #6AC259;
}
.nav-tabs .step.selected{
    top:-2px;
    padding: 5px;
    width: 25px;
    font-size: 16px;
    border-radius: 25px;
}
.tabs-nav-row .steps-line{
    display: none;
    background-color:  #a9a9a9;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -23px;
    z-index: -1;
}


/**
Accordeon section
*/

.ui-icon-grey {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsContent}*/;
}

fieldset {
    border: 1px solid #c3c3c3;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
    padding: 12px;
    padding-top: 21px;
    position: relative;
}

fieldset.closed {
    padding: 19px;
    border-radius: 4px 4px 0 0;
    padding-bottom: 21px;
}

fieldset > legend {
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 4px 4px 0 0;
    padding: 7px 15px;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px !important;
}

.legend-active-cs{
    background-color: #ccd7dcba !important;
}

.section-cs-body{
    padding-top: 31px;
}

.section-arrow{
    float: right; 
    margin-right: 5px !important;
}

.summary-fields-section{
    color: #777;
}

.warning-section-alert{
    float: right;
    width: 14px;
}


fieldset > legend > label{
	font-weight: normal;
}

.section_number_title{
    color: #FF0000;
}


/**
Sort secction
*/

.table-general .column-filtered{
    background-color: #B2D298 !important;
}


.tbl-columns-filtered{
    position: relative;
    background-color:#ccd7dcba !important;
}


.detail-view th{
    color: #666 !important;
}


.detail-view td{
    color: #777 !important;
}



/**
dropdown menu combo BEGIN
*/

.arrowDd {
        border-style: solid;
        border-width: 4px !important;
        width: 0;
        height: 0;
  vertical-align: middle;
  float: right;
  margin-top: 6px;
}

.rightDd {
        border-color: transparent transparent transparent #777;
}
.leftDd {
        border-color: transparent #777 transparent transparent;
}
.upDd {
        border-color: #777 transparent transparent transparent;
margin-top: 8px;
    margin-left: 3px;        
}
.downDd {
        border-color: transparent transparent #777 transparent;
}



.dropdownDd, .dropdownDdCustom { position: relative; }

.dropdownDd-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  padding: 5px 0;
  margin: 2px 0 0 0;
  width: 100%;
  background-color: #FFFFFF !important;
  z-index: 200;
}

.dropdownDd-menu > li > a {
  display: block;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  padding: 3px 20px;
}

.dropdownDd-menu > li > a:hover { background-color: #f5f5f5; }

.open > .dropdownDd-menu { display: block; }


.title-popup-text-grey{
    color: #A6A6A6;
}


.text-grey{
    color: #afaeae;
}

.text-normal-grey{
    color: #777;
}

.text-red{
    color: #e25a5a;
}
.text-red:hover, .text-red:focus{
    color: #e25a5a;
}

.text-red-over-grey{
    color: #d25555;
}
.text-red-over-grey:hover, .text-red-over-grey:focus{
    color: #d25555;
}


.text-blue{
    color: #337ab7 !important; 
}



.icon-widget-up-down-grey{
    color: #777;
}

/* popup select x months add rating*/
.popup-xmonths-add-rating{
    min-height: 90px !important;
    width: 550px;
}


/* combo with icons widget, option change color
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #ccd7dcba !important;
    color:black !important;
}*/


/* labels success */
.label-success {
    background-color: #5c925c !important;
}

.label-evaluation-type-automatic{
    color: #666 !important;
}

/* espacios entre acordeones (para que no esten juntos)*/
.ui-accordion .ui-accordion-header {
    /*margin-bottom: 8px !important;*/
}

.label-evaluation-type-manual{
    color: #2f960e !important;
}

/* evaluation_type manual parameters */
.evaluation-type-manual{
    color: #30b106 !important;
}

.text-label-grey{
    color: #666 !important;
}


/* Employee photo begin */
#imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
}

#profile-container {
    width: 160px;
    height: 190px;
    overflow: hidden;
    border: #DDD 1px solid;
/*    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;*/
}

#profile-container img {
    width: 150px;
    height: 150px;
}

/* Employee photo end */

/* icon batch delete */
.batch-icon-trash{
    /*color: red !important;*/
}

/* timer format */
.timer-countdown{
    font-weight: bold;
    font-size: 15px;    
}

/* lst ratings, view, create-update*/
.ratings-text-grey{
    color: #4a4a4a7a;
    /*color: #4a4a4a94;*/
}

/* badge alert */

.items-count-ok{
    background-color: #b1abab;
}

.items-count-alert{
    background-color: #ec7e7e;
}

.items-count-default{
    background-color: #afafaf;
}

/* app: todos los contenidos por defecto este color jc*/
.roles-section > div{
    color: #777;    
}


/* recordings */


.recording-type-video{
    background-image: url('../images/icons/svg/recordingType1.svg');
}

.reproducction-speed-control .active{
    color: #e25a5a !important;
}

.reproducction-speed-control,
.reproducction-controls-reset-speed{
	margin-left: 10px !important;
}

/* manufacturers model */

.info-icon{
    background-image: url('../images/icons/svg/alert.svg');
}


/* app */
.back-link{
    color: #7b7a7a;
    text-decoration: none;    
    font-size: 20px;
    font-weight: bold;
}
.back-link:hover, .back-link:focus{
    color: #ccc;
    text-decoration: none;    
}

.back-link-mobile{
    margin-right: 8px; 
    color: #969595;
    text-decoration: none;    
}

.back-link-mobile:hover, .back-link-mobile:focus{
    margin-right: 8px; 
    color: #969595;
    text-decoration: none;    
}


.iconx-exclamation-circle:before{
    content: "\f06a";
}



/* solo para vistas MOBILES pequeños */
@media only screen and (max-width: 340px){
    .hide-element{
        display: none;
    }
}


/* solo para vistas MOBILES 479*/
@media only screen and (max-width: 739px){
    
    
    .btn-responsive-full-size{
        width: 100%;
        padding: 6px 8px;
        font-size: 15px;
    }
    
    h1, .h1 {
        font-size: 26px;
    }    
    
    .extra-padding-15{
        padding-top: 15px;
    }
    
    .extra-padding-10{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .center-text-mob{
        text-align: center;
    }
    
    .login-box{
        border: 1px solid #cccccc; 
        display: table; content: ' '; 
        width: 100%;
        padding: 50px 20px; 
        /*padding-bottom: 15px;*/
        background-color: #f6f6f7;
        box-shadow: 4px 4px 6px 0px #dcdce0;
    }
    
    /* evaluation detail box */    
    .details-box{
        /*border: 1px solid #cacaca;*/
        border-top: 2px solid #934e4e;
        border-bottom: 2px solid #934e4e;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #FFFFFF; /*#f9f9f9;*/
    }
    
    .select-subworkareas-box{
        border: 1px solid #cccccc; 
        display: table; content: ' '; 
        width: 100%;
        padding: 15px 10px; 
        /*padding-bottom: 15px;*/
        background-color: #f6f6f7;
        box-shadow: 4px 4px 6px 0px #dcdce0;
    }
    
    .store-time-section{
        /*padding-bottom: 25px;*/
        padding-top: 10px;
    }
    
    span.brphone::before { content: '\A'; white-space: pre;}
    
    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        filter: alpha(opacity=35);
        opacity: .35;
    }    
    
    .msg-sessions-exist-top{
        margin-top: 15px;
    }
    
    .btn-continue-select-subworkareas{
        padding-top: 30px;
    }
    
    text-center{
        text-align: center;
    }
    
    
}

/* solo para vistas web, full screen 480*/
@media only screen and (min-width: 740px){
    .btn-responsive-full-size{
        width: 100%;
        padding: 6px 8px;
    }
    
    .input-responsive-full-size{
        /*width: 370px*/
    }
    .label-responsive-full-size{
        width: 370px
    }

    
    /* evaluation detail box */    
    .details-box{
        /*border: 1px solid #cacaca;*/
        border-top: 2px solid #934e4e;
        border-bottom: 2px solid #934e4e;
        margin: auto;        
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #FFFFFF; /*#f9f9f9;*/
        width: 600px;
    }
        
    .select-subworkareas-box{
        border: 1px solid #cccccc; 
        display: table; content: ' '; 
        width: 100%;
        padding: 20px 50px; 
        /*padding-bottom: 15px;*/
        background-color: #f6f6f7;
        box-shadow: 4px 4px 6px 0px #dcdce0;
    }
    
    .extra-padding-10{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .extra-padding-15{
        padding-top: 15px;
    }
    
    .msg-sessions-exist-top{
        margin-top: 20px;
    }

    .btn-continue-select-subworkareas{
        padding-top: 40px;
    }
    
}

/* videos preview */

    .video_preview {
        position: relative;
    }
	
    .view_video_preview {
        display: none;
        position: absolute;
        /*width: 200px;    */
        padding: 2px;
        margin: 0 0 0 0;    
        z-index: 100;
        bottom: 10%;
        /*background: #ff7b7b;*/
        color: #fff;
        text-align: center;
        /*font-weight: bold;
        font-size: 11px;*/
	    /*border-radius: 5px;*/
    }



/* only mobile views*/
.msg-alert{
    padding: 10px;
    background-color: #fbf3cc;
    margin-bottom: 12px;    
}

/* update css select2 krajee  BEGIN*/
.select2-results__group {
    /*text-shadow: 0 1px 0 #fff;*/
    background-color: #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.select2-results__option[aria-selected=true] {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #efefef !important;
    color: black !important;
}

/* update css select2 krajee END*/


/* movil BEGIN*/

.gc-modal-title{
    text-align: center;
    color: #c55959;    
}

/* Fields info extra padding booton */
.extra-padding-bottom{
    padding-bottom: 20px;
}

.separation-between-fields6{
    padding-bottom: 11px;
}

.separation-between-fields8{
    padding-bottom: 20px;
}

/* butons app */

.btn-main{
    color: #ffffff;
    background-color: #b27979;
    border: 1px solid #633e3e;
    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;    
}


.btn-main:hover, btn-man:focus, btn-main.focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #a16e6e;
}

.btn-main.disabled, .btn-main[disabled]{
    background-color: #b27979;
    border: 1px solid #633e3e;
    
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;    
}

/*Evaluation form, workarea disabled*/
.cell-pointer{
    cursor: pointer;
}

.link-table{
    color: #337ab7 !important;
}

.workarea-disabled{
    opacity: 0.5;
    color: #777 !important;
}   
    
/* web view */
@media (min-width: 650px) {
    .mobile-center {
      margin: auto;
    }
  
    /* vista visor de video */
    .viewer-video-attachment{
        width: 100%;
        max-height: 450px;
    }
    
    /* vista visor de audio */
    .viewer-audio-attachment{
        width: 100%;
        max-height: 40px;
    }
    
    .evaluation-full-image-attachment{
        max-height: 450px;        
    }
    
    .evaluation-min-image-attachment{
        max-height: 450px;        
    }
    
    .evaluation-mobile-label-workarea-name{
        display: none;
    }
}    

/* mobile view */
@media (max-width: 650px) {
    .btn-main{
        font-size: 15px !important;
        font-weight: bold;
    }
    
    /* vista visor de video */
    .viewer-video-attachment{
        width: 100%;
        max-height: 200px;
    }
    
    /* vista visor de audio */
    .viewer-audio-attachment{
        width: 100%;
        max-height: 200px;
    }
    
    
    .evaluation-min-image-attachment{
        max-height: 200px;        
    }
    
    .evaluation-full-image-attachment{
        width: 100%;        
    }
    
    .evaluation-web-label-workarea-name{
        display: none;
    }
}    



.text-grey{
    color: #bcbcbc;
}

.text-red{
    color: #e25a5a;
}

.panel-heading-no-color{
    background-color: transparent !important;
}

.panel-open{
    border: 1px solid;
}


/* movil end*/

/* accordion arrow */
.accordion-arrow{
    color: #7d7b7b;
}

/* table for attachments evaluation*/
.table-attachments{
    width: 100%; 
    border-top: #d3d3d3 1px solid;
}

.table-row-attachments{
    border-bottom: #d3d3d3 1px solid;
}


/* table row selected */
.row-selected{
    background-color: #fcf8e3;
}


/* tables begin */

.grid-level-4 table td a,
.grid-level-4 table th a{
     color: #666;
}

.grid-level-4 table th{
	color: #666 !important;
}

.grid-level-4 table th{
	border: 1px solid #CCC !important;
	background-color: #f5f5f5;
}
.grid-level-4 table td{
	border: 1px solid #CCC !important;
	background-color: #FFF !important;
	color: #777;
}


/* tables end */

/* evaluation list */
.btn-border-evaluation-list{
    font-size: 14px;
    background-color: #eaeaea9c; 
    float: left; 
    text-align: center; 
    border: none; 
    border-top: 1px solid #CCC !important; 
    height: 100%; 
    padding-top: 6px;
}

.btn-middle-evaluation-list{
    font-size: 14px;
    background-color: #eaeaea9c; 
    float: left; 
    text-align: center; 
    border: 1px solid #CCC; 
    height: 100%;
    border-bottom: none; 
    padding-top: 6px;
}

.item-selected{
    background-color: #fcf8e3 !important;
}

/* text user login */
.text-login-user{
    color: #777;
}
