/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/12/2015, 15:39:48
    Author     : franciane.pereira
*/

/*a, button, input[type="submit"] { 
    opacity:1 !important;
    -webkit-transition: opacity .2s linear !important; 
    -moz-transition: opacity .2s linear !important; 
    -ms-transition: opacity .2s linear !important;
}*/

.status{
    display: inline-block;
    padding: 3px 6px;
    color: white;
    font-size: 12px;
    font-weight: bold; 
}

.positive{
    color:limegreen;
}

.negative{
    color:red;
}

.webcourier-table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-default {
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-text{
    margin: 20px 10px 0px 20px;
}

.btn-only-choices{
    margin: 20px 10px 0px 10px;
}

.btn-multiple-choices{
    margin: 20px 10px 0px 10px;
}

#add-pesquisa-buttons{
    /*background-color: #E0E0E0;*/
    /*border: 1px solid black;*/
    /*border-radius: 5px;*/
    float:left;
    height: 80px;
    margin-top: 20px;
}

#add-pesquisa-buttons-edit{
    height: 80px;
    margin-top: 20px;
}

#add-pesquisa-questions{
}

#add-pesquisa-form{
    background-color: #fff;
    width: 100%;
    height: 300px;
    padding-top: 5px;
    margin-top: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.question-title{
    margin: 15px 0px;
}

.webcourier-form-column {
    width: 46%;
    padding-right: 1%;
    margin-right: 1%;
    float: left;
}

.main-content:after {
    content:"";
    display:block;
    clear:both;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    cursor:pointer;
    color: blue;
    margin-left: 5px;
    font-weight: bold;
    content: "\2b";
}

.form-search-from{
    float:left;
    padding-right:31.25px;
}

.x-style{
    cursor:pointer;
    padding-left: 8px;
    color: red;
}

.preview-style:before{
    cursor:pointer;
    padding-left:5px;
    content:'\f177';
}

.casper:before{
    content:' '
}

.edit-style:before{
    cursor:pointer;
    content:'\f464';
}

.delete-style:before{
    cursor:pointer;
    padding-left: 5px;
    content:'\f182';
}

.report-style:before{
    cursor:pointer;
    padding-left:5px;
    content:'\f226';
}

.onShop:before{
    cursor:pointer;
    color:green;
    content:'\f174';
}

.onFail:before{
    cursor:pointer;
    color:red;
    content:'\f174';
}

.onPost:before{
    cursor:pointer;
    content:'\f125';
}

.onRegister:before{
    cursor:pointer;
    content:'\f338';
}

.bulletwebcourier{
    content:'\f159';
}

.width20{
    width:20%;
    text-align:center;
}

#btn-delete:hover{
    content: "Deletar pesquisa";
}

#btn-edit:hover{
    content: "Editar pesquisa";
}

.widenotthatfat{
    width: 96% !important;
}

.width40{
    width: 50% !important;
    float:left;
}

.isRequired{
    color:red;
    font-style:italic;
    margin: 0 0 0 0;
}

.isRequiredQuestion{
    display:inline-block;
    color:red;
    font-style:italic;
    margin: 0 0 0 0;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    border: 0 solid #CCC;
    overflow:visible;
    float:left;
    width:1100px;
}
.swMain .stepContainer {
    display:block;
    position: relative;
    margin: 0;
    padding:0;    
    border: 0 solid #CCC;
    overflow-x: hidden;
    overflow-y: auto;
    clear:both;
    height:300px;
}

.swMain .stepContainer div.content {
    display:block;
    position: absolute;  
    float:left;
    margin: 0;
    padding:5px;    
    /*border: 1px solid #CCC;*/ 
    font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
    color:#5A5655;   
    /*background-color:#F8F8F8;*/  
    height:550px;
    text-align:left;
    overflow:visible;    
    z-index:88; 
    -webkit-border-radius: 5px;
    -moz-border-radius  : 5px;
    width:1100px;
    clear:both;
}

.swMain div.actionBar {
    display:block;
    position: relative; 
    clear:both;
    margin:             3px 0 0 0;   
    border:             1px solid #CCC;
    padding:            0;    
    color:              #5A5655;   
    background-color:   #F8F8F8;
    height:40px;
    text-align:left;
    overflow:auto;    
    z-index:88; 

    -webkit-border-radius: 5px;
    -moz-border-radius  : 5px;
    left:0;
}

