::selection {
    background: rgba(255,255,255,0.1);
}
::-moz-selection {
    background: rgba(255,255,255,0.1);
}

* {
    border-radius: 0 !important;
    box-shadow: none;
    -ms-touch-action: manipulation; 
    touch-action: manipulation;    
}

*:focus, *:active {
    outline: none !important;
}

html {
    overflow-x: hidden\0/;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
}

body {
    font-family: 'open-sans-light', sans-serif;
    font-size: 12px;
}

.ie9 #sidebar {
    min-height: 100vh;
}

body, button, input, textarea, select, .btn {
    -webkit-font-smoothing: antialiased;
}

body, a, input, .help-block {
    color: #fff;
    text-shadow: 0 0 3px rgba(255,255,255,0.4);
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'open-sans-light', sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    margin-top: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
    color: rgba(255,255,255,0.5);
}

a:hover, a:focus {
    color: #FFD600;
    text-decoration: none;
}

a.underline {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

a.underline:hover, a.underline:focus {
    border-color: #FFD600;
}

small {
    color: #fff;
}

img {
    max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}
/* --------------------------------------------------------
    Template Settings
-----------------------------------------------------------*/
#settings {
    position: fixed;
    right: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.88);
    padding: 7px 8px;
    top: 120px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
    font-family: open-sans-regular;
    border-radius: 5px 0px 0px 5px !important;
    line-height: 20px;
    width: 34px;
    white-space: nowrap;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    transition: width 300ms;
}

#settings i {
    font-size: 21px;
    float: left;
    margin-right: 10px;
}

#settings:hover {
    background: #fff;
    width: 130px;
}

#reenvid {
    background: none;
    border: none;
    color: blue; 
    text-decoration: underline;
    cursor: pointer;
}

.template-skins [class*="col-"] img {
    border: 3px solid rgba(0,0,0,0.5);
}

.template-skins [class*="col-"] img:hover {
    opacity: 0.8;
}

.template-skins [class*="col-"] {
    margin-bottom: 10px;    
}

/* --------------------------------------------------------
    Bootstrap Overrides
-----------------------------------------------------------*/
.container {
    width: auto;
    padding: 0;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}




/* Modal + Dialog + Dark UI */
.modal {
    background: rgba(255, 255, 255, 0.25);
    overflow-y: auto;
}

.dark {
    padding: 0;
}

.modal-content, .dark {
    background: rgba(0, 0, 0, 0.68);
    border: 0;
    color: #fff;
}

.modal-header, .dark-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 10px 15px 8px;
}

.modal-body, .dark-body {
    padding: 15px;
}

.modal-title, .dark-title {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.modal-footer, .ui-dialog-buttonpane, .dark-footer {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    text-align: left;
}

.modal .btn, .elfinder-dialog .btn, .btn {
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 2px 10px 3px;
    background: none;
}

.modal .btn:hover, .dark .btn:hover {
    background: rgba(0,0,0,0.4);
}

.modal-close {
    cursor: pointer;
}

/* Label */
.label {
    font-weight: normal;
    padding: 2px 8px 2px;
    font-family: open-sans-regular;
}

.h1 .label, h2 .label, h3 .label, h4, .label {
    font-family: open-sans-light;
}

.label-default {
    background-color: rgba(255, 255, 255, 0.68);
    color: #000;
}

/* Images */
.img-rounded {
    border-radius: 6px !important;
}


.img-circle {
    border-radius: 50% !important;
}

.img-shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.img-thumbnail {
    background: rgba(0, 0, 0, 0.24);
    border: 0;
}

/* Close */
.close {
    font-size: 16px;
    text-shadow: none;
}

.close:hover {
    opacity: 1 !important;
}

.modal-header .close, .dark-header .close {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    opacity: 0.3;
}


/* Panel + Collapse*/
.panel, .panel-group .panel-heading + .panel-collapse .panel-body {
    background: transparent;
    border: 0;
}

.panel-default > .panel-heading, .panel-footer {
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 9px;
    border: 0;
}

.panel-title, .panel-title > a {
    font-size: 12px;
    color: #fff;
}

.panel-title > a {
    display: block;
    width: 100%;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}


.accordion .panel-heading .panel-title a:after, .accordion .panel-heading .panel-title a.active:after {
    font-family: fontAwesome;
    float: right;
    font-size: 18px;
    margin-top: -2px;
}

.accordion .panel-heading .panel-title .accordion-toggle:after {
    content: "\f107";
}

.accordion .panel-heading .panel-title .active:after {
    content: "\f106" !important; 
}

.dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}
 
.yellow {
    background-color: #f1c40f;
}

.dark{
	 background-color: #222222;
	}
.red-light{
	 background-color: #f00;
	}
    
