html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: Arial;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul {
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

li {
    list-style: none;
}


/* ==========================================================================
  Helpers
  ========================================================================== */

.cp {
    padding: 0 !important;
}

.cp-left {
    padding-left: 0 !important;
}

.cp-right {
    padding-right: 0 !important;
}


/* ==========================================================================
  Browse Happy prompt
  ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */

.header-edit {
    font-size: 20px;
    font-weight: bold;
    color: #515151;
    border-bottom: 1px solid #c0c0c0;
}

.header-edit-conpany {
    font-size: 20px;
    font-weight: bold;
    color: #515151;
}


.panel {
    float: left;
}

.twenty_porcent {
    width: 20%;
}

.thirty_porcent {
    width: 30%;
}

.eighty_porcent {
    width: 74.93%;
}

.seventy_porcent {
    width: 70%;
}

.simple-text-area {
    width: 464px;
    height: 200px;
}
/*Estilos especificos para elementos trasversales*/
body {
    min-width: 960px;
    background-image: url("/img/menu-background.png");
    background-repeat: repeat-y;
    background-size: 210px 100%;
    padding-bottom: 30px;
}

#header {
    height: 111px;
    width: 100%;
    background-color: white;
}

    #header #logo {
        padding-left: 65px;
        padding-top: 30px;
    }

    #header #login-menu {
        float: right;
        padding: 14px 38px 0 0;
        font-weight: bold;
        color: #005491;
    }

    #header #profile-name {
        color: #0067b2;
    }

    #header #login-menu a {
        text-decoration: none;
        color: #002c63;
    }

#main_container {
}

#external_canvas {
    height: 100%;
    overflow: overlay;
}


/*===================================
	User profile info
  ===================================*/
#login-menu img {
    max-width: 100%;
    max-height: 30px;
}


/*===================================
	Main Menu
  ===================================*/

#main_menu {
    width: 210px;
    margin-left: -100%;
}

    #main_menu, #main_menu ul {
        background: none !important;
        background-image: none !important;
    }

        #main_menu li {
            list-style: none;
            background-color: #0067b2 !important;
            margin-bottom: 1px;
            border-bottom: 1px solid #002c63;
            border-top: 1px solid #227ab9;
            padding-right: 13px;
        }

            #main_menu li a {
                background-color: transparent;
                border-style: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-image: none;
            }

        #main_menu a.main-level {
            font-size: 16px;
            font-weight: bold;
            padding: 12px;
            display: block;
            background-image: url("../img/menu-item.png");
            background-position: 97% center;
            background-repeat: no-repeat;
        }

        #main_menu li.k-state-active a.main-level {
            background-image: url("../img/menu-item-open.png");
        }

        #main_menu a, #main_menu {
            text-decoration: none;
            height: 100%;
            /* width: 200px; */
            color: white;
        }

            #main_menu ul {
                padding-left: 25px;
                padding-bottom: 15px;
            }

                #main_menu ul li {
                    border-bottom: none;
                    border-top: none;
                }

                    #main_menu ul li a.sub-level {
                        display: block;
                        border-top: 1px solid rgba(229, 231, 250, 0.39);
                        width: 95%;
                        padding: 7px 0;
                    }

                    #main_menu ul li:first-child > a.sub-level {
                        border-top: 0;
                    }

            /*Selected menu hierarchy*/
            /*
		#main_menu.controller-newsadmin.action-index 			.controller-newsadmin 			.action-index
		, #main_menu.controller-newscategoryadmin.action-index 	.controller-newscategoryadmin 	.action-index
		, #main_menu.controller-mechanicsadmin.action-index 	.controller-mechanicsadmin 		.action-index
		, #main_menu.controller-comment.action-index 			.controller-comment 			.action-index
		, #main_menu.controller-useradmin.action-index 			.controller-useradmin 			.action-index
		, #main_menu.controller-externaluser.action-index 		.controller-externaluser 		.action-index
		, #main_menu.controller-externaluser.action-fileupload 	.controller-externaluser 		.action-fileupload
		, #main_menu.controller-socialgroupadmin.action-index	.controller-socialgroupadmin 	.action-index
		, #main_menu.controller-pointsupload.action-fileupload		.controller-pointsupload	.action-fileupload 
		, #main_menu.controller-pendinguserauthorization.action-index	.controller-pendinguserauthorization	.action-index 
		{
			color:  #051a48;
			font-weight: bold;
		}
		*/

            #main_menu a.active {
                color: #051a48;
                font-weight: bold;
            }
            /*sombreado de menus seleccionados*/
            /*
			#main_menu li.active > a{
				color: #fff;
				background-color: #051a48;
			}
		*/

            #main_menu li.active > a.sub-level {
                color: #051a48;
                font-weight: bold;
                background-color: transparent;
            }

            #main_menu .k-icon {
                background-image: none;
            }

