/*
  #284659 
  #4b6473
  #d0deea
*/

body {
  background-color: #fff;
} 
   
body, td, ul, li {
 color: #000000;
 font-family:ARIAL;
 font-size: 14pt; 
}
     
#mlz {
  color: #7b4caa;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin: 10px 10px 0 0 ;
  height: 20px;   
  display: flex;                  
  align-items: flex-end;
  justify-content: right;
}   
 
#content {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 15px;
  margin: 5px;
  border: 1px solid #CACDD1;  
  background-repeat: no-repeat;
  background-position: 15px 20px;  
  height:1200px;
  width: 1150px;
 }
 
 
B {font-weight:bold;}

.c,
.center {text-align: center;}
 
A {
  text-decoration: none;
  color: #4761e0;
  font-weight: bold;
}

a img { border: 0 none;}

H1 {
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
  /*background: linear-gradient(to bottom, #284659 0%, #284659 50%, #ffffff 100%);*/
  padding: 18px 5px 5px 40px;  
  border-radius: 20px 0 0 0;
  margin: -11px -31px 0px -31px;
  text-shadow: 1px 1px #2f2f2f;
}
 
H2 {
 color: #000000;
 font-size: 12pt;
 font-weight: bold;
 padding: 6px 0 0 0;
 margin: 10px 0;
}
                                                     
H3 {
 color: #000000;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 margin: 10px 0;
}

H4 {
 color: #ffffff;
 background-color: #b099b5;
 font-size: 12pt;
 font-weight: bold;
 padding: 6px;
 margin: 20px 0 0 0;
}

.highlight{background-color: yellow;}

div.seg {
  position:relative;
  padding-top:15px;
}

p.compact{
  line-height: 8px;
}

p.plus{
  font-size: 12pt;
}

p.plus_r{
  font-size: 12pt;
  text-align: right;
}

p.seg {
  color: #425d6d;
  font-size: 14pt;
  font-weight: bold; 
  border-bottom-style: dotted;
  border-bottom-color:  #284659;
  border-bottom-width: 1px; 
  margin:15px 5px;    
}

p.seg.red {
  color: #d81515;
  border-color: #d81515;
}


.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}
ul.plus li{
  font-size: 12pt;
  margin-bottom: 10px;
}

li.summary, td.summary {font-size: 9pt;}

.grande,
ul.grande li {
  font-size: 16px;
  padding-bottom: 8px;
}

input {
  padding: 4px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #ffffff;
  font-size: 12pt;  
  border-bottom: .12em solid #979797;
}

input:focus {
  box-shadow: 0px 1px 8px #284659;
}

.fail {
  border: 1px dashed red;
}

.good {
  background-image: url("../iconz/check_1.gif");
  background-repeat: no-repeat;
  background-position: 245px 5px;
}

.no-outline:focus {
  outline: none;
}

.tt,
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #284659;
  margin: 5px 0 0 35px;
  border: 1px dashed;
  border-radius: 5px; 
  padding:5px 10px 5px 35px;
  font-size: 12px;
  background-image: url('../iconz/bulb_20.png');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position:8px 2px ;
  height:15px;
}

.tt .ttt,
.tooltip .tooltiptext{
  font-size: 14px;
  visibility: hidden;
  width: 375px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #284659;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: -5px;
  left: 135%; 
  opacity: 0;
  transition: opacity 1s;
  text-align: left;
}

.tt .ttt::after,
.tooltip .tooltiptext::after {
  content:'';
  position: absolute;
  top: 9px;
  right: 100%; /* To the left of the tooltip */
  margin-top: -6px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #284659 transparent transparent;
}

.tt_l,
.tooltip_left {
  position: relative;
  display: inline-block;                                 
  cursor: pointer;
  color: #284659;
  margin: 5px 0 0 10px;
  border: 1px dashed;
  border-radius: 5px; 
  padding:5px 10px 5px 35px;
  font-size: 12px;
  background-image: url('../iconz/bulb_20.png');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position:8px 2px ;
  height:15px;
}

.tt_l .ttt,
.tooltip_left .tooltiptext {                                        
  font-size: 14px;
  visibility: hidden;
  width: 375px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #284659;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: -5px;
  left: -375%; 
  opacity: 0;
  transition: opacity 1s;
  text-align: left; 
}

