body
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    background: #FFF;
    padding: 0;
    background-color: #40B5D2;
    color: #444;
}
.font85 { font-size: 85%;} 
a
{
    color: #8c8c8c;
    outline: none;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a.disabled
{
    color: #A8303A;
}
.clear
{
    clear: both;
}
.centered, .align-center
{
    text-align: center;
}
.align-right
{
    text-align: right;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.hide
{
    display: none;
}

h1, h2, h3
{
    color: #447fe1;
    font-weight: bold;
    line-height: 1em;
    padding: 5px;
}
h1
{
    font-size: 36px;
}
h2
{
    font-size: 28px;
    margin-bottom: 20px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 18px;
}


/* design  settings */
.nav
{
    margin-top: 10px;
}
.nav .row
{
    padding: 0 15px;
}
.nav h1
{
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 23px;
}



.content
{
}
.content .inner
{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    min-height: 200px;
}
.content > .row
{
    border: 10px solid #C4E6EF;
    border-radius: 10px;
    background-color: #C4E6EF;
}
.content h2
{
    color: #3498db;
}

.blue
{
    color: #447fe1;
}
.green
{
    color: #60a96a;
}
.red
{
    color: #d24543;
}
.ipad-red
{
    background-color: #d24543;
    border-radius: 10px;
    color: #fff;
}

ul.ul_c
{
    padding-left: 10px;
}
ul.ul_c > li
{
    padding-bottom: 15px;
}
ul.ul_c > li:before
{
    content: "-";
    position: relative;
    left: -5px;
}
ul.ul_c > li
{
    text-indent: -5px;
}

/* BUTTONS */
.btn
{
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: 'Lato' , sans-serif;
    margin: 0px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.btn:hover
{
    background: #b42c2a;
    color: #FFF;
}

.btn-info
{
    background-color: #5bc0de;
}
.btn-info:hover
{
    background-color: #269abc;
}

.btn-primary
{
    background-color: #7c6093;
}
.btn-primary:hover
{
    background-color: #7c6093;
}

.btn-blue
{
    background: #215987 url(../images/blueBtnBg.png) repeat-x left top;
}
.btn-blue:hover
{
    background: #215987;
    color: #FFF;
}

.sg-button
{
    background: none repeat scroll 0 0 #bdc3c7;
    border: medium none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 15px;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    cursor: pointer;
    color: #ffffff;
}
a.sg-button  
{
    display: inline-block;
    line-height: 23px;
}
.sg-next-button, .sg-submit-button
{
    background-color: #3498db;
}
.sg-next-button:hover, .sg-submit-button:hover
{
    background-color: #2980b9;
}
.sg-search-button { background-color: #888; }
.sg-search-button:hover { background-color: #555; }
.sg-back-button
{
    background-color: #bdc3c7;
}
.sg-back-button:hover, .sg-back-button:focus, .sg-back-button:active
{
    background-color: #cacfd2;
}

/**** add new link***/
.add_new
{
    padding: 0px 0px 5px 5px;
    color: #8AC142;
}
.add_new a
{
    text-decoration: none;
}
.add_new a:hover
{
    text-decoration: underline;
    color: #444;
}

/**** filter***/
.filter_box
{
    background-color: #89C63A;
    border: 5px solid #89C63A; 
    border-radius: 0.3em;  
}
.filter_box .filter_box_inner 
{
    background-color: #E1F4C5;
    border: 1px solid #E1F4C5; 
    border-radius: 0.3em;  
    padding: 10px;

}
.filter_box .filter_box_inner .row .col {margin-bottom:10px;}
.filter_box label
{
    display: inline-block!important;
}

/* END OF BUTTONS*/

/* validation messages*/
.input-validation-error
{
    border: 1px solid #f00 !important;
}
.input-validation-valid
{
    /* Optional: you can set whatever style you want */
}
.field-validation-error
{
    color: #f00;
}
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}
.field-validation-error
{
    display: block;
    float: left;
    width: 100%;
    background: none repeat scroll 0 0 #EE0101;
    z-index: 1000;
    min-width: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 3px #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px 10px;
}

.system_messages {margin-bottom: 20px;}

.system_messages .fa
{
    font-size: 20px;
}
.system_messages .error, .system_messages .success, .system_messages .warning
{
    display: block;
    padding: 10px;
    border-radius: 5px;
    vertical-align: middle;
}
.system_messages .error
{
    background-color: #FCE3E0;
    color: #B00109;
    border: 1px solid #B00109;
}
.system_messages .success
{
    background-color: #DFFBE4;
    color: #007F09;
    border: 1px solid #007F09;
}
.system_messages .warning
{
    background-color: #BCE4F7;
    color: #055299;
    border: 1px solid #055299;
}

/* FORMS */
label.required:after 
{
    content: " *";
    font-weight: bold;
    color: red; 
}

label
{
    padding: 0;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 20px;
}

label.centar
{
    margin: auto;
    width: 250px;
}


.box_v2_c
{
    padding: 20px;
}

.box_v2_c label
{
    display: block;
    padding: 5px 0;
}

button, input, optgroup, select, textarea
{
    margin: 0;
    font-family: 'Open Sans' , sans-serif;
    color: #444;
    font-size:14px;
}

#dialog input[type="text"], #dialog input[type="email"], #dialog input[type="password"], #dialog textarea, #dialog select
{
    border: 1px solid #999;
    border-radius: 0.3em;
    padding: 0.5em;
    width: 80%;
    font-size:14px;
}

#dialog2 input[type="text"], #dialog2 input[type="email"], #dialog2 input[type="password"], #dialog2 textarea, #dialog2 select
{
    border: 1px solid #999;
    border-radius: 0.3em;
    padding: 0.5em;
    width: 80%;
    font-size:14px;
}
#dialog-button
{
    color: #fff;
}

input[type="text"], input[type="email"], input[type="password"], input[type="datetime"], textarea, select
{
    border: 1px solid #999;
    border-radius: 0.3em;
    padding: 0.5em;
    width: 50%;
}
/* #filterFrm - Report filters */
#filterFrm input[type="text"], #filterFrm select { padding: 1px; }
#filterFrm .green-button { padding: 2px 4px; font-size: 14px;}
#filterFrm td {padding: 5px!important; }
input[type='checkbox'], input[type='radio']
{
    border: none;
}

input [type="radio"]
{
    margin: 0;
    vertical-align: middle;
}
input[disabled ="disabled"], input[readonly ="readonly"], select [disabled ="disabled"]
{
    background-color: #F0F0F0;
}

.field-validation-error
{
    width: 50%;
    float: none;
}
#dialog .field-validation-error
{
    width: 80%;
}
/* END OF FORMS */

/* end pagination */
/* Mobile */
#menu-icon
{
    display: none;
    width: 40px;
    height: 38px;
    background: transparent url(../images/menu-icon.png) no-repeat 0 0;
    color: #fff; /*padding-left: 50px;*/
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    margin-top: 1px;
    background-color: #C4E6EF;
    border-radius: 4px 4px 0 0;
}
a:hover#menu-icon
{
}


/* INDEX */
.footer p
{
    padding: 20px;
    color: #fff;
    text-align: center;
}
.inner
{
    padding: 20px;
}

.importantNote
{
    color: Red;   
}

/* TABLES */
.tblContainer
{
    /*overflow: auto;*/
    width: 100%;
}
.tblContainer p
{
    padding: 10px 0 20px;
}
.tblContainer table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/*header*/
.tblContainer table th
{
    background-color: #89C63A;
    color: #fff;
    padding: 7px;
    font-weight: bold;
}
.tblContainer table th a
{
    color: #fff;
    font-weight: bold;
}
.tblContainer table th a:hover
{
    text-decoration: underline;
}
.tblContainer table th:first-child
{
    border-top-left-radius: 5px;
}
.tblContainer table th:last-child
{
    border-top-right-radius: 5px;
}

/* data */
.tblContainer table td
{
    padding: 7px;
}
.tblContainer tr:nth-child(even)
{
    background-color: #EEF9E0;
}
.tblContainer tr:hover
{
    background-color: #E3F1F4;
}
/*#f1f1f1;*/
.tblContainer .fa
{
    padding-right: 3px;
}
.tblContainer table tbody tr:last-child
{
    border-bottom: 1px solid #89C63A;
}
.tblContainer table td span, .tblContainer table td span a
{
    white-space: nowrap;
}
.tblContainer table td a:hover
{
    color: #444;
    text-decoration: underline;
}
/* paging */
.tblContainer tfoot td
{
    background-color: #89C63A;
    color: #444;
    padding: 7px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.tblContainer tfoot td a
{
    color: #fff;
}
.tblContainer tfoot td a:hover
{
    text-decoration: underline;
}

.ui-dialog
{
    width: 600px !important;
}



/*SURVEY FORM */
#clientLoginsDiv .tblContainer
{
        margin-top: 15px;
    margin-bottom: 5px;
}
#participantsDiv .tblContainer, #locationsDiv .tblContainer, #additionalQuestionsDiv .tblContainer, #searchAndReplaceDiv .tblContainer
{
    /*max-height: 400px;
    overflow-y: auto;*/
    margin-top: 15px;
    margin-bottom: 5px;
}
.survey_status {position:absolute; top: 20px; right: 20px; font-size:17px;font-weight:bold;color:#555}
.report_status{position:absolute; top: 45px; right: 20px; font-size:17px;font-weight:bold;color:#555}



/*SURVEY PUBLIC*/

 .survey-public-images
  {
     padding:5px;
     margin-left:0%;
  }
  .survey-public-title
  {
    padding:15px 5px 5px 5px;
  }
       
.survey-section-title
  {
      padding:15px 10px 15px 10px;
      border:2px solid #58585A !important;
      background-color:#F2F2F7;
      border-radius:5px;
      font-weight:bold;
  }
  
  .survey-page-progress
  {
    text-align:right;    
  }
  
  .survey-membership-organisation-logo
  {
      text-align:center;
      padding: 10px;
      border:2px solid #C4E6EF !important;
      border-radius:5px;
  }

    .survey-membership-organisation-logo > image {
        width: -webkit-fill-available;
    }

    .survey-box {
        border: 2px solid #40B5D2 !important;
        border-radius: 5px;
        margin: 5px;
    }
  
  .survey-box-error
  {
      border:2px solid red !important;
      border-radius:5px;
      margin: 5px;
  }
  
  .survey-box-title
  {
    padding: 15px 10px 15px 10px;
    background-color:#C4E6EF;
    font-weight:bold;
  }
  .survey-box-title label
  {
      font-weight:bold;
  }
  
   .survey-box-title-error
  {
    padding: 15px 10px 15px 10px;
    background-color:#FCE3E0;
    font-weight:bold;
  }
  
   .survey-box-title-error label
  {
    font-weight:bold;
  }
  
  .survey-box-body
  {
    padding: 15px 10px 15px 10px;
  }
  
  .survey-item-label
  {
      display:block;
      text-align:center;
      padding:3px;
  }
  .survey-item-label-mobile, .survey-item-label-mobile-portrait
  {
      text-align:center;
      padding:3px;
      display:none;
  }
  
   .survey-item-control
  {
      text-align:center;
      padding:3px;
  }
  
  
   .survey-answer
  {
      font-weight:bold;
      margin:5px 0px 5px 0px;
      font-size:12px;
  }
    .survey-answer-error
  {
      font-weight:bold;
      margin:5px 0px 5px 0px;
      font-size:12px;
      color:red;
  }
  .survey-answer-controls-error
  {
      border:1px solid red !important;
      background-color:#F9F5F4;
  }
  
  div#participantsDiv .tblContainer,
div#locationsDiv .tblContainer,
div#additionalQuestionsDiv .tblContainer,
div#searchAndReplaceDiv .tblContainer,
div#clientLoginsDiv .tblContainer
{
   /* overflow:auto;
    max-height:400px;*/
}
div#participantsDiv .tblContainer div.fht-tbody,
div#locationsDiv .tblContainer div.fht-tbody,
div#additionalQuestionsDiv .tblContainer div.fht-tbody,
div#searchAndReplaceDiv .tblContainer div.fht-tbody,
div#clientLoginsDiv .tblContainer div.fht-tbody
{
    overflow-x:hidden;
}


@media ( max-width : 960px )
{
    .wrapper
    {
        margin: 0 20px;
    }
    .grey_line
    {
        margin: 20px 20px;
    }
    ul.sf-menu > li a
    {
        font-size: 14px !important;
        padding: 8px 5px !important;
    }
    .grey_box p.bigtext
    {
        font-size: 14px !important;
    }
}

@media ( max-width : 700px )
{
    .logo-img { width: 100% }
    
    .wrapper
    {
        margin: 0 20px;
    }
    .grey_line
    {
        margin: 20px 20px;
    }
    .span_1
    {
        width: 100%;
    }
    .span_2
    {
        width: 100%;
    }
    .span_3
    {
        width: 100%;
    }
    .span_4
    {
        width: 100%;
    }
    .span_5
    {
        width: 100%;
    }
    .span_6
    {
        width: 100%;
    }
    .span_7
    {
        width: 100%;
    }
    .span_8
    {
        width: 100%;
    }
    .span_9
    {
        width: 100%;
    }
    .span_10
    {
        width: 100%;
    }
    .span_11
    {
        width: 100%;
    }
    .span_12
    {
        width: 100%;
    }

    .col
    {
        margin-left: 0;
        margin-bottom: 0px;
    }

    nav
    {
        position: relative;
    }
    #menu-icon
    {
        display: block;
    }
    ul.sf-menu
    {
        display: none;
        width: 110px;
        position: absolute;
        top: 38px;
        background-color: #C4E6EF;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 20px;
        right: 0;
        z-index: 10;
    }
    ul.sf-menu li
    {
        display: block !important;
        margin: 0;
    }
    ul.sf-menu li > ul li
    {
        display: none;
    }
    nav:hover ul
    {
        display: block;
        font-size: 12px;
        padding: 6px 8px;
    }


    .btn-group
    {
        left: 0;
    }
    .btn-group .btn
    {
        font-size: 12px;
        padding: 6px 8px;
    }
    ul.sf-menu > li a
    {
        text-align: left !important;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea, select
    {
        width: 100%;
    }
    .field-validation-error
    {
        width: 100%;
        float: left;
    }

    .ui-dialog
    {
        width: 90% !important;
    }
    
    .report_status, .survey_status {position:static;}
    
    .survey-item-label, .survey-item-label-mobile
    {
        display:none !important;
    }
    .survey-item-label-mobile-portrait
    {
        display:block !important;
    }
    .survey-item
    {
        text-align:center !important;
    }
}

@media ( max-width : 400px )
{
    .survey-membership-organisation-logo img { width: 100%;}
    
    nav
    {
        position: relative;
    }
    nav:hover ul
    {
        display: block;
    }
    #menu-icon
    {
        display: block;
    }
    ul.sf-menu
    {
        display: none;
        width: 110px;
        position: absolute;
        top: 38px;
        background-color: #C4E6EF;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 20px;
        right: 0;
        z-index: 10;
    }
    ul.sf-menu li
    {
        display: block !important;
        margin: 0;
    }
    ul.sf-menu li > ul li
    {
        display: none;
    }
    ul.sf-menu > li a
    {
        text-align: left !important;
    }

    .btn-group
    {
        display: none;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea, select
    {
        width: 100%;
    }
    .field-validation-error
    {
        width: 100%;
        float: left;
    }
    .ui-dialog
    {
        width: 90% !important;
    }
    
    .report_status, .survey_status {position:static;}
   .survey-item-label, .survey-item-label-mobile-portrait

    {
        display:none !important;
    }
    .survey-item-label-mobile
    {
        display:inline !important;
    }
    .survey-item
    {
        text-align:left !important;
    }
    .survey-item-control
   {
      display:inline !important;
      float:left !important;
   }
   .survey-current-page
   {
       margin-bottom:15px !important;
   }
   .survey-page-progress
   {
       margin-top:15px !important;
       text-align:left !important;
   }
   
   
}

/*SURVEY FORM */
#clientLoginsDiv .tblContainer
{
        margin-top: 15px;
    margin-bottom: 5px;
}
#participantsDiv .tblContainer, #locationsDiv .tblContainer, #additionalQuestionsDiv .tblContainer, #searchAndReplaceDiv .tblContainer
{
   /* max-height: 400px;
    overflow-y: auto;*/
    margin-top: 15px;
    margin-bottom: 5px;
}
.survey_status {float:right;font-size:17px;font-weight:bold;color:#555}
/*#participantsDiv .tblContainer { max-height: 400px; overflow-y:scroll;}
#locationsDiv .tblContainer{ max-height: 400px; overflow-y:scroll;}
#additionalQuestionsDiv .tblContainer{ max-height: 400px; overflow-y:scroll;}
#searchAndReplaceDiv .tblContainer{ max-height: 400px; overflow-y:scroll;}*/


.redCell 
    {
        background-color: #FFC7CE !important;
        color: #BE0006;
      
    }
    .greeCell {
        background-color: #C6EFCE !important;
        color: #506100;
    }
    .yellowCell {
        background-color: #FFEB9C !important;
        color: #9C6500;
    }
    
     .whiteCell {
        background-color: white !important;
    }
    .lightGreenCell {
        background-color: #eef9e0 !important;
    }
    
    .circle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
        float: left;
        margin-top: 2px;
        margin-right: 5px;
}

.green-button {
  position: relative;
  vertical-align: top;
  width: auto;

    padding: 5px 15px;
  font-size: 16px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.green-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.report_status{float:right;margin-top:-40px;font-size:17px;font-weight:bold;color:#555}



/*SURVEY PUBLIC*/

 .survey-public-images
  {
     padding:5px;
     margin-left:0%;
  }
  .survey-public-title
  {
    padding:15px 5px 5px 5px;
  }
       
.survey-section-title
  {
      padding:15px 10px 15px 10px;
      border:2px solid #58585A !important;
      background-color:#F2F2F7;
      border-radius:5px;
      font-weight:bold;
  }
  
  .survey-page-progress
  {
    text-align:right;    
  }
  
  .survey-membership-organisation-logo
  {
      text-align:center;
      padding: 10px;
      border:2px solid #C4E6EF !important;
      border-radius:5px;
  }
  
  .survey-box
  {
      border:2px solid #40B5D2 !important;
      border-radius:5px;
      margin: 5px;
  }
  
  .survey-box-error
  {
      border:2px solid red !important;
      border-radius:5px;
      margin: 5px;
  }
  
  .survey-box-title
  {
    padding: 15px 10px 15px 10px;
    background-color:#C4E6EF;
    font-weight:bold;
  }
  .survey-box-title label
  {
      font-weight:bold;
  }
  
   .survey-box-title-error
  {
    padding: 15px 10px 15px 10px;
    background-color:#FCE3E0;
    font-weight:bold;
  }
  
   .survey-box-title-error label
  {
    font-weight:bold;
  }
  
  .survey-box-body
  {
    padding: 15px 10px 15px 10px;
  }
  
  .survey-item-label
  {
      display:block;
      text-align:center;
      padding:3px;
  }
  .survey-item-label-mobile, .survey-item-label-mobile-portrait
  {
      text-align:center;
      padding:3px;
      display:none;
  }
  
   .survey-item-control
  {
      text-align:center;
      padding:3px;
  }
  
  
   .survey-answer
  {
      font-weight:bold;
      margin:5px 0px 5px 0px;
      font-size:12px;
  }
    .survey-answer-error
  {
      font-weight:bold;
      margin:5px 0px 5px 0px;
      font-size:12px;
      color:red;
  }
  .survey-answer-controls-error
  {
      border:1px solid red !important;
      background-color:#F9F5F4;
  }


.bigger { font-weight: bold; font-size: 16px; } /* Used in reports */
.underlined { text-decoration: underline }
.logo-img { height: 100px; border: 0px; vertical-align: middle;}
.reseller-logo-img { border: 0px; vertical-align: middle;}
.reseller-logo {max-height: 56px; max-width: 246px;  }

/*---- REPORTS MENU ----*/
#nav
{
    position: relative;
    z-index: 597;
    float: left;
}
#nav a
{
    display: block;
    color: #fff;
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
}
#nav li
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    background: #555;
    color: #fff;
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    padding: 5px 10px;
}
#nav li.live
{
    background: #40B5D2;
}

#nav li.hover, #nav li:hover
{
    position: relative;
    z-index: 599;
    cursor: default;
    background: #1e7c9a;
}
#nav ul
{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 195px;
    background: #555;
    border: 1px solid #fff;
}
#nav ul li
{
    float: none;
}
#nav ul ul
{
    top: -2px;
    left: 100%;
}
#nav li:hover > ul
{
    visibility: visible;
}