/* Customizacao */
/* Reset border-radius */

button, input, select, textarea, .btn, input.form-control, select.form-control
{
    border-radius: 0;
}
/* Font */

*
{
    font-family: 'Lato', arial, helvetica!important;
}

.navbar-brand.sb-logo
{
    float: none;
}
.FonteUsuario {
    font-size: 16px !important;
    color: #0066cc !important;
    font-family: Lato, arial, helvetica, sans-serif;
}
.sb-logo .img-responsive
{
    height: 80px;
    margin-top: 10px;
}

.navbar-form.navbar-left
{
    width: 65%;
    background: #2e66b7;
    padding: 0;
    margin: 35px;
}

.sb-navbar .form-control
{
    border: none;
    width: 98%;
    background: #2e66b7;
    color: #fff;
}

.sb-navbar .form-group
{
    max-height: 39px;
    width: 85%;
}

.sb-navbar .btn.btn-default
{
    border: none;
    background: #2a5597;
    color: #fff;
    float: right;
    font-size: 24px;
}

.sb-navbar .form-control:focus
{
    border: 0;
    box-shadow: none;
}

.nav.navbar-nav.navbar-right
{
    margin: 25px 5px;
    width: auto;
}

.sb-btns-area
{
    text-align: center;
    margin-top: 20px;
}

.sb-btns-area .btn.btn-primary
{
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 15px;
}

.btn-enviardt
{
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 15px;
}

.sb-form
{
    border: 1px solid #c7c6c6;
    padding: 10px 10px 20px;
    margin-bottom: 30px;
}

.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}

.form-group label, .checkbox label
{
    font-weight: 400;
    color: #6f797d;
    font-size: 18px;
}

.glyphicon.sb-icon-info
{
    float: right;
    margin-right: 5px;
}

.tooltip
{
    min-width: 400px;
    width: auto;
}

.tooltip-arrow
{
    visibility: hidden;
}

