﻿/* DEFAULTS
----------------------------------------------------------*/
/*body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background: #E6E6E6;
    margin: 0px;
    padding: 0px;
    color: #696969;
    font: 10px "Trebuchet MS" , sans-serif;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*.page
{
    /*height: 85%;
    width: 85%;
    background-color: #fff;
    background-image: url('../Images/fondo.jpg');
    background-repeat : repeat-x;
    margin: 20px auto 0px auto;
   border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 450px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    width: 100%;
    height: 10%;
    /*border-style: none solid solid solid;
    border-width: 1px;
    border-color: #496077;
}

 div#divFooter
{
    background: #3a4f63;
    color: #FFF;
    font-size: 10px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input[type="text"] {
    text-transform: uppercase;
    font: 1em Tahoma, Arial, Sans-Serif;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* DYNAMIC
----------------------------------------------------------

.DDFiltro
{
    background-color:#FFFFFF;
    width: 50%;
    border: 1px solid #888;
    border-bottom-width: 2px;
    border-right-width:2px;
}

/*	Global classes	
.DDMainHeader
{
	font: small-caps bold 1.5em Trebuchet MS, Arial, sans-serif;
	color:#888;
	padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
}

.DDSubHeader
{
	margin-bottom: 10px;
    font:1.2em Trebuchet MS, Arial, sans-serif;
    color: #888;
}

.DD 
{
	padding: 0px 8px;
    font: .75em Tahoma, Arial, sans-serif;
    color: #666;
}

.DDLightHeader
{
	font-weight: bold;
	background-color: #F7F7FF;
} 

.DDTextBox, .DDDropDown, .DDTextBoxID
{
	color: #666;
	font: .95em Tahoma, Arial, Sans-Serif;
	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
}

.DDTextBoxID
{
    width: 30px;
    height: 15px;
}

.DDFilter
{
	font: .95em Tahoma, Arial, Sans-serif;
	color: #666;
}

.DDControl
{
    padding: 0px;
    font: .95em Tahoma, Arial, Sans-Serif;
    color: #666;
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
    background-color: #dbddff;
}

.DDFooter2
{
    background: url('../Images/header_back.gif') repeat-x;
}

.DDSelected
{
	background-color: #fdffb8;
}

div.DDNoItem
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}

.DDValidator
{
	color:Red;
}


/*	Navigation
--------------------------------------------------------

div.DDNavigation
{
	font:.75em Tahoma, Arial, Sans-Serif;
	position: relative;
    text-align: right;
    top: -16px;
    right: 5px;
}

div.DDNavigation img
{
    position: relative;
    margin-top: 0em;
    padding: 0px 8px;
    border: none;
    background-color: #fff;
}
div.DDNavigation a
{
    color: White;
    text-decoration: none;
    background-color:transparent;
    width:100%;
    text-align: right;
    left:15%;
}
div.DDNavigation a:hover
{
    color: #000099;
    text-decoration: underline !important;
}


/*	Filters
----------------------------------------------------------
table.DDDetailsTableFilter
{
    color: #666;
    background-color: #FCFDFE;
    border: 1px solid #dbddff;
}

table.DDDetailsTableFilter a
{
	color:#718ABE;
	text-decoration: none;
	padding-right: 6px;
}

table.DDDetailsTableFilter .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: .7em;
	font-family:Tahoma, Arial, Sans-Serif;
	text-align: left;
}

.buttonFilter
{
    /*font-weight:bold;
    color:#FFFFFF;
    background-color:#555555;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    height:100%;
}

/*	Details VIEW/EDIT
----------------------------------------------------------
table.DDDetailsTable
{
    border:solid 1px #3a4f63;
	color: #444;
}

table.DDDetailsTable a
{
	color:#718ABE;
	text-decoration: none;
	padding-right: 6px;
}

table.DDDetailsTable .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: .7em;
	font-family: Tahoma, Arial, Sans-Serif;
	text-align: left;
}

/*	DDGridView/DDListView
----------------------------------------------------------
table.DDGridView, table.DDListView
{
    border: 1px solid #3a4f63;
    font: .7em Tahoma, Arial, Sans-Serif;
    color: #444;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
	white-space: nowrap;
}

table.DDGridView .th, table.DDListView .th
{
	background: url('../Images/header_back.gif') repeat-x;
	line-height:1.3em;
	text-align: center;
	font-size: 1em;
	border: solid 1px #3a4f63;
}

table.DDGridView .th2, table.DDListView .th2
{
	background: url('../Images/header_back.gif') repeat-x;
	line-height:1.3em;
	text-align: center;
	font-size: 1em;
	border:solid 1px #3a4f63;
	font-weight: bold;
}

table.DDGridView .th a, table.DDListView .th a
{
	color: #666;
	text-decoration: none;
}

table.DDGridView td, table.DDListView td
{
	border: solid 1px #3a4f63;
	padding: 5px;
}

table.DDGridView .td a, table.DDListView .td a
{
	color: #2E4D7B;
    text-decoration: none;
    margin-right: 6px;
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
	color: #2E4D7B;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridView .paginado
{
    background: url('../Images/header_back.gif') repeat-x;
	text-align: center;
	font-size: 1em;
	border-style: none;
	Height:10px;
}


/*	DDGridViewGD/DDListViewGD
----------------------------------------------------------
table.DDGridViewGD, table.DDListViewGD
{
	color: #444;
	border:solid 1px #dbddff;
	font: .9em Tahoma, Arial, Sans-Serif;
}

table.DDGridViewGD .th, table.DDGridViewGD .td, table.DDListViewGD .th, table.DDListViewGD .td
{
	white-space: nowrap;
}

table.DDGridViewGD .th, table.DDListViewGD .th
{
	background: url('../DynamicData/Content/Images/header_back.gif') repeat-x;
	line-height:1.3em;
	text-align: left;
	font-size: 1em;
	border:solid 1px #3a4f63;
}

table.DDGridViewGD .th2, table.DDListViewGD .th2
{
	background: url('../DynamicData/Content/Images/header_back.gif') repeat-x;
	line-height:1.3em;
	text-align: center;
	font-size: 1em;
	border:solid 1px #3a4f63;
	font-weight: bold;
}

table.DDGridViewGD .th a, table.DDListViewGD .th a
{
	color: #666;
	text-decoration: none;
}

table.DDGridViewGD .td, table.DDListViewGD .td
{
	border: solid 1px #3a4f63;
	border-left-width:0px;
	border-right-width:0px;
	padding: 5px;
}

table.DDGridViewGD .td a, table.DDListViewGD .td a
{
	color: #2E4D7B;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridViewGD .DDSelected a, table.DDListViewGD .DDSelected a
{
	color: #2E4D7B;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridViewGD .DDSelected a:hover, table.DDListViewGD .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridViewGD .td a:hover, table.DDListViewGD .td a:hover
{
	color: #000099;
	text-decoration: underline;
}

/*	DataPager	
div.DDPager
{
    padding: 0px 6px;
}


/* Diseño de hipervínculo inferior
div.DDBottomHyperLink
{	
    font: .75em Tahoma, Arial, Sans-Serif;
    margin-left:10px;
    margin-bottom:15px;
}
div.DDBottomHyperLink a
{
    color: #2E4D7B;
    text-decoration: none;
    text-align: left;
}
div.DDBottomHyperLink a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
    padding-right: 5px;
    border: none;
}

/* Table To Grid
----------------------------------------------------------
.TableHeaderGrid
{
	width: 100%;
	font-family: Arial;
	font-size: small;
	background-color: #2E4D7B;
	color: White;	
}

.TableHeaderGridGray
{
	width: 100%;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size: 12px;
	background-color: #dadadd;
	color: Black;	
}


.TableHeaderk 
{
	width: 100%;
	font-family: Arial;
	font-size: small;
	background-color:#dadadd;
	color: black;
    font-weight:bold;
    height: 18px;	
	border-width: medium;
	border-style: none none inset none; 
	border-color: white;
}

.TableHeaderGridMitad
{
	width: 40%;
	font-family: Arial;
	font-size: small;
	background-color: #2E4D7B;
	color: White;	
}

.AreaGridMedium
{
	width: 100%;
	height: 353px;	
	
	overflow: scroll;
	text-align:left;
}

.AreaGrid
{
	width: 100%;
	height: 360px;	
	
	overflow: scroll;
	text-align:left;
}


/* ListBox 
----------------------------------------------------------

select
{
    border-style:solid;
    border-width:thin;
    font-size:11px;
    margin-left:2px;
    height: 30px;
}

.listTiny
{
	width:50px;
	text-align:left;
}

.listSmall
{
	width:130px;
	text-align:left;
}

.listMedium
{
	width:200px;
	text-align:left;
}

.listLarge
{
	width:350px;
	text-align:left;
    height: 20px;
}


/* Formulario Modal 
----------------------------------------------------------*/
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #d3d3d3;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 10px auto;
    width: 80px;
    height: 80px;
}


