/* 
    Document   : userpics
    Created on : Mar 12, 2017, 8:18:42 AM
    Author     : xaviernavarro
    Description:
        Styles related to displaying the user image in different places, i.e, comments, notifications, etc...
*/


.logo_xs {
    width: auto;
    height: 40px
   
}

.logo-text-branding {
    color: #12766C!important;
}
.logo-text-branding-active {
    color: #40C4FF!important;
    font-weight: 700;
}

.w-text-primary {

    color: #12766C!important;

}

/* Backgrounds */
.w-bg-lightgray {
    background-color: #e0e0e0;
}

.input-clear-icon {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust the right position of the icon */
    transform: translateY(-50%);
    cursor: pointer;
  }

.dash-summ-circles-col1-bg {
    background:rgb(219, 88, 88)
 } 
 .prof-pending-fg {
     color: rgb(219, 88, 88)
 }
 .dash-summ-circles-col2-bg {
    background:rgb(204, 226, 250)
 } 
 .prof-wrt-fg {
     color: rgb(204, 226, 250)
 }
 .dash-summ-circles-col3-bg {
    background:rgb(186, 243, 164)
 } 
 .prof-acc-fg {
     color: rgb(186, 243, 164)
 }

 .dash-summ-circles-col4-bg {
    background:rgb(204, 226, 250)
 } 
 
.w-disabled {
    pointer-events:none
}
.text-w-card {
    color: #137068 !important;
}

.w-card-colors {
    background: #ffffff;
    color: #000000;
  }
  
  .w-card-links {
    color: white;
    font-weight: 500;
  }
  