.tooltip-inner
{
    background: #157abf;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

.has-success .form-control, .has-warning .form-control, .has-errorv.form-control
{
    border: 1px solid #c7c6c6;
}
/*
.has-success > .form-control
{
    	background: #e4f0da;
}

.has-warning > .form-control
{
    	background: #fcefc5;
}

.has-error > .form-control
{
    	background: #f9c5c5;
}
*/


.form-control
{
    height: 48px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-control input[type="text"]
{
    height: 30px!important;
    padding-top: 9px;
    padding-bottom: 9px;
}

.sb-form-header h1
{
    color: #6f797d;
    text-transform: uppercase;
    font-size: 24px;
    float: left;
}

.row.sb-form-header
{
    margin-bottom: 30px;
}


input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.sb-form-header img
{
    float: left;
    margin: 0 10px;
}

.sb-form .form-group a, .form-group a
{
    text-decoration: underline;
    font-size: 18px;
    padding-bottom: 3px;
    outline: medium none;
}

.sb-form .form-group a:hover
{
    color: blue;
}

.sb-btn-facebook
{
    float: right;
    margin-right: 60px;
    border: none;
    color: rgb(59, 89, 152);
    padding-left: 45px;
    background: url(img/icon-facebook.png) no-repeat 5px;
    font-size: 18px;
    font-weight: bold;
}

.sb-btn-facebook:hover
{
    background: rgb(59, 89, 152) url(img/icon-facebook.png) no-repeat 5px;
    color: #fff;
}

.popover
{
    display: none;
}

.modal-body
{
    max-height: 600px;
    overflow: auto;
    color: #646565;
}
/* POPOVER ADJUSTS */

.popover
{
    width: 100%!important;
}

.popover.bottom
{
    margin-top: 80px;
    margin-left: -168px;
    background: #3266b1;
    color: #fff;
    max-width: 375px !important;
    border-radius: 0;
}

.popover.bottom > .arrow
{
    left: 15%;
}

.popover.bottom > .arrow:after
{
    border-bottom-color: #3266b1;
}

h3.popover-title
{
    background: #3266b1;
    border: 0;
    padding: 0;
}

h3.popover-title > button, h3.popover-title > span
{
    color: #fff;
}

button#close
{
    color: #fff;
}

h3.popover-title > .close
{
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 0 transparent;
    margin: -2px 7px 0;
}

.modal-footer
{
    display: block;
    background-color: #f1f1f1;
    border-top: none;
}

h4.modal-title, .modal-body h3
{
    color: #157abf;
    font-size: 18px;
}

.modal-header > .close
{
    opacity: 1;
    text-shadow: 0px 0px 0px transparent;
    font-size: 45px;
    color: #7d7e7e;
    outline: medium none;
    font-family: "Lato" !important;
    top: -10px;
    position: relative;
}

.nav .dropdown > a > img
{
    /* float: left; */
}

.nav .dropdown a > span
{
    white-space: nowrap;
    font-size: 12px;
    display: block;
    color: #2a5597;
}

a.dropdown-toggle
{
    text-align: center;
}
/* placehoder color */

.form-control::-webkit-input-placeholder
{
    color: #fff;
}

.form-control:-moz-placeholder
{
    /* Firefox 18- */
    color: #fff;
}

.form-control::-moz-placeholder
{
    /* Firefox 19+ */
    color: #fff;
}

.form-control:-ms-input-placeholder
{
    color: #fff;
}

.sb-login .form-control::-webkit-input-placeholder
{
    color: #6f7a7d;
}

.sb-login .form-control:-moz-placeholder
{
    /* Firefox 18- */
    color: #6f7a7d;
}

.sb-login .form-control::-moz-placeholder
{
    /* Firefox 19+ */
    color: #6f7a7d;
}

.sb-login .form-control:-ms-input-placeholder
{
    color: #6f7a7d;
}

nav.navbar.navbar-default
{
    background: #fff;
    border: 0;
}

a.dropdown-toggle
{
    width: 90px;
}

ul.dropdown-menu
{
    top: 95px;
    width: 900px;
    height: 400px;
    -moz-box-shadow: 2px 2px 15px 1px #AFAFAF;
    -webkit-box-shadow: 2px 2px 15px 1px #AFAFAF;
    box-shadow: 2px 2px 15px 1px #AFAFAF;
    border: 0;
}

.row.sb-boxsuperior
{
    width: 100%;
}

.container.sb-boxsuperior
{
    width: 100%;
    padding: 20px 10px;
}

.sb-boxsuperior .row
{
    margin: 0;
}

.sb-quemsou > div > ul
{
    width: 100%;
    list-style: none;
    padding: 0;
    margin-left: 15px;
}

.sb-quemsou > div > ul > li
{
    float: left;
    color: #6f797d;
    height: 130px;
    width: 130px;
    margin: 5px;
}

.sb-quemsou ul li > ul
{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: 0 auto;
    border-right: 1px solid #cdcdcd;
}

.sb-login .form-control
{
    background: #e2e3e2;
    color: #707c7f;
}

.sb-login .form-group label, .sb-login .checkbox label
{
    font-size: 14px;
}

.sb-title img
{
    margin-top: -6px;
}

.sb-quemsou ul li > ul li > img
{
}

.sb-quemsou > div > ul li > ul li > span
{
    text-align: left;
    display: block;
    margin: 0 auto;
    width: 84%;
}

.sb-quemsou ul li > ul li
{
    margin: 5px 0;
}
/* Arrow Top */

.myarrow:after, .myarrow:before
{
    bottom: 100%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 999999999999999999999999;
}

.myarrow:after
{
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.myarrow:before
{
    border-bottom-color: #cccccc;
    border-width: 10px;
    margin-left: -10px;
}

.sb-quemsou .sb-title
{
    margin-left: 20px;
}

.sb-login .sb-btns-area
{
    text-align: left;
}

.sb-login .sb-btns-area .btn.btn-primary
{
    margin: 0;
}

.sb-login .sb-btns-area .btn.btn-enviardt
{
    margin: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background: #fff;
}

.sb-login .form-group .checkbox label
{
    color: #137abf;
}

.sb-login .form-group a
{
    font-size: 14px;
}

.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}

span.sb-temasGestao
{
    margin-left: -12px;
}

.sb-navbar-mobile
{
    display: none;
}

.sb-content
{
    margin-top: 140px;
    max-width: 900px;
}
/* Cores dos Temas de GestÃƒÂ£o */

.sb-navbar-temas-collapse h2
{
    color: #2a5597;
}

.sb-navbar-temas-collapse .pessoa
{
    color: #bf303c;
}

.sb-navbar-temas-collapse .organizacao
{
    color: #14adcc;
}

.sb-navbar-temas-collapse .leisenormas
{
    color: #994599;
}

.sb-navbar-temas-collapse .mercado
{
    color: #00cc92;
}

.sb-navbar-temas-collapse .cooperacao
{
    color: #996f45;
}

.sb-navbar-temas-collapse .inovacao
{
    color: #a1adb3;
}

.sb-navbar-temas-collapse .empreendorismo
{
    color: #ff8040;
}

.sb-navbar-temas-collapse .planejamento
{
    color: #ffbf40;
}

.sb-navbar-temas-collapse .financas
{
    color: #83bf30;
}


.sb-alert
{
    position: absolute;
    top: 0;
}

.sb-fazerLogin
{
    display: none;
}

li.sb-btnsair
{
    text-align: right;
    padding: 10px;
    background: #eee;
}

li.sb-btnsair button.btn
{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

li.sb-btnsair input[type="submit"].btn
{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

li.sb-btnsair input[type="submit"].btn:hover
{
    background: #2A5597;
    color: #fff;
}


li.sb-btnsair input[type="button"].btn
{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

li.sb-btnsair input[type="button"].btn:hover
{
    background: #2A5597;
    color: #fff;
}


li.sb-btnsair button.btn:hover
{
    background: #2A5597;
    color: #fff;
}

.dropdown-menu .divider
{
    margin: 9px 5px;
}

.divider.last
{
    margin-bottom: 0;
}

.dropdown-menu.sb-logado
{
    width: 200px;
    height: auto;
    top: 77px;
    padding-bottom: 0;
}


.sb-logado.myarrow:after, .sb-logado.myarrow:before
{
    left: 78%;
}

.sb-listMinhaEmpresa
{
    display: none;
}

.nav .dropdown a.sb-toggle-minhasEmpresas > span
{
    display: inline;
    margin-left: 15px;
}

.sb-listMinhaEmpresa
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sb-listMinhaEmpresa > li > a
{
    display: block;
    padding: 3px 20px 3px 40px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sb-listMinhaEmpresa > li > a:hover, .sb-listMinhaEmpresa > li > a:focus
{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.sb-esqueciSenha
{
    display: none;
}

/*Form com erro de preenchimento*/
.form-error
{
    border: solid 1px #f2575b !important;
}

/* Images Quem sou */
.sb-iconImg
{
    color: #6f797d;
}

.sb-iconImg:hover
{
    color: #fff;
}

.emp-formal2
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 30%;
}

.emp-formal2:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 30%;
}

.emp-informal2
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 30%;
}

.emp-informal2:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 30%;
}

.emp-rural2
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 30%;
}

.emp-rural2:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 30%;
}

.emp-funcionario2
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 30%;
}