.tt_l .ttt::after,
.tooltip_left .tooltiptext::after {
  content:'';
  position: absolute;
  top: 9px;
  left: 100%; /* To the left of the tooltip */
  margin-top: -6px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #284659;
}

.tt_mini,
.tooltip_mini {
  position: relative;
  cursor: pointer;
  color: #284659;
  margin: 0 0 0 10px;
  padding: 2px;
  font-size: 12px;
}

.tt_mini .ttt,
.tt_mini .tooltiptext,
.tooltip_mini .tooltiptext{
  font-size: 14px;
  visibility: hidden;
  width: 375px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #284659;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 20%; 
  opacity: 0;
  transition: opacity 1s;
  text-align: left;
}

.tt_mini .ttt::after,
.tt_mini .tooltiptext::after,
.tooltip_mini .tooltiptext::after {
  content:'';
  position: absolute;
  top: -29px;
  right: 45%; 
  margin-top: 0px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #284659 transparent;
}

.tt_ws {
  position: relative;
  cursor: pointer;
  color: #284659;
  margin: 0 0 0 10px;
  padding: 2px;
  font-size: 12px;
}

.tt_ws .ttt,
.tt_ws .tooltiptext{
  font-size: 14px;
  visibility: hidden;
  width: 375px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #284659;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: -80%; 
  opacity: 0;
  transition: opacity 1s;
  text-align: left;
}

.tt_ws .ttt::after,
.tt_ws .tooltiptext::after {
  content:'';
  position: absolute;
  top: -29px;
  right: 90%; 
  margin-top: 0px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #284659 transparent;
}


.tt:hover,
.tt_l:hover,
.tt_mini:hover,
.tt_ws:hover,
.tooltip:hover,
.tooltip_left:hover,
.tooltip_mini:hover{
  background-color: #ffffff;
  box-shadow: 0 0 5px #284659; 
}

.tt .ttt .title,
.tt_l .ttt .title,
.tt_mini .ttt .title,
.tt_ws .ttt .title,
.tooltip .tooltiptext .title,
.tooltip_left .tooltiptext .title,
.tooltip_mini .tooltiptext .title {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #284659;
  margin: -15px -15px 0 -15px;
  padding:8px 15px;
  border-radius: 8px 8px 0 0;
}

.tt:hover .ttt,
.tt_l:hover .ttt,
.tooltip:hover .tooltiptext,
.tooltip_left:hover .tooltiptext,
.tooltip_mini:hover .tooltiptext,
.tt_ws:hover .ttt{
  visibility: visible;
  opacity: 1;
}

  
.finger {
  cursor:pointer;  
} 
 
.dnd {
  background-color: #ffffff;
  padding:5px 0 0  15px;
  font-weight: bold;
  height: 40px;
  margin: 15px;
  border-radius:5px;
  box-shadow: 2px 2px 5px #284659;
  overflow-x: hidden;
} 

.fake_link {
  color:#0000ff;
  text-decoration: underline;
  cursor:pointer;
}

.pointer, 
.fake_link_1,
.fake_link_1 a,
.fake_link_1 a:visited {
  color:#0000ff;
  font-weight: bold;
  cursor:pointer;
  text-decoration: none;
}
    
.fake_input {
  font-size: 12pt;
  padding: 4px;
  width: 400px;
  cursor: pointer;
  border-bottom: .12em solid #979797;
}


.indent {
  margin: 20px 5px 20px 50px;
}
      

.dash {
  border: 1px dashed #284659;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
}

.dl,
.dazzle_link {    
  color:#0000ff;  
  cursor:pointer;
  padding: 4px 6px 4px 24px;
  font-weight: bold;
  border: 1px solid #fff;
}

.dl_grey,
.dazzle_grey {    
  color:#7C7A7A;  
  cursor:pointer;
  padding: 4px 6px 4px 24px;
  font-weight: bold;
  border: 1px solid #fff;
}

.dl:hover,
.dl_grey:hover {
  border: 1px dashed #284659;
  background-image: url("../iconz/check_1.gif");
  background-repeat: no-repeat;
  background-position: 0 5px;
  border-radius: 5px;
}

.dl_s {
  background-image: url('../iconz/check_1.gif');
  background-repeat: no-repeat;
  text-shadow: 0pt 0pt 3px #e5ff00;
}        