.k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content {
    border-bottom-style: none;
    line-height: 1.34em;
}

.k-widget, .k-block, .k-inline-block, .k-draghandle {
    border-style: solid;
}

#content_canvas {
    padding-bottom: 30px;
    width: 100%;
}

#contentcolumn {
    margin-left: 243px;
    margin-right: 35px;
}


#filter-canvas .filter {
    float: left;
    padding-right: 24px;
}

#filter-canvas .filter-buttons {
    padding-top: 15px;
    width: 100%;
}

.btn-big {
    padding: 9px 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 15px;
    /*background:url("../img/btn-big.png") no-repeat;*/
    width: 216px;
    height: 19px;
    text-align: center;
    border: none;
    vertical-align: top;
}

.btn-medium {
    padding: 9px 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 15px;
    /*background-image:url("../img/btn-medium.png");*/
    width: 146px;
    height: 19px;
    text-align: center;
    border: none;
    vertical-align: top;
}


.btn-small {
    padding: 5px 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 15px;
    /*background-image:url("../img/btn-small.png");*/
    width: 94px;
    height: 30px;
    border: none;
    text-align: center;
    vertical-align: top;
}

.btn-file {
    margin-top: 1%;
}

.btn-search {
    /*padding: 5px 55px;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	display:inline-block;
	line-height:15px;
	background-image:url("../img/btn-search.png");
	width:142px;
	height:37px;
	border:none;
	text-align:left;
	vertical-align:top;*/
}

input.btn-big {
    height: 37px;
    border-style: none;
}

input.btn-medium {
    height: 37px;
    border-style: none;
    width: 156px;
}

.input_file {
    border-radius: 5px;
    height: 30px;
    background-color: gray;
    color: white;
}

.comment-field {
    height: 76px !Important;
    border-color: gray rgb(236, 233, 233) rgb(236, 233, 233) gray;
    border-width: 1px;
}

.float_left {
    float: left;
}


/*File upload*/

.k-i-close {
    background-image: url("../img/delete-multimedia-single-input.png") !Important;
    background-position: 0 !Important;
}

.k-upload-button, .k-upload-button:hover {
    margin: 0px !Important;
    color: white;
    width: 226px;
    height: 37px;
    /*background-image:url('../img/btn-big.png');*/
    border-style: none;
    font-weight: bold;
    padding-top: 6px;
}

#tight-input-file .k-upload .k-upload-button,
#tight-input-file .k-upload .k-upload-button:hover {
    margin: 0px !Important;
    color: white;
    width: 100%;
    height: 37px;
    background-color: #00AE9A;
    font-weight: bold;
    padding-top: 6px;
}

.k-dropzone {
    clear: both;
    height: 38px;
}

.single-file-upload-file-name {
    /*border: 0px;*/
    background-color: white;
    height: 36px;
    width: 320px;
}

.cont-selec-public {
    display: flex;
    flex-direction: column;
    margin-left: 1%;
}