.emp-funcionario2:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 30%;
}

.emp-queroabrirempresa2
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 30%;
}

.emp-queroabrirempresa2:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 30%;
}

.emp-estudante2
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 30%;
}

.emp-estudante2:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 30%;
}


span.sb-iconImg
{
    display: block;
    width: 49px;
    height: 50px;
    /* background: red; */
}

li.sb-iconImg > a
{
    height: 100%;
    width: 100%;
    display: inline-block!important;
    text-decoration: none;
}

li.sb-iconImg > a:hover
{
    text-decoration: none;
}

li.sb-iconImg > a:hover > span
{
    text-decoration: none;
    color: #fff!important;
}

.sb-quemsou li.sb-iconImg > a > span
{
    position: relative;
    margin-top: 66%;
    margin-left: 10%;
    width: 110px;
    white-space: normal;
    color: #6F797D;
    text-align: center;
}

/* MANTIS 998 - DESIGN RESPONSIVO PARA PÁGINA DE LOGIN */
/* Smartphones (portrait and landscape) ———– */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}

/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: 0 auto;
    border-right: 1px solid #cdcdcd;
}*/
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 60%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 60%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 60%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 60%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 60%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 60%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 60%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 60%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 60%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 60%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* Smartphones (landscape) ———– */
@media only screen
and (min-width : 321px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}

/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: 0 auto;
    border-right: 1px solid #cdcdcd;
}*/
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 60%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 60%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 60%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 60%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 60%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 60%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 60%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 60%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 60%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 60%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* Smartphones (portrait) ———– */
@media only screen
and (max-width : 320px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}

/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: 0 auto;
    border-right: 1px solid #cdcdcd;
}*/
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 60%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 60%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 60%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 60%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 60%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 60%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 60%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 60%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 60%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 60%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* iPads (portrait and landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    margin-left: 45px;
}
.sb-login .form-group
{
    margin: 25px 0;
    margin-left: 45px;
}
/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: -50px;
    border-right: 1px solid #cdcdcd;*/
}
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 50%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 50%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 50%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 50%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 50%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 50%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

.sb-login .form-group
{
    margin: 25px 0;
    margin-left: 120px;
}

}
/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    margin-left: 45px;
}
.sb-login .form-group
{
    margin: 25px 0;
    margin-left: 45px;
}
/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: -50px;
    border-right: 1px solid #cdcdcd;
}*/
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 50%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 50%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 50%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 50%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 50%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 50%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    margin-left: 45px;
}
.sb-login .form-group
{
    margin: 25px 0;
    margin-left: 45px;
}
/*.sb-quemsou > div
{
    width: 485px;
    height: 300px;
    margin: -50px;
    border-right: 1px solid #cdcdcd;
}*/
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 50%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 50%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 50%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 50%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 50%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 50%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* Desktops and laptops ———– */
@media only screen
and (min-width : 1224px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 30%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 30%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 30%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 30%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 30%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 30%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* Large screens ———– */
@media only screen
and (min-width : 1824px) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 30%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 30%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 30%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 30%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 30%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 30%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}
/* iPhone 4 ———– */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
.sb-title
{
    border-bottom: 0;
    color: #137abf;
    font-size: 18px;
    /*margin-left: 45px;*/
}
.sb-login .form-group
{
    margin: 25px 0;
    /*margin-left: 45px;*/
}
.emp-formal
{
    background: #E6E6E6 url(img/icon-emp-formal.png) no-repeat center 50%;
}

