*{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Asul', sans-serif;
    box-sizing: border-box;
}
html {
    overflow: hidden;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}
body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    color: #777;
    background: linear-gradient(-45deg, #fff, #e5e5e5, #fff, #d5d5d5);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    position: static;
}

main{
    position:absolute;
    width:100%;
    height:100%;
    padding-top: 50px;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 1;
}

nav{
    z-index: 100;
    text-align: center;
    position:absolute;
    top:0px;
    width:100%;
    height:50px;
    line-height: 50px;
    background: rgba(255,255,255,.6);
    color:#777;
    border-bottom: 1px solid #bbb;
    
    background-image: url(/img/guil.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

footer{
    z-index: 100;
    text-align: center;
    position:absolute;
    bottom:0px;
    width:100%;
    height:60px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color:rgba(255,255,255,.5);
    font-size: 12px;
    border-top: 1px solid #ccc;
}

footer > div{
    width:100%;
    height:100%;
    background-image: url(/img/guil.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
footer .nav  a{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    height:20px;
    line-height:20px;
    padding: 0px 10px;
    text-decoration: none;
    color:#DAF7A6;
    font-size: 12px;
    position: relative;
}
footer .nav  a:hover{
    color:#FFFCA5;
}

footer .copy{
    width: 100%;
    position: absolute;
    bottom:0;
    height:20px;
    line-height:20px;

}

.font_a{
    font-family: 'Asul', sans-serif;
}


.left_nav > .profile{
    width:100%;
    height:100px;
    background-size: cover;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
}
.left_nav .header{
    width:100%;
    color:#777;
    height:35px;
    line-height:45px;
    padding: 0px 5px;
    font-size: 13px;
    text-align: left;
}
.left_nav .nav{
    width:100%;
    height:45px;
    line-height:12px;
    padding: 5px 5px;
    background: #e5e5e5;
    padding-left: 25px;
    font-size: 11px;
    margin-top: 1px;
    transition: all .1s ease;
    user-select:none;
    overflow: hidden;
}
.left_nav .nav >i{
    position: absolute;
    top:5px;
    left:5px;
    font-size: 16px;
    color:#009966;
}

.left_nav .nav:hover{
    background: #f5f5f5;
}
.left_nav .nav:active{
    background: #009966;
    transform: scale(.95);
    color:#fff;
}


.left_nav .nav.active{
    background: #006699;
    color:#fff;
}
.left_nav .nav >i{
    margin-right: 5px;
}

.tab_panel{
    width:100%;
    height:100%;
    transition:.2s ease all;
    opacity: 0; visibility: hidden;
    pointer-events: none;
    transform: translate(-100px, 0px);
    position: absolute;

}
.tab_panel.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0px, 0px);
    position: absolute;
}

.left_nav{
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width:190px;
    height: 100%;
}
.right_content{
    display: inline-block;
    vertical-align: top;
    height: calc(100% - 10px);
    width:calc(100% - 200px);
    margin: 5px;
    position: relative;

}
.pos_absolute_right{
    position: absolute;
    right:5px;
    top:5px;
}
.lineheight_0{
    line-height: 0;
}

.loader{
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,.7);
    color:#fff;
    width:100%;
    height:100%;
    font-size: 12px;
    text-align:center;
    display: none;
    transition:.2s all ease;
}

.loader > div{
    width:100%;
    height:100%;
    display: table;
}

.loader > div>div{
    vertical-align:middle;
    display: table-cell;
}

.big_btn{
    font-size: 16px;
}
.big_btn i{
}


.header_buttons{
    position: relative;
    width:100%;
    background: rgba(0,0,0,.1);
    padding: 0px 5px;
    height:40px;
    line-height:40px;
    font-size: 14px;
    color:#006699;
    margin-bottom: 10px;
    border-bottom:1px dashed #d5d5d5;
}

.header_buttons .btn{
    vertical-align: middle;
}

.left_buttons{
    top:5px;
    right:5px;
    position: absolute;
}

.legal {
    margin: 2em 1em;
    padding: 2em 4em;
    border-left: 2px dashed #006699;
    border-right: 1px dotted #a0a0a0;
    font-size: 16px;
    max-width: 600px;
    line-height: 1.5em;
    color:#111;
}

.generic_header {
    /* font-family: 'Sansistae', serif; */
    font-size: 2em;
    line-height: 1.2em;
    color: #009966;
    text-align: center;
    width: 100%;
    margin: 1em 0em;
    padding: 1em 0em;
    max-width: 600px;
}
.general_header {
    /* font-family: 'Sansistae', serif; */
    font-size: 1.8em;
    line-height: 1em;
    color: #006699;
    text-align: left;
    width: 100%;
}
.general_subheader {
    /* font-family: 'Sansistae', serif; */
    font-size: 1.3em;
    line-height: 1em;
    color: #009966;
    text-align: left;
    width: 100%;
}




.form_tab_upper{
    width:100%;
    background:#a0a0a0;
    color:#fff;
    font-size: 18px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
    background: rgb(73,155,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */

}
.form_tab_upper >i{
    width:75px;
    height:40px;
    line-height:40px; 
    background: rgba(0,0,0,.5);
    color:#f0f0f0;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.form_tab_upper >.name{
    color:#fff;
    height:40px;
    line-height:40px; 
    display: inline-block;
    vertical-align: middle;
}

.form_tab_upper>.buttons{
    position: absolute;
    right:5px;
    top:5px;
}

.header_buttons{
    width:100%;
    background: rgba(0,0,0,.1);
    padding: 0px 5px;
    height:40px;
    line-height:40px;
    font-size: 16px;
    color:#006699;
    margin-bottom: 10px;
    border-bottom:1px dashed #d5d5d5;
}

.header_buttons .btn{
    vertical-align: middle;
}

.left_buttons{
    top:5px;
    right:5px;
    position: absolute;
}
.no_results{
    margin: 5px 0px;
    text-align: left;
    width:100%;
    max-width: 500px;
    color:#a0a0a0;
    font-size: 0px;
}
.no_results > i{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color:#d0d0d0;
    width:30px;
    margin-left: 10px;
}

.no_results > span{
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 50px);
    font-size: 13px;
}


#nav_logo{

}
#nav_logo:hover{

    background-color: #fff;
    border: 1px solid #fff;    

    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 1px rgba(0, 0, 0, .2);
}