.w-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .w-form-control-inline {
    display: inline;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .w-search-btn {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding-top: 5px;
    text-align: center;
    position: absolute;
    display: inline!important;
 }
 .required_form_fields {
    display: none;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 8px;
    color: red;
 }

.w-border-reje { border: 1px solid #FF0000; } /*RECHAZADA*/
.w-border-prop { border: 1px solid #ffff00; } /*PROPUESTA*/
.w-border-lrev { border:  1px solid #ffc000; } /*REVISION POR LIDER normal: ffc000*/  
.w-border-eval { border: 1px solid #ff6600; } /*EVALUACION*/
.w-border-appr { border: 1px solid #66FF33; } /*APROVADAS*/
.w-border-inpr { border: 1px solid #00CCFF; } /*VALIDACION*/
.w-border-impl { border: 1px solid #00B050; } /*IMPLEMENTACION*/
.w-border-fini { border: 1px solid #FFFFFF; } /*FINALZIDA*/
.w-border-fini-alt { border: 1px solid #000000; } /*FINALZIDA*/

.w-border-rand { border: 1px solid #cce6ff; } /*R & D*/

a[data-label="brand-21"] {
    padding: .85rem 0;
    display: inline-block;
    margin-right: 1.5rem;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
a[data-label="brand-21"]:hover {
    opacity: 0.75;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.wigo-vertical-text { 
    transform: rotate(90deg);
    transform-origin: left top 0;
}
        
        
.wigo_main_color {
        
    color: #0072b1!important; 
        
}

.wigo-comment-inp {
    resize: none;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    resize: none;
    
}

.wigo-btn-md {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.wigo-btn-md:hover {
    background: #b3e1ff;
}

.wigo-btn-sm {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #668ad8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.wigo-btn-sm:hover {
    background: #b3e1ff;
}

.wigo-hollow-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 5px  #ccc;
    width: 20px;
    height: 20px;
}



.wigo-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wigo-table-border-bottom {
    border-bottom: 3px solid #00004d;
}


.wigo-table-border-top {
    border-top: 3px solid #00004d;
}

.wigo-center {
    text-align: center;
}


.wigo-bold {
    font-weight: 600;
}

.wigo-italic {
    font-style: italic;
}


.wigo-left {
    text-align: left;
}

.dots {
  text-decoration: none;
  font-size: 10px;
  color: #34495e;
  box-sizing: content-box;
  list-style-type: none;  
}

.wigo-cursor-link {
    cursor: pointer;
}

.wigo-transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.5;          /* Netscape */
    -khtml-opacity: 0.5;        /* Safari 1.x */
    opacity: 0.5;               /* Good browsers */

}
.userinnopics-small {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.userinnopics-extra-small {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.userinnopics-super-small {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.user-box {
    background-color: #29A9DE;
    height: 40px;
    width: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 50%;
}

.wigo-user-no-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #29A9DE;
}

.inno-dtable-header {
    text-align: center; 
    font-size: 9px;
}

.inno-dtable-header-12 {
    text-align: center; 
    font-size: 12px;
}

.inno_circle_prop  {
    background: #ffff00!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
    
}

.inno_circle_lrev  {
    background: #ffc000!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_eval  {
    background: #ff6600!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_appr  {
    background: #66FF33!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_impl  {
    background: #00B050!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_inpr  {
    background: #00CCFF!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_fini  {
    background: #00004d!important; 
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}


.inno_circle_rand  {
    background: #cce6ff!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_arch  {
    background: #07B0E3!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.inno_circle_reje  {
    background: #07B0E3!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 25%!important;
    -moz-border-radius: 25%!important;
    -webkit-border-radius: 25%!important;
}

.committee_recommendations {
  font-size: 16px!important;
  font-weight:  600!important;
  
}

.wigo-span-icon-separator {
    margin-left: 10px;
}

.wigo-span-number-displayer {
    font-size: 20px;
    font-weight:  bold;
    color:  #999;
}

.wigo-span-evalleader-displayer {
    font-size: 12px;
    font-weight:  bold;
    color:  #999;
   
}

.wigo-notifications-none {
   
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.wigo-notifications-exist {
    color: red;  
    margin-top: 10px;
    margin-bottom: 10px;
}

.wigo-notifications-close {
    color:  #0072b1;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


wigo-text-success {
    font-size: 14px;
    background:    #0AF902;
    border: #D00500 solid 1px;
    border-radius: 6px;
    padding: 3px;
    margin-left: 0;
}

.editfeed_logo_align {
        height: auto; 
        width: auto; 
        max-width: 100%; 
        max-height: 100%;
}



.editfeed_logo_align_icon {
        height: auto; 
        width: auto; 
        max-width: 25px; 
        max-height: 25px;
}

.innotips-emphasize-show {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #D00500;
    padding: 20px; 
    width: 100%;
 
}

@media screen and (max-width: 767px) {
    .wigo-btn {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        color: #668ad8;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        border: solid 2px #668ad8;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        font-weight: bold;
        transition: .4s;
    }

    .wigo-btn:hover {
        background: #b3e1ff;
    }

    #innoinfo-evalscore-tbl {
        font-size: 12px;
    }
    .wigo-textarea {
        font-size: 14px!important;
  
    }


    wigo-textarea:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    }
     /* innovahome id' */
    .logo_xs {
        width: auto;
        height: 26px
   
    }
     .showfeed_logo_align {
        height: auto; 
        width: auto; 
        max-width: 120px; 
        max-height: 120px;
    }
     #stats_users_bar {
         width: 300px; 
         height: 200px;
         
     } 
     
    .tabs-small-font {
        font-size: 10px;
        font-style: normal;
    }
     #camp-more-tips {
         margin-left: 0px; 
         margin-top: 10px; 
         font-size: 12px;
     } 
                            
    #userInfoNewUI {
         background: white; 
         border-radius: 20px; 
         padding-bottom: 30px;
         -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }
    
    #no-campaigns {
            padding-top: 100px; 
            min-height: 250px; 
            width: 70%;
            margin-left: 15%;
            margin-right: 15%;
            text-align: left;
    }
    
    .wigo-newsfeed-font {
    
        font-family: 'Open Sans', sans-serif !important;
        font-size: 12px;
    
    }
    .wigo-font-size-xs {
        font-size: 10px!important;
    }
    
    .wigo-font-size {
        font-size: 12px!important;
    }
    #addeditboard_panel_who {
        margin-left: 0px;
    }
    
    .panelwho_committee, #div_panelwho_committee_sel {
        width: 100%!important;
        font-size: 12px!important;
    }
    
    .textarea-campaign-usersel, #editcampaign_innotips_search, #editcampaign_sourceusers_search {
        width: 100%!important;
        font-size: 12px!important;
    }
    
    #editcampaign_members_list {
       font-size: 10px!important; 
        
    }
    .wigo-breadcrum-header {
        font-size: 14px!important;
        font-family: inherit!important;
        font-weight: 500!important;
        color: inherit!important;
    }
    
    .wigo-breadcrum-header-placeholder {
        font-size: 14px!important;
        font-family: inherit!important;
        color:  #ccc;
    }
    .wigo-board-challenge-font {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 16.6667px; 
        font-weight: 500;
    }
    
    .wigo-innotips-desc {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        font-weight: 500;
    }
    
  .campaign_logo_align {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height: 250px;
    } 
    
    .campaign_logo_align_newui {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height: 250px;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    } 
    
    .innotip_logo_align {
        height: auto; 
        width: auto; 
        max-width: 150px; 
        max-height: 150px;
    }
    
     .innotipdtl_logo_align {
        height: auto; 
        width: auto; 
        max-width: 100px; 
        max-height: 1000px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        
    }
    
    
    .wigo-campaign-info {
        margin-left: 0px;
    }
    
    .wigo-innopoints {
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 40%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:    #cce6ff; 
        
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    .wigo-confroom-wrapper {
         right: 5px; 
         top: 125px; 
         width: 95%; 
         padding-right: 5px; 
         position: absolute; 
         z-index: 1000;
         
    }
   
    .wigo-confrooms {
        overflow: hidden;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background: white!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    .wigo-myideas {
        display: none!important;
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 35%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    #boardmaster-innopoints-placeholder, #boardmaster-innorank-placeholder {
       height: 50px;
        width: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%; /* may require vendor prefixes */
        background:  #0072b1;
        color: black;
        font-size: 10px;
     }
     
     #boardmaster-innorank-placeholder-new-ui {
        height: 50px;
        width: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: black;
        font-size: 10px;
     }
     
     
     #boardshome_show_myinnotips, #boardshome_hide_myinnotips {
          display: none!important;
      }
    
    .callout-newidea-align {
        height: auto; 
        width: auto; 
        max-width: 100px; 
        max-height: 100px;
        padding-top: 10px;
    }
    
    .callout-phases-align {
        height: auto; 
        width: auto; 
        max-width: 170px; 
        max-height: 80px;
        padding-top: 10px;
    }
    .callout-innotipsview-align {
        height: auto; 
        width: auto; 
        max-width: 150px; 
        max-height: 150px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #callout_innotips_help_addinnotip {
        margin-top: -130px;
        z-index: 1015!important;
        margin-left: -30px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
     #callout_innotips_help_phases {
        display: none;
        margin-top: 100px;
        padding-bottom: 5px;
        z-index: 1015!important;
        margin-left: -200px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px!important;
    }
    
     #callout_innotips_help_sorts {
        margin-top: -210px;
        padding-bottom: 5px;
        right: 300px;
        z-index: 1015!important;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px!important;
    }
  
    #callout_help_innotips_innotips {
        top: 20px;
        left: -30px!important;
        min-height: 80px;
        min-width: 0px!important;
        padding-bottom: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
      #callout_help_innotips_innotips_type {
        display: none!important;
    }
    
    #callout_help_innotips_innotips_narrative {
        
        top: 150px;
        margin-left: -230px;
        min-height: 200px;
        min-width: 300px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px;
    }
    
    .callout-innotips-close {
        margin-top: -5px;
        margin-right: 0px;
        padding-right: 0px;
        z-index: 1010;
        cursor: pointer;
        color: blue;

    }
    
    #callout-innotips-close-btn {
    
        margin-top: -5px!important;
        padding-right: 150px!important;
    }
    
    #btnSaveMission {
        margin-left: 0% !important;
    }
    
    #btnSaveVision {
        margin-left: 0% !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .wigo-btn {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        color: #668ad8;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        border: solid 2px #668ad8;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        font-weight: bold;
        transition: .4s;
    }

    .wigo-btn:hover {
        background: #b3e1ff;
    }
    #innoinfo-evalscore-tbl {
        font-size: 14px;
    }
    /* innovahome id' */
    .wigo-textarea {
        font-size: 14px!important;
  
    }


    wigo-textarea:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    }
    .logo_xs {
        width: auto;
        height: 40px
   
    }
    .showfeed_logo_align {
        height: auto; 
        width: auto; 
        max-width: 180px; 
        max-height: 180px;
    }
    #stats_users_bar {
         width: 250px; 
         height: 200px;
         
     } 
     
    .wigo-confroom-wrapper {
         right: 5px; 
         top: 125px; 
         width: 35%; 
         padding-right: 5px; 
         position: absolute; 
         z-index: 1000;
         
    }
    
    .tabs-small-font {
        font-size: 10px;
        font-style: normal;
    }
     #camp-more-tips {
         margin-left: 5px; 
         margin-top: 10px; 
         font-size: 14px;
     } 
     
    #userInfoNewUI {
         background: white; 
         border-radius: 20px; 
         padding-bottom: 30px;
         -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }
    #no-campaigns {
            padding-top: 100px; 
            min-height: 250px; 
            width: 70%;
            margin-left: 15%;
            margin-right: 15%;
            text-align: left;
    }
    .wigo-newsfeed-font {
    
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
    
    }
    .wigo-font-size-xs {
        font-size: 12px!important;
    }
    
    .wigo-font-size {
        font-size: 14px!important;
    }
    
    #addeditboard_panel_who {
        margin-left: 0px;
    }
    .panelwho_committee, #div_panelwho_committee_sel {
        width: 100%!important;
        font-size: 12px!important;
    }
    
    
     .textarea-campaign-usersel, #editcampaign_innotips_search, #editcampaign_sourceusers_search  {
        width: 90%!important;
        font-size: 12pximportant;
    }
    #editcampaign_members_list {
       font-size: 12px!important; 
        
    }
    
    .wigo-breadcrum-header {
        font-size: 16px!important;
        font-family: inherit!important;
        font-weight: 500!important;
        color: inherit!important;
    }
    
     .wigo-breadcrum-header-placeholder {
        font-size: 16px!important;
        font-family: inherit!important;
        color:  #ccc;
    }
    
    .wigo-board-challenge-font {
        font-family: Verdana,Arial, Helvetica, sans-serif; 
        font-size: 16.6667px; 
        font-weight: 500;
    }
     .wigo-innotips-desc {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        font-weight: 500;
    }
    .campaign_logo_align {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height: 250px;
    }
    
    .campaign_logo_align_newui {
        height: auto; 
        width: auto; 
        max-width: 200px; 
        max-height: 200px;
        margin-bottom: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

    }
    
    .innotip_logo_align {
        height: auto; 
        width: auto; 
        max-width: 230px; 
        max-height: 230px;
    }
    
     .innotipdtl_logo_align {
        height: auto; 
        width: auto; 
        max-width: 150px; 
        max-height: 150px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        
    }
    
    .wigo-campaign-info {
        margin-left: 0px;
    }
    
    .wigo-innopoints {
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 35%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    .wigo-myideas {
        
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 35%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    #boardmaster-innopoints-placeholder, #boardmaster-innorank-placeholder {
       height: 50px;
        width: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%; /* may require vendor prefixes */
        background:  #0072b1;
        color: black;
        font-size: 12px;
    }
    
    #boardshome_show_myinnotips, #boardshome_hide_myinnotips {
          
     }
    .callout-newidea-align {
        height: auto; 
        width: auto; 
        max-width: 100px; 
        max-height: 100px;
        padding-top: 10px;
    }
    
     .callout-phases-align {
        height: auto; 
        width: auto; 
        max-width: 180px; 
        max-height: 80px;
        padding-top: 10px;
    }
    
    .callout-innotipsview-align {
        height: auto; 
        width: auto; 
        max-width: 180px; 
        max-height: 180px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #callout_innotips_help_addinnotip {
        margin-top: -120px;
        z-index: 1015!important;
        margin-left: -50px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px!important;
    }
    
     #callout_innotips_help_phases {
        display: none;
        
    }
    
    #callout_innotips_help_sorts {
        margin-top: -170px;
        padding-bottom: 5px;
        right: 50px;
        z-index: 1015!important;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px!important;
    }
    
     #callout_help_innotips_innotips {
        top: 50px;
        left: 35px;
        padding-bottom: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
    #callout_help_innotips_innotips_narrative {
        
        top: 10px;
        margin-left: 50px;
        min-height: 200px;
        min-width: 250px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px;
    }
     #callout_help_innotips_innotips_type {
        display: none;
        top: 100px;
        min-height: 100px;
        min-width: 100px;
        margin-left: 0px!important;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px!important;
        
    }
    
    #btnSaveMission {
        margin-left: -16% !important;
    }
    
    #btnSaveVision {
        margin-left: -16% !important;
    }
     
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .wigo-btn {
        display: inline-block;
        text-decoration: none;
        color: #668ad8;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        border: solid 2px #668ad8;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        font-weight: bold;
        transition: .4s;
    }

    .wigo-btn:hover {
        background: #b3e1ff;
    }
    
    #innoinfo-evalscore-tbl {
        
    }
    .wigo-textarea {
        font-size: 18px!important;
  
    }


    wigo-textarea:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    } 
    .logo_xs {
        width: auto;
        height: 40px
   
    }

     .showfeed_logo_align {
        height: auto; 
        width: auto; 
        max-width: 180px; 
        max-height: 180px;
    }
     #stats_users_bar {
         width: 225px; 
         height: 200px;
         
     } 
     
     .wigo-confroom-wrapper {
         right: 5px; 
         top: 125px; 
         width: 26%; 
         padding-right: 5px; 
         position: absolute; 
         z-index: 1000;
         
    }
    
    .tabs-small-font {
        font-size: 8px;
        font-style: normal;
    }
      #camp-more-tips {
         margin-left: 10px; 
         margin-top: 10px; 
         font-size: 16px;
     } 
     
     #userInfoNewUI {
         background: white; 
         border-radius: 20px; 
         padding-bottom: 30px;
         -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        min-height: 550px;
    }
    #no-campaigns {
            padding-top: 100px; 
            min-height: 250px; 
            width: 70%;
            margin-left: 15%;
            margin-right: 15%;
            text-align: left;
    }
    
    .wigo-newsfeed-font {
    
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
    
    }
    .wigo-font-size-xs {
        font-size: 16px!important;
    }
    
    .wigo-font-size {
        font-size: 16px!important;
    }
    
    #addeditboard_panel_who {
        margin-left: 50px;
    }
    
    
    .panelwho_committee, #div_panelwho_committee_sel {
        width: 80%!important;
        font-size: 14px!important;
    }
    #editcampaign_members_list {
       font-size: 15px!important; 
        
    }
     
    .textarea-campaign-usersel, #editcampaign_innotips_search, #editcampaign_sourceusers_search {
        width: 80%!important;
        font-size: 15px!important;
    }
    
    .wigo-breadcrum-header {
        font-size: 18px!important;
        font-family: inherit!important;
        font-weight: 500!important;
        color: inherit!important;
    }
    
    .wigo-breadcrum-header-placeholder {
        font-size: 18px!important;
        font-family: inherit!important;
        color:  #ccc;
    }
    
    .wigo-board-challenge-font {
        font-family: Verdana, Arial, Helvetica, sans-serif!important; 
        font-size: 18.6667px!important; 
        font-weight: 500;
    }
     .wigo-innotips-desc {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 16px; 
        font-weight: 500;
    }
    .campaign_logo_align {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height: 300px;
    }
    
    .campaign_logo_align_newui {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height: 300px;
        margin-bottom: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

    }
    
    
    .innotip_logo_align {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height:300px;
    }
    
    .innotipdtl_logo_align {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height:200px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        
    }
    
    .wigo-campaign-info {
        margin-left: -10px;
    }
    
    .wigo-innopoints {
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 30%;
        margin-bottom: 25px;
        padding-bottom: 20px;
        min-height: 30px;
        position: relative;
        background: #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }

    .wigo-myideas {
        
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 35%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    #boardmaster-innopoints-placeholder, #boardmaster-innorank-placeholder {
       height: 50px;
        width: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%; /* may require vendor prefixes */
        background:  #0072b1;
        color: black;
        font-size: 12px;
      }
      
      #boardshome_show_myinnotips, #boardshome_hide_myinnotips {
          
      }
      
      .callout-newidea-align {
        height: auto; 
        width: auto; 
        max-width: 100px; 
        max-height: 100px;
        padding-top: 10px;
    }
    
     .callout-phases-align {
        height: auto; 
        width: auto; 
        max-width: 200px; 
        max-height: 80px;
        padding-top: 10px;
    }
    #callout_innotips_help_addinnotip {
        margin-top: -40px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: -100px;
        padding-bottom: 5px;
    }
    
    .callout-innotipsview-align {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #callout_innotips_help_phases {
        margin-top: -40px;
        padding-bottom: 5px;
        z-index: 1015!important;
        margin-left: 50px!important;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #callout_innotips_help_sorts {
        margin-top: -170px;
        padding-bottom: 5px;
        right: 80px;
        z-index: 1015!important;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
     #callout_help_innotips_innotips {
        top: 60px;
        left: 30px;
        padding-bottom: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
     #callout_help_innotips_innotips_type {
        top: 150px;
        min-height: 100px;
        min-width: 100px;
        margin-left: 0px!important;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
    #callout_help_innotips_innotips_narrative {
        
        top: 60px;
        margin-left: 100px;
        min-height: 200px;
        min-width: 315px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #btnSaveMission {
        margin-left: 19% !important;
    }
    
    #btnSaveVision {
        margin-left: 19% !important;
    }
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
    .wigo-btn {
        display: inline-block;
        text-decoration: none;
        color: #668ad8;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        border: solid 2px #668ad8;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        font-weight: bold;
        transition: .4s;
    }

    .wigo-btn:hover {
        background: #b3e1ff;
    }
    
    #innoinfo-evalscore-tbl {
        
    }
    .wigo-textarea {
        font-size: 18px!important;
  
    }


    wigo-textarea:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    }
    .logo_xs {
        width: auto;
        height: 40px
   
    }
    .showfeed_logo_align {
        height: auto; 
        width: auto; 
        max-width: 230px; 
        max-height: 230px;
    }
     /* innovahome id' */
     #stats_users_bar {
         width: 280px; 
         height: 200px;
         
     } 
     .wigo-confroom-wrapper {
         right: 5px; 
         top: 125px; 
         width: 26%; 
         padding-right: 5px; 
         position: absolute; 
         z-index: 1000;
         
    }
    
      #camp-more-tips {
         margin-left: 10px; 
         margin-top: 10px; 
         font-size: 16px;
     } 
     
    .tabs-small-font {
        font-size: 10px;
        font-style: normal;
    }
     #userInfoNewUI {
         background: white; 
         border-radius: 20px; 
         padding-bottom: 30px;
         -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        min-height: 550px;
    }
    #no-campaigns {
            padding-top: 100px; 
            min-height: 250px; 
            width: 70%;
            margin-left: 15%;
            margin-right: 15%;
            text-align: left;
    }
    
    .wigo-newsfeed-font {
    
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
    
    }
    .wigo-font-size-xs {
        font-size: 16px!important;
    }
    
    .wigo-font-size {
        font-size: 16px!important;
    }
    
    #addeditboard_panel_who {
        margin-left: 50px;
    }
    
    .panelwho_committee, #div_panelwho_committee_sel {
        width: 80%!important;
        font-size: 15px!important;
    }
    
     .textarea-campaign-usersel, #editcampaign_innotips_search, #editcampaign_sourceusers_search {
        width: 80%!important;
        font-size: 15px!important;
    }
    #editcampaign_members_list {
       font-size: 15px!important; 
        
    }
    .wigo-breadcrum-header {
        font-size: 18px!important;
        font-family: inherit!important;
        font-weight: 500!important;
        color: inherit!important;
    }
    
     .wigo-breadcrum-header-placeholder {
        font-size: 18px!important;
        font-family: inherit!important;
        color:  #ccc;
    }
    .wigo-board-challenge-font {
        font-family: Verdana, Arial, Helvetica, sans-serif!important; 
        font-size: 18.6667px!important; 
    }
     .wigo-innotips-desc {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 16px; 
        font-weight: 500;
    }
    .campaign_logo_align {
        height: auto; 
        width: auto; 
        max-width: 320px; 
        max-height: 320px;
    }
    
     .campaign_logo_align_newui {
        height: auto; 
        width: auto; 
        max-width: 320px; 
        max-height: 320px;
        margin-bottom: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

    }
    
    
    .innotip_logo_align {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height: 300px;
    }
    
    .innotipdtl_logo_align {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height: 200px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        
    }
    
    .wigo-campaign-info {
        margin-left: 0px;
    }
    
    .wigo-innopoints {
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 20%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background: #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }

    .wigo-myideas {
        
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        width: 35%;
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    .wigo-myideas-new-ui {
        
        overflow: hidden;
        /*cursor: pointer;*/
        /*min-height: 220px;*/
        /*padding: 10px;*/
        /*width: 100%;*/
        margin-bottom: 25px;
        padding-bottom: 30px;
        min-height: 30px;
        position: relative;
        background:  #cce6ff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3);

        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out ;
        -ms-transition: all .15s ease-out ;
        -o-transition: all .15s ease-out ;
        transition: all .15s ease-out ;
    }
    
    #boardmaster-innopoints-placeholder, #boardmaster-innorank-placeholder {
        height: 50px;
        width: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%; /* may require vendor prefixes */
        background:  #0072b1;
        color: black;
        font-size: 12px;
      }
      
      #boardshome_show_myinnotips, #boardshome_hide_myinnotips {
          
      }
      
      .callout-newidea-align {
        height: auto; 
        width: auto; 
        max-width: 100px; 
        max-height: 100px;
        padding-top: 10px;
       
    }
    
     .callout-phases-align {
        height: auto; 
        width: auto; 
        max-width: 250px; 
        max-height: 80px;
        padding-top: 10px;
    }
    #callout_innotips_help_addinnotip {
        margin-top: -40px;
        z-index: 1015!important;
        margin-left: -100px;
        padding-bottom: 5px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    .callout-innotipsview-align {
        height: auto; 
        width: auto; 
        max-width: 300px; 
        max-height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
     #callout_innotips_help_phases {
        margin-top: -40px;
        padding-bottom: 5px;
        z-index: 1015!important;
        margin-left: 50px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #callout_innotips_help_sorts {
        margin-top: -150px;
        padding-bottom: 5px;
        right: 120px;
        z-index: 1015!important;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
     #callout_help_innotips_innotips {
         
        top: 60px;
        margin-left: 50px;
        min-height: 220px;
        min-width: 315px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
    #callout_help_innotips_innotips_narrative {
        
        top: 60px;
        margin-left: 50px;
        min-height: 200px;
        min-width: 315px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #callout_help_innotips_innotips_type {
        top: 160px;
        min-height: 100px;
        min-width: 200px;
        margin-left: 100px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1015!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        
    }
    
    #btnSaveMission {
        margin-left: 36% !important;
    }
    
    #btnSaveVision {
        margin-left: 36% !important;
    }
}


