@import url('mnu.css');
@import url('btns.css');

.link_exp{
    color:#621132!important;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
}

body {
    /*width:100vw;*/
    min-height:100vh;
    margin:0;
    background: url("./img/bkg.png")repeat,linear-gradient(to right bottom,#959595 0%,#d9d9d9 50%,#959595 100%)!important;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#form1[action="./index.php"] {
    width:20%;
    height:250px;
    margin:100px auto;
    background:#fff;
    padding:2em 3em 1em 2em;
    position:relative;
    /*border-radius:5px;*/
    border:1px solid #b9b9b9;
    box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    vertical-align:baseline;
}

#form1[action="./index.php"] input[type=text],
#form1[action="./index.php"] input[type=password]{
    width: 90%;
    padding: 0.3em 0em 0.3em 2.5em;
    color: #555;
    font-size: 16px;
    outline: black;
    height: 25px;
    font-weight: 100;
    margin: 15px 0 0 0;
    border-radius: 4px;
    border: 1px solid#CFCFCF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 0;	
    border-left: 4px solid #9f2241;
}

#form1[action="./index.php"] input[type=text]
{
    background: #f9f9f9 url(./img/user.png)no-repeat left 10px center;
}

#form1[action="./index.php"] input[type=password]{
    background: #f9f9f9 url(./img/security.png)no-repeat left 10px center;
}

#form1 input[type="submit"] {
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #691C32;
    outline: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 100;
    width: auto;
    margin: 0 0 0 10%;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 70%;
}

#form1 input[type="submit"]:hover {
    background: #691C32;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#form1[action="./index.php"] table
{
    width:100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    cursor: pointer;
    border:none;
}

#curp {
    line-height: 1em;
    font-size: 1.2em;
    width: 100%;
    resize: horizontal;
    letter-spacing: 0.075em;
}

h2:first-child,
.hh                                                                                                                                                                                   
{
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #9a2388;
    border-style: solid none none;
    border-width: 6px medium medium 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #691C32 !important;
    display: block;
    height: auto;
    margin: 0 auto;
    padding:0;
    width: 100%;
}

.img-fluid
{
    width:95%;
}

#msj
{
width:50%;	
}

#avis table
{
 margin-top:20px;
 border:#ccc 1px solid;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 -moz-box-shadow: 0 1px 2px #d1d1d1;
 -webkit-box-shadow: 0 1px 2px #d1d1d1;
 box-shadow: 0 1px 2px #d1d1d1;
 *border-collapse: collapse; /* IE7 and lower */
 border-collapse:inherit!important;
 border-spacing: 0;
 width:40%;
}
#avis table th {
    padding:10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    text-align: center;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    font-weight:500;
    cursor:pointer;
}
#avis table th:first-child{
    padding-left:20px;
}
#avis table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
#avis table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
#avis table tr{
    padding-left:20px;
}

.tabgm {
    width: 90%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 1em;
}

.tabgms {
    width: 40%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 0.8em;
    text-align:right;
    border: 1px solid #285C4D;
}

.tabgm thead tr th {
    vertical-align: bottom;
    padding: 0.5em;
    background-color:#235B4E;
    color:#fff;
}

.tabgm tr th {
    padding: 0.3em;
    background-color:#ccc;
    border-bottom: 1px solid #285C4D;
}


.tabgms thead th {
    vertical-align: bottom;
    font-weight: bold;
    padding-bottom: 1em;
}

.tdatag
{
color: #691C32 !important;
font-weight: bold;
font-size: 1.2em;
padding-left: 1em;
}

.tabgm td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #691C32;
    text-align: center;
}

.tabgms td, .table th {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
}

.tabgms tr {
    border-bottom: 1px solid #691C32;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi)
{
    h2.hh{
        display: none;
    }
   #form1[action="./index.php"] {
       width:50%;
       height:auto;
       padding:2em;
       margin:5% auto;
   }
   .tabgm {
    font-size: 2.5;
   }
}



@media screen and (min-device-width:300px) and (max-device-width:480px){

    h2.hh{
        display: none;
    }

.container-cx
{
    flex-direction:column !important;
}
.box1{
    flex:1;
    width:auto;
}
/*#form1[action="./index.php"] {
    width:50%;
    height:450px;
}*/
#form1[action="./index.php"] input[type=text],
#form1[action="./index.php"] input[type=password]{
    width: 70%;
    margin: 18px 0 0 0;
    padding:5px 20px 5px 35px;
}
#form1 input[type="submit"] {
    font-size: 1.2em;
}
.tit{
    font-size: 2em!important;
}
}


