@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* { font-size: small; font-family: 'Roboto', sans-serif; }

body { overflow-x: hidden; }

a {
  text-decoration: none !important;
  cursor: pointer;
}

div[data-toggle = "modal"], .cur_sor {
  cursor: pointer;
}

#proofing header a { font-size: 1rem !important; }

.pointer {cursor: pointer;}

/*div < a.text-dark:hover { background-color: #76aea14d !important; }*/

/*---------WeCreate Themed Class---------*/

.text-wc { color: #76aea1 !important; }
.text-wc-light { color: #76aea14d !important; }
.text-muted { color: #c8cdd1!important; }
.bg-wc { background-color: #76aea1 !important; }
.bg-wc-light { background-color: #76aea14d !important; }
.bg-slct { background-color: #76aea1 !important; color: #ffffff !important; }
.btn-wc { color: #fff; background-color: #76aea1 !important; border-color: #76aea1 !important; }
.btn-wc:hover { color: #fff; background-color: #76aea1 !important; border-color: #76aea1 !important; }
.btn-outline-wc { color: #76aea1 !important; background-color: transparent; background-image: none; border-color: #76aea1 !important; }
.btn-outline-wc:hover { color: #fff !important; background-color: #76aea1 !important; border-color: #76aea1 !important; }
.border-wc { border: .1rem solid #76aea1 !important; }
.border-2x { border: .2rem solid #dee2e6 !important; }
.badge-wc { color: #ffffff; background-color: #76aea1 !important; }
.badge-wc-archive { color: #ffffff; background-color: #9e9d9c !important; }

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

/*button[disabled],*/ input[disabled] {
    background-color: #76aea14d !important;
}

.btn.disabled, .btn:disabled {
    opacity: .3 !important;
}

.dd-wc { transform: translate3d(-35px, 54px, 0px) !important; }
.active { color: #76aea1 !important; }

.img-div-lg {
  height: 50rem;
    background-color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.vd-div {
  height: 40rem;
    background-color: #000;
}

.h-div {
    display: flex;
    justify-content: center;
}

.v-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-div {
  height: 15rem;
    /*background-color: #000;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*display: table;*/
    text-align: center;
}

.thumb-div {
  height: 15rem;
    /*background-color: #000;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*display: table;*/
    text-align: center;
}

.vid-div {
  display: table-cell;
  vertical-align: middle;
  background-color: #acacac80;
}

.icon-lg { font-size: 3rem !important; }
.icon-md { font-size: 1.6rem !important; }
.icon-sm { font-size: 1.3rem !important; }

.bullet { font-size: .6rem !important; }

.form-control:focus {
    border-color: #76aea1 !important;
    box-shadow: 0 0 0 0.2rem #76aea140 !important;
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: #76aea1 !important;
    border-color: #76aea1 !important;
}

.custom-select:focus {
    border-color: #76aea1 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #76aea138 !important;
}

.custom-select:focus > option:checked { box-shadow: 0 0 10px 100px #76aea1 inset !important; }

.roundCheck::before { 
  height: 1.2rem !important; 
  width: 1.2rem !important;
  border: 1px solid #76aea1 !important;
  border-radius: 1rem !important;
  top: 0.25rem !important;
  left: -1.8rem !important;
}


#brand_list .roundCheck::before { 
 height: 1.3rem !important; 
  width: 1.3rem !important;
  border: 1px solid #76aea1 !important;
  border-radius: 1rem !important;
  top: 0.25rem !important;
  left: -1.8rem !important;
}


.roundCheck::after { 
  height: 1.2rem !important; 
  width: 1.2rem !important;
  border-radius: 1rem !important;
  top: 0.25rem !important;
  left: -1.8rem !important;
}

.custom-switch .chkToggle::before {
  top: 1rem !important;
  left: -3rem !important;
  width: 2.75rem !important;
  height: 1.5rem !important;
  border-radius: .8rem !important;
}

.custom-switch .chkToggle::after {
  top: calc(1.15rem + 2px) !important;
  left: calc(-2.9rem + 2px) !important;
  width: calc(1.25rem - 4px) !important;
  height: calc(1.25rem - 4px) !important;
  background-color: #76aea1 !important;
  border-radius: 0.8rem !important;
}

.custom-control-input:checked~.roundCheck::before, .custom-control-input:checked~.chkToggle::before {
  background-color: #76aea1 !important;
  border-color: #76aea1 !important;
}
#brand_list .custom-control-input:checked~.roundCheck::before{
    font-size: 1rem;
    background-color: transparent !important;
    border-color: #76aea1 !important;
    content: "✔";
    color: #76aea1 !important;
    font-weight: bold;
        padding-left: 0.15rem;
    padding-bottom: 0.5rem;
}

#brand_list .roundCheck::after {
    background-image: none !important;
}
.custom-switch .custom-control-input:checked~.chkToggle::after {
  background-color: #fff !important;
   -webkit-transform: translateX(.75rem) !important;
   transform: translateX(1.25rem) !important;
}

.chkComp { padding-left: 2rem; padding-top: .5rem; }
.chkComp::before, .chkComp::after { margin-left: 2rem; margin-top: .5rem; }

.nav-tabs .nav-link {
    border: 3px solid transparent !important;
}

/*#settings*/ .nav-tabs .nav-item.show .nav-link, /*#settings*/ .nav-tabs .nav-link.active {
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-left-color: #fff !important;
    border-bottom-color: #76aea1 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-left-color: #fff !important;
    border-bottom-color: #76aea1 !important;
}

#loader {
  background-color: #00000080;      
  position: fixed;
  height: 100vh;
  width: 100%;
  background-size: cover;
  z-index: 1222;
  display: table;
  overflow: hidden;
  top: 0;
}

.icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 8rem;
  color: #76aea1;
}

.usr-ico {
    background: #76aea1;
    color: #ffffff;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
}

.mbr-ico {
    background: #76aea1;
    color: #ffffff;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 10px;
}


.c-ico {
    background: #76aea1;
    color: #ffffff;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 12px;
}

div.border .b-text {
  top: -1.0rem;
  left: -0.5rem;
    position: relative;
}

/*::-webkit-scrollbar { width: .5em; height: .5em; } 
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:5px; }
*/
/*.scrl*/
.scrl { overflow-y: scroll; overflow-x: hidden; padding-right: .5em; }
.scrl::-webkit-scrollbar { width: .1em; } 
.scrl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
.scrl::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:5px; }

/*.tbl-scrl*/
.tbl-scrl { overflow-y: scroll; overflow-x: scroll; padding-right: .5em; }
.tbl-scrl::-webkit-scrollbar { width: .1em; height: .1em; } 
.tbl-scrl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
.tbl-scrl::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:5px; }

/*.modal*/
.modal { max-height: 100vh; overflow-y: scroll; overflow-x: hidden; }
.modal::-webkit-scrollbar { width: .0em; } 
.modal::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
.modal::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:5px; }


.customfileinput{
  height: 20rem !important;
}

.customfilelabel {
  height: 20rem !important;
  padding: 8rem 6rem !important;
  background-color: transparent;
  border: 2px dashed #ced4da !important;
}

.customfilelabel::after {
  border: none !important;
  color: transparent;
  background-color: transparent;
  content: '';
}

.custom_file_input{
  height: 12.8rem !important;
}

.custom_file_label {
  height: 12.8rem !important;
  padding: 2rem 4rem !important;
  background-color: transparent;
  border: 2px dashed #ced4da !important;
}

.custom_file_label::after {
  border: none !important;
  color: transparent;
  background-color: transparent;
  content: '';
}

.on_ico{
  padding: 0px 2px 1px 2px;
  font-size: .5rem;
  position: relative;
  right: 25%;
  box-shadow: 0 0px 1px 1px #ffffff;
}

  /** Image annotation css start **/
.img_annt_cls
{
  max-width: 880px;
  /*max-width: 1000px;*/
  /*min-width: 980px;*/
}

.cndkbeforeafter-item img {
  height: auto !important;
}

#sendRevision i.fa-times-circle { margin: -1.4rem !important; }

.annot_box { height: inherit !important; overflow: hidden scroll; }

/*.annot_box*/
.annot_box::-webkit-scrollbar { width: .5em; height: 1em; background-color: transparent; border: .05em solid transparent; } 
.annot_box::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
.annot_box::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:.5em; }

@media only screen and (min-width: 50px) and (max-width: 450px) {
    .annot_box{ 
        height: 30rem !important; 
        overflow: hidden scroll !important; 
    }
}

.imgdiv{
  width: 960px;
}

/*.imgdivscrl*/
.imgdivscrl::-webkit-scrollbar { width: 1em; height: 1em; background-color: #76aea11a; border: .05em solid #76aea14a; } 
.imgdivscrl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0); background-clip:content-box;  }
.imgdivscrl::-webkit-scrollbar-thumb { background-color: #76aea1; border-radius:.7em; width:5px; }

@media only screen and (min-width: 280px) and (max-width: 359px) {
  .dd div.dropdown-menu { left: 20% !important; }
  .cc { width: 16rem !important; }
}

@media only screen and (min-width: 360px) and (max-width: 449px) {
  .dd div.dropdown-menu { left: 28% !important; }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  .dd div.dropdown-menu { left: 30% !important; }
}

@media only screen and (max-width: 450px) {
  .tn.active { background-color: #76aea120 !important; }

  .nav-tabs .nav-item.show .nav-link, /*#settings*/ .nav-tabs .nav-link.active {
    background-color: #76aea120 !important;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #76aea120 !important;
  }

  .nl:hover { background-color: #76aea120 !important; }

  .anf { text-align: center; background-color: #76aea120; width: 100%; }
  .proofing-anf { text-align: center; width: 100%; }
}

@media only screen and (max-width: 770px) {
  .imgdivscrl{
    height: 500px;
    overflow-x: scroll;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1024px) {
  .imgdivscrl{
    overflow-x: scroll;
  }

  .bl { border-left: 1px solid #dee2e6!important;  }
}

@media only screen and (min-width: 1025px) {
  .imgdiv{
    width: 960px;
  }

  .bl { border-left: 1px solid #dee2e6!important;  }
}

 #imgtag
  {
    position: relative;
    /*min-width: 300px;
    min-height: 300px;*/
    float: none;
    border: 3px solid #FFF;
    cursor: crosshair;
    text-align: center;
  }
  .tagview
  {
    border: 6px solid #F10303;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;

    /*display:none;*/
   /* opacity: 0;*/
    color: #FFFFFF;
    text-align: center;
  }
  .square
  {
    display: block;
    height: 0px;
  }
  .person
  {
    background: #282828;
    border-top: 1px solid #F10303;
  }
  #tagit
  {
    position: absolute;
    top: 0;
    left: 0;

  }
  #tagit .box {
    border: 6px solid #f10303;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
  }

  #tagit DIV.text
  {
    margin-bottom: 5px;
  }
  #tagit INPUT[type=text]
  {
    margin-bottom: 5px;
  }
  #tagit #tagname
  {
    width: 110px;
}
  .tagtitle
  {
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
  }

  .editor {
    line-height: normal;
    padding:0px 0px 2px 0px;
    background-color:#f2f2f2;
    color:#000;
    opacity:0.97;
    border:1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow:0px 5px 15px #111;  
    -webkit-box-shadow:0px 5px 15px #111;  
    box-shadow:0px 5px 15px #111; 
    left: -5.5rem !important; 
  }

  .editor-text {
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#ccc;
    line-height: normal;
    background-color:#fff;
    width:240px;
    height:50px;
    outline:none;

    font-size:11px;
    padding:4px;
    margin:0px;  
    color:#000;
    text-shadow:none;
    overflow-y:auto;
    display:block;
  }


  .editor-button {
  
    line-height: normal;
    display:inline-block;
    text-align:center;
    text-decoration:none;
    font-size:10px; 
    border:1px solid #777;
    color:#ddd;
    padding:3px 8px;
    margin:8px -19px 10px 36px;
    cursor:pointer;
    cursor:hand;
    background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#555));
    background:-moz-linear-gradient(top,  #888,  #555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;
  }

  .editor-button:hover {
    background:#999;
  }

  .editor-field {
    border-bottom:1px solid #ccc;
    margin:0px;
    background-color:#fff;
    padding:3px;

    font-size:12px; 
  }
  /** Image annotation css end **/









  .hint-msg {
    background-color:rgba(0,0,0,0.6);
    margin:4px;
    padding:8px 15px 8px 30px;

    line-height:normal;
    font-size:12px;
    color:#fff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
  }

  .hint-icon {
    position:absolute;
    top:6px;
    left:5px;
    background:url(feather_icon.png);
    background-repeat:no-repeat;
    width:19px;
    height:22px;
    margin:2px 4px 0 6px;
  }

  .opacity-fade {
    -moz-transition-property:opacity;
    -moz-transition-duration:.5s;
    -moz-transition-delay:0;
    -webkit-transition-property:opacity;
    -webkit-transition-duration:.5s;
    -webkit-transition-delay:0;
    -o-transition-property:opacity;
    -o-transition-duration:.5s;
    -o-transition-delay:0;
    transition-property:opacity;
    transition-duration:.5s;
    transition-delay:0;
  }

  .item-focus {
    opacity:1.0;
  }

  .item-unfocus {
    opacity:0.4;
  }

  .popup {
  /*  position:absolute;*/
  opacity: 0;
    top:0;
    left:0;
    width:220px;
    min-height:26px;
       margin-top: 29px;
    background-color:#383838;
    border:1px solid #000;
    outline:none;
    padding:5px;
    -moz-transition-property:opacity;
    -moz-transition-duration:.5s;
    -moz-transition-delay:0;
    -ms-transition-property:opacity;
    -ms-transition-duration:.5s;
    -ms-transition-delay:0;
    -webkit-transition-property:opacity;
    -webkit-transition-duration:.5s;
    -webkit-transition-delay:0;
    -o-transition-property:opacity;
    -o-transition-duration:.5s;
    -o-transition-delay:0;
    transition-property:opacity;
    transition-duration:.5s;
    transition-delay:0;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    -o-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -ms-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    box-shadow:0 5px 53px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
  }



 .editor:after {
    content:url(../images/annotation-icon/Indicator.png);
    position:absolute;
    left:15px;
    top:-14px;
    height:18px;
    width:19px;
    display:block;
  }

  .popup:after {
    content:url(../images/annotation-icon/Indicator.png);
    position:absolute;
    right: 64px;
    top: 96px;
    height:18px;
    width:19px;
    display:block;  
  }

  .popup-field {
    margin:0px;
    padding:6px;
 
    font-size:12px;
  }

  .editor {
    position:absolute;

    margin-top:20px;
    background-color:#383838;
    color:#F2F2F2;
    border:1px solid #000;
    border-radius:8px;
    -o-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    -o-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -ms-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    box-shadow:0 5px 53px rgba(0,0,0,0.7),inset 0 1px 1px rgba(255,255,255,0.25);
    z-index:2;
  }


  .editor-text {
    border-bottom:1px solid gray;
    background-color:#383838;
    line-height:150%;
    margin:10px 0px 4px 0px;
    padding:0px 10px;
    min-height:50px;
    width:100%;
    min-width:200px;
    outline:none;
 
    font-weight:400;
    font-size:12px;
    color:#eee;
    text-shadow:none;
    overflow-y:auto;
    display:block;

  }

  .editor-text a:hover {
    color:#eee;
    background-color:transparent;
  }

  .editor-button {
    float:right;
    line-height:normal;
    display:inline-block;
    text-align:center;
    text-decoration:none;

    font-size:.625em;
    border:1px solid #000;
    color:#f2f2f2;
    padding-top:5px;
    padding-bottom:5px;
    margin:7px 2px 10px 0px;
    cursor:pointer;
    width:60px;
    -moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.25),0 1px 1px rgba(255,255,255,0.25);
    -webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.25),0 1px 1px rgba(255,255,255,0.25);
    box-shadow:inset 0 1px 1px rgba(255,255,255,0.25),0 1px 1px rgba(255,255,255,0.25);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    opacity:1;
  }


  .editor-button:hover {
    color:rgba(242,2423,242,1);
    text-shadow:0 0 6px rgba(242,242,242,0.6);
    -o-text-shadow:0 0 6px rgba(242,242,242,0.6);
    -moz-text-shadow:0 0 6px rgba(242,242,242,0.6);
    -webkit-text-shadow:0 0 6px rgba(242,242,242,0.6);
  }

  .editor-button:active {
    -moz-box-shadow:inset 0 3px 3px rgba(0,0,0,0.7),0 1px 1px rgba(255,255,255,0.25);
    -webkit-box-shadow:inset 0 3px 3px rgba(0,0,0,0.7),0 1px 1px rgba(255,255,255,0.25);
    box-shadow:inset 0 3px 3px rgba(0,0,0,0.7),0 1px 1px rgba(255,255,255,0.25);
  }

  .editor-field {
    margin:0px;
    padding:6px 0px;
  
    font-size:12px; 
  }

  /** OpenLayers module **/
  .ul-boxmarker-outer {
    border:1px solid #000;
  }

  .ul-boxmarker-inner {
    border:1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ul-hint {
    line-height: normal;
  
    font-size:16px;
    color:#fff;
    background-color:rgba(0,0,0,0.7);
    margin:0px;
    padding:9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
  }
   /* css added by Rajendra*/
  
 /* styles for slideshow */
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.cortext {
  color: red;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color:#000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: red;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* styles for multiple checkbox */
input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}


#dashboard
{
  /*background: url(http://collabtest.piquic.com/website-assets/images/bg-blue.jpg) repeat center;*/
  /*background-color: yellow;*/
}


.frametrail-body {
      height: auto !important;
}
#content {
  border: dashed 2px #CCC;
  padding: 10px;
}

#treeview, #treeview ul {
  list-style: none;
}

#treeview .parent {
  position: relative;
  cursor: pointer;
  color: #76aea1 !important;
  font-size:16px !important;
}

#treeview li{
  cursor: pointer;
  color: #76aea1 !important;
  font-size:16px !important;
}

#treeview .parent:before {
  padding-left: 15px;
  background: url(../../assets/img/icon/plus-minus-new.png) no-repeat;
  background-position: -17px top;
  content: "";
  height: 15px;
}

#treeview .close_tree:before {
  background-position: 0 top;
}

#treeview .parent > ul {
  display: none;
}