/* 
    Created on : 16/12/2018, 02:21:18 PM
    Author     : felipe de jesus
*/
                    
.font-normal{
    font-weight: normal!important;
}

.wysihtml5-toolbar .btn-white{
    border: 1px solid #e5e9ec!important;
    color: black!important;
}
.wysihtml5-toolbar .dropdown .dropdown-menu li{
    padding: 5px 0px 5px 15px!important;
}
.wysihtml5-toolbar .dropdown .dropdown-menu li a{
    color: black;
}
.wysihtml5-toolbar .dropdown .dropdown-menu li:hover{
    color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
}
.bootbox-close-button{
    position: absolute;
    right: 14px;
    top: 3px;
}

.hide{
    display: none!important;
}
.no-padding{
    padding: 0px!important;
}
.m-t-0{margin-top: 0px!important;}
.m-t-5{margin-top: 5px!important;}
.m-t-10{margin-top: 10px!important;}
.m-t-15{margin-top: 15px!important;}
.m-t-20{margin-top: 20px!important;}
.m-t-25{margin-top: 25px!important;}
.m-t-30{margin-top: 30px!important;}
.m-t-35{margin-top: 35px!important;}
.m-t-40{margin-top: 40px!important;}
.m-t-45{margin-top: 45px!important;}
.m-t-50{margin-top: 50px!important;}

.m-b-0{margin-bottom: 0px!important;}
.m-b-5{margin-bottom: 5px!important;}
.m-b-10{margin-bottom: 10px!important;}
.m-b-15{margin-bottom: 15px!important;}
.m-b-20{margin-bottom: 20px!important;}
.m-b-25{margin-bottom: 25px!important;}
.m-b-30{margin-bottom: 30px!important;}
.m-b-35{margin-bottom: 35px!important;}
.m-b-40{margin-bottom: 40px!important;}
.m-b-45{margin-bottom: 45px!important;}
.m-b-50{margin-bottom: 50px!important;}

.m-r-0{margin-right: 0px!important;}
.m-r-5{margin-right: 5px!important;}
.m-r-10{margin-right: 10px!important;}
.m-r-15{margin-right: 15px!important;}
.m-r-20{margin-right: 20px!important;}
.m-r-25{margin-right: 25px!important;}
.m-r-30{margin-right: 30px!important;}
.m-r-35{margin-right: 35px!important;}
.m-r-40{margin-right: 40px!important;}
.m-r-45{margin-right: 45px!important;}
.m-r-50{margin-right: 50px!important;}

.m-l-0{margin-left: 0px!important;}
.m-l-5{margin-left: 5px!important;}
.m-l-10{margin-left: 10px!important;}
.m-l-15{margin-left: 15px!important;}
.m-l-20{margin-left: 20px!important;}
.m-l-25{margin-left: 25px!important;}
.m-l-30{margin-left: 30px!important;}
.m-l-35{margin-left: 35px!important;}
.m-l-40{margin-left: 40px!important;}
.m-l-45{margin-left: 45px!important;}
.m-l-50{margin-left: 50px!important;}