.title-publication-list {
    padding-left: 21px;
}

.cont-new-publication {
    display: flex;
    justify-content: flex-end;
}

.btn-acept {
    float: left;
}

.cont-public-list-btn {
    margin-top: 20px;
}

.title-list {
    margin-top: 0;
}
/*.single-file-upload-file-name-small{
    background-color: white;
    height: 36px;
    width: 190px;
}*/
.single-file-upload-file-name-multiple {
    border: 0px;
    background-color: white;
    height: 36px;
    width: 320px;
}

.file-upload-file-name-short {
    width: 180px !important;
}

/*Multimedia component*/

.multimedia-element {
    max-width: 100%;
    height: 100%;
}

.multimedia_container {
    min-height: 133px;
    border: solid 1px gray;
    padding: 9px 9px 0 9px;
}

.multimedia-element-container {
    position: relative;
    width: 133px;
    height: 133px;
    float: left;
    margin-left: 9px;
    line-height: 131px;
    border: solid 1px rgb(173, 171, 171);
    margin-bottom: 9px;
}

.multimedia-preview-img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    margin-left: -66.5px;
}

.delete_multimedia {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: initial;
    z-index: 1;
}

.upload_container .k-upload-button {
    float: right;
}

.upload_container .youtube-input-container {
    float: left;
    padding: 14px 14px 14px 0;
}

.video-upload .k-upload {
    float: right;
}

.upload_container .k-upload {
    background-image: none;
}

.video-upload .k-dropzone {
    width: 740px;
}

.upload_container .k-upload-status {
    display: none;
}

/*Componente de seleccion de usuarios*/
.component-user-list-container .user-item-container img {
    float: right;
    cursor: pointer;
}

.component-user-list-container .user-item-container {
    width: 40%;
}

/*Creacion de una Categoria*/

#form_category .k-dropzone, #form_category .k-widget {
    float: none;
}


.ui-dialog {
    background-color: orange;
    overflow: auto;
}

#file_container {
    margin-left: 20px;
}

.file-name-layout {
    line-height: 29px;
}

/* ======================================================== 
	Kendo GridView 
  ========================================================= */


.k-grid {
    border-style: none;
}

.k-grid-header, .k-grid-header a {
    background-color: #8f8f8f !important;
    color: white;
    text-decoration: none;
    font-size: 14px;
    background-image: none;
    text-transform: uppercase;
    padding: 5px 0;
}

.k-grid .k-grid-content {
    min-height: 352px;
    overflow-y: auto;
}

.k-grid tr th, .k-grid tr th a {
    background-image: none;
    color: white !important;
    border: none !important;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle {
    background-color: transparent;
}

.k-grid tr td {
    color: #8f8f8f;
    font-size: 14px;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.k-grid tr.k-state-selected td {
    color: #ffffff;
}

.k-grid .k-alt {
    background-color: white;
}


div.k-grid-header, div.k-grid-footer {
    border-bottom-style: none;
}

.k-grid-header-wrap, .k-grid-footer-wrap {
    border-style: none;
}

.k-grid-header .k-header {
    border-style: none;
    border-width: 0;
    /*padding: 14px .6em 14px 14px;*/
}

.k-grid .k-pager-wrap {
    border-style: none;
    color: #8f8f8f;
    font-size: 14px;
}


.k-pager-wrap > .k-link, .k-pager-numbers .k-link:hover {
    border-style: none;
    padding: 0 8px;
}

.k-pager-numbers .k-state-selected {
    background-image: none;
    border-style: none;
    text-decoration: underline;
    color: #44b2a8;
}

.k-pager-numbers li .k-link, .k-pager-numbers li span, .k-pager-numbers li a:hover, .k-pager-numbers .k-link:hover {
    background-color: transparent;
}

.k-pager-info {
    background-color: #eb4a36 !important;
    color: white;
    border-radius: 2px;
    margin-right: 5px;
}

#grid .admin_btn {
    background: url('../img/grid-menu.png') no-repeat;
    width: 22px;
    height: 18px;
    border-style: none;
    min-width: 22px;
    display: inline-block;
}

#grid .select_btn {
    background: url('../img/grid-select.png') no-repeat;
    width: 22px;
    height: 18px;
    border-style: none;
    min-width: 22px;
    display: inline-block;
    cursor: pointer;
}


