﻿.modal-header {
    background-color: #1ab394;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.btnLila {
    color: white;
    border-color: #5b5498;
    background-color: #6A55C2;
}

    .btnLila:hover {
        color: #fff;
        background-color: #5b5498;
        border-color: #7d55c7
    }

.input-danger {
    border-color: #E94B3B;
}

.text-center {
    vertical-align: middle !important;
}

.dataTables_length {
    display: inline-block;
}

.tooltip2, .tooltip3, .tooltip4, .tooltip5 {
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

    .tooltip2 .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
    }

        .tooltip2 .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ui-switch input {
    display: none;
}

.ui-switch.ui-switch-lg.ui-switch-success :checked + i {
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5), inset 0 0 50px #23AE89;
}

.ui-switch.ui-switch-lg :checked + i {
    padding-right: 0;
    padding-left: 25px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5), inset 0 0 50px #1C7EBB;
}

.ui-switch.ui-switch-success :checked + i {
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5), inset 0 0 40px #23AE89;
}

.ui-switch.ui-switch-lg i {
    padding-right: 25px;
    border-radius: 30px;
}

.ui-switch :checked + i {
    padding-right: 0;
    padding-left: 20px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5), inset 0 0 40px #1C7EBB;
}

.ui-switch i {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-radius: 25px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}

.ui-switch.ui-switch-lg i:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.ui-switch i:before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/*#navBarList > li.active > a {
    color: #EFEFEF;
    background: #1c84c6;
    font-size: 18px;
    font-variant: full-width;
    font-weight: 900;
    border-bottom-width: 2px;
    border: 1px;
    border-color: #1c84c6;
    border-radius: 4px;
    border-style: solid;
    padding: 10px;
    margin: 2px;
}*/

.tabsEspecial > li.active,
.myDrop > li.active,
#navBarList > li.active {
    background: #1c84c6 !important;
}

    .tabsEspecial > li.active > a {
        color: white !important;
        background-color: #1c84c6 !important;
        border: none !important;
    }

    #navBarList > li.active > a {
        color: white;
    }

    #navBarList > li.active > a:hover {
        background: #1c84c6 !important;
    }

    .myDrop > li.active > a {
        color: white !important;
        background-color: #1c84c6 !important;
    }

.tabsEspecial {
    border: none;
    border-bottom: 1px solid #e7eaec;
}

    .tabsEspecial > li {
        margin-bottom: -2px !important;
    }
	
	
	.etiqueta {
    float:left;
    margin:0 0 7px 20px;
    position:relative;

    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    

    color:#996633;
    text-shadow:0px 1px 0px rgba(255,255,255,.4);

    height: 2em;
    line-height: 2em;
    padding: 0 0.5em 0 1em;

    border-top:0.0625em solid #d99d38;
    border-right:0.0625em solid #d99d38;
    border-bottom:0.0625em solid #d99d38;

    -webkit-border-radius:0 0.25em 0.25em 0;
    -moz-border-radius:0 0.25em 0.25em 0;
    border-radius:0 0.25em 0.25em 0;

    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');

    -webkit-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);

    z-index:2;
}

.etiqueta:before {
    content:'';

    width:1.4584em; /*(2em+0.0625em)/sqrt(2)*/
    height:1.4584em;

    background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');
    
    position:absolute;
    left:0em;
    top:-0.0625em; 

    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;

    border-left:0.0625em solid #d99d38;
    border-bottom:0.0625em solid #d99d38;

    -webkit-border-radius:0 0 0 0.25em;
    -moz-border-radius:0 0 0 0.25em;
    border-radius:0 0 0 0.25em;

    z-index:1;
}

.etiqueta:after {
    content:'';

    width:0.5em;
    height:0.5em;

    background:#fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    border:1px solid #d99d38;

    -webkit-box-shadow:0 1px 0 #faeaba;
    -moz-box-shadow:0 1px 0 #faeaba;
    box-shadow:0 1px 0 #faeaba;

    position:absolute;
    top: 50%;
    left: 0;
    margin-top: -0.25em;
    z-index:3;
}

.etiqueta:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');

    border-color:#e1b160;
}

.etiqueta:hover:before {
    background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', EndColorStr='#fec86c');

    border-color:#e1b160;
}	
	
	
.etiqueta:after {
    content:'';
 
    width:0.5em;
    height:0.5em;
 
    background:#fff;
 
    -webkit-border-radius:4.167em;
    -moz-border-radius:4.167em;
    border-radius:4.167em;
 
    border:1px solid #d99d38;
 
    -webkit-box-shadow:0 1px 0 #faeaba;
    -moz-box-shadow:0 1px 0 #faeaba;
    box-shadow:0 1px 0 #faeaba;
 
    position:absolute;
    top:0.667em;
    left:-0.083em;
    z-index:9999;
}

	
	
		