.dl_off {
  background-image: url("../iconz/check_0.gif");
  background-repeat: no-repeat;
  background-position: 0 5px;
  font-weight: bold;
  padding: 5px 0px 8px 24px;
  cursor:pointer;
}


/* these might be moved to dl_s and dl_off....*/
.dl_1 {
  background-image: url("../iconz/check_1.gif");
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #000000;
  /*font-weight: bold;*/
  padding: 5px 0px 8px 24px;
}

.dl_0 {
  background-image: url("../iconz/check_0.gif");
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #000000;
  padding: 5px 0px 8px 24px;
}

.dl_plus {
  font-size: 24px;
  color:#0000ff;  
  cursor:pointer;
  padding: 20px 6px 8px 74px;
  font-weight: bold;
  /*border: 1px solid #fff;*/ 
}

.dl_plus:hover {
  text-shadow: 0px 0px 14px #8ddd75;
}

.dl_plus_s {
  background-image: url('../iconz/check_plus_1.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  cursor:default;
}        

.dl_plus_s:hover {
  text-shadow: none;
}


.footer_links {
  text-align: center;
  font-size: 10pt;
}

.footer_row{
  display: table-row;
  width:100%;
}

.footer_cell {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  width:600px;
}

.footer_icons {
  display: table-cell;
  padding: 0;
  width:80px;
  vertical-align: middle;
}   

.tiny {
 text-align: center;
 font-family: ARIAL;
 color: #000000;
 font-size: 9pt;}
 
.tiny_l {
 text-align: left;
 font-family: ARIAL;
 color: #000000;
 font-size: 9pt;
 margin-left:25px;
}

.micro {
 text-align: center;
 font-family: ARIAL;
 color: #000000;
 font-size: 7pt;
 padding-bottom: 15px;
}
 

.about,
.about ul li {
 text-align: left;
 font-family: ARIAL;
 color: #000000;
 font-size:9pt; 
 margin: 2px 10px;
}

.no_btn {
 text-align: right;
 font-family: ARIAL;
 color: #0000ff;
 font-size:9pt; 
 margin: 10px 15px;
 cursor: pointer;
}      

ol.terms,
li.terms {
  font-size: 12pt;
  margin-bottom: 25px;
  line-height: 1.5;
} 

.logs {
  margin:0px;
  background-color: #ffffff;
  padding:5px 15px 10px 0 ;
  border-radius: 4px;
  box-shadow: 0px 1px 8px #acacac;
}   
           
ul.log li {
 font-size: 9pt; 
}   
 
.gone {     
  display: none; 
  /* transition:visibility 1s, opacity 1s; 
 visibility:hidden;  
 opacity:0;  
 height: 0; */    
}   

.here {
  display: block;
}             

.red {
 color:#d81515;}     

.blanco {
  background-color: #ffffff;
} 


fieldset {
  padding: 15px;
  border: 1px dashed #284659;
  font-size: 15px;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 5px;
}    

div.plus,
fieldset.plus {
  font-size: 12pt;
  padding: 25px;
}

div.comfy,
fieldset.comfy {
  padding: 20px;  
}

.scroll_350 {
  height: 350px;
  overflow-y: scroll;  
}

.scroll_550 {
  height: 550px;
  overflow-y: scroll;  
}

.scroll_600 {
  height: 600px;
  overflow-y: scroll;  
}

.scroll_625 {
  height: 625px;
  overflow-y: scroll;  
}

.scroll_650 {
  height: 650px;
  overflow-y: scroll;  
}
.scroll_675 {
  height: 675px;
  overflow-y: scroll;  
}

.scroll_700 {
  height: 700px;
  overflow-y: scroll;  
}

.scroll_725 {
  height: 725px;
  overflow-y: scroll;
}

.scroll_750 {
  height: 750px;
  overflow-y: scroll;  
}

.scroll_775 {
  height: 775px;                                    
  overflow-y: scroll;
}


div.off,
fieldset.off{
  opacity: .35;
}


legend {
  font-weight: bold;
  margin-left: 20px;
  padding: 5px 10px 5px 15px;
  font-size: 16px;
  color: #284659;
  /*
  border-radius: 5px;
  border-radius: 10px 5px 5px 5px;
  border: 1px solid;
  border-color: #cccccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: #877e71;
  background-color: #284659;
  color: #ffffff;
  */
  }
   
    
legend.req {
  color: #ffffff;
  background-color: #e07070;   
  background-color: #e00000;   
}

legend.locked:before {
  content:url(../iconz/lock.png);
  padding-right: 10px;
}

label {
  font-weight: bold;
}   

.east {
  position: absolute;
  right: 15px;
  top: -5px;
}

.btn {
  color:#ffffff;
  background: #284659;
  background-color: #a2c6f2;
  font-size:16px;
  padding: 3px 13px;
  border-radius: 8px;
}
 
.btn:hover {
  
  box-shadow: 0px 0px 5px 2px rgba(40, 70, 89, .7);  
}


.btn:disabled, 
.off {
  opacity:0.25;
  cursor:default;
}    

.btn_mini {
  font-size: 12px;
  border-radius: 8px 00 0;
  min-height: 25px;
  color: #000000;
  cursor: pointer;  
  border: 1px solid;
  border-color: #efefef #bababa #bababa #efefef;
  background-color: #a2c6f2;
  padding: 4px 10px;
}

.btn_mini:hover {
  color: #ffffff;
  background-color: #2d7cad;
}

.btn_kill{
  font-size: 12px;
  background-color: #fff;
  color: #284659;
  margin: 0 0 6px 8px; 
  padding: 0px 3px 2px 4px;
  text-shadow: -1px -1px #444444;
  border-radius: 3px;
  cursor: pointer;
}



.btn_close {
  font-size: 12px;
  min-height: 25px;
  border: 1px solid;
  border-color: #efefef #bababa #bababa #efefef;
  border-radius:5px;
  cursor: pointer;  
  color:#ffffff;
  background: #284659;
  padding: 4px 15px; 
  margin: 0 25px;
}   

.sub_sel {  
  text-shadow: -1px -1px #7fff00;
}

.info {
  margin:15px;
  height: 50px;
  width: 50px;
  background-color: #284659;
  border-radius: 25px;
  color: #ffffff;
  font-size: 32pt;
  font-weight: bold;
  text-align: center;
  font-family: 'times';
}
               
.alert_head {
  font-weight: bold;
  font-family:ARIAL;
  font-size: 12pt;
  color: #000;
  padding-top: 5px;
}
   

.table  {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}

.table_pg  {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table_small  {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
}

.row {
  display: table-row;
}


.stripe .row:nth-of-type(even) {
  background-color: #efefef;
  display: table-row;         
}

.cell {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}

.cell_np {
  display: table-cell;
  padding: 0 5px;
}

.cell_pgt {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
  text-align: right;
  border-top: solid 1px;
  font-size: 16px;
}

.cell_right {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
  text-align: right;
}   

.cell_center {
  display: table-cell;
  padding: 5px;
  text-align: center;
}       

.cell_bottom {
  display: table-cell;
  padding: 5px;
  vertical-align: bottom;
}      

.cell_mid {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}      


.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  text-align: center;
  width: 70%; /* Full-width */
  height: 2px; /* Specified height */
  background: #ac85b2;
  outline: none; /* Remove outline */
  box-shadow: inset 4px 2px 2px #555555;
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {                        
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 15px; /* Set a specific slider handle width */
  height: 15px; /* Slider handle height */
  cursor: pointer; /* Cursor on hover */
  border: 2px solid #284659;
  border-radius:10px;
  background: #ffffff; /* Green background */
  box-shadow: inset 0px  0px 10px  #000, 4px 2px 6px #555555;
  box-shadow: inset 0px  0px 10px  #284659, 4px 2px 6px #fff;
}

.slider::-moz-range-thumb {
  height: 15px; /* Slider handle height */
  width: 15px; /* Set a specific slider handle width */
  background: #ffffff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 2px solid #284659;
  border-radius:10px;
  box-shadow: inset 0px  0px 10px  #284659, 4px 2px 6px #fff;
}




@keyframes mymove {
  from {background-color:#ffffff;}
  to {transform: rotateY(360deg);}
}

.select-css {
    display: block;
    font-size: 12pt;
    font-family: sans-serif;
    color: #000000;
    line-height: 1.0;
    padding: .4em 1.4em .4em 0em;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 5px 0 15px 0px;
    border:none;
    border-bottom: .12em solid #979797;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;    
}


.select-css:hover {
    border-color: #284659;
}
.select-css:focus {
    outline: none;
}
.select-css option {
    font-weight:normal;
}

 

/*... generic modal ....*/
.mod {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 140px; /* Location of the box */
  padding-top: 50px; /* Location of the box */
  padding-left: 200px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.mod_wrap {
  position: relative;
  background-color: #dac9dd;
  background-color: #dbd0dd;
  background-color: #ffffff;
  padding: 0;
  width: 800px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 1s;
  animation-name: animatetop;
  animation-duration: 1s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.mod_head {
  font-size: 18px;
  font-weight: bold;
  min-height: 20px;
  padding: 8px 20px 8px 30px;
  background-color: #284659;
  color: white;
  border-radius: 10px 10px 0 0;
}

.mod_close {
  text-align: center;
  color:#ffffff;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 0px;
  padding-top:10px;
  cursor:pointer;  
  height: 40px;
  width: 50px;
}

.mod_err {
  padding: 10px 10px 0 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}

.mod_body {
  padding: 10px 35px;
  font-size: 16px;
  min-height: 60px;  
  max-height: 700px;
  overflow-y: scroll;
  
}

.mod_body li {
  font-size: 14px;
  padding-bottom: 10px;
}

.mod_foot {
  text-align: right;
  padding: 0 20px 5px 0;
}

fieldset.mod_fs {
  /* used in nag dismiss scenario...
     don't know if it's still needed or not...*/
  background-color: #ffffff;
  max-height: 250px;
  overflow-y: scroll;
}


#tab_box {
  width: 1150px; 
  height: 800px;
}

#tabs {
  margin-right:0;
}

.sub_panels {
  width:975px; 
  height:700px; 
}

.sub_sub_panels {
  height:325px; 
  width:660px; 
}

#tabs .tab,
#tabs .vtab {
  width: 140px;
  text-align: right;      
}

.tab,
.vtab,
.sub_tab{
  font-size: 15px;
  background-color: #ddd;
  background-color: #a2c6f2;
  padding: 4px 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
  border-radius:20px 0 0 0;
  margin: 5px 0 0 5px;
  height: 40px;
  width: 150px;
}

.sub_tabs {
  margin-left: 0 0 0 4px;
  border-bottom: 1px solid #B5BCC7;
}


.tab.active,
.vtab.active,
.sub_tab.active,
.sub_sub_tab.active { 
  color: #ffffff;
  background-color: #284659;
  background-color: #2d7cad;
}


.tab:hover,
.sub_tab:hover,
.sub_sub_tab:hover{
  background-color: #ffffff;
  cursor: pointer;
}

.tab.active:hover,
.sub_tab.active:hover,
.sub_sub_tab.active:hover {
  cursor:default;  
  color: #ffffff;
  background-color: #284659;
}

/* sub_sub_ */
.sub_sub_tabs {
  margin: 0 0 0 35px;
  border-bottom: 1px solid #B5BCC7;
}

.sub_sub_tab{
  font-size: 12px;
  background-color: #ddd;
  padding: 4px 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
  border-radius:8px 0 0 0;
  margin-top: 6px;
}

.sub_panel {
  height: 700px;
  overflow-y: scroll; 
}

.st_kill{
  font-size: 18px;
  background-color: #fff;
  color: #284659;
  margin: 0 0  6px 8px; 
  padding: 0px 3px 2px 4px;
  text-shadow: -1px -1px #444444;
  border-radius: 3px;
  cursor: pointer;
}

.sst_kill{
  font-size: 12px;
  background-color: #fff;
  color: #284659;
  margin: 0 0 6px 8px; 
  padding: 0px 3px 2px 4px;
  text-shadow: -1px -1px #444444;
  border-radius: 3px;
  cursor: pointer;
}

/* spinner loader */
#spinner {
  z-index:999;
}    

.spinner {
  width: 70px;
  text-align: center;
  margin: 8px 0 0 0;
}

.loader > div {
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 8px #5971C6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
     

#drop_zone {
  border: 5px solid #D3D4D6; 
  border-radius: 15px;
  width:  460px;
  height: 110px;
  color: #76797a;
  padding: 5px;
}

#preview,
.pre {
  width:  450px;
  height: 100px;   
}

.thumb {
  max-height: 100px;
  max-width: 450px;
}

