/* 
    Document   : syle
    Created on : 25.Ara.2012, 13:45:51
    Author     : musty
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* Clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
/* Clearfix */

a,
a:hover, 
a:active,
a:visited
{
    text-decoration:none;
    outline: none;
    color: inherit;;
}
p {
    color: inherit;
    line-height: 1.5em;
    margin: 0.8em 0;
}
img {
    max-width: 100%;
    height: auto;
    /*display: block;*/
    border: 0;
}

[class^="spacer"]{clear:both;width:100%; font-size:0; margin:0; padding:0; border:0; display:block;position:relative;z-index:-1;}
.spacer5{height:5px;}.spacer10{height:10px;}.spacer15{height:15px;}.spacer20{height:20px;}.spacer25{height:25px;}
.spacer30{height:30px;}.spacer35{height:35px;}.spacer40{height:40px;}.spacer45{height:45px;}.spacer50{height:50px;}
.spacer60{height:60px;}.spacer70{height:70px;}.spacer80{height:80px;}.spacer90{height:90px;}.spacer100{height:100px;}
.spacer120{height:120px;}.spacer150{height:150px;}.spacer200{height:200px;}

[style*="float:left"],
[style*="float: left"]
{
    margin-right: 20px;
    margin-bottom: 20px;
}
[style*="float:right"],
[style*="float: right"]
{
    margin-left: 20px;
    margin-bottom: 20px;
}

/* flexbox */
.flexParent {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;

    /*     -webkit-flex-flow: row wrap; 
         -moz-flex-flow: row wrap;
         flex-flow: row wrap;*/

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.flexChild {
    -webkit-flex: 1 0 auto; 
    flex: 1 0 auto;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;

    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
/* flexbox */

/*       -webkit-column-count: 6; 
        -moz-column-count: 6; 
        column-count: 6;*/

/*        -webkit-column-gap: 40px; 
        -moz-column-gap: 40px; 
        column-gap: 40px;*/

/*.valignParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.valignChild {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.parent {
    background: #00c6e3;
}
.vcenter {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translatex(-50%) translatey(-50%);
}*/

.absoluteCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    /* horizantol and vertical*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    /*
    This doesn't work
    margin-left: -25%;
    margin-top: -25%;
    */
    width: auto;
    height: auto;
}
.vCenterParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vCenterChild {
    position: relative;
    top: 50%;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.textCenter {text-align:center;}
.textLeft {text-align:left;}
.textRight {text-align:right;}

.clr{clear:both;}
.pull-left {float: left;}
.pull-right {float: right;}

.floatBox {display: table;}
.pull-left.art {
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
}
.pull-right.art {
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
}

.inlineBlock, .inlineBlock li{display: inline-block;vertical-align: middle;}

.tableCell {display: table-cell;vertical-align: middle;}
.tableCellT {display: table-cell;vertical-align: top;}
.tableCellB {display: table-cell;vertical-align: bottom;}

hr {
    color: #b2b2b2;
}

.placeholder {}
/* webkit placeholder */
::-webkit-input-placeholder {}
/* moz placeholder */
:-moz-placeholder {}
select {padding: 0 5px;}
/* Form */
input[type="text"], 
input[type="password"], 
textarea {
    background: transparent;
    border: 1px solid #00a1e1;
    color: inherit;
    line-height: 24px;
    padding: 3px 7px;
    width: 100%;
}

input[type="text"] {
}

input[type="text"]:focus, textarea:focus {
    color: #42647f;
}

textarea {
    height: 120px
}
button[type="submit"],
input[type="submit"]
{
    line-height: 20px;
    padding: 4px 8px;
    cursor: pointer;
    background: #00a1e1;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    display: block;
    margin: 0 auto;
    font-weight: 500;
}
.control-group {
    display: table;
    margin: 0 auto;
}
.control-group .control-label {
    display:block;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}
.controls {
    margin-bottom: 7px
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .form-actions {
    padding-left: 180px;
}


/* custom uplad butun */

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    height: 27px;
    margin: 0;
    font-size:14px;
    padding:0 3px;
    background: transparent;
    border: 1px solid #42647f;
    color: #42647f;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    border:solid 1px gray;
    display:inline-block;
    vertical-align:top;
}
.uploadBtn{
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    padding:0 10px;
    height:25px;
    line-height:22px;
    background: #47657f;
    color: #ffffff;
    text-transform: uppercase;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* custom uplad butun */


.loader {
    /*opacity: 0;*/
    background: transparent url('../img/ajaxLoader.gif') no-repeat center center scroll;
    width: 32px;
    height: 32px;
    z-index: 7;
}
.fsOverlay {
    margin: 0px; padding: 0px; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%;
    background: transparent url('../img/overlays/1.png');
    opacity: 0.3;
    z-index: -1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#searchForm {
    font-size: 0.8em;
}

div#searchForm input#query {
    width: 75%;
}

div#searchForm input#submit {
    /*width: 18%;*/
}

div.numResultsesults {
    background-color: #ccc;
    color: #000;
    margin: 15px 0px;
    padding: 5px 10px;
}

ul.searchResultsesults {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.searchResults li {
    clear: left;
    margin-bottom: 15px;
}

ul.searchResults li a {
    font-weight: bold;
}

ul.searchResults li span.relevance {
    font-size: 7pt;
    color: #ccc;
}

ul.searchResults p {}


/* pagination  */
div.pagination {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
div.pagination a {
    display: block;
    margin-right: 2px;
    border: 1px solid #8DB5D7;
    text-decoration: none; 
    color: #000;
}
div.pagination a:hover, 
div.pagination a:active {    
    margin-right: 2px;
    border: 1px solid red;
}
div.pagination span {
    display: inline-block;
    vertical-align: middle;
}   
div.pagination span.active {    
    margin-right: 2px;
    border: 1px solid #E89954;
    font-weight: bold;
    background-color: #FFCA7D;
    color: #000;
}
div.pagination span.disabled {    
    margin-right: 2px;
    border: 1px solid #ccc;
    color: #ccc;
}

div.pagination a,
div.pagination a:hover, 
div.pagination a:active,
div.pagination span.active,
div.pagination span.disabled {  
    font-size: 13px;
    padding: 3px 6px 4px 6px;
}
/* pagination  */

/* custom selectbox  */
select.std {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;

    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;

    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
}
select.std option {
    padding: 0px 0px 0px 3px;
}
/* custom selectbox  */

table.std {
    position: relative;
    width: 100%;
    border-collapse: inherit;
}
table.std th{
    padding: 0.5em;
    font-weight: bold;
    font-size: 1em;
    /*border: 1px solid #8DB5D7;*/
    background: #e31e24;
}

table.std th:first-child {
    width: 30%;
}
table.std th:last-child{   
}

table.std td{
    padding: 0.5em;

    /*    border-top: 1px solid #8DB5D7;
        border-left: 1px solid #8DB5D7;*/
}
table.std tr td:last-child {  
    /*border-right: 1px solid #8DB5D7;*/
}
table.std tr:last-child td {    
    /*border-bottom: 1px solid #8DB5D7;*/
}


/* myTabs */
#myTabs {}

#myTabs li {
    list-style:none; 
    outline:none;

}
#myTabs li:last-child {
    margin-right: 0;
}
#myTabs li a {
    display:block; 
    font-size: 13px;
    text-decoration:none;
    outline:none;
    cursor: pointer;
    padding: 6px 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

#myTabs li.active a {}

.tabC {
    clear:both;           
    width:100%; 
    text-align:left;
    /*background: #ededed;*/
    padding: 15px 0;
}

/* myTabs */


#gallerySlider {
    margin: 0 0 15px 15px;
    border: 3px solid #447e9b;
    width: 400px;
    background: #ffffff;
    padding: 2px;
}
#gallerySlider ul,
#gallerySlider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.galleryTitle {
    border-top: 1px dotted #447e9b;
    color: #447e9b;
    display: block;
    margin: 5px 0 0 0;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