.wigo-board {
    overflow: hidden;
    /*cursor: pointer;*/
    /*min-height: 220px;*/
    /*padding: 10px;*/
    width: 100%;
    min-height: 220px;
    padding-left: 0px;
    padding-bottom: 50px;
    margin-right: 0px;
    margin-bottom: 30px;
    position: relative;
    clear: left;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:  #fff; 
   
    border-bottom: 1px solid rgba(0,0,0,0.3);
   
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out ;
    -ms-transition: all .15s ease-out ;
    -o-transition: all .15s ease-out ;
    transition: all .15s ease-out ;
}


.wigo-board-challenge-title {
    
}
.wigo-board-challenge {
    /*font-size: 18px; */
    padding-left: 0px; 
    font-weight:  500; 
    /*color:  #0072b1;*/
    font-family:  'Open Sans', sans-serif !important;
    
}

.wigo-board-challenge  a {
    
    font-weight: 300; 
    color:   #00004d;
    font-family:  'Open Sans', sans-serif !important;
    
}

.wigo-menu-horiz ul {
  list-style: none;
  padding-right: 4rem;
}
.wigo-menu-horiz li {
  display: inline-block;
  padding-left: 2rem;
}


#boardmaster_active_boards_ui_new, #boardmaster_activity_report {
    /*background-color: #fff!important*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.wigo-pub-marker  {
    color:  #4cae4c;
    
}

.wigo-pri-marker  {
    color:   #5dade2;
    
}

.wigo-pub-marker li {
    color: red;
    
}
.wigo-pub-marker li span {
    color:  #a00;
    
}

.wigo-pri-marker li {
    color: #18c2e7;
   
}
.wigo-pri-marker li span {
    color: black;
    
}

.wigo-red {
    color: red;
}


wigo-priv-marker {
    
    position: absolute;
    margin-top: 4px;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:   #29A9DE;
}

.wigo-search-relevance {
   
    color:    #f63333;
}


#div_boardshome_show_boards_panel {
    
   
    
}

#boardshome_innopoints_panel { 
   
    position: absolute;
    z-index: 20;
    margin-top: 25px;

}

#boardshome_myinnotips_panel { 
   
    position: absolute;
    z-index: 10;
    margin-top: 25px;

}

#innovahome_myinnotips_panel { 
   
    z-index: 10;
    margin-top: 25px;

}

#boardshome_confrooms_panel { 
   
    position: absolute;
    z-index: 20;
    margin-top: 25px;

}

.campaign_gallery_align {
      height: auto; 
      width: auto; 
      max-width: 100px; 
      max-height: 100px;
  } 

/*  CALLOUTS */
div.callout {
	/*height: 60px;*/
	width: 200px;
	float: left;
}