.trow{
    white-space: nowrap;
    font-size: 0px;
    width:calc(100% - 2px);
    border: 1px solid #ccc;
    margin: 1px;
    cursor: default;
}
.trow.filtered{
    display: none!important;
}
.trow:hover{
    background: #f0f0f0;
}
.trow:active{
    background: #fff;
}
.trow > div{
    overflow:hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    height:25px;
    padding: 0px 5px;
    font-size: 10px;
    color:#111;
    border-right: 1px solid #d0d0d0;
}

.trow.active >div{
    background: #d5d5d5;
}
.trow > div:last-child{
    border-right: none;
}
.trow > .state{
    color:#fff;
    width:80px;
}
.trow > .name{
    width:80px;
}
.trow > .fullname{
    width:150px;
}
.trow > .login{
    width:200px;
}

.trow > .app_id{
    width:125px;
    overflow:hidden;
}
.trow > .date{
    width:80px;
}
.trow > .notes{
    width:50px;
}
.trow > .notes>i{
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    color:#009966;
}

/*messages*/
.message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, .45);
  font-size: 11px;
  display: inline-block;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick svg {
  position: absolute;
  transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
          transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
  margin: 16px 0 8px;
}

.message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.received .metadata {
  padding: 0 0 0 16px;
}

.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}



/*upper login*/


.upper_menu{
    font-size: 0px;
    width: auto;
    text-align: right;
    position: absolute;
    right:0px;
}

.upper_menu{
    font-size: 0px;
    width: auto;
    text-align: right;
    position: absolute;
    right:0px;
}

#usl_container .icon{
    display:inline-block;
    vertical-align: top;
}

#usl_login{
    font-size: 12px;
    margin-top: 10px;
    margin-right: 20px;
}

#usl_in{
    font-size: 12px;
    right:0px;
    color:#fff;
    height:50px;
    right:0px;
    user-select:none;
    padding: 0px;
    margin:0px!important;
    border:none!important;
} 

#usl_in > span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}
#usl_in > i{
    font-size: 18px;
    width:50px;
    height:50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    background: rgba(0,0,0,.1);
    text-align: center;
    padding: 0px 10px;
}

#usl_in >.menu{
    border: 1px solid #d5d5d5;
    transition: .2s all ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right:0px;
    display: block;
    margin: 0px;
    background: #fff;
    width:200px;
}
#usl_in >.menu.active{
    opacity: 1;
    pointer-events: auto;
}

#usl_in >.menu > div{
    display: block;
    width:100%;
    height:40px;
    line-height:40px;
    padding:0px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
    background: rgb(204,204,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */


}
#usl_in >.menu > div:hover{
    background:#009966;
}
#usl_in >.menu a{
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    color:#009966;
    font-size:14px;
}
#usl_in >.menu a >i{
    margin-left: 5px;
    font-size:16px;
}
#usl_in >.menu > div:hover a {
    background:#009966;
    color:#fff;
}


.btn_small{
    font-size: 10px!important;
    height:25px;
    line-height:25px;
}