/*=======================================
	Menu gridView 
  =======================================*/

.grid-menu {
    height: 100%;
    padding: 5px;
}

    .grid-menu, .grid-menu ul {
        width: 120px;
        background-color: white;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .grid-menu li {
            text-align: center;
        }

        .grid-menu ul li {
            padding-left: 20px;
            width: 120px;
            text-align: left;
        }

            .grid-menu ul li.grid-menu-header {
                /*background: url('../img/bkg-grid-menu-header.png') no-repeat;*/
                padding-top: 6px;
                padding-bottom: 6px;
                padding-right: 5px;
            }

            .grid-menu ul li.grid-menu-item {
                /*background:url('../img/bkg-grid-menu-item.png') repeat-y;*/
                padding-top: 6px;
                padding-bottom: 6px;
            }

            .grid-menu ul li.grid-menu-div {
                background: url('../img/bkg-grid-menu-div.png') no-repeat;
                height: 1px;
            }

        /*.grid-menu ul li.grid-menu-footer {
		border-bottom:solid;
		border-bottom-color: #44b2a8;
		border-bottom-width:2px;
		background: white;
	}*/

        .grid-menu li a {
            text-decoration: none;
            color: #8f8f8f;
            border-style: none;
        }

.k-widget.k-tooltip {
    background-color: white !important;
    background-image: none;
    padding: 0;
    margin: 0;
    height: auto;
}

.k-callout {
    border-color: transparent;
}

/* ================================
	Formularios
	=============================== */

#login-body {
    background-color: #f3f3f3;
}

.login-canvas {
    width: 330px;
    margin: 200px auto;
    padding: 12px 40px 20px 40px;
}

#filter-canvas, .login-canvas {
    background-color: white;
    border: 1px solid #44b2a8;
    padding: 12px 8px 20px 40px;
}

    .login-canvas .editor-field {
        width: 250px;
    }

        .login-canvas .editor-field input {
            width: 100%;
        }

    .combo-box,
    .login-canvas select {
        width: 250px;
    }

    .login-canvas select {
        height: 30px;
        padding-top: 5px;
    }

.field-title {
    color: #6c6c6c;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.cont-plue-provider {
    margin-top: 2%;
}

.container-rollback {
    margin-left: 1%;
}

.field-hint {
    color: #8f8f8f;
    font-size: 13px;
}

.textbox-field-medium {
    height: 28px;
    width: 230px;
}

.textbox-field-small {
    height: 28px;
    width: 160px;
}

.enable-point {
    padding-left: 0 !important;
}

.numerico {
    width: 431px !important;
}

.textbox-field-big {
    height: 30px;
    width: 464px;
}

    .textbox-field-big.width-80,
    .combo-box.width-80 {
        width: 80%;
    }

.text-area-input {
    resize: none;
}

.category_container, .multi-select-container {
    width: 510px;
}

    .category_container .category_item, .multi-select-container .multi-select-item {
        width: 220px;
        float: left;
        padding-right: 20px;
    }

.multi-select-item span {
    margin-left: 8px;
}

.category_container .category_item input[type="radio"] {
    margin-right: 10px;
}

.form_buttons {
    text-align: right;
}

.download-format-post {
    float: left;
}

.cont-btn-post {
    margin-top: 3%;
}

.btn-format-bank {
    margin-top: -1%;
}

.cont-btn-rollback {
    display: flex;
    justify-content: flex-end;
    white-space: pre-wrap;
    margin-top: 8%;
}