.swMain .stepContainer .StepTitle {
    display:block;
    position: relative;
    margin:0;   
    border:1px solid #E0E0E0;
    padding:5px;   
    font: bold 16px Verdana, Arial, Helvetica, sans-serif; 
    color:#5A5655;   
    background-color:#E0E0E0;
    clear:both;
    text-align:left; 
    z-index:88;
    -webkit-border-radius: 5px;
    -moz-border-radius  : 5px;    
}
.swMain ul.anchor {
    position: relative;
    display:block;
    float:left;
    list-style: none;
    padding: 0;
    margin: 10px 0;      
    clear: both;
    border: 0 solid #CCCCCC;
    background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{ 
    position: relative; 
    display:block;
    margin: 0;
    padding: 0 3px;
    border: 0 solid #E0E0E0;
    float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
    display:block;
    position:relative;
    float:left;
    margin: 5px 0 0 0;
    padding:3px;
    height:60px;
    width:230px;
    text-decoration: none;
    outline-style:none;
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
    z-index:99;
}
.swMain ul.anchor li a .stepNumber{
    position:relative;
    float:left;
    width:30px;
    text-align: center;
    padding: 0 5px 5px;
    font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc{
    position:relative;
    display:block;
    float:left;
    text-align: left;
    padding:5px;

    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc small{
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected{
    color:#F8F8F8;
    background: #EA8511;  /* EA8511 */
    border: 1px solid #EA8511;
    cursor:text;
    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;
}
.swMain ul.anchor li a.selected:hover {
    color:#F8F8F8;  
    background: #EA8511;  
}

.swMain ul.anchor li a.done { 
    position:relative;
    color:#FFF;  
    background: #8CC63F;  
    border: 1px solid #8CC63F;   
    z-index:99;
}
.swMain ul.anchor li a.done:hover {
    color:#5A5655;  
    background: #8CC63F; 
    border: 1px solid #5A5655;   
}
.swMain ul.anchor li a.disabled {
    color:#CCCCCC;  
    background: #F8F8F8;
    border: 1px solid #CCC;  
    cursor:text;   
}
.swMain ul.anchor li a.disabled:hover {
    color:#CCCCCC;  
    background: #F8F8F8;     
}

.swMain ul.anchor li a.error {
    color:#6c6c6c !important;  
    background: #f08f75 !important;
    border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor li a.error:hover {
    color:#000 !important;       
}

.swMain .buttonNext {
    display:block;
    float:right;
    margin:5px 3px 0 3px;
    padding:5px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    width:100px;
    color:#FFF;
    outline-style:none;
    background-color:   #5A5655;
    border: 1px solid #5A5655;
    -moz-border-radius  : 5px; 
    -webkit-border-radius: 5px;    
}
.swMain .buttonDisabled {
    color:#F8F8F8  !important;
    background-color: #CCCCCC !important;
    border: 1px solid #CCCCCC  !important;
    cursor:text;    
}
.swMain .buttonPrevious {
    display:block;
    float:right;
    margin:5px 3px 0 3px;
    padding:5px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    width:100px;
    color:#FFF;
    outline-style:none;
    background-color:   #5A5655;
    border: 1px solid #5A5655;
    -moz-border-radius  : 5px; 
    -webkit-border-radius: 5px;    
}
.swMain .buttonFinish {
    display:block;
    float:right;
    margin:5px 10px 0 3px;
    padding:5px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    width:100px;
    color:#FFF;
    outline-style:none;
    background-color:   #5A5655;
    border: 1px solid #5A5655;
    -moz-border-radius  : 5px; 
    -webkit-border-radius: 5px;    
}

/* Form Styles */

.txtBox {
    border:1px solid #CCCCCC;
    color:#5A5655;
    font:13px Verdana,Arial,Helvetica,sans-serif;
    padding:2px;
    width:430px;
}
.txtBox:focus {
    border:1px solid #EA8511;
}

.swMain .loader {
    position:relative;  
    display:none;
    float:left;  
    margin: 2px 0 0 2px;
    padding:8px 10px 8px 40px;
    border: 1px solid #FFD700; 
    font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
    color:#5A5655;       
    background: #FFF url(../images/loader.gif) no-repeat 5px;  
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
    z-index:998;
}
.swMain .msgBox {
    position:relative;  
    display:none;
    float:left;
    margin: 4px 0 0 5px;
    padding:5px;
    border: 1px solid #FFD700; 
    background-color: #FFFFDD;  
    font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
    color:#5A5655;         
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
    z-index:999;
    min-width:200px;  
}
.swMain .msgBox .content {
    font: normal 12px Verdana,Arial,Helvetica,sans-serif;
    padding: 0;
    float:left;
}
.swMain .msgBox .close {
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #CCC;
    display: block;
    float: right;
    margin: 0 0 0 5px;
    outline-style: none;
    padding: 0 2px 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.swMain .msgBox .close:hover{
    color: #EA8511;
    border: 1px solid #EA8511;  
}