/* only this project */

.lens img:hover, 
.lens:hover {
    cursor: url("../img/lens.png") 50 35, auto;
}

.qaccordion, .qtoggle {
    border-bottom: 1px solid #cdcdcd;
    margin: 20px auto;
}
.qaccordion .h {
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
}

.qaccordion .h a {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    color: #4d4d4d;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 70px 0 20px;
}

.qaccordion .h a:hover {
    /*    border: 1px solid #4d4d4d;
        color: #4d4d4d;*/
}
.qaccordion .h a:focus {
    /*    border: 1px solid #4d4d4d;
        color: #4d4d4d;*/
}
.qaccordion .h a:hover:after {
    color: #4d4d4d;
}

.qaccordion .h a:after {
    content: "+";
    color: #cdcdcd;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
}

.qaccordion .h.open {
    border-bottom: none;
}

.qaccordion .h.open:after {
    content: "-";
}
.qaccordion .h:last-child a {
    border-bottom: 1px solid #cdcdcd;
}

.qaccordion .outer {
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    padding: 10px;
}


.responseMessage {
    display: block;
}

.responseMessage .errors, 
.responseMessage .errors p
{		
    text-align:left;
    font-size: 110%;		
    color:#e93735;		
    font-weight:bold;		
}

.responseMessage .success ,
.responseMessage .success p 
{		
    text-align:left;
    font-size: 110%;		
    color:#46a546;		
    font-weight:bold;
}

.responseMessage fieldset {		
    border:none;		
}


/*Styles for screen 960px and lower*/
@media screen and (max-width: 1200px) {
    
}

/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {
    .form-horizontal .control-label {
        float: none;
        text-align: left;
        width: auto;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
    .sidebar {
        display: table;
        padding-right: 20px;
        min-width: 200px;
        height: auto;
        padding-bottom: 80px;
        margin-top: 30px;
        background: transparent url("../img/rightBg.png") repeat center center scroll;
    }

    .lura-system .tabC > table {
        height: auto; 
    }
}

/*@media only screen and (max-width : 768px) {}*/