div.callout {
	background-color:  #0072b1;
        background-image: -moz-linear-gradient(top, #444, #444);
	position: relative;
	color: #fff;
	padding: 0px;
        padding-right: 5px!important;
	border-radius: 3px;
	min-height: 50px;
	border: 1px solid #333;
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}



.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

.callout.bottomright::before {
	left: 90%;
	top: -20px;
	border-bottom: 10px solid #0072b1;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #0072b1;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #0072b1;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #0072b1;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

/* CALLOUT ROUND */
div.calloutround {
	/*height: 60px;*/
	width: 300px;
	float: left;
}

div.calloutround {
	background-color:   #0072b1;
        background-image: -moz-linear-gradient(top, #444, #444);
	position: relative;
	color: #fff;
	padding: 0px;
        padding-right: 5px!important;
	border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
	min-height: 50px;
	border: 1px solid #333;
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}


.calloutround::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.calloutround.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

.calloutround.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #0072b1;
}

.calloutround.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #0072b1;
}

.calloutround.right::before {
	left: -20px;
	top: 45%;
	border-right: 10px solid #0072b1;
}

.calloutround.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

.calloutround.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #0072b1;
}

#callout-boards-container {
    min-height: 550px;
    min-width: 650px;
    z-index: 1000;
    position: absolute;
    background-color: rgba(251,242,242,0.5);
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    margin-top: 30px;
}