.provider-input {
    height: 30px;
    width: 12%;
}

.input-button {
    height: 28px;
    color: white;
    background-color: #00AE9A;
    border: none;
    font-weight: bold;
}

.cont-filt-list-company {
    margin-bottom: 8px;
}


/*.k-dropdown-wrap .k-select {
	background-color:#0067b2;
}*/

/*link de descarga de formatos de cargue*/
.file-upload-format {
    display: block;
    width: 141px;
}

/*ComboBox*/
/*.k-dropdown-wrap .k-icon {
	background-image:url('../img/dropdown-arrow.png');
	background-position:center center;
	opacity:1;
}*/

/*.k-item.k-state-selected.k-state-focused {
	border: solid 1px #f0713a !Important; 
}*/
.k-popup .k-list .k-item {
    border-top: solid 1px rgba(0, 0, 0, 0.09);
}

/*.k-list .k-state-selected {
	background-color:transparent !important;
	background-image:none !important;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:black;
}*/

.k-grid .k-state-selected {
    color: #ffffff;
    background-color: #40a79e !important;
    border-color: #40a79e;
}

.error_container {
    color: rgb(29, 28, 28);
    background-color: rgb(121, 120, 120);
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

/* ==========================================================================
  Tree View
  ========================================================================== */
.node-delete {
    background: url('../img/grid-menu.png') no-repeat;
    width: 22px;
    height: 18px;
    border-style: none;
    min-width: 22px;
    display: inline-block;
}

.k-treeview .k-state-focused {
    border: solid 1px transparent;
    box-shadow: none;
}

.text-editor {
    width: 100%;
    height: 200px;
}

/* ==========================================================================
  Segmentation
  ========================================================================== */

.segmentation-level {
    float: left;
    margin-right: 32px;
}

.segmentation-filter-container {
    width: 160px;
    float: left;
}

.segmentation-filter {
    border: 2px solid rgb(205, 205, 205);
    border-radius: 3px;
    height: 177px !important;
    overflow: auto;
    width: 100%;
}

    .segmentation-filter span {
        display: block;
        background-color: rgb(206, 223, 240);
        border-top: 3px white solid;
        padding-left: 12px;
    }

.arrow-container {
    padding: 65px 8px;
}

/* ==========================================================================
  Communication
  ========================================================================== */
.hamburguer.admin_btn,
#UserPointsBudget-grid .admin_btn,
#smstypemessage-grid .admin_btn,
#suppliers-grid .admin_btn,
#companyHerrarchy-grid .admin_btn,
#configuration-menu-grid .admin_btn,
#news-grid .admin_btn,
#ideas-grid .admin_btn,
#challenge-grid .admin_btn,
#iniciativeCategory-grid .admin_btn,
#stage-grid .admin_btn,
#post-grid .admin_btn { background: url('../img/grid-menu.png') no-repeat; width: 22px; height: 18px; border-style: none; min-width: 22px; display: inline-block; }

#news-grid .select_btn,
#ideas-grid .select_btn,
#iniciativeCategory-grid .select_btn,
#stage-grid .select_btn,
#post-grid .select_btn {
    background: url('../img/grid-select.png') no-repeat;
    width: 22px;
    height: 18px;
    border-style: none;
    min-width: 22px;
    display: inline-block;
    cursor: pointer;
}

#btn-clean-filter-segmentation {
    padding: 5px 0 18px 0 !important;
    margin: 15px 0px 15px 0 !important;
}

