html {
    overflow-y:scroll;
    //font: bold 90% monospace !important;
    //font-family: "Comic Sans MS", cursive, sans-serif !important;
}

.body {
//  background-image:url(../images/bg-tile2.png) !important;
  background-color: #424242;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
//  color: #ffffff;
}


body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid red;
}


.body_form {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.minMargin {
  padding: 0px !important;
  margin: 0px !important;
}

.cursor_selected{
    cursor: pointer;
}

.cursor_remove{
    cursor: not-allowed;
}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}




.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
    grid-gap: 10px;
}


.grap{
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-auto-rows: 250px;
    grid-gap: 10px;
}

.grapXS{
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-auto-rows: 150px;
    grid-gap: 10px;
}


.grid_detail_Color{
    //border: 1px solid rgb(60,60,60);
}



.AUT-False {
  display: none !important;
}


.JS_label {
    list-style-type: none;
    padding-left: 0px;
    float: left;
    width: 70px;
    height: 20px;
    display: inline;
    border: 0px;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px !important;
}


.form_JS {
    height: 20px;
    display: inline;
    border: 0px;
    font-size: 12px;
    background-color: grey !important;
    color: black;
    border-radius: 5px;
    padding: 2px !important;
}


.iconPulsable{
    font-size: 18px;
    font-weight: 500;
    color: grey;
    cursor: pointer;
}

.iconPulsable:hover{
    transition: 0.2s;
    color: white;
}


[draggable-swap, draggable-equal] {
  user-select: none;
}
.draggable-swap{
  margin-right: 5px;
  border-radius: 10px;
  box-shadow: inset 0 0 3px #000;
  cursor: move;
}

.draggable-equal {
  border: 2px solid #666666;
  background-color: #cc0000;
  margin-right: 5px;
  cursor: move;
}