.callout-close {
    margin-right: 5px;
    padding-right: 5px;
    background-color: white;
    z-index: 1010;
    cursor: pointer;
    color: blue;
   
}

.callout-innotips-close {
    margin-top: -20px;
    margin-right: 35px;
    padding-right: 35px;
    z-index: 1010;
    cursor: pointer;
    color: blue;
   
}

#callout-innotips-container {
    min-height: 550px;
    min-width: 650px;
    z-index: 1000;
    position: absolute;
    background-color: rgba(251,242,242,0.5);
    border-radius: 1%;
    -moz-border-radius: 1%;
    -webkit-border-radius: 1%;
    margin-top: 20px;
}

#callout-innotips-close-btn {
    
    margin-top: -50px!important;
    padding-right: 30px!important;
}

#callout-help-search {
  
    margin-top: -20px; 
    z-index: 1015;
    border-radius: 10%!important;
    -moz-border-radius: 10%!important;
    -webkit-border-radius: 10%!important;
}

#callout_help_myinnotips {
    
   margin-top: -20px;
   right: 70px; 
   z-index: 1015; 
   border-radius: 10%!important;
    -moz-border-radius: 10%!important;
    -webkit-border-radius: 10%!important;
}
                 
.wigo-comment-box {
    overflow: hidden;
    /*cursor: pointer;*/
    /*min-height: 220px;*/
    /*padding: 10px;*/
    width: 100%;
   
   /* padding-left: 10px;*/
    padding-bottom: 10px;
    padding-top:    20px;
    background-color:    #fbf8f8!important;
    margin-right: 0px;
    margin-bottom: 10px!important;
   
    position: relative;
    clear: left;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out ;
    -ms-transition: all .15s ease-out ;
    -o-transition: all .15s ease-out ;
    transition: all .15s ease-out ;
}