.emp-formal:hover
{
    background: #337AB7 url(img/icon-emp-formal-hover.png) no-repeat center 50%;
}

.emp-informal
{
    background: #E6E6E6 url(img/icon-emp-informal.png) no-repeat center 50%;
}

.emp-informal:hover
{
    background: #337AB7 url(img/icon-emp-informal-hover.png) no-repeat center 50%;
}

.emp-rural
{
    background: #E6E6E6 url(img/icon-rural.png) no-repeat center 50%;
}

.emp-rural:hover
{
    background: #337AB7 url(img/icon-rural-hover.png) no-repeat center 50%;
}

.emp-funcionario
{
    background: #E6E6E6 url(img/icon-funcionario.png) no-repeat center 50%;
}

.emp-funcionario:hover
{
    background: #337AB7 url(img/icon-funcionario-hover.png) no-repeat center 50%;
}

.emp-queroabrirempresa
{
    background: #E6E6E6 url(img/icon-queroabrirempresa.png) no-repeat center 50%;
}

.emp-queroabrirempresa:hover
{
    background: #337AB7 url(img/icon-queroabrirempresa-hover.png) no-repeat center 50%;
}

.emp-estudante
{
    background: #E6E6E6 url(img/icon-estudante.png) no-repeat center 60%;
}

.emp-estudante:hover
{
    background: #337AB7 url(img/icon-estudante-hover.png) no-repeat center 60%;
}

}




/*Modal*/
.modal-header
{
    border-bottom: none;
}

.PesquisaGeral .glyphicon
{
    cursor: pointer;
    background: #2a5597;
    max-height: 39px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 7px;
    top: 0;
}

.btn-primary
{
    color: #fff;
    background-color: #2e66b7!important;
    border-color: #2e6da4!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #2a5597!important;
    border-color: #204d74!important;
}

.btn-enviardt
{
    color: #585858;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

/*.btn-enviardt:hover
{
    color: #fff;
    background-color: #2a5597!important;
    border-color: #204d74!important;
}*/

.alterarFoto img
{
    height: 150px!important;
    width: 150px!important;
    border: 1px #999;
    background: #ccc;
}

.alterarFoto label
{
    position: absolute;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    bottom: -5px;
    left: 16px;
    padding: 0px 51px;
    cursor: pointer;
    color: #FFF;
    height: 31px;
    line-height: 30px;
}

.modal-content
{
    position: relative !important;
    background-color: #FFF !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    outline: 0px none !important;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px !important;
}

.sb-closeModal:hover, .sb-btnOk:hover, .sb-fechar-modal:hover
{
    background: none repeat scroll 0% 0% #2A5597 !important;
    color: #FFF !important;
}

.iconvalidacao {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 39px;
    right: 20px;
}

/*Fixes*/

/*Tela Login*/
.form-control {
    height/*\**/: auto \9;
    padding/*\**/: 16px \9
}

/*Pesquisa*/
input.PesquisaGeral {
    width/*\**/: 98% \9 !important;
}

/*menu logado*/

.form-control.PesquisaGeral{
    font-size:22px;
	padding:13px;
	box-shadow:none;
}

/*Atendimento mantis 1003*/
.btn-1003 {
    background-color: #e2e3e2 !important;
    border: none !important;
    color: #707c7f;
    height: 47px;
    width: 47%;
    font-family: Lato, arial, helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: capitalize;
}

.btn-1003-mobile {
    background-color: #e2e3e2 !important;
    border: none !important;
    color: #707c7f;
    /*height: 47px;*/
    width: 48%;
    font-family: Lato, arial, helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: capitalize;
}

.btn-1003 hover {
        border:none !important;
}

.btn-left {
    margin-left: 3% !important;
}

.btn-area-height {
    height: 35px !important;
}

.btn-area-width {
    width:98% !important;
}

.btn-area-width-middle {
   width:47.5% !important; 
}

.esqueci-senha-height {
    height: 31.5px !important;
}

.btn-left-esqueci-senha {
    margin-left: 2% !important;
}

.btn-area-width-suporte-online {
    width:83.5% !important;
}