.draggable-swap header, .draggable-equal header   {
  color: #fff;
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.draggable-swap.over{
  border: 2px dashed #000;
}

.draggable-equal.over {
    border-left: 4px solid blue;
}




.collapsible-header {
}


.tasktrackingcard {
    font-size: 14px;
    margin: 3px;
    padding: 0px 8px;
    border-radius: 4px;
    border: 1px solid rgb(0,95,107);
    color: #fff;
}

.tasktrackingcard:hover {
    transition-duration: 0.2s;
    background-color: rgba(200,200,200,0.6) !important;
    border: 1px solid red;
}

.radiusXS{
    border-radius: 5px !important;
}

.radiusS{
    border-radius: 10px !important;
}

.radiusM{
    border-radius: 20px !important;
}

.helpOnboarding{
    height: 40px;
    width: auto;
    border-radius: 5px;
    position: relative;
    top: 10px !important;
    //right: 10px !important;
}

.userCard_task_preview{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    border: 2px solid grey;
    border-radius: 50%;
    // background-color: rgba(76,76,76,1);
    background-color: rgba(255,255,255,0.5);
}
.userCard_task_preview:hover{
    border: 2px solid rgba(0,145,255,1);
}

.userCard_task{
    color: rgba(255,255,255,0.8);
    //background-color: rgba(255,255,255,0.4);
    border: 1px solid grey;
    border-radius: 4px;
    padding: 4px;
    margin: 4px;
    line-height: 2.0;
}
.userCard_task:hover{
    border: 1px solid rgba(0,145,255,1);
}


.userCard_line{
    color: rgba(255,255,255,0.8);
    //background-color: rgba(255,255,255,0.4);
    //border: 1px solid grey;
    //border-radius: 4px;
    //padding: 4px;
    //margin: 4px;
    //line-height: 2.0;
}



.front_pasos_numero{
    font-size: 70px;
    position: absolute;
}

.front_pasos_titulo{
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-left: 80px;
    padding-top: 25px;
    line-height: 1;
}

.front_pasos_resumen{
    font-size: 30px;
    font-weight: 300;
    padding-left: 80px;
}

.front_pasos_text{
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: 300;
    margin-left: 60px;
    margin-bottom: 20px;
}

.front_pasos_imagen{
    width: 100% ;
    border-radius: 10px;
}

.animaticReel{
    width: 100%;
    border-radius: 10px;
}

.animaticGallery{
    width: 60%;

    object-fit: cover;
    border-radius: 10px;
}

.animaticGalleryIndex{
    width: 100%;
    height: 90%;

    object-fit: cover;
    border-radius: 10px;
}


.borderText{
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.borderTextXS{
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.botonlight{
    color: grey !important;
    //border: 2px solid grey;
    background-color: rgba(1,1,1,0);
    border: 1px grey solid;
    border-radius: 3px;
    margin: 2px;
    padding: 2px 6px;
}

.botonlight:hover{
    color: white !important;
    //border: 2px solid grey;
    background-color: #ff9800;
    border-radius: 3px;
}


.botonBreakDown{
    color: white !important;
    //border: 2px solid grey;
    background-color: #2196f3;
    border-radius: 3px;
    margin: 2px;
    padding: 2px 6px;
}

.botonBreakDown:hover{
    color: white;
    //border: 2px solid grey;
    background-color: #ff9800;
    border-radius: 3px;
}

.botonEpisodes{
    color: white !important;
    border: 2px solid grey;
    background-color: rgba(0,0,0,0.8);
    border-radius: 3px;
    margin: 6px 0px !important;
    padding: 0px 10px !important;
}

.botonEpisodes:hover{
    color: white;
    //border: 2px solid grey;
    background-color: #ff9800;
    border-radius: 3px;
}

.company_previwe{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    border: 2px solid grey;
    border-radius: 50%;
    background-color: rgba(76,76,76,1);
}
.company_previwe:hover{
    border: 2px solid rgba(0,145,255,1);
    border-radius: 50%;
}

.base_row{
    margin-bottom: 0px !important;
}

.base_title{
    margin-top: 10px !important;
    color: white;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

.base_user{
    position: absolute;
    top: 10px !important;
    right: 10px !important;
}


.card_view{
    color: rgba(0,145,255,1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    right: 45px;
    top: -27px;
}


.pipephase{
    color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.1);
    border: 2px solid white;
    border-radius: 4px;
    padding: 4px;
    margin: 7px;
    line-height: 2.5;
}
.pipephase:hover{
    border: 2px solid rgba(0,145,255,1);
}


.pipephase_members{
    color: rgba(0,0,0,1);
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    font-size: 10px;
    font-weight: 500;
    position: relative;
    right: 0px;
    bottom: -20px;
    display: flex;
}

.pipephase_card{
    color: rgba(0,145,255,1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    right: -7px;
    top: -10px;
}

.pipephase_pro{
    color: rgba(0,145,255,1);
    font-size: 7px;
    font-weight: 500;
    position: relative;
    right: 0px;
    top: 0px;
    display: flex;
}

.pipephase_bloque{
    //background-color: rgba(255,255,255,0.2);
    //border-radius: 10px;
    //padding: 0px !important;
    //margin: 0 0 4px 0 !important;
    width: 100%;
    display: -webkit-flex;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pipephase_free{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 0px 10px 0px 0px !important;
    margin: 10px !important;
    display: flex;
}

.pipephase_previwe{
    padding: 0px !important;
    margin: 0px !important;
    //font-size: 0px;
    border: 2px solid grey;
    border-radius: 10px;
}
.pipephase_previwe:hover{
    border: 2px solid rgba(0,145,255,1);
    border-radius: 15px;
}


.footer_pro{
    font-size: 12px;
    color: rgba(0,145,255,0.7);
}
.footer_pro:hover{
    font-size: 16px;
    color: rgba(0,145,255,1);
    transition-duration: 1s;
}

.CorpColor{
    color: #0076a7;
}

.base_texto_color{
    color: white;
}


.front_block_negro{
    //background-color: rgba(0,0,0,0.7);
    background-color: rgb(30,30,30);
    border-radius: 10px;
    //padding: 15px;
    padding: 5px !important;
    margin: 10px !important;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.3), 0 15px 25px rgba(0,0,0,.3);
}


.front_block_black{
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    //padding: 15px;
    padding: 5px !important;
    margin: 10px !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
}

.front_bloque{
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    //padding: 15px;
    padding: 0px !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
}

.front_h1{
    color: #4d4d4d;
    font-size: 35px;
    font-weight: 700;
    }

.front_h2{
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 700;
    }

.front_h3{
    color: #4d4d4d;
    font-size: 27px;
    font-weight: 700;
    }

.front_h4{
    //color: #4d4d4d;
    font-size: 24px;
    font-weight: 700;
    }

.front_h5{
    color: #4d4d4d;
    font-size: 21px;
    font-weight: 700;
}

.front_h6{
    font-size: 10px;
    font-weight: 300;
}

.tachado{
    text-decoration:line-through;
}

.front_title{
    color: purple;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,0.5);
}

.front_subtitle{
    font-size: 42px;
    font-weight: 200;
    line-height: 1;
}

.front_text{
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
    }

.front_img{
    width: 100%;
}

.front_imgproj{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    //border: 2px solid grey;
    border-radius: 10px;
}
.front_imgproj2{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    //border: 2px solid grey;
    border-radius: 10px;
    position: relative;
    top: 70px;
    border: 2px solid rgba(255,255,255,0.5);
}


.front_paperimag{
    position: relative;
    top: 30px;
    //border: 2px solid rgba(255,255,255,0.5);
}

.front_mencion{
    background-color: rgba(0,145,255,0.7);
    padding: 50px;
    font-size: 36px;
    font-weight: 200;
    line-height: 1.3;
}

.front_p{
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    }

.front_p::-webkit-input-placeholder {
    color: rgba(0,0,0,0.2) !important;
}

.front_form{
    background-color: rgba(255,255,255,0.4);
    font-size: 22px !important;
    font-weight: 700;
    color: #0062a6;
    text-align: center !important;
}

.front_form::-webkit-input-placeholder {
    color: rgba(0,0,0,0.2) !important;
}

.front_form label{
    color: rgba(0,0,0,0.2) !important;
}

.front_color{
    color: #4d4d4d;
}

.front_divider{
    height: 1px;
    overflow: hidden;
    background-color: rgba(0,0,0,.3);
}

.front_form_title{
    font-size: 30px !important;
    font-weight: 500;
    color: #0062a6;
    margin: 0 !important;
    //padding: 0 !important;
    text-align: center !important;
}

.front_form_idea{
font-size: 18px !important;
    font-weight: 500;
    color: #0062a6;
    margin: 0 !important;
    //padding: 0 !important;
}

.front_form_recruit_bg{
    background-color: rgba(255,255,255,0.4);
}

.front_form_recruit{
    font-size: 18px !important;
    font-weight: 500;
    color: #0062a6;
    margin: 0 !important;
    //padding: 0 !important;
    text-align: center !important;
}

.front_form_recruit::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3) !important;
}

.front_form_recruit label{
    color: rgba(0,0,0,0.3) !important;
}

.front_form_recruit input{
    margin: 0 !important;;
}

.jujujuju{
background-image: url({% static 'images/bg02 - copia.jpg' %}); background-position: center center;
}



.prouser{
    background-color: rgba(0,145,255,0.7);
    border-radius: 5px;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px;
    margin-left: 3px;
}




.counter{
    //color: #0084bf;
    font-weight: 500;
    font-size: 18px;
}

.user_foto{
    border-radius: 50%;
    position: relative;
    top: 70px;
    border: 2px solid rgba(255,255,255,0.5);
}

.user_bg{
    background-position: center;
    background-size: cover;
    //border-radius: 5px 5px 0 0;
    border-radius: 10px;
    border: 0px;
    padding: 0px 10px !important;
    margin: 10 !important;
}



.menu_global{
    color: rgba(255,255,255,0.8) !important;
    font-weight: 700;
    font-size: 13px;
    padding: 0px 15px !important;
    display: block;
    line-height: 12px;
    text-align: center;
}

.menu_global:hover{
    transition-duration: 1s;
    color: blue;
    font-weight: 500;
}


.dash_layer_icon{
    color: white;
    right: 15px;
    top: 2px;
}

.dash_layer_preview{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    border-radius: 5px;
}

.dash_layer_bloque{
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
    padding: 0px !important;
    margin: 0 0 4px 0 !important;
    //display: flex;
}

.dash_layer_Icon_block{
    color: white;
    position: absolute ;
    right: 18px;
    }

.dash_layer_bloque img{
    border-radius: 5px;
}

.dash_layer_title{
    color: white;
    font-size: 12px;
    font-weight: 500;
    }


.dash_pag_bloque{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 0px !important;
    margin: 0px !important;
    display: -webkit-flex;
    display: flex;
}

.dash_pag_bloque img{
    border-radius: 9px;
}

.dash_pag_view{
    color: white;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.dash_bloque{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 0px !important;
    margin: 0 0 4px 0 !important;
    display: -webkit-flex;
    display: flex;
}

.dash_bloque img{
    border-radius: 9px;
}

.dash_previwe{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px;
    border: 2px solid grey;
    border-radius: 10px;
    //background-color: rgba(255,255,255,0.4);
    background-color: rgba(76,76,76,1);
}
.dash_previwe:hover{
    border: 2px solid rgba(0,145,255,1);
    border-radius: 10px;
}

.dash_item{
    margin: 2px !important;
    //background-color: coral;

}

.dash_item_love{
    padding-top: 19px;
    padding-right 5px !important;
    color: white;
    display: flex;
    justify-content: center;
}

.dash_item_title{
    color: white;
    font-size: 16px;
    font-weight: 500;
    }

.dash_item_description{
    color: white;
    font-size: 10px;
    font-weight: 300;
}

.flex_column{
    display: flex;
    flex-direction: column;
    margin: 2px !important;
    }

.flex_lateral{
    //display: flex;
    flex-direction: row;
    //color: red;
    justify-content: space-between;
    }


.dash_free{
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
}

.dash_icons{
    display: flex;
    justify-content: space-between;
}


.buy_title1{
    font-size: 64px !important;
    font-weight: 700;
    color: white;
}

.buy_title2{
    font-size: 64px !important;
    font-weight: 300;
    color: white;
}

.buy_description{
    font-size: 14px !important;
    font-weight: 300;
    color: black;
   // margin: 30px;
}

.buy_user{
    font-size: 22px !important;
    font-weight: 300;
    color: black;
    margin: 30px;
}

.buy_data input{
    font-size: 22px !important;
    font-weight: 700;
    color: #0062a6;
    text-align: center !important;
}

.buy_botton{
    font-size: 22px !important;
    font-weight: 700;
    width: 200px;
}

.price_head{
    font-size: 12px !important;
    font-weight: 700;
    color: white;
    //border: 1px solid #F42;
    background-color: #F42;
    border-radius: 15px 15px 0 0;

}
.price_barhead{
    border-left: 2px solid #F42;
    border-right: 2px solid #F42;
    }
.price_barlateral{
    border-left: 2px solid #F42;
    border-right: 2px solid #F42;
}
.price_barfinal{
    border-left: 2px solid #F42;
    border-right: 2px solid #F42;
    border-bottom: 2px solid #F42;
    border-radius: 0 0 15px 15px;
}
.price_detalle{
    font-size: 12px !important;
    //font-weight: bold;
}
.price_price{
    font-size: 32px !important;
    vertical-align: text-top;
    font-weight: bold;
    }
.price_destacado{
    font-size: 50px !important;
    color: #F42;
    }

.price_botton{
    padding: 20px 0 30px 0 !important;
}

.price_bloque{
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 15px !important;
}

.price_testimonio{
    font-size: 32px !important;
    color: white;
    font-weight: 200;
    heigth: 300px;
    display: table;
    //margin: 40px !important;

    padding: 30px;
    line-height: 1.3;
}

.price_servicios{
    font-size: 14px !important;
    text-align: right !important;
}
.price_servicios:hover{
    font-size: 16px !important;
    font-weight: 700;
    color: red;
    text-align: right !important;
    transition-duration: 1s;
}

.price_txtHead{
    font-size: 22px !important;
    font-weight: 700;
    color: #F42;
}
.price_txtIn{
    font-weight: 700;
}




.dataTable, td, th {
    padding: 5px !important;
    vertical-align: top !important;
}

.pageTitle{
  margin: 0px !important;
  padding: 0px !important;
    }
.pageText{
  margin: 0px !important;
  padding: 0px !important;
  }
.pageDate{
    font-size: 10px !important;
  margin: 0px !important;
  padding: 0px !important;
  }
.page_head{
    margin-top: 10px;
    font-size: 18px !important;
}

.page_autor{
    margin-left: 90px;
}

.form_control{
    margin: 0px !important;
    height: 1.5rem !important;
    color: white;
}

.side-nav-username a{
    //color: red !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.backgroundv {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
}

.containerd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start ;
}

.itemd {
    margin-left: 0px !important;
    margin-right: 20px !important;
    font-size: 18px;
}


.bgfull {
    position: fixed !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: -1;
}

.collapsible-body p {
    padding: 5px 10px 25px 5px  !important;
    cursor: pointer;
    background-color: #aaa;
}

.sidelist {
    margin-bottom: 0px !important;
    padding: 0px 3px 0px 0px !important;
    color: white;
}

.side-cab {
    margin-top: 30px;
    text-align: left;
    font-weight: bold;
    margin-left: 3px;

}

.side-item {
    color: white !important;
    //font-weight: bold;
    font-size: 14px;
    padding: 3px !important;
    display: block;
    font-weight: 300 !important;
    text-align: left;
}

.pulsable:hover {
    //color: #ccc;
    font-weight: bold;
    //font-size: 16px;
}

.side-nav a{
    color: white !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 3px 10px !important;
}


.inblock {
    display: inline-block;
}

.portada {
  max-width: 100%;
}


.btn-f2b{
  background-color: #3b5998 !important;
}

.btn-tw{
  background-color: #1da1f3 !important;
}

.gp{
  background-color: #d34836 !important;
}

/* label color */
   .input-field label {
     color: red;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: white !important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #7e00ff !important;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #7e00ff !important;
   }




.login-box, .signup-box {
  background-color: rgba(255,255,255,0.1);
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

.pre {
  background-color:#F1F1F1;
  border:1px solid #555555   ;
  padding:10px;
  overflow: auto;
  margin:7px;
  color:#0150c7;

}

.grafico {
	position: absolute;
	top: 200px;
	left: 10px;
	z-index: -1;
}

.textomini {
  font:normal normal normal 10px/1em 'Open Sans', sans-serif;
  text-align: left;
  margin: 5px;
//  color: #999;
  display: inline-block;
}



.botonxs {
    width: 11px;
    height: 11px;
    border: 0 none transparent;
    color: white;
    padding:0;
    margin:0;
}

/* Dise�o de Links http://www.w3schools.com/css/css_link.asp */
a:link {
//  color: #7e00ff;
//    color: red;
}

a:visited {
//  color: #5e00bf;
}

.zona{
//  color: #ffffff;
  border: 1px solid #333333;
  margin: 10px;
}

.img-dep {
    width: 100px;
    heigh: 100px;
    display: inline-block;
}

.img-gallery {
    width: 200px;
    heigh: 200px
}

.img-product_detail {
  height: 100%;
  width: cover;
  position: fixed;
//  vertical-align: middle;
//  text-align: center;
//  left: 0;
  right:0;
  top: 0;
  z-index: -1;
}

.back-image {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}


.div-global {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
	left: 0;
	top: 0;
}

.div-header {
	padding: 30px 0 0 0;
	width:100%;
    vertical-align: middle;
    text-align: center;
}

.div-body {
	width:100%;
	height: 80%;
  	text-align: center;
  	vertical-align: middle;
  	font: normal normal normal 16px/1.4em 'Open Sans', sans-serif;
  	ont-family: Arial, Helvetica, sans-serif;
  	margin:0 auto;
}

.div-body-lib{
    text-align: center;
}

.div-body-div {
	width: 400px;
	text-align: left;
	vertical-align: middle;
	margin:0 auto;
}

.div-body-register {
	width: 700px;
	text-align: left;
	vertical-align: middle;
	margin:0 auto;
}

.div-panel-body {
	width: 100%;
	padding: 20px;
	margin: 20px 0 0 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #4c4c4c;
}

.div-label-title-body {
	font:normal normal bold 18px/1.8em 'Open Sans', sans-serif;
	text-align: left;
	color:#8dc63f;
	margin: 0;
	padding: 0px;
}

.div-label-body {
	font:normal normal normal 14px/1.4em 'Open Sans', sans-serif;
//	color: #e7e7e7;
}

.div-body-label-header {
  font:normal normal bold 18px/1.8em 'Open Sans', sans-serif;
//  color: #e7e7e7;
//  padding-top: 1em;
}

.div-body-label-title-register {
  font:normal normal normal 18px/1.8em 'Open Sans', sans-serif;
  margin: 0 5px 0 0;
  padding: 0px;
}

.div-body-label-body-register {
	font:normal normal normal 14px/1.8em 'Open Sans', sans-serif;
//	color: #e7e7e7;
}

.div-body-label-error {
  font-size: 11px;
  font-weight: normal;
  color: red;
  width: 100%;
}

.div-body-label-forgot-password {
	font-size: 11px;
	margin-top: 0px;
}

.div-body-label-link {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  text-decoration:underline;
//  color: #919191;
}

.fieldset-register {
	border: 0px;
}

.div-text-align-center: {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.input-fields {
	margin:0px;
	padding: 0px;
	float: left;
	width: 76%;
}

.input-fields-web {
	width: 160px;
}

.input-fields-register {
	float: left;
	width: 35%;
}

#registerForm {
	height: 400px !important;
}

.div-user-pass {
	 text-align: left;
	 margin: 0.2em 0 0 2em;
}

.labels-user-pass {
	float: left;
	margin-right: 0em;
}

.float-left{
	float: left;
}

.form-button {
  font-size:16px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.597656) 0px 1px 4px 0px;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 40px;
  text-align: center;
}

.form-button-demo-web {
  margin-left: 0.8em;
  padding-bottom: 5px;
  display: inline-block;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
  color: white;
  line-height: 60px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.597656) 0px 1px 4px 0px;
  border: 0px;
  height: 60px !important;
  width: 66px;
  cursor: pointer;
  margin-top: 0.2em;
  font-size: 100%;
  text-align: center;
}

.button-action {
  font-weight: bold;
  margin-left: 1em;
  margin-top: 0px !important;
  color: white;
  height: 90px;
  backgrbackground: #b4d881; /* Old browsers */
background: -moz-linear-gradient(top, #b4d881 0%, #a7d26b 26%, #9acb55 49%, #82b639 51%, #87bd3b 74%, #8ac23d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4d881), color-stop(26%,#a7d26b), color-stop(49%,#9acb55), color-stop(51%,#82b639), color-stop(74%,#87bd3b), color-stop(100%,#8ac23d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b4d881 0%,#a7d26b 26%,#9acb55 49%,#82b639 51%,#87bd3b 74%,#8ac23d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b4d881 0%,#a7d26b 26%,#9acb55 49%,#82b639 51%,#87bd3b 74%,#8ac23d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b4d881 0%,#a7d26b 26%,#9acb55 49%,#82b639 51%,#87bd3b 74%,#8ac23d 100%); /* IE10+ */
background: linear-gradient(to bottom, #b4d881 0%,#a7d26b 26%,#9acb55 49%,#82b639 51%,#87bd3b 74%,#8ac23d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d881', endColorstr='#8ac23d',GradientType=0 ); /* IE6-9 */
}

.button-register {
	height: 40px;
	width: 100px;
	margin-top: 50px;
}

.login-field {
  border-radius: 3px;
  background-color: rgb(236,236,236);
//  color: #606060;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .4),inset 0 1px 2px rgba(0, 0, 0, .3);
  font: normal normal normal 16px/1.4em 'Open Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 37px;
  border: 0px;
  width: 100%;
  margin-top: 0px;
  padding-left: 0.3em;
}

.login-field-register {
  width: 90%;
  margin-right: 5px;
}

.bar {
	width:2px;
	height: 25em;
	float: left;
	margin: 0 25px 0 20px;
	background-color: #919191;
}

.form {
	width: 100%;
	margin-bottom: 0px;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-right {
	margin-right: 1em;
}

.align-right {
	text-align: right;
}

.margin-top-negative {
	margin-top: -0.8em;
}

.right-space {
	margin-left: 1em;
}

.align-center {
	text-align: center;
}

.div-footer {
	width:100%;
	padding: 0 0 2px 0;
	position: fixed;
	bottom: 0;
  	text-align: center;
  	vertical-align: bottom;
  	font: normal bold normal 9px 'Open Sans', sans-serif;
  	margin: 0 0 2px 0;
//  	color: #b7b7b7;
}

.necessary-fields {
	color: red;
	font-weight: bold;
}

.error {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	color: white;
	border-radius: 10px;
	background-color: rgba(255, 0,0, 0.6);
	padding: 10px;
}

.message-success {
	margin-top: 15px;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(0, 255, 0, 0.4)
}

.loggedLabel {
	float: left;
//	color: white;
}

.dashboardheader{
    display: inline-block;
    }



.vertical_text{
	// margin-left: 30px;
	//transform: rotate(270deg);
	// transform-origin: 400px 400px;
	//float: left;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
    display: inline;
}
.cell_content{
	// display:block;
}




.current_video {
  //position: absolute;
  //top: 0;
  //left: 0;
  //width: auto;
  width: 90%;
  //height: 100%;
  //object-fit: cover;
}

.hidden_video {
  display: none;
}


.shot_controls {
	color: white;
	color: white;
	position: absolute;
	top: 70%;
	padding: 0px !important;
	margin: 0px !important;
}

.shot {
	color: white;
	font-size: 14px;
	padding-left: 6px;
	display: inline-table;
}

.shot:hover {
	cursor: pointer;
}

.current_shot {
	color: red;
	font-size: 18px;
	padding-left: 6px;
}

.current_shot:hover {
	cursor: pointer;
}
current_phase
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layer_controls {
	color: white;
	position: absolute;
	padding: 0px;
	margin: 0px;
	// text-align: center;
	// max-width: 100px;
	// display: flex;
	// flex-wrap: wrap;
}

.layer_selected {
	border-radius: 3px;
    background-color: orange;
    padding: 0px 5px;
}


.panel-iframe{
    z-index: -1;
}


    progress {
      color: green;
      font-size: 12px;
      width: 90%;
      height: 16px;
      border: none;
      margin-right: 5px;
      background: #434343;
      border-radius: 4px;
      vertical-align: middle;
    }
    progress::-moz-progress-bar {
      color:green;
      background:#434343;
    }

    progress[value]::-webkit-progress-bar {
      background-color: #434343;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-webkit-progress-value {
      background-color: green;
    }

.beta{
    border: 2px yellow dashed;
}



.pm_select{
    height: 20px;
    display: inline;
    border: 0px;
    font-size: 12px;
    color: black;
    border-radius: 5px;
    padding: 2px !important;
}

.pm_basic{
    color: black;
    border-radius: 5px;
    padding: 2px !important;
}

.pm_th{
    color: white;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px !important;
}

.pm_task_td{
    font-size: 10px;
    color: white;
    border-radius: 5px;
    padding: 0px !important;
}

.pm_task_td_null{
    font-size: 10px;
    padding: 0px !important;
}

.pm_texarea{
    font-size: 12px;
    background-color: rgba(0,0,0,0);
    border: none; margin: 0px;
    height: 25px;
    width: 100%;
}

.pm_shot_category{
    color: black;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 5px !important;
}


.pm_card_pre{
    padding: 0px;
    margin: 0px !important;
    height 100px;
    line-height: 1.2;
}

.pm_card_prod{
    padding: 0px;
    margin: 0px !important;
    height 100px;
    line-height: 1.2;
}

.pm_card_img{
    display: inline-block;
    height: 25px;
    width: 25px;
}

.pm_card_span{
    font-size: 10px;
    color: white;
    border-radius: 5px;
    padding: 2px !important;
}

.card_RD_TT{
    color: white !important;
    text-align: center;
    //vertical-align: bottom;
    font-size: 30px;
    //line-height: 2.5 !important;
    position: relative;
      bottom: 0;
      //left: 0;
}

.card_RD{
    color: white !important;
    border-radius: 3px;
    border: 1px grey solid;
    border-top: 3px red solid;
    border-bottom: 6px red solid;
    vertical-align: top;
    //horizontal-align: center;
    text-align: center;
    line-height: 1.3;
    display: inline-block !important;
    padding: 0px !important;
    margin: 1px !important;
    cursor: pointer;
}

.card_RD_1x1{
    width: 20px;
    height: 20px;
}

.card_RD_1x2{
    width: 40px;
    height: 20px;
}

.card_RD_1x3{
    width: 20px;
    height: 60px;
}

.card_RD_3x6{
    width: 60px;
    height: 120px;
}

.ScrollBar{
    overflow-y: scroll;
}

.ScrollBar::-webkit-scrollbar {
    width: 0.5em;
}

.ScrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.ScrollBar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid red;
}



.canario{
    position: relative;
    left: -15px;
    top: -25px;
}
