@font-face {
    font-family: 'GothamPro';
    src: url('/GothamPro/GothamPro.eot?') format('eot'),
    url('/GothamPro/GothamPro.otf') format('opentype'),
    url('/GothamPro/GothamPro.woff') format('woff'),
    url('/GothamPro/GothamPro.ttf') format('truetype'),
    url('/GothamPro/GothamPro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
    font-family: "layfair display",serif;
    font-size: 16px;
    color: #f2f2f2;
    background: #262626;
}

[ng-cloak] {
    display: none;
}

.container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}

.navbar{
    margin: 0;
    height: 80px;
    overflow: hidden;
}

.navbar-nav>li>a{
    padding: 30px 40px;
    font-size: 16px;
    line-height: 20px;
    color: #f2f2f2;
    background: transparent!important;
}

.navbar-nav>li.active>a, .navbar-nav>li>a:hover{
    color: #5ac0db;
}

.navbar-brand{
    padding: 25px 15px;
    height: 80px;
}

.footer {
    padding: 50px 0;
    text-align: center;
}

.footer-icon {
    display: inline-block;
    margin: 0 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff url("/images/foot-icon.png") no-repeat;
    background-size: 180px 30px;
}

.footer-icon:hover{
    background-color: #24c1de;
}

[ng-view]{
    background: #fff;
}



.search {
    position: relative;
    height: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

.search .form-control{
    height: 50px;
    border: none;
    outline: none;
    background: #ececec !important;
}

.search a{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 15px;
    line-height: 20px;
    border: none;
    outline: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff !important;
    background: #24c1de;
}

.search a:hover {
    background: #2ed9ef;
}

.panel{
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.panel-heading{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 60px;
    color: #fff;
    background: #24c1de;
}

.panel-body {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 60px;
    color: #262626;
    background: #ececec;
}

.pad-100{
    padding-left: 100px;
    padding-right: 100px;
    background: #262626;
}

.info {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #262626;
    background: #fff;
}

.info-title {
    font-size: 20px;
    margin: 16px 0;
}

.info-body {
    padding: 16px 0;
    border-radius: 4px;
    background: #ececec;
    line-height: 2;
}

.info-body ul{
    margin: 0;
}

.table-scroll{
    overflow-x: auto;
    min-height: 1%;
}

.table {
    font-size: 14px;
}

.table>thead>tr>th{
    color: #fff;
    background: #262626;
}

.table>thead>tr>th,.table>tbody>tr>td{
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-child(even) {
    background-color: #ececec;
}

.table a{
    color: #1a9cb5;
}

.table a:hover{
    color: #5ac0db;
}

.nav-tabs>li>a{
    font-size: 14px;
}

.search-worker{
    padding-left: 20% !important;
    padding-right: 20% !important;
    background: #ececec
}

.search-worker input{
    border-color: #cecece !important;
}

@media (max-width: 1200px) {
    .pad-100 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .nav-tabs>li>a{
        font-size: 10px;
    }

    .navbar-header{
        float: left;
    }

    .navbar-nav{
        margin: 0;
        float: right;
    }

    .navbar-brand {
        width: 50px;
        overflow: hidden;
    }

    .navbar-nav>li{
        float: left;
    }

    .navbar-nav>li>a{
        padding: 30px 20px;
    }

    .footer-icon {
        margin: 0 10px;
    }
}
