@font-face {
    font-family: "Cocogoose Pro";
    src: url("../../fonts/CocogoosePro-Light.eot");
    src: url("../../fonts/CocogoosePro-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/CocogoosePro-Light.woff2") format("woff2"), url("../fonts/CocogoosePro-Light.woff") format("woff"), url("../../fonts/CocogoosePro-Light.ttf") format("truetype"), url("../../fonts/CocogoosePro-Light.svg#CocogoosePro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cocogoose Pro";
    src: url("../../fonts/CocogoosePro-Regular.eot");
    src: url("../../fonts/CocogoosePro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/CocogoosePro-Regular.woff2") format("woff2"), url("../fonts/CocogoosePro-Regular.woff") format("woff"), url("../../fonts/CocogoosePro-Regular.ttf") format("truetype"), url("../../fonts/CocogoosePro-Regular.svg#CocogoosePro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-weight: 300;
}

.cursor-pointer {
    cursor: pointer;
}

b,
strong {
    font-weight: 700;
}

.badge-warning {
    background-color: #f39c12 !important;
    color: #ffffff !important;
}

.nowrap {
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.hide_field {
    display: none;
}

.callout-white {
    background-color: #ffffff !important;
}

.link {
    color: #33b5e5;
    cursor: pointer;
    font-size: 1rem;
}

label.error {
    color: #c80000;
}
/* HEADER NAV */
.main-header {
    background-color: #00e2d1;
    max-height: none;
}

    .main-header .navbar {
        padding: 0;
    }

    .main-header .navbar-nav {
        flex-direction: row;
    }

    .main-header .navbar > a,
    .main-header .navbar > .navbar-nav > li > a {
        color: #ffffff !important;
    }

    .main-header .navbar > .navbar-nav > li > a {
        font-size: 1rem;
        padding: 14px;
    }

    .main-header .navbar-nav > li > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .main-header .navbar-nav > li > a:focus,
    .main-header .navbar-nav > li > a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .main-header .navbar .nav > li > a > .badge {
        position: absolute;
        top: 6px;
        right: 2px;
        font-weight: 400;
        font-size: 0.625em;
        padding: 0.25rem;
        min-width: 18px;
    }

.navbar-nav > .user-menu .user-image {
    float: none;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu {
    position: fixed !important;
    left: 20px;
    right: 20px;
    top: 109px;
    border-radius: 0 0 4px 4px;
    width: auto;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > .footer > a {
        display: block;
    }

    .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
        height: auto;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
            color: #444;
        }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
        border-top: 1px solid #eee;
    }

.img-circle {
    border-radius: 5000px;
}

/* SIDE NAV */

.main-sidebar {
    border-right: 1px solid #d2d6de;
}

.sidebar-menu > li > a,
.treeview-menu > li > a {
    color: #444 !important;
    display: flex;
    align-items: center;
}

.sidebar-menu > li:hover,
.treeview-menu > li:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.sidebar-menu > li.menu-open {
    background-color: rgba(0, 0, 0, 0.03);
}

.sidebar-menu > li.active {
    background-color: rgba(0, 0, 0, 0.06);
}

    .sidebar-menu > li.active > a,
    .treeview-menu > li.active > a {
        font-weight: 700;
    }

.wrapper,
.main-sidebar,
.left-side {
    background-color: #f9fafc;
}

/* CONTENT HEADER */
.content-header > .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
    position: relative;
    top: 1px;
}

/* CONTENT BODY */

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

    table.dataTable td,
    table.dataTable th {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: "FontAwesome";
        opacity: 0.5;
    }

    table.dataTable thead .sorting:after {
        opacity: 0.2;
        content: "\f0dc";
    }

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
    }

    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        color: #eee;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody table thead .sorting:after,
    div.dataTables_scrollBody table thead .sorting_asc:after,
    div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th,
    div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
    width: 100%;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0;
    }

.dataTables_length select {
    margin: 0 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

    .pagination :first-child > a,
    .pagination :first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination :last-child > a,
    .pagination :last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > li > a:hover,
    .pagination > li > a:focus,
    .pagination > li > span:hover,
    .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.table-notify td {
    padding: 0 !important;
}

    .table-notify td a {
        padding: 12px !important;
        display: block;
        color: #333;
    }

/* FOOTER */

.main-footer a {
    color: #444;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .main-header .logo img {
        margin-top: -8px;
    }

    .main-header .navbar > .navbar-nav > li > a {
        padding: 15px;
        position: relative;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu {
        position: absolute !important;
        left: auto;
        right: 0;
        top: 100%;
        margin: 12px 0 0;
        width: 280px;
    }
}


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    height: 45px;
    width: 45px;
}

.container {
    padding-top: 50px;
    margin: auto;
}



/* CAMERA */

#my_camera1 {
    /*width: 100%;*/
    width: 510px;
    height: 383px;
    border: 1px solid black;
    z-index: 0;
}

#my_camera1, .my_camera_1 {
    position: absolute;
}

#my_camera_1 {
    width: 510px;
    height: 383px;
    border: 5px solid #367fa9;
    background: url("mascara-rosto.png");
    /*background:red;*/
    z-index: 1;
    opacity: 0.5;
}


#my_camera2 {
    width: 510px;
    height: 383px;
    border: 1px solid black;
    z-index: 0;
}

#my_camera2, .my_camera_2 {
    position: absolute;
}

#my_camera_2 {
    width: 510px;
    height: 383px;
    border: 5px solid #367fa9;
    background: url("mascara-rosto.png");
    /*background:red;*/
    z-index: 1;
    opacity: 0.5;
}

video {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media (max-width: 800px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */

    /* CAMERA */

    #my_camera1 {
        /*width: 100%;*/
        width: 290px;
        height: 218px;
        border: 1px solid black;
        z-index: 0;
    }

    #my_camera1, .my_camera_1 {
        position: absolute;
    }

    #my_camera_1 {
        width: 290px;
        height: 218px;
        border: 5px solid #367fa9;
        background: url("mascara-rosto_menor.png");
        /*background:red;*/
        z-index: 1;
        opacity: 0.5;
    }


    #my_camera2 {
        width: 290px;
        height: 218px;
        border: 1px solid black;
        z-index: 0;
    }

    #my_camera2, .my_camera_2 {
        position: absolute;
    }

    #my_camera_2 {
        width: 290px;
        height: 218px;
        border: 5px solid #367fa9;
        background: url("mascara-rosto_menor.png");
        /*background:red;*/
        z-index: 1;
        opacity: 0.5;
    }

    video {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
@media (max-width : 925px) {
    #col-reponse-proposta {
        flex: auto;
        padding: 0 0 0 15px;
        max-width: 100%;
    }
}