.hide-btn {
    display: none !important;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
.center_text {
    text-align: center;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links for images, or javascript/internal links
   */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Survey */
.surveycategory_container {
    float: left;
    position: absolute;
    width: 200px;
    border: solid 1px;
    padding: 10px;
    left: 750px;
    border-radius: 5px;
}

.question_container .question_item_container img {
    float: right;
    cursor: pointer;
}

.question_container .question_item_container {
    /*width: 450px;*/
}

    .question_container .question_item_container table {
        /*width: 450px;*/
    }

.question_container .field-title {
    border: solid 1px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.question_item_container {
    border: solid 1px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.answerContainer {
    margin-left: 20px;
    width: 95%;
}

.question_item_container table {
    width: 95%;
}

.new_answer_question_list img {
    float: right;
    cursor: pointer;
}

.answer_item_container {
    width: 95%;
}

.answerTable {
    width: 95%;
}

/*#answerContainer {
		border: solid 1px;
		border-radius: 5px;
		padding: 10px;
	}*/

/* Fin Survey */
/*
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
/*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/* Handle 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(46, 59, 81); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(191, 196, 202); 
}*/

.combo-kendo {
    height: 26px;
    width: 161px;
    color: #787878;
    border-color: #dadada;
    cursor: pointer;
}

    .combo-kendo:hover {
        background-color: #35ae98;
        color: white;
    }

.select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(https://da7xgjtj801h2.cloudfront.net/2014.3.1119/styles/Metro/sprite.png);
    -webkit-appearance: none;
    background-position-x: 244px;
}

.validation-summary-errors {
    border: solid rgb(168, 12, 12) 2px;
    padding: 4px 0 4px 9px;
    color: rgb(168, 12, 12);
    font-weight: bold;
}

.success-message {
    border: 2px solid #50AA38;
    padding: 4px 0px 4px 9px;
    color: #239B29;
    font-weight: bold;
}

.nutresa-config table th,
.nutresa-config table td {
    padding: 10px;
}

.nutresa-config table td {
    text-align: center;
}

    .nutresa-config table td input {
        width: 50px;
        text-align: right;
    }

        .nutresa-config table td input.nutresa-points {
            width: 100px;
        }

/*:::::::::::::::::::::::: start iniciative category ::::::::::::::::::::::::::*/

.useridexpert-block .search-bar input,
.useridcoordinator-block .search-bar input {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    background-image: none !important;
    border: none !important;
}

.useridexpert-block .search-bar span {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    border: none !important;
    width: 36% !important;
}

.useridcoordinator-block .search-bar span {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    border: none !important;
    width: 36% !important;
}


/*:::::::::::::::::::::::: end iniciative category ::::::::::::::::::::::::::*/

/*:::::::::: start form dynamic ::::::::: */

.container-form-preview {
    background-color: #787878;
    color: #ffffff !important;
}

    .container-form-preview .field-title {
        color: #ffffff !important;
        padding-left: 22px;
        line-height: 0px;
    }

    .container-form-preview a,
    .container-form-preview a:active,
    .container-form-preview a:link,
    .container-form-preview a:hover,
    .container-form-preview a:visited,
    .container-form-preview a:focus {
        color: #ffffff !important;
        text-decoration: none;
    }

    .container-form-preview .textbox-field-big {
        color: #222;
    }

.item-container-form-control {
    margin-top: 20px;
}

.container-form-preview h4 {
    padding-left: 22px;
    font-size: 15px;
}

.input-form-dynamic {
    margin-left: 22px;
}

/*:::::::::: end form dynamic ::::::::: */

/*::::::::  start sing in core :::::::::::*/

.container-sign-in {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    margin-top: 134px;
}

.sing-in-cp {
    padding: 0px !important;
}

.container-start-sesion {
    text-align: center;
}

.title-sign-in {
    color: #00AE9A;
    font-weight: bold;
}

.field-title-sing-in {
    color: #8E8E8E;
}

.btn-sing-in {
    background-color: #00AE9A !important;
    color: #ffffff !important;
    background-image: none !important;
    border: 1px solid transparent;
}

    .btn-sing-in:hover,
    .btn-sing-in:active,
    .btn-sing-in:focus,
    .btn.btn-sing-in:visited {
        background-color: #00AE9A !important;
        color: #ffffff !important;
        background-image: none !important;
        border: 1px solid transparent;
    }

.textbox-field-medium-sign-in {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #9E9E9E !important;
}

    .textbox-field-medium-sign-in:hover,
    .textbox-field-medium-sign-in:active,
    .textbox-field-medium-sign-in:visited,
    .textbox-field-medium-sign-in:focus {
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        border-bottom: 1px solid #9E9E9E !important;
        border-color: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.dropDownList-sign-in {
    background: #c2c2c2 url("/img/icon-dropdownlist.png") no-repeat 97% 50%;
    border-radius: 3px;
    overflow: hidden;
}

    .dropDownList-sign-in select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        color: #8E8E8E !important;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        border-color: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .dropDownList-sign-in select:focus {
            outline: none;
            border-color: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

.sign-out-icon {
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.cont-date {
    width: 160px !important;
}

.center-recaptcha {
    align-items: center;
    justify-content: center;
    display: flex !important;
    padding-left: 80px;
}

.image-login {
    background-image: url('../img/home-core.png');
    background-size: 100% 100%;
    height: 100% !important;
}

.title-pending-order {
    margin-left: 7px;
    margin-top: 0;
}
/*:::::::: end sing in core :::::::::::*/
/*:::::::: start configuration menu :::::::::::*/
.submenu-item-preview {
    background-color: #787878;
    color: #ffffff !important;
}

    .submenu-item-preview .textbox-field-big {
        color: #222;
    }

    .submenu-item-preview .field-title {
        color: #ffffff !important;
    }

/*:::::::: end configuration menu  :::::::::::*/

/*:::::: start admin cencos :::::::::::::::::::*/

/*.container-network-coordinator .search-bar input {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    background-image: none !important;
    border: none !important;
}

.container-network-coordinator .search-bar span {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    border: none !important;
    width: 36% !important;
}*/

/*:::::: end admin cencos :::::::::::::::::::*/


/* ==========================================================================
  Custom company
  ========================================================================== */

/*Color input*/
.color-data-picker-container .color-upload-name {
    /*border: 0px;*/
    background-color: white;
    height: 36px;
    width: 80px;
    text-align: center;
}

.color-data-picker-container .k-picker-wrap {
    height: 36px;
}

.color-data-picker-container .k-colorpicker .k-selected-color {
    height: 34px;
}

.color-data-picker-container .k-select {
    background-color: #00AE9A;
    color: white;
}

/* Header style */
.container-header-style {
    width: 100%;
}

.container-radio-button-inline {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-radio-button-inline input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.header-style-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 67px;
    background: url('../img/CustomCompany/logo-menu-left.png') no-repeat;
    background-size: cover;
    border: 1px solid rgba(143, 143, 143, 0.60);
}

.header-style-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 67px;
    background: url('../img/CustomCompany/header-center.PNG') no-repeat;
    background-size: cover;
    border: 1px solid rgba(143, 143, 143, 0.60);
}

.header-style-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 67px;
    background: url('../img/CustomCompany/logo-left-menu-bottom.png') no-repeat;
    background-size: cover;
    border: 1px solid rgba(143, 143, 143, 0.60);
}

.container-radio-button-inline:hover input ~ .header-style-left,
.container-radio-button-inline:hover input ~ .header-style-center,
.container-radio-button-inline:hover input ~ .header-style-right {
    border: 2px solid #2196F3;
}

.container-radio-button-inline input:checked ~ .header-style-left,
.container-radio-button-inline input:checked ~ .header-style-center,
.container-radio-button-inline input:checked ~ .header-style-right {
    border: 2px solid #2196F3;
}

/*Panel bar*/
.field-title-panel {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

#custom-panelbar .k-content {
    background-color: transparent;
    border-color: transparent;
}

#custom-user-panelbar #step span.k-link,
#custom-panelbar #step .k-link {
    background-color: #3bc2a9;
    padding: 5px 10px;
    margin: 3px;
}

#custom-user-panelbar .k-panel > li > .k-link,
#custom-panelbar .k-panel > li > .k-link {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

/*banners*/
.banners-container {
    border: 1px solid #8f8f8f;
    border-radius: 15px;
    padding: 15px 6px 0;
    margin: 15px 5px;
}

    .banners-container .removeElementContainer {
        cursor: pointer;
    }

/*tabs*/
#custom-user-panelbar .k-tabstrip-items .k-state-default .k-link,
#custom-panelbar .k-tabstrip-items .k-state-default .k-link {
    color: white;
    font-size: 16px;
}

#custom-user-panelbar #modules-tabs section,
#custom-panelbar #modules-tabs section {
    padding: 8px 10px;
}

/*checkbox*/
.container-checbox {
    display: block;
    position: relative;
    padding-left: 37px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-checbox input {
        position: absolute;
        opacity: 0;
    }

    .container-checbox .checkmark {
        position: absolute;
        top: 0;
        left: 10px;
        height: 20px;
        width: 20px;
        border-radius: 5px;
        border: 1px solid #8f8f8f;
        background-color: white;
        cursor: pointer;
    }

    .container-checbox input:checked ~ .checkmark {
        background-color: #00AE9A;
    }

        .container-checbox input:checked ~ .checkmark:after {
            display: block;
        }

    .container-checbox .checkmark:after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 11px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-active-posts input[type=checkbox][disabled] {
    cursor: default;
}

/*User Admins*/
.container-item-user-admin {
    margin: 10px 0 0;
    border-bottom: 1px solid #ccc;
}

/*Info inputs*/
.info-icon {
    cursor: pointer;
}

/*Info inputs images*/
.info-icon-image {
    cursor: pointer;
}

/*Info inputs files*/
.info-icon-file {
    cursor: pointer;
}

/*Info inputs video*/
.info-icon-video {
    cursor: pointer;
}

/*Info inputs csv*/
.info-icon-csv {
    cursor: pointer;
}


/*:::::: start slider check :::::::::::::::::::*/
/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*:::::: end slider check :::::::::::::::::::*/

/* ==========================================================================
  Custom User
  ========================================================================== */

/* Switch - Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 7px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #3bc2a9;
}

.filt-busk {
    margin-bottom: 6px;
}

input[disabled] + .slider {
    opacity: 0.6;
    cursor: not-allowed;
}

input:checked[disabled] + .slider {
    opacity: 0.6;
    cursor: not-allowed;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3bc2a9;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Table */
.container-custom-users th {
    background-color: #ececec;
}

/* Kendo upload */
#custom-user-panelbar .k-upload em,
#custom-user-panelbar .k-upload .k-upload-status,
#custom-user-panelbar .k-upload .k-upload-selected,
#format-upload-custom .k-upload em,
#format-upload-custom .k-upload .k-upload-status,
#format-upload-custom .k-upload .k-upload-selected {
    display: none;
}

#custom-user-panelbar .k-upload .k-dropzone,
#format-upload-custom .k-upload .k-dropzone {
    padding: 0;
}

/* ==========================================================================
  Billfold
  ========================================================================== */
.refresh-icon {
    margin-top: 19px;
    margin-bottom: 9px;
    margin-left: 15px;
}

/* ==========================================================================
  k-loading
  ========================================================================== */

.k-loading-image {
    background-image: url('/css/Default/loading_2x.gif') !important;
}

/*==========================================================================
 media queries for login
 ========================================================================== */

/*media query for movile Phones (<768px) */
@media (max-width: 768px) {
    body {
        min-width: 0;
    }
}
/*==========================================================================
 End media queries for login
 ========================================================================== */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #40a79e !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
/*==========================================================================
 Sub-Title 
 ========================================================================== */
.header-sub-title {
    color: #6c6c6c;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 2px solid #c0c0c0;
    display: inline;
}

#enable-code-reissue {
    padding-left: 10px !important;
}