@media screen and (max-width:760px){
    h2.hh{
        display: none;
    }

#msgsub
{
    width:100%!important;
}
}

.navbar {
    background: #691C32;
    min-height: 40px;
    filter: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: solid 5px #9F2241;
}

.navbar a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.tit                                                                                      
    {
    color:#FFF;
    text-shadow:-1px -1px 0 #000;
    font-size:1.2em;
    }

.dropdownav {
    float: right;
    overflow: hidden;
    margin-right:20px;
    background-color:#9F2241;
}

.dropdownav .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 10px 15px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdownav:hover .dropbtn, .dropbtn:focus {
    background-color: #9F2241;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.2),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.1),0 16px 16px rgba(0,0,0,0.05);
    z-index: 1;
    right:0;
    margin-top:5px;
    margin-right:20px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #9F2241;
}

.show {
    display: block;
}

.alignr
{
    float:right;
    padding-left:20px;
}

.container-cx {
    background-color: #f9f9f9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 25% !important;
    margin-bottom: 25px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    width:auto;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.2),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.1),0 16px 16px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.2),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.1),0 16px 16px rgba(0,0,0,0.05) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.2),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.1),0 16px 16px rgba(0,0,0,0.05) inset;
}
.box1
{
    width:25%;
    float:left;
    min-width:210px;
    flex:1;
}

.box2
{
    width:100%;
    clear:both;
}

select {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 9px;
    margin: 10px 0;
    outline: 0;
    border: 1px solid rgba(206, 206, 206, 1);
    background: #FFF;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 19px) calc(1.3em + .5px),
    calc(100% - 14px) calc(1.3em + .5px),
    calc(100% - 3em) 0em;
    background-size:
    5px 5px,
    5px 5px,
    1px 3em;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 100;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

select:hover{
    color: #000;
    background: #ccc;
    background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
    background-position:
    calc(100% - 19px) calc(1.3em + .5px),
    calc(100% - 14px) calc(1.3em + .5px),
    calc(100% - 3em) 0em;
    background-size:
    5px 5px,
    5px 5px,
    1px 3em;
    background-repeat: no-repeat;
}
select:focus{
    color: #000;
    background: #ccc;
    background-image:
    linear-gradient(45deg, #C6C6C6 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #C6C6C6 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 14px) 1em,
    calc(100% - 19px) 1em,
    calc(100% - 3em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 3em;
    background-repeat: no-repeat;
    border-color:#C6C6C6;
    outline: 0;
}
button.bcx
{
    height: 150px;
    margin:-5px 5px 5px;
    width: 150px;
    border:solid;
    border-radius:4px;
    border-weight:2px;
    border-color:#621132;
    background-color:#FFF;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:100%;
    /*text-indent:-666em;*/
    overflow:hidden;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
    color:#621132;
}

.bcx:hover {
    border-color: #9D2449;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0,0.8);
    color:#9D2449;
}

button.bcx font
{
/*
    font-size:14px;
    font-weight:lighter;
    display:none;*/
    color:#621132!important;
    text-shadow:-1px -1px 0 #FFF;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom:10px;
    display:block;
    
}

button.bcx font b
    {
	font-weight:bold;
	font-size:1em;
    }

.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}

#mes select
{
    width:25%;
}

#filters select
{
    width:25%;
}

#filters table{
    background-color:#fff !important;
    width:60% !important;
}

#filters table tr td{
    padding-left:30px;
    border-bottom:2px solid #C6C6C6;
}

select[name="time"],
select[name="type"]
{
   width:280px;
}

#hideinfo font, #showinfo font
{
   display:none;			      
}


#hideinfo, #showinfo
{
   color:#c6c6c6;
}

.mssc
{
   padding:8px 0px 8px 8px;
}

