body,html, .container,header{
    margin: 0;padding: 0;
}

body{
    min-width: 1024px;
}


h1,h2,h3,h4,h5,nav{
    font-family: 'Roboto Condensed', sans-serif;
}


h3{
    color: #ffffff;
}

h2{
    color: #127ea6;
}

h4{
    margin-top: 60px;
}

h6{
    text-align: center;
    margin-bottom: 40px;
}

p,li,b{
    font-family: 'Open Sans', sans-serif;
}

.b{
    font-size: 13px;
    color: #02a2a6;
    width: 100%;
}

i{
    font-size: 11px;
    color: rgba(0,0,0,0.5;);
    float: left;
    width: 100%;
}

a{
    font-size: 13px;
}


header{
    width: 100%;
    height: 170px;
    float: left;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a4a74+0,02a2a6+100 */
background: #0a4a74; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNGE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMmEyYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #0a4a74 0%, #02a2a6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a4a74), color-stop(100%,#02a2a6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #0a4a74 0%,#02a2a6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #0a4a74 0%,#02a2a6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #0a4a74 0%,#02a2a6 100%); /* IE10+ */
background: linear-gradient(to right, #0a4a74 0%,#02a2a6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4a74', endColorstr='#02a2a6',GradientType=1 ); /* IE6-8 */
}

.row{
    max-width: 1280px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    
}

nav{
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    padding: 8px;

}

nav li{
    display: inline;
    list-style: none;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;

}

nav ul{
    margin: 0;
    padding: 0;
}

nav img{
    width: 16px;
    height: auto;
    margin-left: 10px;
}



.left li{
    margin-right: 40px;
}

.right{
    right: 0;
    top: 0;
    position: absolute;
    margin-right:14px;
}

.nav-dev{
    width: 1px;
    height: 20px;
    margin-top: 2px;
    background-color: rgba(0,0,0,0.3);
    float: left;
    position: absolute;
}

.active a{
    color: #ffffff;
}

.unactive a{
    color: rgba(255,255,255,0.4);
}


#head-support img{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 18px;
}

.logo{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 30px;
}

.hotline{
    line-height: 0.8;
    margin-top: 14px;
    float: left;
}

.hotline h3{
    text-align: left;
    width: 100%;
}

.hotline .phone{
    color: #ffffff;
    text-align: left;
    font-size: 2.5em;
}

.hotline p{
    color: #ffffff;
    font-size: 12px;
    text-align: right;
}

/*------------------------------------------END HEADER----------------------*/



#mail-support{
    background: #127ea6;
    height: 94px;
    padding: 20px;
    color: #ffffff;
}

#mail-support a{
    color: #ffffff;
}

#phone-support{
    background: #02a2a6;
    height: 94px;
    padding: 20px;
    color: #ffffff;
    line-height: 0;
    
}

#phone-support i,b,h3{
    float: left;
}

#picture-support{
    background-image: url(../img/picture-support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 94px;
}


#section1{
    margin-bottom: 40px;
}


.alert-box{
    background: #fffdef;
    text-align: center;
    border: none;
    padding: 20px;
    border-left: 4px solid #e8d9ac;
    float: left;
    width: 100%;
     padding-bottom: 0;
    

}

.alert-box p{
    color: #252525;
    font-size: 13px;
}

.alert-box h5{
    color: #02a2a6;
    text-transform: uppercase;
}

.alert-box ul,p{
    color: #252525;
}


#left-aligned{
    text-align: left !important;
}

.panel-heading{
    background: #eaf4f5;
    height: 60px;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
}

.panel-heading b{
    color: #02a2a6;
    width: 15%;
}

.panel{
    background-color: transparent;
    border: none;
    padding: 0;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #e5eaf0;
}



button{
    width:100%;
    height: 38px;
    background: #02a2a6;
    text-transform: uppercase;
    line-height: 0;
    border-left: 4px solid #00878a;
    font-family: 'Roboto Condensed', sans-serif;
}

.panel-content button:hover{
    
    background: #019599;
    border-left: 18px solid #00878a;
}

#panel-alert-members p{
    text-align: left;
}

footer p{
    color: #b5bfc9;
    font-size: 13px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


/*-----------------------INNER--------------------*/

.support-form{
    background: #eaf4f5;
    float: left;
    padding: 14px;
}

.support-form button{
    width: 50%;
}

.sidebar-support{
    height: 86px !important;
    padding: 12px !important;
    line-height: inherit !important;
}

.sidebar-support b{
    width: 100% !important;
}


#mail-support li{
    font-size: 12px;
}

.accordion{
    margin-top: 20px;
    float: left;
}

.accordion .content,ul{
    font-size: 13px;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a{
    background-color: transparent;
}

.accordion .accordion-navigation > a, .accordion dd > a{
    background-color: transparent;
}

.accordion-navigation a:hover{
    background-color: #02a2a6 !important;
    color: #ffffff;
}



.accordion-navigation{
    margin-bottom: 60px !important;
}

.content{
    background: #eaf4f5 !important;
    border-left: 4px solid #127ea6;
    margin-top: 10px;
}

.plus{
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    color: #127ea6;
}

.print{
    text-align: right;
}

.pring-img{
    width: 18px;
    height: auto;
}


#panel-alert-members{
    margin-top: 20px;
}


table{
    padding: 2px;
}

table {
    margin: 0;
    padding: 0;
    width: 100%;
}

table ul li{
    list-style: none;
    padding: 0;
    width: 100%;
}

table ul li span{
    margin-left: 6px;
}

table thead{
    background: #127EA6;
}

table thead tr th, table thead tr td{
    color: #ffffff;
    font-weight: normal;
}

.tickets{
    margin-top: 20px;
}

.support{
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.tickets-form{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.nopl{
    padding-left: 0;
}

.customer-area h5,i,a{
    margin-bottom: 10px;
}

.customer-area button{
    width: 80%;
}


button.terminate{
    font-size: 12px;
    margin-top: 20px;
    width: 80%;
}

/* dialog ui */
.ui-dialog-title      { font-size:80%; }
.ui-dialog-content    { color:#ef1244; font-size:60%; }
.ui-dialog-content em { font-style:normal; }
.ui-dialog-content em.denomination { display:block; font-weight:bold; color:#369; text-align:center; text-transform:uppercase; }
.ui-button-text { font-size:70%; text-shadow:none; }

.ui-dialog button {
    width: auto;
    height: auto;
}
.ui-dialog p {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	padding: 0;
}

#alert-box .close {
    position: absolute;
    right: 5px;
    top: 20px;
}
#alert-box .close a {
    background: transparent url("../img/close_black.gif") no-repeat scroll center center;
    display: block;
    height: 7px;
    width: 7px;
}

.padd-bott-20 { padding-bottom: 20px; }
