body {
    background-color: #f8f8f8;
    font-family: Arial,sans-serif;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 750px;
    background-color: #fff;
}

.min-height-750{
	min-height: 750px !important;
}


    #page-wrapper {
        position: inherit;
        margin: 0 0 0 300px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }


.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    height:50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}


.sidebar {
        z-index: 1;
        position: absolute;
        width: 300px;
        margin-top: 102px;
        }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary:hover,.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #3071a9;
    border-color: #285e8e;
    color: #fff;
}



.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top:20px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.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;
}

.navbar-brand{
    padding: 5px 15px;
    line-height: 35px;
}

.page-header{
    margin: 20px 0;
}

.table > thead > tr > th {
    font-weight: normal;
}

.inner-panel{
    background:#F5F5F5;
}

.list-group-item:hover, .list-group-item:focus {
    /*background-color: #f5f5f5;
    color: #555;
    text-decoration: none;*/
}

.margin-right-10{
    margin-right:10px;
}

.btn-submit,.btn-cancel{
    padding: 4px 20px;
}

.margin-left-10{
    margin-left:10px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-25{
    margin-bottom: 25px;
}

.margin-top-40{
    margin-top: 40px;
}

.forgot-password{
     margin: 10px 0 0;
}

.forgot-password a{
    text-decoration:none;
}

.table th{
    font-weight:bold!important;
}

#footer{
    background-color: #f8f8f8;
    border-top:1px solid #e7e7e7;
}

.modal-lg {
    width: 930px!important;
}

.template-preview * {
    box-sizing: content-box;
}

.panel-default > .panel-heading {
    background-color: #f2f2f2;
    border-color: #ddd;
    color: #333;
    font-size:16px;
    line-height: 20px;
}

.margin-top-10{
	margin-top:10px;
}

.panel-default > .campaigns-count{
	background-color: #ffffff;
}


.table-striped > thead >tr >th{
	 background-color: #D9EDF7;
}

h1, .h1 {
    font-size: 32px;
}

.thumbnail{
	 margin-bottom: 0px;
}

.padding-left-20{
	padding-left:20px;
}

.padding-right-20{
	padding-right:20px;
}

.width-70{
	width:70%;
}

.current-temp-preview{
	/*height: 285px;
    padding-bottom: 0;
    width: 240px;*/
    margin: 15px 0px 0 0;
}

.current-temp-preview img{
	max-width:100%;
}

.breadcrumb{margin: 15px 0 0;}

.breadcrumb li{
	background-image: url("../images/bred-arrow.png");
	background-repeat:no-repeat;
	background-position:right center;
	margin: 0 5px 0 0;
    padding: 5px 20px 5px 0;
}

.breadcrumb li.last{
	background-image:none;
}

.breadcrumb li.active {
    font-weight:bold;
    font-size:16px;
    color:#428bca;
    
}


.breadcrumb > li + li:before {
    color: #ccc;
    content: none;
    padding: 0 5px;
}
.list-group {
    margin-bottom: 0px;
    }

.close-btn{
	padding:5px 10px 0;
}

.campaign-type label{
	float: left;
    line-height: 35px;
    margin: 0 15px 0 0;
}

.campaign-type select option{
	 padding: 5px;
}

.campaign-type-group select {
	float: left;
    width: 20%;
}

.campaign-type-group label{
	float: left;
    line-height: 35px;
    margin: 0 15px 0 0;
}

.campaign-type-group select option{
	 padding: 5px;
}

.width-70 input{
	height:25px;
}

.width-40{
	width:40%;
}

.width-40 input{
	height:30px;
}

.margin-top-20 {
	margin-top:20px;
}
.margin-right-5{
	margin-right:5px;
}

.margin-right-20{
	margin-right:20px;
}

.tooltip-demo span{
	display:block;
}

.instant-form textarea{
	width:97%;
}

.desc-editer .rte-zone{
	width: 450px !important;
}

.margin-top-25 {
	margin-top:25px;
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid #D0D0D0;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
    text-align:left;
}

.btn-lg, .btn-group-lg > .btn{
	 border-radius: 6px;
	 -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
}


.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #A3A3A3;
  border-width: 0 5px 5px;
  
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #A3A3A3;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #A3A3A3;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #A3A3A3;
  border-width: 5px 0 5px 5px;
}

.note-info ul{
	padding:0px 15px;
}


.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active,
.btn-danger.active, 
.open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff!important;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active,
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary{
	 color: #fff!important;
}

.navbar{
	height:102px;
}

#discard_imgs{
	cursor:pointer;
}

.width-50{
	width:50%;
}

.width-50 { margin-right/*\**/: 20px\9; }
.img-upload{ margin-right/*\**/: 20px\9; }

.width-50 input[type="file"] { width/*\**/: 100%\9; }

.note-info ul li{font-weight:bold;  margin-bottom: 10px;}

.note-info ul li span{
	color:red;
	font-style:italic;
	
}

.read-careful{
	color:#f4a460;
	font-size:16px;
	margin:15px 0px;
	font-weight:bold;
	font-style:italic;
}
.img-gallery {border:1px solid #ccc; padding:5px;text-align:center;margin-bottom:15px;}
.img-gallery img{margin:5px auto 10px;}
.img-gallery .btn{margin-bottom:5px;}

.ie-8-label {
	display: none;
}

.ie-8-label {
	display/*\**/: block\9;
}

/************************MEDIA-QUERY***********************"D:/wamp/www/vastublessing/tip-more.php"*/


@media only screen and (max-width: 1366px) {

   .rte-zone{width: 802px!important;}

}

@media only screen and (max-width: 1360px) {

   .rte-zone{width: 802px!important;}

}

@media only screen and (max-width: 1280px) {
	.rte-zone{width: 802px!important;}
}

@media only screen and (max-width: 1180px) {
	.rte-zone{width: 600px!important;}
	.campaign-type-group select{width: 55%;}
    #page-wrapper{margin: 0 0 0 200px;}
	.sidebar{width: 200px;}
	label{font-size:13px;}

}

@media only screen and (max-width: 1020px) {
	.rte-zone{width: 600px!important;}
	.campaign-type-group select{width: 55%;}
	#page-wrapper{margin: 0 0 0 200px;}
	.sidebar{width: 200px;}
	label{font-size:12.4px;}

}