input[type=text],
textarea,
input[type=password]
{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 16px;
    line-height: 1.4;
    padding: 4px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

input[type=text]:focus,
textarea:focus,
input[type=password]:focus
{
    border: 1px solid #9a2388;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

#msgsub
{
    color: #9D2449;
    background-color: #9d244942;
    margin: 10px 22px;
    font-size: 1.2em;
    vertical-align: middle;
    width:50%;
    margin: auto;
    margin-top: 1em;
    font-weight: bold;
    line-height:2;
}

.dvh{
    padding:10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    text-align: center;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    font-weight:500;
    cursor:pointer;
}

.dvh
{
 padding: 5px 10px !important;
 min-height:35px;
}

/* ---------- END STYLE ---------- */


/* ---- INICIO BTN CATÁLOGO Y OPT---- */

#filtros {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 270px;
    margin: 0 auto;
    padding: 10px 0 10px 25px;

    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    z-index:999;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
    font-size:1.2em;
    color:#C6C6C6!important;
}

#filtros span{
    float:right;
    background-color:#691C32;
    padding:4px 15px 5px;
    margin-top:-10.5px;
    color:#FFF;
    font-size:1.5em;
    
}
button[onclick^="window.open(\'./userdata.php"] b                                                           
{                                                               
    display:none;
}

button#mapa
{
    min-width:120px!important;
}
/*.okdelerow, .nokdelerow, button#alta, table td[class^="autofoto"] button,button#mapa, div [table="files"] button#nok, div [table="files"] button#ok
{
    background: linear-gradient(180deg, rgba(126, 32, 109, 1) 0px, rgba(154, 35, 136, 1) 100%) repeat scroll 0 0%, rgba(154, 35, 136, 1) none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 30px;
    margin: 5px;
    min-width:75px;
    border:none;
}*/