.wigo-comment-image {
    overflow: hidden;
    
    width: 100%;
  
    padding-bottom: 10px;
    padding-top:    20px;
    background-color:    #fff!important;
    margin-right: 0px;
    margin-bottom: 10px!important;
   
    position: relative;
    clear: left;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out ;
    -ms-transition: all .15s ease-out ;
    -o-transition: all .15s ease-out ;
    transition: all .15s ease-out ;
}

            
.wigo-reply-box {
    overflow: hidden;
    /*cursor: pointer;*/
    /*min-height: 220px;*/
    /*padding: 10px;*/
    width: 95%;
   
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top:    20px;
   
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: 10px!important;
   
    position: relative;
    clear: left;
   
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:     #f7f5f5!important;
    color:  #007fff!important;
   
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out ;
    -ms-transition: all .15s ease-out ;
    -o-transition: all .15s ease-out ;
    transition: all .15s ease-out ;
}

               
.wigo-comment-reply-input {
    overflow: hidden;
    /*cursor: pointer;*/
    /*min-height: 220px;*/
    /*padding: 10px;*/
    width: 100%;
   
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top:    20px;
    background-color:      seashell!important;
    margin-right: 0px;
    margin-bottom: 15px!important;
   
    position: relative;
    clear: left;
    border: 1px solid rgba(0,0,0,0.3);
   
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out ;
    -ms-transition: all .15s ease-out ;
    -o-transition: all .15s ease-out ;
    transition: all .15s ease-out ;
}

 .confroom_image_align {
        height: auto; 
        width: auto; 
        max-width: 150px; 
        max-height: 150px;
  }
    
  .confroom_image_full {
        height: auto; 
        width: auto; 
        max-width: 350px; 
        max-height:  350px;
  }  
 .confroom_docimage_align {
        height: auto; 
        width: auto; 
        max-width: 50px; 
        max-height: 50px;
        
    }
    
 .change_phase_confirm_textarea {
     border-color:  #0072b1;
     border-width: 2px;
     
 }
 

 @media screen and (max-width: 767px) {
    .inno-challenge-popup {
       position: absolute; 
       color: white; 
       font-color: 16px!important;
       font-weight: 500!important;
       padding: 15px; 
       width: 90%; 
       z-index: 1000; 
       margin-left: 15px; 
       margin-top: -10px; 
       background-color:  #03a9f4;

        border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
    
    .inno-challenge-popup-stage {
       min-width: 300px;
       min-height: 15px!important;
       position: fixed; 
       margin-top: -20px;
       color: #ffffff;
       background-color: #07b0e3;
       font-color: 16px!important;
       font-weight: 500!important;
      
       min-height: 140px;
       z-index: 1000; 
       margin-left: 10px;
       margin-right: 10px;
       margin-top: 10px; 
       margin-bottom: 20px;
        border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
    
 }
 
 @media (min-width: 768px) and (max-width: 991px) {
     .inno-challenge-popup {
       position: absolute; 
       color: white; 
       font-color: 16px!important;
       font-weight: 500!important;
       padding: 15px; 
       width: 60%; 
       z-index: 1000; 
       margin-left: 50px; 
       margin-top: -15px; 
       background-color:  #03a9f4;

        border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
    
    .inno-challenge-popup-stage {
        min-width: 400px;
        min-height: 15px!important;
       position: fixed; 
       margin-top: -20px;
       color: #ffffff;
       background-color: #07b0e3;
       font-color: 16px!important;
       font-weight: 500!important;
       
       min-height: 140px;
       z-index: 1000; 
       margin-left: 30px;
       margin-right: 35px;
       margin-top: 10px; 
       margin-bottom: 20px;
       
        border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
    
 }

 @media screen and (min-width: 992px) {
    
    
     .inno-challenge-popup {
       position: absolute; 
       color: white; 
       font-color: 16px!important;
       font-weight: 500!important;
       padding: 15px; 
       width: 35%; 
       z-index: 1000; 
       margin-left: 50px; 
       margin-top: -15px;
       background-color:  #03a9f4;
        border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
    
    .inno-challenge-popup-stage {
        min-height: 15px!important;
        min-width: 400px;
       position: fixed; 
       margin-top: -20px!important; 
       color: #ffffff;
       background-color: #07b0e3;
       font-color: 16px!important;
       font-weight: 500!important;
        
       min-height: 140px;
       z-index: 1000; 
       margin-left: 30px; 
       margin-right: 35px;
       margin-top: 10px;
       margin-bottom: 20px;
       border-radius: 15px!important;
       -moz-border-radius: 15px!important;
       -webkit-border-radius: 15px!important;
    }
 }
 
 /* Styles for Innovahome layout and hidding and showing panels on different resolutions */
 
 .wigo-discrete-link {
        font-size: 14px;
        font-style:  normal;
}
    
  @media screen and (max-width: 767px) {
    .inno-points-panel {
       display: none;
       margin-bottom: 20px!important;
    }
    
    .inno-points-show-hide-panel {
       display: block;
    }
    
    .inno-count-subpanel {
        font-size: 12px!important;
    }
    
    .wigo-font-text-input {
        font-size: 1rem;

    }

    .wigo-font-display-normal {
        font-size: 14px!important;
        color:  #333;
        font-family: 'Open Sans', sans-serif !important;
    }

     #toolbarmasterAddLabel, #toolbarmasterAddExpired {
        display: none;
        
        
    }
 }
 
 @media (min-width: 768px) and (max-width: 991px) {
      .innoinfo-sm-noshow {
        display: none;
      }
    
      .inno-points-panel {
       display: none;
        margin-bottom: 20px!important;
    }
     
     .inno-points-show-hide-panel {
       display: block;
    }
    
    .inno-count-subpanel {
       
    }
    
    .wigo-font-text-input {
        font-size: 1rem;

    }

    .wigo-font-display-normal {
        font-size: 16px!important;
        color:  #333;
        font-family: 'Open Sans', sans-serif !important;
    }
    
    #toolbarmasterAddLabel, #toolbarmasterAddExpired {
        display: inline;
        
        
    }

   
 }

 .wigo-tabs-active a {
     color: #b94a48;
     
 }

 
 @media screen and (min-width: 992px) {
      .inno-points-panel {
       display: block;
    }
    
    
     
    .inno-points-show-hide-panel {
       display: none;
    }
    
    .inno-count-subpanel {
        
    }
   
    .wigo-font-display-normal {
        font-size: 18px!important;
        color:  #333;
        font-family: 'Open Sans', sans-serif !important;
    }

    #toolbarmasterAddLabel, #toolbarmasterAddExpired {
        display: inline;
        
        
    }
    
 }
 /* END: Styles for Innovahome layout and hidding and showing panels on different resolutions */
 
 /* Toolbar Master */
@media screen and (max-width: 767px) {
    .toolbarmaster_align_menu {
        margin-top: -10px!important;

    }
    
    #innotipinfo_move_left_buttons {
        text-align: right!important;
    }
    
    .innoinfo-xs-noshow {
        display: none;
    }
    
    #div_innotipinfo_tags_here {
        text-align: right!important;
        margin-right: 30px!important;
    }
    
}