.smspremium{
    background: #fff url("../../images/IMG_FONDO.jpg");background-size: cover;background-position: center 
    }
    
 
    .smspremium #email{background-image: url("../../images/email.png") !important;
    }
    .smspremium #nom{background-image: url("../../images/user.png") !important;
}
.smspremium #pas{background-image: url("../../images/pass.png") !important}
.smspremium #pasequal{background-image: url("../../images/pass.png") !important}
    .smspremium header{display: none;}
 .smspremium #box-login{
  width: 380px !important;
margin: 0px auto !important;
position: relative !important;
background: #fff;
border-top: solid 2px #72c02c;
    
 }
 .smspremium #resul {color: red !important}
 .imgeprmium{display: none}
 
 .smspremium .imgeprmium{display: block !important}
 .smspremium .login-control{border: 1px solid #ccc !important;background-repeat: no-repeat !important;
background-position: 7px 0px !important;
background-color: #fff !important;
color: #555 !important;
padding-left: 45px !important; }
 .smspremium h2{color: #000 !important;}
 .smspremium h3{color: #000 !important;}
 .smspremium #enviar, .smspremium #enviarolvido,  .smspremium #enviarrecuperar {padding: 5px 10px;
font-size: 12px !important ;
line-height: 1.5;
    color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
    
 }
	

.tile, .tile-dark, .tile-title, .table th {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.dark .tile, .dark .tile-dark, .dark .tile-title,.dark .table th {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15) !important;
}

#login .login-control,.btn-sm{ box-shadow: 0 0 5px rgba(255, 255, 255, 0.15) !important;}
.dark .btn-sm{color:#FFF !important;}


.dark a,.dark input,.dark .help-block{ text-shadow: 0 0 3px rgba(0, 0, 0, 0.4) !important ;}


.tile, .tile-dark, .tile-title, .table th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
}
#login > header > h1, #error-page h1 {
    margin: 0;
}

#login .box {
    padding: 20px 20px 25px;
    margin-top: 30px;
    position: absolute;
    display: none;
}

#login .box.active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


[class="form-type-"] {
    position: absolute;
    top: 50%;
}


#login .login-control {
    width: 100%;
    border: 0;
    padding: 7px 10px;
    background: rgba(0,0,0,0.35);
    border-radius: 2px 0px 0px 2px !important;
}

#error-page {
    position: absolute;
    width: 100%;
    top: 20%;
    min-height: 200px;
    text-align: center;
    padding: 30px 15px;
}

#error-page h1 {
    text-shadow: 0 0 10px #fff;
}

#sidebar,
#top-menu .tm-icon,
#top-menu .tm-icon span,
.side-menu li
.shortcut img,
.drawer,
.shortcut,
.chat-list,
.btn-alt,
.profile-menu > li i {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}




@media (min-width: 780px) {
   
    /* Login */
    #login {
        padding: 30px;
    }

    #login > header > h1, #error-page h1 {
        font-size: 60px;
    }

    #login .box {
        width: 500px; 
    }
}

@media (min-width: 480px) {
    .profile-summary .btn.hidden-xs {
        display: inline-block !important;
    }
	
	
}


@media (max-width: 780px) {
  

    /* Login */
    #login {
        padding: 30px 15px;
    }

    #login .box {
        width: 100%;
        width: calc(100% - 30px); 
    }
	
	
#nota{  margin-left: calc(50% - 82px) !important;
 }
	
}


#nota{  margin-left: 187px;
    margin-top: 290px;
    padding-bottom: 17px;
    position: absolute;}
	
	
#nota a {
    background: url("../../images/login-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    margin: 0 auto;
    opacity: 0.28;
    overflow: hidden;
    text-indent: 100%;
    transition: opacity 0.3s linear 0s;
    width: 125px;
}
#nota a:hover {
    opacity: 0.5;
}

.m-b-20{font-size:11px !important;padding-left:0 !important }


.dark-blue   #olvidos a {color : #fff !important}
.green   #olvidos a {color : #fff !important}
.blue   #olvidos a {color : #fff !important}
.orange   #olvidos a {color : #fff !important}
.red   #olvidos a {color : #fff !important}
.purple #olvidos a {color : #fff !important}
.dark-gray #olvidos a {color : #fff !important}
.gray #olvidos a {color : #fff !important}
.light-gray #olvidos a {color : #fff !important}
.yellow #olvidos a {color : #fff !important}
.dark #olvidos a {color : #fff !important}
.red-light #olvidos a {color : #fff !important}

.ivr #olvidos a {color : #000 !important}

.ivr #resul {color : #000 !important}


.smspremium #pswd_info li {color:#000 !important}


.valid{list-style-type: '\2713 \0020' !important;text-decoration : line-through !important}
.invalid{color:white}
#pswd_info li{color:white; font-size: 10px;height:17px; ;
float:left ; width:50% }


#olvidos   { text-align: right}
  #olvidos a { color: #111;font-size: 11px ;}

body,.btn{font-size:15px !important;}


a.idiomafk{color:#999;}
a.idiomafak{color:#fff !important;}
.top20x{margin-right:20px;}