div [table="files"] button#fileplus
{
    background: linear-gradient(180deg, rgba(126, 32, 109, 1) 0px, rgba(154, 35, 136, 1) 100%) repeat scroll 0 0%, rgba(154, 35, 136, 1) none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 30px;
    margin: 5px;
    min-width:30px;
    border:none;
}
/*
table td[class^="autofoto"] button b,
div [table="files"] button#ok,
div [table="files"] button#nok
{
    color:#FFF!important;
    display:inline!important;
}

table td[class^="autofoto"] button b font,
div [table="files"] button#ok b font,
div [table="files"] button#nok b font
{
    color:#FFF!important;
}

table td[class^="autofoto"] button,
div [table="files"] button#ok,
div [table="files"] button#nok
{
    background-image:none!important;
   // display:block!important;
}
*/
#catalta table {
    background-color: transparent;
}
button[onclick^="window.open(\'./userdata.php"] {
    background-image: url("./img/actividad.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 40px;
    margin: 5px;
    width: 40px;
}

.fondo td
{
    background:transparent !important;
}

/*.sortable td
{
    background:transparent !important;
}
*/
.sortebla td
{
    background:transparent !important;
}

hr 
{
    /*background-color:#039;*/
    margin: 8px 0 15px 0;	
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
hr[color="PAPAYAWHIP"]
{
    display:none;
}

table.fondo{
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #9a2388;
    border-style: solid none none;
    border-width: thin medium medium 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #6d2f88 !important;
   /* display: block;*/
    /*font: 300 12pt "Trebuchet MS",Arial,Helvetica,sans-serif;*/
    font: 11pt "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: auto;
   /* margin: 0 auto 5px;*/
    padding: 10px 20px;
    text-align: left;
    transition: all 300ms linear 0s;
   /* width: 100%;*/
}

form[name="reprint"] button{
    height: 42px;
    margin: 0 auto;
    display:block;
    width: 160px; 	
    border:none;
    background-color:transparent;
    background-image: url("./img/reprint.png");
    background-position:center top;
    border-radius: 4px;
    background-repeat:no-repeat;
    background-size:100%;
    text-indent:-666em;
    overflow:hidden;
    box-shadow:0 4px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
	
Select[name="dto"]
{
    width:350px;
	/*font-size:11px;*/
}

select[name="estatus"]
{
    width:180px;
}

.small
{
    font-size:11px;
}

.txtbk
{
    color:#4646;
}

table h2:first-child
{
    background:none;
    border:5px none;
    box-shadow:none;
}

#dtto,
#munic
{
    width:350px !important;
}

.divsec select
{
    width:auto !important;
    appearance:window !important;
    -webkit-appearance:window !important ;
    -moz-appearance:window !important ;
    background-image:none;
}
select#formid
{
    width:120px!important;
}

/*
button[id^="edit"]
{
    background-image: url("./img/regin.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 40px;
    margin: 5px;
    width: 40px;
}

button[id^="edit"] b font {
    display: none;
}*/
button[id^="pdfgraph"] font 
{
    color:#10312B;
    font-weight:bold;
}

button[id^="realv"]
{
    background-image: url("./img/validar.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 40px;
    margin: 5px;
    width: 40px;
}

button[id^="realv"] b font {
    display: none;
}


select[name^="secs"],
select[name="dato272"]
{
    width:280px;
}

select[class="sshort"]
{
    width:250px;
}

input[type=text]#ptotal,
input[type=text]#qtotal
{
    font-weight:bold;
}

.diff
{
    background-color:#c68cff !important;
}

.equal
{
    background-color:none !important;
}

.vacio
{
    background-color:#C27BB8 !important;
}
.coal
{
    background-color:#CCC;
    display:block;
    float:left;
    margin-right:20px;
    padding:8px;
}
/*.srch
{
    background-image: url("./img/editar.png")!important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    height: 30px!important;
    margin: 5px!important;
    width: 30px!important;    
}

.srch font b
{
    display:none;
}

*/

.ovform {
    background: #FFF;
    padding: 0.5em;
    border: solid 2px #9D2449;
    margin-top: 0.5em;
    border-radius: 4px;
    z-index:999;
}

.ovform .controls .calendar                                                                                                     
{
    padding:0 !important;
    margin:0 !important;
}

.ovform .controls .calendar th:first-child
{
    padding:0 !important;
}
#wall,#munonly,#loconly,#cvonly,#ref,#nocv,#cvother{
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #DCDCDC;
    outline: none;
    color:#000;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 100;
    width: 180px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
#munonly
{
    border-bottom:5px solid #B38E5d;
}
#loconly
{
    border-bottom:5px solid #D4C19C;
}
#cvonly,#nocv,#cvother
{
    border-bottom:5px solid #285C4D;
}
#wall,#ref
{
    border-bottom:5px solid #AAAAAA;
}

#munonly font b,#loconly font b,#cvonly font b,#cvother font b,#nocv font b
{
    color:#000;
}
#munonly:hover
{
    background-color:#B38E5d;
}
#loconly:hover
{
    background-color:#D4C19C;
}
#cvonly:hover,#nocv:hover,#cvother:hover
{
    background-color:#285C4D;
    color:#fff;
}
#wall:hover,#ref:hover
{
    background-color:#AAAAAA;
}

/*********************************** MODAL ******************************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 16px;
    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.85); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #bf1546 !important;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #1b1717;
    width: 95%; 
    border-radius: 15px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #235b4e;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #fefefe;
    color: white;
}


/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.modal table td {
    background: #fefefe;
}


.loader {
    margin: 20px auto;
    border: 16px solid #ffffff; /* Light grey */
    border-top: 16px solid #235b4e; /* Primary color */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* offline button */
button.bcx_offline {
    height: 150px;
    margin:-5px 5px 5px;
    width: 150px;
    border:solid;
    border-radius:4px;
    border-weight:2px;
    border-color:#f5a142;
    background-color:#FFF;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:100%;
    /*text-indent:-666em;*/
    overflow:hidden;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
    color:#f5a142;
}

.bcx_offline:hover {
    border-color: #f0be86;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0,0.8);
    color:#f0be86;
}

button.bcx_offline font {
    color:#f5a142!important;
    text-shadow:-1px -1px 0 #FFF;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom:10px;
    display:block;
}

button.bcx_offline font b {
    font-weight:bold;
    font-size:1em;
}

/* download button */
button.bcx_download {
    height: 150px;
    margin:-5px 5px 5px;
    width: 150px;
    border:solid;
    border-radius:4px;
    border-weight:2px;
    border-color:#285C4D;
    background-color:#FFF;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:100%;
    /*text-indent:-666em;*/
    overflow:hidden;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
    color:#285C4D;
}

.bcx_download:hover {
    border-color: #049ba0;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0,0.8);
    color:#049ba0;
}

button.bcx_download font {
    color:#285C4D!important;
    text-shadow:-1px -1px 0 #FFF;
    font-family:Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom:10px;
    display:block;
}

button.bcx_download font b
{
font-weight:bold;
font-size:1em;
}