@media screen and (min-width: 767px) {
    
    .inno-new-close-small {
        display: inline;
        
    }
    
    .inno-new-close-large {
        display: none;
    }
    
    .wigo_header_normal_level_3 {
        font-size: 18px!important;
        font-weight:  600;
       
    }
    
    .toolbarmaster_align_menu {
       

    }
    
    #innotipinfo_move_left_buttons {
        text-align: right!important;
    }
    
    #div_innotipinfo_tags_here {
        text-align: right!important;
    }
    .innoinfo-xs-noshow {
        display: inline;
    }
   
    .wigo-display-dashview {
        
        
    }
}

@media screen and (max-width: 990px) {
    .inno-new-close-small {
        display: inline;
        
    }
    
    .inno-new-close-large {
        display: none;
    }
    
    .wigo-display-dashview {
        padding-left: 0px!important;
        padding-right: 0px!important;
        
        font-size: 10px!important;
    }
    
}

@media screen and (min-width: 990px) {
     .inno-new-close-small {
        display: none;
        
    }
    
    .inno-new-close-large {
        display: inline;
    }
    
    .wigo_header_normal_level_3 {
        font-size: 22px!important;
        font-weight:  600;
       
    }
    .wigo-display-dashview {
       
    }
    
}
 /* End toolbarmaster */
 
 .wigo-board-view-values {
    /*font-size: 18px; */
    padding-left: 50px!important; 
    font-weight:  500!important; 
    /*color:  #0072b1;*/
    font-family:  'Open Sans', sans-serif !important;
    font-size: 18px!important;
    
}