.img {
    width: 80px;
    height: 80px;
}
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #1e90ff;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #ffffff;
            background-color: #3c8dbc;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #1e90ff;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.validado {
    border: 2px solid #00c0ef !important;
    /*background-color: #00c0ef;*/
}

.erroneo {
    border: 2px solid red !important;
    /*background-color: #ffc4c4;*/
    background-color: rgba(255, 196, 196, 0.14);
}

.buying-selling.active {
    background: #3c8dbc !important;
}

.buying-selling {
    width: 120px;
    /*padding: 10px;*/
    position: relative;
}

.buying-selling-word {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    /*top: 10px;*/
    top: 6px;
    left: 8px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    /*top: 14px;*/
    top: 10px;
    left: 12px;
}

.buying-selling.active .buying-selling-word {
    color: #fff;
}

.buying-selling.active .radio-dot:after {
    background: #3c8dbc;
}

.buying-selling.active .radio-dot:before {
    background: #fff;
    border-color: #3c8dbc;
}

.buying-selling:hover .radio-dot:before {
    border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before {
    border-color: #3c8dbc;
}


.buying-selling.active .radio-dot:after {
    background: #3c8dbc;
}

.buying-selling:hover .radio-dot:after {
    background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after {
    background: #3c8dbc;
}

@media (max-width: 400px) {

    .mobile-br {
        display: none;
    }

    .buying-selling {
        width: 30%;
        padding: 10px;
        position: relative;
    }
}

.shake:hover {
    animation: test 1500ms ease-in-out !important;
}

.anim-bounce:hover {
    /*animation: bounce 500ms ease-in-out !important;*/
    animation: bounce 400ms ease-in-out forwards !important;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.2);
    }
    /*0% {
                transform: scale(1);
            }

            30% {
                transform: scale(1.2);
            }

            50% {
                transform: scale(0.9);
            }

            70% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }*/
}

@keyframes test {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(30deg);
    }

    40% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.sending {
  position: relative;
  padding: 12px 10px;
  width: 100%;
}
.sending .icon {
  position: absolute;
  font-size: 1.7em;
  color: #dbdbdb;
  left: 0%;
  animation: sending 3s linear infinite;
}
.sending .icon .dot {
  width: 3px;
  height: 3px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #4ac9f7;
}
.sending .icon .dot.dot-1 {
  animation: dot 500ms 400ms linear infinite;
}
.sending .icon .dot.dot-2 {
  animation: dot 500ms 400ms linear infinite;
}
.sending .icon .dot.dot-3 {
  animation: dot 500ms 0ms linear infinite;
}
.sending .icon i {
  animation: plane 300ms 200ms linear infinite;
}

@keyframes sending {
  0% {
    left: 0%;
    opacity: 0;
  }
  20% {
    left: 20%;
    opacity: 1;
    color: #4ac9f7;
  }
  50% {
    left: 50%;
    opacity: 1;
  }
  80% {
    left: 80%;
    opacity: 1;
    color: #4ac9f7;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}
@keyframes dot {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes plane {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  30% {
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(45deg);
  }
  70% {
    transform: translateY(-3px) rotate(45deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