.no-padding{
    padding: 0px!important;
}
.btn-no-border{
    border-color:transparent!important;
}
.select2-container .select2-choice {
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    padding: 3px 9px;
    transition: border 0.2s linear 0s;
    height: 35px;
}
.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border-left: 0px;
}
.select2-container .select2-choice .select2-arrow b {
    background: none;
}
.select2-container .select2-choice .select2-arrow b:before {
    font-family: 'Font Awesome 5 Free';
    /*content: "\E5CD";*/
    content: "\f0d7";
    position: relative;
    top: 4px;
    right: 6px;
    font-size: 16px;
}
.select2-container.select2-drop-above .select2-choice {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.select2-drop.select2-drop-above {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #e5e9ec;
    border-bottom: none;
    border-radius: 2px;
    padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.select2-search {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}
.select2-search input {
    background: #ffffff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid #999999;
}
.select2-results {
    margin: 3px 10px 10px 3px;
}
.select2-results li {
    color: #6F7B8A;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    color: #282323;
}
.select2-results .select2-highlighted {
    background: #0090d9;
    border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
    color: #ffffff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: none;
    color: #6F7B8A;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px;
}
.select2-drop-active {
    border: 1px solid #e5e9ec;
    border-bottom: none;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 5px;
}
.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid #dae0e4;
    border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #e8edf1;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
    direction: ltr;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #dae0e4;
    box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
    background-color: #e8edf1 !important;
}
.select2-container-multi .select2-search-choice-close {
    left: 6px;
}
.select2-search-choice-close {
    background: none;
    top: 4px;
    right: 0;
}
.select2-search-choice-close:hover {
    text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'Font Awesome 5 Free';
  /*content: "\E5CD";*/
  content: "\f0d7";
  /*font-size: 12px;*/
  color: #94a1b2;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
    top: 0px;
}
.select2.form-control {
    padding: 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
    width: 100% !important;
}
.form-group{
    margin-bottom: 4px;
    margin-top: 4px;
}
.no-border{
    border: 1px!important;
}
.line-border{
    padding-left: 1px;
    border-bottom: solid;
    /*border-left: solid;*/
    border-width:1px;
    border-color: #E5E9EC;
    font-weight: bold;
    /*border-bottom: 2px #3D424E ;*/
}
.bold{
    font-weight: bold!important;
}
.line-height{
    line-height: 1.3;
}
.text-nowrap{
    width:100%;
    height:20px;
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden; 
}
.bg-green{
    background: #4CAF50!important;
    color:white;
}
.bg-indigo{
    background: #3F51B5!important;
    color:white;
}
.bg-blue{
    background: #2196F3!important;
    color:white;
}
.bg-yellow{
    background: #FFC107!important;
    color: white;
}

.text-center{
    text-align: center!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}
.width100{
    width: 100%!important;
}
.no-margin{
    margin: 0px!important;
}
.col-centered{
    float: none!important;
    margin: auto!important;
}
.modal-content{
    border-radius: 9px 9px 8px 8px;
}
.c-white{
    color: white;
}
.modal-body{
    /*background: white!important;*/
    border-radius: 0px 0px 8px 8px;
}
.modal-header .bootbox-close-button {
    opacity: inherit;
    margin-top: -5px;
    color: black!important;
    
}
.modal-header{
    padding-top: .7rem!important;
    padding-bottom: .7rem!important;
    border-bottom: 0px!Important;
}
.modal-header h5{
    
}
.modal-footer{
    border-radius: 0px 0px 8px 8px;
}
.md-check {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}

.md-check input {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    cursor: pointer;
    opacity: 0;
}

.md-check input:checked + i:before {
    background-color: inherit;
    border-width: 0;
}

.md-check input:checked + span .active {
    display: inherit;
}

.md-check input[type="radio"] + i,.md-check input[type="radio"] + i:before {
    border-radius: 50%;
}

.md-check input[type="checkbox"]:checked + i:after {
    position: absolute;
    top: 2px;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md-check input[type="radio"]:checked + i:after {
    position: absolute;
    top: 6px;
    left: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' ';
}

.md-check input[disabled] + i:before,fieldset[disabled] .md-check input + i:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-check input[disabled]:checked + i:before {
    background-color: rgba(0, 0, 0, 0.26);
}

.md-check > i {
    position: relative;
    display: inline-block;
    width: 0;
    height: 18px;
    margin-top: -2px;
    margin-right: 28px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
}

.md-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    content: "";
    -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.md-check > i.no-icon:after {
    display: none !important;
}
.i-2{
   font-size: 2px!important; 
}
.i-3{
   font-size: 3px!important; 
}
.i-4{
   font-size: 4px!important; 
}.i-5{
   font-size: 5px!important; 
}
.i-6{
   font-size: 6px!important; 
}
.i-7{
   font-size: 7px!important; 
}
.i-9{
   font-size: 9px!important; 
}
.i-8{
   font-size: 8px!important; 
}
.i-10{
   font-size: 10px!important; 
}
.i-12{
   font-size: 11px!important; 
}
.i-12{
   font-size: 12px!important; 
}
.i-13{
   font-size: 13px!important; 
}
.i-14{
   font-size: 14px!important; 
}
.i-16{
   font-size: 16px!important; 
}
.i-18{
   font-size: 18px !important;
   font-weight: normal !important;
   line-height: normal !important;
}
.i-20{
   font-size: 20px!important; 
   vertical-align: -15%; 
}
.i-22{
   font-size: 22px!important; 
}
.i-24{
    font-size: 24px!important;
    vertical-align: -23%; 
}
.pointer{
    cursor: pointer;
}
.no-action{
    opacity: 0.3;
}
.scrollable{
    
    overflow-x: hidden!important;
}
/* Let's get this party started */
.scrollable::-webkit-scrollbar {
    width: 5px;
    
}
 
/* Track */
.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(33, 150, 243, 1); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.scrollable::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(33, 150, 243, 1); 
    -webkit-box-shadow: inset 0 0 6px rgba(33, 150, 243, 1); 
}
.scrollable::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(33, 150, 243, 1); 
}
.btn-options{
    position: relative;
}
.btn-options-abs-r1{
    right: 8px;
    position: absolute;
    top: 4px;
}
.btn-options-abs-r2{
    right: 62px;
    position: absolute;
    top: 4px;
}
.btn-options-abs-r3{
    right: 116px;
    position: absolute;
    top: 4px;
}
 .btn-options-abs-r4{
    right: 170px;
    position: absolute;
    top: 4px;
}
.btn-options-abs-l{
    left: -25px;
    position: absolute;
    top: 35px;
}