.wigo_error_level_1 {
        font-size: 24px!important;
        font-weight:  500;
        font-style: normal;
        color: white!important;
}

    
    ul.tabs {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    ul.tabs li {
      border-right: gray solid 1px;
      border-bottom: gray solid 1px;
      float: left;
      margin: 0 .25em 0 0;
      padding: .25em .5em;
    }
    ul.tabs li a {
      color: gray;
      font-weight: bold;
      text-decoration: none;
    }
    ul.tabs li.active {
      background: gray;
    }
    ul.tabs li.active a {
      color: white;
    }
    .clr {
      clear: both;
    }

   /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 6, 2021, 12:42:00 PM
    Author     : Xavier Navarro

Copyright @Wigo Technolgoies 2020, 2021. All rights reserved
*/

@media screen and (max-width: 767px) {
    .disp-blk-flex {
        display:  block!important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .disp-blk-flex {
        display:  block!important;
    }
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .disp-blk-flex {
        display:  flex!important;
    }
    .wigo-font-text-input {
        font-size: 1.2rem;

    }
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {

    .wigo-font-text-input {
        font-size: 1.2rem;

    }
    .disp-blk-flex {
        display:  flex!important;
    }
}

.align_select_d {
    float:right !important;
}

.align_select_d_danger {
        float:right !important;
        color:  red;
}

/* wrt branding */
.w-card-colors {
    background: #ffffff;
    color: #000000;
}

.w-dash-parent{
    display: flex;
    align-items: center;    /* aligns vertically */
    justify-content: center;  /* aligns horizontally */
   
}


@media screen and (max-width: 767px) {
    
    .w-dash-lev1-container {
        padding-left: 3px !important;
        padding-right: 3px !important;
      

    }
    .w-dash-summ-circles {
        width:  80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        font-size: 16px;
        color: #fff;
        text-align: center;
      }

    .w-dash-totals-font {
        font-size: 8px;
    }
    .w-dash-noprofs-tbl {
        padding: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-dash-lev1-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    
    }
    .w-dash-summ-circles {
        width: 120px;
        height: 120px;
        line-height: 120px;
        border-radius: 50%;
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    .w-dash-totals-font {
        font-size: 10px;
    }
    .w-dash-noprofs-tbl {
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .w-dash-lev1-container {
        padding-left: 100px !important;
        padding-right: 100x !important;
       
    }
    .w-dash-summ-circles {
        width: 120px;
        height: 120px;
        line-height: 120px;
        border-radius: 50%;
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    .w-dash-totals-font {
        font-size: 12px;
    }
    .w-dash-noprofs-tbl {
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .w-dash-lev1-container {
        padding-left: 150px !important;
        padding-right: 150px !important;
       
    }
    .w-dash-summ-circles {
        width: 120px;
        height: 120px;
        line-height: 120px;
        border-radius: 50%;
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    .w-dash-totals-font {
        font-size: 12px;
    }
    .w-dash-noprofs-tbl {
        padding: 20px;
    }
}


