/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
  font-family: "TrasandinaMedium";
  src: url('./fonts/TrasandinaMedium.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TrasandinaMedium";
  font-weight: bold;
  src: url('./fonts/TrasandinaBold.otf') format('opentype');
}
@font-face {
  font-family: "TrasandinaMedium";
  src: url('./fonts/TrasandinaMedium-Italic.otf') format('opentype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "TrasandinaThin";
  src: url('./fonts/TrasandinaThin.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TrasandinaThin";
  font-weight: bold;
  src: url('./fonts/TrasandinaBold.otf') format('opentype');
}
@font-face {
  font-family: "TrasandinaThin";
  src: url('./fonts/TrasandinaThin-Italic.otf') format('opentype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "TrasandinaBlack";
  src: url('./fonts/TrasandinaBlack-Italic.otf') format('opentype');
  font-style: italic;
}

body {
    //font-family: 'TrasandinaThin', 'TrasandinaMedium','TrasandinaBlack', sans-serif;
    font-family:  'TrasandinaMedium','TrasandinaBlack', sans-serif;
    background-color: #FFF;
    font-size: 18px;
    //background-image: url('css/images/fond.jpg');
}

body {
    margin-top: 100px;
    background-color: #222;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
        color: #777777;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}



.ui-autocomplete{
    background-color: aliceblue;
    width: 750px;
}

.dropzoneArea{
    background-color: aliceblue;
    width: 196px;
    height: 196px;
    background-image: url("../media/img/upload.png");
}

#map-canvas { height: 100%; height: 300px; margin: 0; padding: 0;}

.dz-filename 
{
    display: none;
    
}
.dz-size
{
    display: none;
    
}
.dz-success-mark
{
    display: none;
    
}
.dz-error-mark
{
    display: none;
    
}


/* Upload*/



	.btn input {
	 	    /* top: -10px; */
                /* right: -40px; */
                z-index: 2;
                position: absolute;
                cursor: pointer;
                opacity: 0;
                filter: alpha(opacity=0);
                /* font-size: 50px; */
                cursor: pointer;
                width: 100%;
                margin-left: -20px;
                margin-top: -30px;
                height: 50px;
	}

	.btn-txt {
		position: relative;
	}

	.btn .progress {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: .5;
		position: absolute;
	}
		.progress .bar {
			width: 0;
			top: 0;
			left: 0;
			bottom: 0;
			position: absolute;
			background-color: #f60;
		}


.progress-small {
	height: 5px;
	padding: 1px;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
}
	.progress-small .bar {
		width: 0;
		height: 100%;
		position: static;
		border-radius: 10px;
		background-color: orange;
	}





	.webcam .btn,
	.userpic .btn {
		margin-top: 150px;
	}

	

.webcam {
	background-size: auto;
	background-image: url('uploader/webcam.png');
	background-position: center 10px;
}


.b-upload {
	white-space: nowrap;
}
	.b-upload__name,
	.b-upload__size {
		display: inline-block;
		position: relative;
		overflow: hidden;
		max-width: 150px;
		vertical-align: middle;
	}
		.b-upload__size {
			color: #666;
			font-size: 12px;
		}

	.b-upload .js-files:after {
		clear: both;
		content: '';
		display: block;
	}

	.b-upload__dnd {
		padding: 30px;
		border-radius: 5px;
		margin-bottom: 10px;
		background-color: rgba(0,0,0,.1);
	}
		.b-upload__dnd_hover {
			color: #fff;
			background-color: orange;
		}

	.b-upload__hint {
		padding: 5px 8px;
		font-size: 12px;
		white-space: normal;
		border-radius: 3px;
		background-color: rgba(0,0,0,.08);
	}





.b-thumb {
	float: left;
	margin: 3px;
	padding: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	background-color: #fff;
}
	.b-thumb__del {
		top: -6px;
		right: -1px;
		color: #FF0000;
		cursor: pointer;
		opacity: 0;
		z-index: 999;
		position: absolute;
		font-size: 20px;
		-webkit-transition: opacity .1s ease-in;
		-moz-transition: opacity .1s ease-in;
		transition: opacity .1s ease-in;
	}
		.b-thumb:hover .b-thumb__del {
			opacity: 1;
		}

	.b-thumb__rotate {
		top: 40%;
		left: 50%;
		width: 32px;
		height: 32px;
		cursor: pointer;
		margin: -16px 0 0 -16px;
		position: absolute;
		background: url('uploader/rotate.png');
	}

	.b-thumb__preview {
		width: 80px;
		height: 80px;
		-webkit-transition: -webkit-transform .2s ease-in;
		-moz-transition: -moz-transform .2s ease-in;
		transition: transform .2s ease-in;
	}
		.b-thumb__preview__pic {
			width: 100%;
			height: 100%;
			background: url('uploader/file-icon.png') 50% 50% no-repeat;
		}

	.b-thumb__name {
		width: 80px;
		overflow: hidden;
		font-size: 12px;
	}

	.b-thumb__progress {
		top: 75px;
		left: 10px;
		right: 10px;
		position: absolute;
	}


        .btn{
            margin-top: 10px;
            width: 100%;
        }

        .btn_browse_small {
                padding: 5px 10px;
                font-size: 16px;
        }

        .btn_browse_small[aria-disabled] {
                opacity: .5;
        }

	.btn_choose {
		color: #fff;
		border: 2px solid rgba(255,255,255,.4);
		padding: 5px 10px;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		background-color: rgba(0,0,0,.4);
		*background-color: #aaa;
	}

	.btn__inp {
		top: -10px;
		right: -10px;
		cursor: pointer;
		filter: alpha(opacity=0);
		opacity: 0;
		font-size: 50px;
		position: absolute;
	}

	.btn__progress {
		top: 0;
		left: 0;
		height: 100%;
		opacity: .5;
		position: absolute;
		background-color: #f60;
	}


.fileprogress {
	padding: 1px;
	height: 5px;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
}
	.fileprogress__bar {
		width: 0;
		height: 100%;
		border-radius: 10px;
		background-color: orange;
	}





	.userpic .btn {
		margin-top: 150px;
	}

	


.b-upload {
	white-space: nowrap;
}
	.b-upload__name,
	.b-upload__size {
		display: inline-block;
		position: relative;
		overflow: hidden;
		max-width: 150px;
		vertical-align: middle;
	}
		.b-upload__size {
			color: #666;
			font-size: 12px;
		}

	.b-upload .js-files:after {
		clear: both;
		content: '';
		display: block;
	}

	.b-upload__dnd {
		padding: 30px;
		border-radius: 5px;
		margin-bottom: 10px;
		background-color: rgba(0,0,0,.1);
	}
		.b-upload__dnd_hover {
			color: #fff;
			background-color: orange;
		}



.themodal-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100000;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.lock {
	overflow: hidden;
}

.popup {
	margin: 25px;
	float: left;
	display: inline-block;
	box-shadow: 0 0 5px #000;
	background-color: #fff;
        margin-top: 70px;
}

/* fin upload*/
.avatar {
    border-radius: 100%;
    max-width: 50px;    
}

.promoSmall {
    max-width: 100px;    
}


.previewTel
{
    position: absolute;
    top: 24%;
    bottom: 0px;
    left: 10%;
    right: 9%;
    border-style: solid;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
    background-color: #5cb85c;
    /* margin-top: 10px; */
    /* width: 100%; */
    text-align: center;
}

.previewTel table  
{
    font-size: 12px;
}
.previewMarket
{
    position: absolute;
    top: 31%;
    bottom: 0%;
    left: 11%;
    right: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
    margin-top: 0px;
    /* width: 100%; */
    text-align: center;
    background-color: white;
    border-style: solid;
    border-bottom-style: none;
}

.previewTable
{
    width: 100%;
    background-color: white;
    margin-top: 10px;
    border-collapse: collapse;
    border-color: grey;
    border-style: solid;
    border-width: thin;
    box-shadow: 6px 9px 26px #999;
    margin-left: auto;
    margin-right: auto;
}

.promoRate {
    text-align: left;
    width: 50%;
    font-weight: bold;
        font-size: 20px;
    font-family: TrasandinaThin;
}