.sa-b-r-t{
    border-radius: 5px 5px 0px 0px;
}
.sa-b-r-b{
    border-radius: 0px 0px 5px 5px;
}
.table-no-padding td, th{
    padding: 10px!important;
}
.sa-border-radius .grid-title{
    border-radius: 4px 4px 0px 0px;
}
.sa-border-radius .grid-body{
    border-radius: 0px 0px 4px 4px;
}
.table-no-padding th{
    border:1px solid #ddd!important;
    border-color: #E5E9EC !important;
    color: #64696A!important;
    background-color: #E5E9EC!important;
}
.col-img-anexos{
    position: relative;
}
.col-img-anexos i{
    position: absolute;
    right: 23px;
    cursor: pointer;
}
/*COLORES DEL SISTEMA*/
.sa-color-primary{
    color: #2D92CF!important;
}
.sa-color-secundary{
    color: #42B7E9!important;
}
.sa-bg-primary{
    background: #2D92CF!important;
}
.sa-bg-secundary{
    background: #42B7E9!important;
}
.container-avatar {
    max-width: 960px;
    margin: 0px auto;
    padding: 0px;
}
.container-avatar .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: 115px;
    z-index: 1;
    top: 10px;

}
.avatar-edit  input{
    display: none;
}
.avatar-edit  input+label{
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.avatar-edit input+label:hover{
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-edit input+label i {

    color: #757575;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-preview {
    margin: auto !important;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview >div{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-v2 {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    /*border-radius: 0px;*/
    transition: all 0.12s linear 0s !important;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-v2:focus {
    outline: none !important;
}
.btn-v2 .caret {
    margin-left: 3px;
}
.btn-v2 .caret.single {
    margin-left: 0px;
}
.btn-v2:hover,
.btn-v2:focus,
.btn-v2:active,
.btn-v2.active,
.btn-v2.disabled,
.btn-v2[disabled] {
    background-color: #b9c3c8;
}
.btn-primary-v2 {
    color: #ffffff;
    background-color: #0aa699;
}
.btn-primary-v2:hover,
.btn-primary-v2:focus,
.btn-primary-v2:active,
.btn-primary-v2.active,
.btn-primary-v2.disabled,
.btn-primary-v2[disabled],
.btn-primary-v2.active.focus,
.btn-primary-v2:active:focus,
.btn-primary-v2:active:hover,
.open > .dropdown-toggle.btn-primary-v2.focus,
.open > .dropdown-toggle.btn-primary-v2:focus,
.open > .dropdown-toggle.btn-primary-v2:hover {
    background-color: #099a8c;
}
.btn-success-v2 {
    color: #ffffff;
    background-color: #0090d9;
}
.btn-success-v2:hover,
.btn-success-v2:focus,
.btn-success-v2:active,
.btn-success-v2.active,
.btn-success-v2.disabled,
.btn-success-v2[disabled],
.btn-success-v2.active.focus,
.btn-success-v2:active:focus,
.btn-success-v2:active:hover,
.open > .dropdown-toggle.btn-success-v2.focus,
.open > .dropdown-toggle.btn-success-v2:focus,
.open > .dropdown-toggle.btn-success-v2:hover {
    background-color: #0082d4;
}

.btn-info-v2:hover,
.btn-info-v2:focus,
.btn-info-v2:active,
.btn-info-v2.active,
.btn-info-v2.disabled,
.btn-info-v2[disabled],
.btn-info-v2.active.focus,
.btn-info-v2:active:focus,
.btn-info-v2:active:hover,
.open > .dropdown-toggle.btn-info-v2.focus,
.open > .dropdown-toggle.btn-info-v2:focus,
.open > .dropdown-toggle.btn-info-v2:hover {
    background-color: #1b3148;
}
.btn-warning-v2 {
    color: #ffffff;
    background-color: #fbb05e;
}
.btn-warning-v2:hover,
.btn-warning-v2:focus,
.btn-warning-v2:active,
.btn-warning-v2.active,
.btn-warning.disabled,
.btn-warning-v2[disabled],
.btn-warning-v2.active.focus,
.btn-warning-v2:active:focus,
.btn-warning-v2:active:hover,
.open > .dropdown-toggle.btn-warning-v2.focus,
.open > .dropdown-toggle.btn-warning-v2:focus,
.open > .dropdown-toggle.btn-warning-v2:hover {
    background-color: #faa652;
}
.btn-danger-v2 {
    color: #ffffff;
    background-color: #f35958;
}
.btn-danger-v2:hover,
.btn-danger-v2:focus,
.btn-danger-v2:active,
.btn-danger-v2.active,
.btn-danger-v2.disabled,
.btn-danger-v2[disabled],
.btn-danger-v2.active.focus,
.btn-danger-v2:active:focus,
.btn-danger-v2:active:hover,
.open > .dropdown-toggle.btn-danger-v2.focus,
.open > .dropdown-toggle.btn-danger-v2:focus,
.open > .dropdown-toggle.btn-danger-v2:hover {
    background-color: #f14d4d;
}
.btn-danger-dark-v2 {
    color: #ffffff;
    background-color: #b94141;
}
.btn-danger-dark-v2:hover,
.btn-danger-dark-v2:focus,
.btn-danger-dark-v2:active,
.btn-danger-dark-v2.active,
.btn-danger-dark-v2.disabled,
.btn-danger-dark-v2[disabled] {
    background-color: #e94847;
    color: #ffffff;
}
.btn-dark-v2 {
    color: #ffffff;
    background-color: #1b1e24;
}
.btn-white-v2 {
    color: #5e5e5e;
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
}
.btn-white-v2:hover,
.btn-white-v2:focus,
.btn-white-v2:active,
.btn-white-v2.active,
.btn-white-v2.disabled,
.btn-white-v2[disabled] {
    background-color: #fbfcfd;
    border: 1px solid #b4b9be;
}


.btn-v2-small {
    padding: 3px 12px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-v2-small [class^="icon-"],
.btn-v2-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-v2-mini [class^="icon-"],
.btn-v2-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-v2-mini {
    padding: 2px 9px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn-v2,
.input-group-btn:last-child > .btn-group > .btn-v2,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn-v2:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-v2 {
    border-left: 0;
}
.transparent .input-group-addon {
    background-color: #ffffff;
    padding: 8px 1px 10px 9px;
}
.transparent.input-group .form-control:first-child,
.transparent .input-group-addon:first-child,
.transparent .input-group-btn:first-child > .btn-v2,
.transparent .input-group-btn:first-child > .dropdown-toggle,
.transparent .input-group-btn:last-child > .btn-v2:not(:last-child):not(.dropdown-toggle) {
    border-right: 0px;
    border-left: 1px solid #e5e9ec;
}
.transparent .input-group .form-control:last-child,
.transparent .input-group-addon:last-child,
.transparent .input-group-btn:last-child > .btn-v2,
.transparent .input-group-btn:last-child > .dropdown-toggle,
.transparent .input-group-btn:first-child > .btn-v2:not(:first-child) {
    padding: 6px 10px;
}

.i-color{
    color: #474D6D!important;
}
.input-sm{
    font-size: 13px !important;
    min-height: 29px !important;
}
.sw-theme-arrows>ul.step-anchor>li.active>a{
    border-color: #3F4079!important;
    color: #fff!important;
    background: #3F4079!important;
}
.sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #3F4079!important;
}
.sw-theme-arrows>ul.step-anchor>li.done>a {
    border-color: #3F51B5!important;
    color: #fff!important;
    background: #3F51B5!important;
}
.sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 30px solid #3F51B5!important;
}
.pac-container {
    z-index: 10000 !important;
}    
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;                                                
    width: 490px;
    margin-top: 14px;
}
.icon-tablet--active{
    background-image: url(../../assets/images/create-survey-landscape-tablet-frame.svg);
}
.icon-tablet {
        margin-left: 80px;
    background-image: url(../../assets/images/create-survey-landscape-tablet-frame.svg);
    width: 334px;
    height: 109px;
    background-position-x: 102px;
    margin-top: 30px;
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center;
}
.create-survey-page__icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.survey-icon-container--landscape {
    position: relative;
    width: 96px;
    height: 83px;
    top: 14px;
    left: 32px;
}
.survey-icon-container {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.6);
    box-sizing: border-box;
}
.icon-landscape-survey {
    background-image: url(../../assets/images/create-survey-landscape-survey-animation.svg);
    position: absolute;
    left: -2px;
    width: 300px;
    height: 100%;
}
.create-survey-page__icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.icon-tablet--active .icon-landscape-survey {
/*    animation-duration: 2.3s;
    -webkit-animation-duration: 2.3s;
    animation-name: animateLandscapeSurvey;
    -webkit-animation-name: animateLandscapeSurvey;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;*/
}
@-webkit-keyframes animateLandscapeSurvey {
  0% {
    left: -2px;
  }
  10% {
    left:-2px;
  }
  15% {
    left:-2px;
  }
  50% {
    left: -102px;
  }
  60% {
    left: -102px;
  }
  90% {
    left: -202px;
  }
  100% {
    left: -202px;
  }
}
@keyframes animateLandscapeSurvey {
  0% {
    left: -2px;
  }
  10% {
    left:-2px;
  }
  15% {
    left:-2px;
  }
  50% {
    left: -102px;
  }
  60% {
    left: -102px;
  }
  90% {
    left: -202px;
  }
  100% {
    left: -202px;
  }
}
.question-type.type-unica {
    width: 16px;
    height: 16px;
    background-position: -288px -32px;
}
.question-type.type-multiple {
    width: 16px;
    height: 16px;
    background-position: -256px 0px;
}
.question-type.type-indice {
    width: 16px;
    height: 16px;
    background-position: -480px 0px;
}
.question-type.type-text {
    width: 16px;
    height: 16px;
    background-position: -256px -32px;
}
.question-type {
    background-image: url(../../assets/images/icons-question-type-sprite.svg);
    background-repeat: no-repeat;
    display: block;
}

.checkbox-with-emoji input,.radio-with-emoji input{
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 22px;
    height: 22px;
}
.checkbox-with-emoji input+i,.radio-with-emoji input+i{
    opacity: 0.4;
    position: relative;
    z-index: 11;
    display: inline-block;

}
.checkbox-with-emoji input:checked+i,.radio-with-emoji input:checked+i{
    display: inline-block;
    opacity: 1;
}

.i-emoji-smile-beam{
    color: #4CAF50;
}
.i-emoji-grin{
    color: #8BC34A;
}
.i-emoji-meh{
    color: #FFC107;
}
.i-emoji-frown{
    color: #FAA652;
}
.i-emoji-angry{
    color: #F14D4D;
}
.datepicker .disabled.disabled-date.day, .datepicker .disabled.disabled-date.day:hover {
    background-color: #CCCCCC !important;
    color: #fff !important;
}
.card{
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.swal2-modal h2 {
    line-height: 1.2;
    margin-bottom: 14px;
}
.select2-container .select2-container--default{
    width: 100%!important;
}
.input-with-icon{
    position: relative;
}
.input-with-icon input{
    padding-right: 35px;
}
.input-with-icon i{
    position: absolute;
    right: 10px;
    top: 8px;
}

.opacitity-hover {
    opacity: 0.58;
    filter: alpha(opacity=50);
    zoom: 1;
}
.i-abrir-video{
     margin-top: 20px !important; 
     margin-left: 250px !important;
 }
 .img-familia-video{
    height: 50%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}
.text-parrafo{
    font-size: 33px; 
    line-height: 40px;
    font-weight: 100;
}
/*Para la vista de comparfarma, farmacias, pacientes. La imagen del video modal*/

@media only screen and (max-width: 1467px) { 
    .img-shap{
        margin-top: -280px;
    }
}

@media only screen and (max-width: 1204px) { 
    .img-madre-hija{
        display: none;
    }
    .img-familia-video{
        height: 530px;
        width: 626px;
    }
    .img-shap{
        margin-top: -308px;
    }
}

@media only screen and (max-width: 992px) { 
    .img-madre-hija{
        display: none;
    }
    .i-abrir-video{
        margin-top: 110px !important; 
        margin-left: 140px !important;
    }
    .img-familia-video{
        height: 627px;
        width: 469px;
    }
    .text-parrafo{
        font-size: 21px; 
        line-height: 40px;
        font-weight: 100;
    }
    .img-familia{
        display: none;
    }
    .img-shap{
        display: none;
    }
    .doctora-comparafarma{
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .header-price{
        margin-top: -40px;
    }
    .i-abrir-video{
        margin-top: 20px !important; 
        margin-left: 160px !important;
    }
    .img-familia-video{
        height: 376px;
        width: 100%;
    }
    .pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #4691C8;
        background-color: transparent;
    }
    .pricing-header h2 {
        font-size: 23px;
        letter-spacing: 2px;
        color: #4691C8;
    }
    .cd-has-margins .select-plan {
        display: block;
        padding: 1.1em 0;
        border-radius: 0 0 4px 4px;
    }
    .currency, .price-duration {
        font-weight: 700;
        color: #4691C8;
    }
    .cd-has-margins .select-plan {
        background: #1D79BC;
        display: block;
        padding: 1.1em 0;
        border-radius: 0 0 4px 4px;
    }
    /**/
    #reccomended, #staff {
        margin-top: 0px;
        margin-bottom: -40px;
    }
    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,0)!important;
    }
    .box_list {
        background-color: #fff;
        display: block;
        position: relative;
        margin-bottom: 30px;
        
        border-radius: 5px;
    }
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 575px) { 
    .i-abrir-video{
        margin-top: -28px !important; 
        margin-left: 130px !important;
    }
    .img-familia-video{
        height: 50%;
        width: 100%;
    }
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 556px) { 
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 480px) { 
    .i-abrir-video{
        margin-top: -100px !important; 
        margin-left: 67px !important;
    }
    .img-familia-video{
        height: 50%;
        width: 100%;
    }
    .content-compare-prices .container .fadeInUp {
        margin-top: -5px;
        margin-bottom: 5px;
    }
    h3 {
        font-size: 12px; 
        font-weight: 200; 
    }
    h2{
        line-height: 1.3;
        font-size: 12px;
        font-weight: 100;
    }
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 435px) { 
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 363px) { 
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
@media only screen and (max-width: 280px) { 
    .i-abrir-video{
        margin-top: -151px !important;
        margin-left: 23px !important;
    }
    .doctora-comparafarma{
        display: none;
    }
    .img-shap{
        display: none;
    }
}
.qp-bg{
    background-color: #2E9E48!important;
    color: white!important;
}
.qp-color{
    color:#2E9E48!important;
}
.select2-search--dropdown input.select2-search__field{
    outline: none!important;
}
select {
    outline: none!important;
}
.fw-300{
    font-weight: 300!important;  
} 
.fw-400{
    font-weight: 400!important;
}
.fw-500{
    font-weight: 500!important;
}
.fw-600{
    font-weight: 600!important;
}
.fw-bold{
    font-weight: bold!important;
}
.title-25{
    font-size:25px!important;
    margin-bottom: 3px;
    margin-top: 3px;
}
.title-14{
    font-size:14px!important;
    margin-bottom: 3px;
    margin-top: 3px;
}
.title-18{
    font-size:20px!important;
    margin-bottom: 3px;
}
.title-20{
    font-size:20px!important;
    margin-bottom: 3px;
    margin-top: 3px;
}
.title-15{
    font-size:15px!important;
    margin-bottom: 3px;
    margin-top: 3px;
}
.color-1{
    color: #293340!important;
}
.color-2{
    color: #E57373!important;
}
.color-3{
    color: #FF6602!important;
}
.img-br-5{
    border-radius: 5px;
}
.border-none{
    border:none!important;
}
/*Estilo para los radio y checkbox basado en webarch theme*/
.radio,.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
} 
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 1px;
  top: 3px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: -1px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'fontawesome';
  content: "\f00c";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #0090d9;
  border: 1px solid #0090d9;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #0aa699;
  border: 1px solid #0aa699;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #f35958;
  border: 1px solid #f35958;
}
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top:3px;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
}
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 3px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success label:after {
  background-color: #0090d9;
  border: 1px solid #0090d9;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #0090d9;
}
.radio.radio-primary label:after {
  background-color: #0aa699;
  border: 1px solid #0aa699;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #0aa699;
}
.radio.radio-info label:after {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #1f3853;
}
.radio.radio-warning label:after {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fbb05e;
}
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}
.radio input[type=radio]:checked + label {
  color: #4d5056;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.br-5{
    border-radius: 5px!important;
}
.ws-btn{
    border-radius: 5px!important;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 15px 45px 15px 45px;
    
}
.ws-text-black{
    color: #293340!important;
}
.ws-bg-danger{
   background-color: #F44336!important; 
}
.ws-bg-success{
   background-color: #2196F3!important; 
}